| Top |  |  |  |  | 
| StTheme * | st_theme_new () | 
| gboolean | st_theme_load_stylesheet () | 
| void | st_theme_unload_stylesheet () | 
| GSList * | st_theme_get_custom_stylesheets () | 
StTheme * st_theme_new (const char *application_stylesheet,const char *theme_stylesheet,const char *default_stylesheet);
| application_stylesheet | The highest priority stylesheet, representing application-specific
styling; this is associated with the CSS "author" stylesheet, may be  | |
| theme_stylesheet | The second priority stylesheet, representing theme-specific styling ;
this is associated with the CSS "user" stylesheet, may be  | |
| default_stylesheet | The lowest priority stylesheet, representing global default styling;
this is associated with the CSS "user agent" stylesheet, may be  | 
gboolean st_theme_load_stylesheet (StTheme *theme,const char *path,GError **error);
GSList *
st_theme_get_custom_stylesheets (StTheme *theme);
the list of stylesheet filenames
that were loaded with st_theme_load_stylesheet(). 
[transfer full][element-type utf8]