get_language_ids
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
public unowned string[]? get_language_ids ()
Returns the ids of the available languages.
Parameters:
Returns:
a null -terminated array of strings containing the ids of the available languages or null if no language
is available. The array is sorted alphabetically according to the language name. The array is owned by
this and must not be modified.
|