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 _getGType() static nothrow
GType _gType() @property nothrow
CompletionSnippets self() nothrowReturns `this`, for use in `with` statements.
CompletionSnippetsGidBuilder builder() static nothrowGet builder for [gtksource.completion_snippets.CompletionSnippets] Returns: New builder object
int priority() @property nothrow
void priority(int propval) @property nothrow
string title() @property nothrow
void title(string propval) @property nothrow
Constructors
this(void * ptr, Flag!"Take" take)