Method

GtkSourceLanguageget_section

Declaration [src]

const gchar*
gtk_source_language_get_section (
  GtkSourceLanguage* language
)

Description [src]

Returns the localized section of the language.

Each language belong to a section (ex. HTML belongs to the Markup section). The returned string is owned by language and should not be freed or modified.

Return value

Returns: const gchar*
 

The section of language.

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