[ CCode ( has_construct_function = false ) ]
public GDPostalAddress (string? relation_type, string? label, bool is_primary)
Creates a new GDPostalAddress.
More information is available in the <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdStructuredPostalAddress">GData specification</ulink>.
| relation_type |
the relationship between the address and its owner, or null |
| label |
a human-readable label for the address, or null |
| is_primary |
true if this phone number is its owner's primary number, false otherwise |
|
a new GDPostalAddress, or null; unref with unref |