gtksource.completion_snippets

Module for [CompletionSnippets] class

Types 3

A iface@CompletionProvider for the completion of snippets.

The [gtksource.completion_snippets.CompletionSnippets] is an example of an implementation of the iface@CompletionProvider interface. The proposals are snippets registered with the class@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)

Fluent builder for [gtksource.completion_snippets.CompletionSnippets]