Method

GtkSourceLanguageget_metadata

Declaration

const gchar*
gtk_source_language_get_metadata (
  GtkSourceLanguage* language,
  const gchar* name
)

Description

No description available.

Parameters

name const gchar*
 

Metadata property name.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: utf8
 

Value of property name stored in the metadata of language or NULL if language does not contain the specified metadata property. The returned string is owned by language and should not be freed or modified.

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