Method

GtkSourceSnippetManagerget_search_path

Declaration

const gchar* const*
gtk_source_snippet_manager_get_search_path (
  GtkSourceSnippetManager* self
)

Description

Gets the list directories where self looks for snippet files.

Return value

Returns: An array of utf8
 

NULL-terminated array containing a list of snippet files directories. The array is owned by lm and must not be modified.

 The data is owned by the instance.