SourceLanguageManager.getLanguage

Gets the #GtkSourceLanguage identified by the given @id in the language manager.

class SourceLanguageManager
getLanguage
(
string id
)

Parameters

id string

a language id.

Return Value

a #GtkSourceLanguage, or %NULL if there is no language identified by the given @id. Return value is owned by @lm and should not be freed.

Meta