Method

GtkSourceSnippetset_trigger

Declaration

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

Description

Sets the trigger for the snippet.

Parameters

trigger const gchar*
 

The trigger word.

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