[ CCode ( has_construct_function = false ) ]
public GContactWebsite (string uri, string relation_type, string? label, bool is_primary)
Creates a new GContactWebsite.
More information is available in the <ulink type="http" url="http://code.google.com/apis/contacts/docs/3.0/reference.html#gcWebsite" >gContact specification</ulink>.
Exactly one of relation_type and label should be provided; the other must be null
.
| uri |
the website URI |
| relation_type |
the relationship between the website and its owner, or null |
| label |
a human-readable label for the website, or null |
| is_primary |
true if this website is its owner's primary website, false otherwise |
|
a new GContactWebsite; unref with unref |