GDPhoneNumber
Description:
[ CCode ( has_construct_function = false ) ]
public GDPhoneNumber (string number, string? relation_type, string? label, string? uri, bool is_primary)
public GDPhoneNumber (string number, string? relation_type, string? label, string? uri, bool is_primary)
Creates a new GDPhoneNumber.
More information is available in the GData specification.
Parameters:
number |
the phone number, in human-readable format |
relation_type |
the relationship between the phone number and its owner, or |
label |
a human-readable label for the phone number, or |
uri |
a "tel URI" to represent the number formally (see RFC 3966), or |
is_primary |
|
Returns:
a new GDPhoneNumber, or |