gtksource.completion_snippets

Module for CompletionSnippets class

Types 3

A gtksource.completion_provider.CompletionProvider for the completion of snippets.

The gtksource.completion_snippets.CompletionSnippets is an example of an implementation of the gtksource.completion_provider.CompletionProvider interface. The proposals are snippets registered with the gtksource.snippet_manager.SnippetManager.

Methods
GType _gType() @property
CompletionSnippets self()Returns `this`, for use in `with` statements.
CompletionSnippetsGidBuilder builder()Get builder for [gtksource.completion_snippets.CompletionSnippets] Returns: New builder object
int priority() @property
void priority(int propval) @property
string title() @property
void title(string propval) @property
Constructors
this(void * ptr, Flag!"Take" take)