| [Insert name here] Reference Manual | ||||
|---|---|---|---|---|
#define R_ADDRESS_TYPE #define R_ADDRESS (obj) #define R_ADDRESS_CLASS (klass) #define IS_R_ADDRESS (obj) #define IS_R_ADDRESS_CLASS (klass) #define R_ADDRESS_GET_CLASS (kls) enum RAddressType; RAddressPrivate; RAddress; GType r_address_get_type (void); RAddress* r_address_new (void); void r_address_free (RAddress *address); RAddress* r_address_copy (RAddress *address);
"address-type" gint : Read / Write / Construct "city" gchararray : Read / Write / Construct "country" gchararray : Read / Write / Construct "province" gchararray : Read / Write / Construct "state" gchararray : Read / Write / Construct "street" gchararray : Read / Write / Construct "street-number" gchararray : Read / Write / Construct "zip" gchararray : Read / Write / Construct
typedef enum {
R_ADDRESS_PREF = 0,
R_ADDRESS_HOME,
R_ADDRESS_WORK,
R_ADDRESS_PARCEL,
R_ADDRESS_POSTAL,
R_ADDRESS_INTL,
R_ADDRESS_DOM,
R_ADDRESS_COMPANY,
R_ADDRESS_OTHER,
R_ADDRESS_UNKNOWN,
R_ADDRESS_INVALID
} RAddressType;
address-type" property"address-type" gint : Read / Write / Construct
defines the address's type. See RAddressType for valid values
Allowed values: [0,10]
Default value: 9
city" property"city" gchararray : Read / Write / Construct
the address's city
Default value: NULL
country" property"country" gchararray : Read / Write / Construct
the address's country (example: Italy, France, ...)
Default value: NULL
province" property"province" gchararray : Read / Write / Construct
the address's province (example: Rm (Rome), Mi (Milan) , Na (Naples) ...)
Default value: NULL
state" property"state" gchararray : Read / Write / Construct
the address's state (examples: UE, USA, ...)
Default value: NULL
street" property"street" gchararray : Read / Write / Construct
the address's street
Default value: NULL
street-number" property"street-number" gchararray : Read / Write / Construct
the street number.
Default value: NULL