get_metadata
Description:
public unowned string? get_metadata (string name)
Parameters:
this |
a Language.
|
name |
metadata property name.
|
Returns:
value of property name stored in the metadata of this or
null if language does not contain the specified metadata property. The returned string is owned by
this and should not be freed or modified.
|