get_language
Description:
public unowned SourceLanguage?
get_language (
string id)
Gets the SourceLanguage identified by the given id
in the language
manager.
Parameters:
this |
a SourceLanguageManager.
|
id |
a language id.
|
Returns:
a SourceLanguage, or null if there is no language identified by
the given id . Return value is owned by this and should not be freed.
|