Method

GtkSourceLanguageget_name

Declaration

const gchar*
gtk_source_language_get_name (
  GtkSourceLanguage* language
)

Description

Returns the localized name of the language.

The returned string is owned by language and should not be freed or modified.

Return value

Returns: utf8
 

The name of language.

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