[ CCode ( has_construct_function = false ) ]
public GContactLanguage (string? code, string? label)
Creates a new GContactLanguage.
More information is available in the <ulink type="http" url="http://code.google.com/apis/contacts/docs/3.0/reference.html#gcLanguage" >gContact specification</ulink>.
Exactly one of code and label should be provided; the other must be null.
| code |
the language code, or null |
| label |
a free-form label for the language, or null |
|
a new GContactLanguage; unref with unref |