Method

GtkSourceLanguageget_section

Declaration

const gchar*
gtk_source_language_get_section (
  GtkSourceLanguage* language
)

Description

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: utf8
 

The section of language.

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