Method
GtkSourceLanguageManagerget_language
Declaration [src]
GtkSourceLanguage*
gtk_source_language_manager_get_language (
GtkSourceLanguageManager* lm,
const gchar* id
)
Parameters
id |
const gchar* |
A language id. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GtkSourceLanguage |
A |
|
The data is owned by the instance. | |
The return value can be NULL . |