Method

GtkSourceSnippetset_trigger

Declaration [src]

void
gtk_source_snippet_set_trigger (
  GtkSourceSnippet* snippet,
  const gchar* trigger
)

Description [src]

Sets the trigger for the snippet.

Parameters

trigger

Type: const gchar*

The trigger word.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.