Method

IdeSnippetset_trigger

Declaration

void
ide_snippet_set_trigger (
  IdeSnippet* self,
  const gchar* trigger
)

Description

Sets the trigger for the snippet.

Available since:3.32

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.