SnippetManager
Provides access to class@Snippet.
GtkSourceSnippetManager
is an object which processes snippet description files and creates class@Snippet objects.
Use func@SnippetManager.get_default to retrieve the default instance of GtkSourceSnippetManager
.
Use method@SnippetManager.get_snippet to retrieve snippets for a given snippets.
Skipped during bindings generation
method
search-path
: Property TypeInfo of getter and setter do not match
Constructors
Functions
Gets the list directories where @self looks for snippet files.
Queries the known snippets for the first matching @group, @language_id, and/or @trigger.
List all the known groups within the snippet manager.
Queries the known snippets for those matching @group, @language_id, and/or
Sets the list of directories in which the GtkSourceSnippetManager
looks for snippet files.