Method

GtkSourceStyleSchemeManagerset_search_path

Declaration [src]

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

Description [src]

Sets the list of directories where the manager looks for style scheme files.

If path is NULL, the search path is reset to default.

Parameters

path An array of gchar*
 

A NULL-terminated array of strings or NULL.

 The argument can be NULL.
 The array must be NULL-terminated.
 The data is owned by the caller of the function.
 Each element is a NUL terminated UTF-8 string.