Method

GtkSourceSnippetset_description

Declaration [src]

void
gtk_source_snippet_set_description (
  GtkSourceSnippet* snippet,
  const gchar* description
)

Description [src]

Sets the description for the snippet.

Parameters

description const gchar*
 

The snippet description.

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