![]() | ![]() | ![]() | Evolution API Reference: libebook, the Addressbook Library | ![]() |
---|
e-address-western — A physical address in the format used in the Western hemisphere.
typedef EAddressWestern; EAddressWestern* e_address_western_parse (const char *address); void e_address_western_free (EAddressWestern *eaw);
typedef struct { /* Public */ char *po_box; char *extended; /* I'm not sure what this is. */ char *street; char *locality; /* For example, the city or town. */ char *region; /* The state or province. */ char *postal_code; char *country; } EAddressWestern;
EAddressWestern* e_address_western_parse (const char *address);
address : | |
Returns : |
<< e-book-types | e-name-western >> |