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