StTheme

StTheme

Functions

Description

Functions

st_theme_load_stylesheet ()

gboolean
st_theme_load_stylesheet (StTheme *theme,
                          const char *path,
                          GError **error);

st_theme_unload_stylesheet ()

void
st_theme_unload_stylesheet (StTheme *theme,
                            const char *path);

st_theme_get_custom_stylesheets ()

GSList *
st_theme_get_custom_stylesheets (StTheme *theme);

Parameters

theme

an StTheme

 

Returns

the list of stylesheet filenames that were loaded with st_theme_load_stylesheet().

[transfer full][element-type utf8]