Method

IdeSnippetset_description

since: 3.32

Declaration

void
ide_snippet_set_description (
  IdeSnippet* self,
  const gchar* description
)

Description

Sets the description for the snippet.

Available since: 3.32

Parameters

description

Type: const gchar*

The snippet description.

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