Method

GtkSourceLanguageget_id

Declaration

const gchar*
gtk_source_language_get_id (
  GtkSourceLanguage* language
)

Description

Returns the ID of the language.

The ID is not locale-dependent.The returned string is owned by language and should not be freed or modified.

Return value

Returns: const gchar*
 

The ID of language.

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