PostalAddress
Object Hierarchy:
Folks.PostalAddress
Folks.PostalAddress
Folks.PostalAddress
GLib.Object
GLib.Object
GLib.Object->Folks.PostalAddress
Description:
public class PostalAddress :
Object
Object representing a postal mail address.
The components of the address are never null
: an empty string indicates that a property is not set.
Content:
Properties:
Creation methods:
Methods:
public bool equal (PostalAddress @with)
Compare if two postal addresses are equal. Addresses are equal if all their
components are equal (where null
compares equal only with null
) and they have the same set of types (or both have
no types).
public bool is_empty ()
Whether none of the components is set.
public string to_string ()
Get a formatted version of the address. The format is localised, and by
default is comma-separated.
Inherited Members:
All known members inherited from class GLib.Object