Method
GtkSourceStyleSchemeManagerprepend_search_path
Declaration
void
gtk_source_style_scheme_manager_prepend_search_path (
GtkSourceStyleSchemeManager* manager,
const gchar* path
)
Description
Prepends path
to the list of directories where the manager
looks
for style scheme files.
See gtk_source_style_scheme_manager_set_search_path()
for details.