Class
GtkSourceSnippetManager
Description [src]
final class GtkSource.SnippetManager : GObject.Object
{
/* No available fields */
}
Provides access to GtkSourceSnippet
.
GtkSourceSnippetManager
is an object which processes snippet description
files and creates GtkSourceSnippet
objects.
Use gtk_source_snippet_manager_get_default()
to retrieve the default
instance of GtkSourceSnippetManager
.
Use gtk_source_snippet_manager_get_snippet()
to retrieve snippets for
a given snippets.
Instance methods
gtk_source_snippet_manager_get_search_path
Gets the list directories where self
looks for snippet files.
gtk_source_snippet_manager_get_snippet
Queries the known snippets for the first matching group
, language_id
,
and/or trigger
.
gtk_source_snippet_manager_list_matching
Queries the known snippets for those matching group
, language_id
, and/or
trigger_prefix
.
gtk_source_snippet_manager_set_search_path
Sets the list of directories in which the GtkSourceSnippetManager
looks for
snippet files.
Properties
GtkSource.SnippetManager:search-path
Contains a list of directories to search for files containing snippets (*.snippets).
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.