Method

IdeSnippetset_language

since: 3.32

Declaration

void
ide_snippet_set_language (
  IdeSnippet* self,
  const gchar* language
)

Description

Sets the language identifier for the snippet.

This should match the GtkSourceLanguage:id identifier.

Available since: 3.32

Sets propertyIde.Snippet:language

Parameters

language

Type: const gchar*

No description available.

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