CompletionSnippets#

class CompletionSnippets(**properties: Any)#

Superclasses: Object

Implemented Interfaces: CompletionProvider

A CompletionProvider for the completion of snippets.

The GtkSourceCompletionSnippets is an example of an implementation of the CompletionProvider interface. The proposals are snippets registered with the SnippetManager.

Constructors#

class CompletionSnippets
classmethod new() CompletionSnippets#

Properties#

class CompletionSnippets
props.priority: int#
props.title: str#

Fields#

class CompletionSnippets
parent_instance#