GContactExternalID
Description:
[ CCode ( has_construct_function = false ) ]
public GContactExternalID (string value, string? relation_type, string? label)
public GContactExternalID (string value, string? relation_type, string? label)
Creates a new GContactExternalID.
More information is available in the gContact specification.
Exactly one of relation_type and label should be provided; the other must be null.
Parameters:
| value |
the value of the external ID |
| relation_type |
the type of external ID, or |
| label |
a free-form label for the external ID, or |
Returns:
|
a new GContactExternalID; unref with unref |