Method

GtkSourceStyleSchemeManagerprepend_search_path

Declaration [src]

void
gtk_source_style_scheme_manager_prepend_search_path (
  GtkSourceStyleSchemeManager* manager,
  const gchar* path
)

Description [src]

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.

Parameters

path

Type: const gchar*

A directory or a filename.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.