Method

GtkSourceSnippetget_language_id

Declaration

const gchar*
gtk_source_snippet_get_language_id (
  GtkSourceSnippet* snippet
)

Description

Gets the language-id used for the source snippet.

The language identifier should be one that matches a source language GtkSourceLanguage:id property.

Return value

Returns: utf8
 

The language identifier.

 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.