Method

IdeSnippetget_trigger

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

Returns: utf8
 

A trigger if specified.

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