Method

IdeSnippetget_trigger

since: 3.32

Declaration

const gchar*
ide_snippet_get_trigger (
  IdeSnippet* self
)

Description

Gets the trigger for the source snippet.

Available since: 3.32

Gets propertyIde.Snippet:trigger

Return value

Type: const gchar*

A trigger if specified.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.