Method

GtkSourceSnippetset_name

Declaration

void
gtk_source_snippet_set_name (
  GtkSourceSnippet* snippet,
  const gchar* name
)

Description

Sets the name for the snippet.

Sets propertyGtkSource.Snippet:name

Parameters

name const gchar*
 

The snippet name.

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