|
Libical API Documentation 4.0 STABLE VERSION [Visit the v3.0 documentation]
|
vCard properties. More...
Go to the source code of this file.
Functions | |
| vcardstructuredtype * | vcardproperty_get_adr (const vcardproperty *prop) |
| const char * | vcardproperty_get_agent (const vcardproperty *prop) |
| vcardtimetype | vcardproperty_get_anniversary (const vcardproperty *prop) |
| vcardtimetype | vcardproperty_get_bday (const vcardproperty *prop) |
| const char * | vcardproperty_get_birthplace (const vcardproperty *prop) |
| const char * | vcardproperty_get_caladruri (const vcardproperty *prop) |
| const char * | vcardproperty_get_caluri (const vcardproperty *prop) |
| vcardstrarray * | vcardproperty_get_categories (const vcardproperty *prop) |
| const char * | vcardproperty_get_class (const vcardproperty *prop) |
| vcardstrarray * | vcardproperty_get_clientpidmap (const vcardproperty *prop) |
| const char * | vcardproperty_get_contacturi (const vcardproperty *prop) |
| vcardtimetype | vcardproperty_get_created (const vcardproperty *prop) |
| vcardtimetype | vcardproperty_get_deathdate (const vcardproperty *prop) |
| const char * | vcardproperty_get_deathplace (const vcardproperty *prop) |
| const char * | vcardproperty_get_email (const vcardproperty *prop) |
| const char * | vcardproperty_get_expertise (const vcardproperty *prop) |
| const char * | vcardproperty_get_fburl (const vcardproperty *prop) |
| const char * | vcardproperty_get_fn (const vcardproperty *prop) |
| vcardstrarray * | vcardproperty_get_gender (const vcardproperty *prop) |
| vcardgeotype | vcardproperty_get_geo (const vcardproperty *prop) |
| enum vcardproperty_gramgender | vcardproperty_get_gramgender (const vcardproperty *prop) |
| const char * | vcardproperty_get_hobby (const vcardproperty *prop) |
| const char * | vcardproperty_get_impp (const vcardproperty *prop) |
| const char * | vcardproperty_get_interest (const vcardproperty *prop) |
| const char * | vcardproperty_get_jsprop (const vcardproperty *prop) |
| const char * | vcardproperty_get_key (const vcardproperty *prop) |
| enum vcardproperty_kindenum | vcardproperty_get_kind (const vcardproperty *prop) |
| const char * | vcardproperty_get_label (const vcardproperty *prop) |
| const char * | vcardproperty_get_lang (const vcardproperty *prop) |
| const char * | vcardproperty_get_language (const vcardproperty *prop) |
| const char * | vcardproperty_get_logo (const vcardproperty *prop) |
| const char * | vcardproperty_get_mailer (const vcardproperty *prop) |
| const char * | vcardproperty_get_member (const vcardproperty *prop) |
| vcardstructuredtype * | vcardproperty_get_n (const vcardproperty *prop) |
| const char * | vcardproperty_get_name (const vcardproperty *prop) |
| vcardstrarray * | vcardproperty_get_nickname (const vcardproperty *prop) |
| const char * | vcardproperty_get_note (const vcardproperty *prop) |
| vcardstrarray * | vcardproperty_get_org (const vcardproperty *prop) |
| const char * | vcardproperty_get_orgdirectory (const vcardproperty *prop) |
| const char * | vcardproperty_get_photo (const vcardproperty *prop) |
| const char * | vcardproperty_get_prodid (const vcardproperty *prop) |
| const char * | vcardproperty_get_pronouns (const vcardproperty *prop) |
| const char * | vcardproperty_get_related (const vcardproperty *prop) |
| vcardtimetype | vcardproperty_get_rev (const vcardproperty *prop) |
| const char * | vcardproperty_get_role (const vcardproperty *prop) |
| const char * | vcardproperty_get_socialprofile (const vcardproperty *prop) |
| const char * | vcardproperty_get_sortstring (const vcardproperty *prop) |
| const char * | vcardproperty_get_sound (const vcardproperty *prop) |
| const char * | vcardproperty_get_source (const vcardproperty *prop) |
| const char * | vcardproperty_get_tel (const vcardproperty *prop) |
| const char * | vcardproperty_get_title (const vcardproperty *prop) |
| vcardtztype | vcardproperty_get_tz (const vcardproperty *prop) |
| const char * | vcardproperty_get_uid (const vcardproperty *prop) |
| const char * | vcardproperty_get_url (const vcardproperty *prop) |
| enum vcardproperty_version | vcardproperty_get_version (const vcardproperty *prop) |
| const char * | vcardproperty_get_x (const vcardproperty *prop) |
| const char * | vcardproperty_get_xlicerror (const vcardproperty *prop) |
| const char * | vcardproperty_get_xml (const vcardproperty *prop) |
| vcardproperty * | vcardproperty_new_adr (vcardstructuredtype *v) |
| vcardproperty * | vcardproperty_new_agent (const char *v) |
| vcardproperty * | vcardproperty_new_anniversary (vcardtimetype v) |
| vcardproperty * | vcardproperty_new_bday (vcardtimetype v) |
| vcardproperty * | vcardproperty_new_birthplace (const char *v) |
| vcardproperty * | vcardproperty_new_caladruri (const char *v) |
| vcardproperty * | vcardproperty_new_caluri (const char *v) |
| vcardproperty * | vcardproperty_new_categories (vcardstrarray *v) |
| vcardproperty * | vcardproperty_new_class (const char *v) |
| vcardproperty * | vcardproperty_new_clientpidmap (vcardstrarray *v) |
| vcardproperty * | vcardproperty_new_contacturi (const char *v) |
| vcardproperty * | vcardproperty_new_created (vcardtimetype v) |
| vcardproperty * | vcardproperty_new_deathdate (vcardtimetype v) |
| vcardproperty * | vcardproperty_new_deathplace (const char *v) |
| vcardproperty * | vcardproperty_new_email (const char *v) |
| vcardproperty * | vcardproperty_new_expertise (const char *v) |
| vcardproperty * | vcardproperty_new_fburl (const char *v) |
| vcardproperty * | vcardproperty_new_fn (const char *v) |
| vcardproperty * | vcardproperty_new_gender (vcardstrarray *v) |
| vcardproperty * | vcardproperty_new_geo (vcardgeotype v) |
| vcardproperty * | vcardproperty_new_gramgender (enum vcardproperty_gramgender v) |
| vcardproperty * | vcardproperty_new_hobby (const char *v) |
| vcardproperty * | vcardproperty_new_impp (const char *v) |
| vcardproperty * | vcardproperty_new_interest (const char *v) |
| vcardproperty * | vcardproperty_new_jsprop (const char *v) |
| vcardproperty * | vcardproperty_new_key (const char *v) |
| vcardproperty * | vcardproperty_new_kind (enum vcardproperty_kindenum v) |
| vcardproperty * | vcardproperty_new_label (const char *v) |
| vcardproperty * | vcardproperty_new_lang (const char *v) |
| vcardproperty * | vcardproperty_new_language (const char *v) |
| vcardproperty * | vcardproperty_new_logo (const char *v) |
| vcardproperty * | vcardproperty_new_mailer (const char *v) |
| vcardproperty * | vcardproperty_new_member (const char *v) |
| vcardproperty * | vcardproperty_new_n (vcardstructuredtype *v) |
| vcardproperty * | vcardproperty_new_name (const char *v) |
| vcardproperty * | vcardproperty_new_nickname (vcardstrarray *v) |
| vcardproperty * | vcardproperty_new_note (const char *v) |
| vcardproperty * | vcardproperty_new_org (vcardstrarray *v) |
| vcardproperty * | vcardproperty_new_orgdirectory (const char *v) |
| vcardproperty * | vcardproperty_new_photo (const char *v) |
| vcardproperty * | vcardproperty_new_prodid (const char *v) |
| vcardproperty * | vcardproperty_new_pronouns (const char *v) |
| vcardproperty * | vcardproperty_new_related (const char *v) |
| vcardproperty * | vcardproperty_new_rev (vcardtimetype v) |
| vcardproperty * | vcardproperty_new_role (const char *v) |
| vcardproperty * | vcardproperty_new_socialprofile (const char *v) |
| vcardproperty * | vcardproperty_new_sortstring (const char *v) |
| vcardproperty * | vcardproperty_new_sound (const char *v) |
| vcardproperty * | vcardproperty_new_source (const char *v) |
| vcardproperty * | vcardproperty_new_tel (const char *v) |
| vcardproperty * | vcardproperty_new_title (const char *v) |
| vcardproperty * | vcardproperty_new_tz (vcardtztype v) |
| vcardproperty * | vcardproperty_new_uid (const char *v) |
| vcardproperty * | vcardproperty_new_url (const char *v) |
| vcardproperty * | vcardproperty_new_version (enum vcardproperty_version v) |
| vcardproperty * | vcardproperty_new_x (const char *v) |
| vcardproperty * | vcardproperty_new_xlicerror (const char *v) |
| vcardproperty * | vcardproperty_new_xml (const char *v) |
| void | vcardproperty_set_adr (vcardproperty *prop, vcardstructuredtype *v) |
| void | vcardproperty_set_agent (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_anniversary (vcardproperty *prop, vcardtimetype v) |
| void | vcardproperty_set_bday (vcardproperty *prop, vcardtimetype v) |
| void | vcardproperty_set_birthplace (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_caladruri (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_caluri (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_categories (vcardproperty *prop, vcardstrarray *v) |
| void | vcardproperty_set_class (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_clientpidmap (vcardproperty *prop, vcardstrarray *v) |
| void | vcardproperty_set_contacturi (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_created (vcardproperty *prop, vcardtimetype v) |
| void | vcardproperty_set_deathdate (vcardproperty *prop, vcardtimetype v) |
| void | vcardproperty_set_deathplace (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_email (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_expertise (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_fburl (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_fn (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_gender (vcardproperty *prop, vcardstrarray *v) |
| void | vcardproperty_set_geo (vcardproperty *prop, vcardgeotype v) |
| void | vcardproperty_set_gramgender (vcardproperty *prop, enum vcardproperty_gramgender v) |
| void | vcardproperty_set_hobby (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_impp (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_interest (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_jsprop (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_key (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_kind (vcardproperty *prop, enum vcardproperty_kindenum v) |
| void | vcardproperty_set_label (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_lang (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_language (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_logo (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_mailer (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_member (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_n (vcardproperty *prop, vcardstructuredtype *v) |
| void | vcardproperty_set_name (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_nickname (vcardproperty *prop, vcardstrarray *v) |
| void | vcardproperty_set_note (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_org (vcardproperty *prop, vcardstrarray *v) |
| void | vcardproperty_set_orgdirectory (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_photo (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_prodid (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_pronouns (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_related (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_rev (vcardproperty *prop, vcardtimetype v) |
| void | vcardproperty_set_role (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_socialprofile (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_sortstring (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_sound (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_source (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_tel (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_title (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_tz (vcardproperty *prop, vcardtztype v) |
| void | vcardproperty_set_uid (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_url (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_version (vcardproperty *prop, enum vcardproperty_version v) |
| void | vcardproperty_set_x (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_xlicerror (vcardproperty *prop, const char *v) |
| void | vcardproperty_set_xml (vcardproperty *prop, const char *v) |
| vcardproperty * | vcardproperty_vanew_adr (vcardstructuredtype *v,...) |
| vcardproperty * | vcardproperty_vanew_agent (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_anniversary (vcardtimetype v,...) |
| vcardproperty * | vcardproperty_vanew_bday (vcardtimetype v,...) |
| vcardproperty * | vcardproperty_vanew_birthplace (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_caladruri (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_caluri (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_categories (vcardstrarray *v,...) |
| vcardproperty * | vcardproperty_vanew_class (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_clientpidmap (vcardstrarray *v,...) |
| vcardproperty * | vcardproperty_vanew_contacturi (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_created (vcardtimetype v,...) |
| vcardproperty * | vcardproperty_vanew_deathdate (vcardtimetype v,...) |
| vcardproperty * | vcardproperty_vanew_deathplace (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_email (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_expertise (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_fburl (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_fn (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_gender (vcardstrarray *v,...) |
| vcardproperty * | vcardproperty_vanew_geo (vcardgeotype v,...) |
| vcardproperty * | vcardproperty_vanew_gramgender (enum vcardproperty_gramgender v,...) |
| vcardproperty * | vcardproperty_vanew_hobby (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_impp (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_interest (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_jsprop (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_key (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_kind (enum vcardproperty_kindenum v,...) |
| vcardproperty * | vcardproperty_vanew_label (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_lang (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_language (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_logo (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_mailer (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_member (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_n (vcardstructuredtype *v,...) |
| vcardproperty * | vcardproperty_vanew_name (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_nickname (vcardstrarray *v,...) |
| vcardproperty * | vcardproperty_vanew_note (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_org (vcardstrarray *v,...) |
| vcardproperty * | vcardproperty_vanew_orgdirectory (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_photo (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_prodid (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_pronouns (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_related (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_rev (vcardtimetype v,...) |
| vcardproperty * | vcardproperty_vanew_role (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_socialprofile (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_sortstring (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_sound (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_source (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_tel (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_title (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_tz (vcardtztype v,...) |
| vcardproperty * | vcardproperty_vanew_uid (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_url (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_version (enum vcardproperty_version v,...) |
| vcardproperty * | vcardproperty_vanew_x (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_xlicerror (const char *v,...) |
| vcardproperty * | vcardproperty_vanew_xml (const char *v,...) |
vCard properties.
Definition in file vcardderivedproperty.h.
| enum vcardproperty_kind |
Definition at line 25 of file vcardderivedproperty.h.
| vcardstructuredtype * vcardproperty_get_adr | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_agent | ( | const vcardproperty * | prop | ) |
| vcardtimetype vcardproperty_get_anniversary | ( | const vcardproperty * | prop | ) |
| vcardtimetype vcardproperty_get_bday | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_birthplace | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_caladruri | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_caluri | ( | const vcardproperty * | prop | ) |
| vcardstrarray * vcardproperty_get_categories | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_class | ( | const vcardproperty * | prop | ) |
| vcardstrarray * vcardproperty_get_clientpidmap | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_contacturi | ( | const vcardproperty * | prop | ) |
| vcardtimetype vcardproperty_get_created | ( | const vcardproperty * | prop | ) |
| vcardtimetype vcardproperty_get_deathdate | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_deathplace | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_email | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_expertise | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_fburl | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_fn | ( | const vcardproperty * | prop | ) |
| vcardstrarray * vcardproperty_get_gender | ( | const vcardproperty * | prop | ) |
| vcardgeotype vcardproperty_get_geo | ( | const vcardproperty * | prop | ) |
| enum vcardproperty_gramgender vcardproperty_get_gramgender | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_hobby | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_impp | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_interest | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_jsprop | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_key | ( | const vcardproperty * | prop | ) |
| enum vcardproperty_kindenum vcardproperty_get_kind | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_label | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_lang | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_language | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_logo | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_mailer | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_member | ( | const vcardproperty * | prop | ) |
| vcardstructuredtype * vcardproperty_get_n | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_name | ( | const vcardproperty * | prop | ) |
| vcardstrarray * vcardproperty_get_nickname | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_note | ( | const vcardproperty * | prop | ) |
| vcardstrarray * vcardproperty_get_org | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_orgdirectory | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_photo | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_prodid | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_pronouns | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_related | ( | const vcardproperty * | prop | ) |
| vcardtimetype vcardproperty_get_rev | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_role | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_socialprofile | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_sortstring | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_sound | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_source | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_tel | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_title | ( | const vcardproperty * | prop | ) |
| vcardtztype vcardproperty_get_tz | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_uid | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_url | ( | const vcardproperty * | prop | ) |
| enum vcardproperty_version vcardproperty_get_version | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_x | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_xlicerror | ( | const vcardproperty * | prop | ) |
| const char * vcardproperty_get_xml | ( | const vcardproperty * | prop | ) |
| vcardproperty * vcardproperty_new_adr | ( | vcardstructuredtype * | v | ) |
| vcardproperty * vcardproperty_new_agent | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_anniversary | ( | vcardtimetype | v | ) |
| vcardproperty * vcardproperty_new_bday | ( | vcardtimetype | v | ) |
| vcardproperty * vcardproperty_new_birthplace | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_caladruri | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_caluri | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_categories | ( | vcardstrarray * | v | ) |
| vcardproperty * vcardproperty_new_class | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_clientpidmap | ( | vcardstrarray * | v | ) |
| vcardproperty * vcardproperty_new_contacturi | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_created | ( | vcardtimetype | v | ) |
| vcardproperty * vcardproperty_new_deathdate | ( | vcardtimetype | v | ) |
| vcardproperty * vcardproperty_new_deathplace | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_email | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_expertise | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_fburl | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_fn | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_gender | ( | vcardstrarray * | v | ) |
| vcardproperty * vcardproperty_new_geo | ( | vcardgeotype | v | ) |
| vcardproperty * vcardproperty_new_gramgender | ( | enum vcardproperty_gramgender | v | ) |
| vcardproperty * vcardproperty_new_hobby | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_impp | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_interest | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_jsprop | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_key | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_kind | ( | enum vcardproperty_kindenum | v | ) |
| vcardproperty * vcardproperty_new_label | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_lang | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_language | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_logo | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_mailer | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_member | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_n | ( | vcardstructuredtype * | v | ) |
| vcardproperty * vcardproperty_new_name | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_nickname | ( | vcardstrarray * | v | ) |
| vcardproperty * vcardproperty_new_note | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_org | ( | vcardstrarray * | v | ) |
| vcardproperty * vcardproperty_new_orgdirectory | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_photo | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_prodid | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_pronouns | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_related | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_rev | ( | vcardtimetype | v | ) |
| vcardproperty * vcardproperty_new_role | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_socialprofile | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_sortstring | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_sound | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_source | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_tel | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_title | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_tz | ( | vcardtztype | v | ) |
| vcardproperty * vcardproperty_new_uid | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_url | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_version | ( | enum vcardproperty_version | v | ) |
| vcardproperty * vcardproperty_new_x | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_xlicerror | ( | const char * | v | ) |
| vcardproperty * vcardproperty_new_xml | ( | const char * | v | ) |
| void vcardproperty_set_adr | ( | vcardproperty * | prop, |
| vcardstructuredtype * | v ) |
| void vcardproperty_set_agent | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_anniversary | ( | vcardproperty * | prop, |
| vcardtimetype | v ) |
| void vcardproperty_set_bday | ( | vcardproperty * | prop, |
| vcardtimetype | v ) |
| void vcardproperty_set_birthplace | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_caladruri | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_caluri | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_categories | ( | vcardproperty * | prop, |
| vcardstrarray * | v ) |
| void vcardproperty_set_class | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_clientpidmap | ( | vcardproperty * | prop, |
| vcardstrarray * | v ) |
| void vcardproperty_set_contacturi | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_created | ( | vcardproperty * | prop, |
| vcardtimetype | v ) |
| void vcardproperty_set_deathdate | ( | vcardproperty * | prop, |
| vcardtimetype | v ) |
| void vcardproperty_set_deathplace | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_email | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_expertise | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_fburl | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_fn | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_gender | ( | vcardproperty * | prop, |
| vcardstrarray * | v ) |
| void vcardproperty_set_geo | ( | vcardproperty * | prop, |
| vcardgeotype | v ) |
| void vcardproperty_set_gramgender | ( | vcardproperty * | prop, |
| enum vcardproperty_gramgender | v ) |
| void vcardproperty_set_hobby | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_impp | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_interest | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_jsprop | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_key | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_kind | ( | vcardproperty * | prop, |
| enum vcardproperty_kindenum | v ) |
| void vcardproperty_set_label | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_lang | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_language | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_logo | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_mailer | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_member | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_n | ( | vcardproperty * | prop, |
| vcardstructuredtype * | v ) |
| void vcardproperty_set_name | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_nickname | ( | vcardproperty * | prop, |
| vcardstrarray * | v ) |
| void vcardproperty_set_note | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_org | ( | vcardproperty * | prop, |
| vcardstrarray * | v ) |
| void vcardproperty_set_orgdirectory | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_photo | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_prodid | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_pronouns | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_related | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_rev | ( | vcardproperty * | prop, |
| vcardtimetype | v ) |
| void vcardproperty_set_role | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_socialprofile | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_sortstring | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_sound | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_source | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_tel | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_title | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_tz | ( | vcardproperty * | prop, |
| vcardtztype | v ) |
| void vcardproperty_set_uid | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_url | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_version | ( | vcardproperty * | prop, |
| enum vcardproperty_version | v ) |
| void vcardproperty_set_x | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_xlicerror | ( | vcardproperty * | prop, |
| const char * | v ) |
| void vcardproperty_set_xml | ( | vcardproperty * | prop, |
| const char * | v ) |
| vcardproperty * vcardproperty_vanew_adr | ( | vcardstructuredtype * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_agent | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_anniversary | ( | vcardtimetype | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_bday | ( | vcardtimetype | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_birthplace | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_caladruri | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_caluri | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_categories | ( | vcardstrarray * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_class | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_clientpidmap | ( | vcardstrarray * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_contacturi | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_created | ( | vcardtimetype | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_deathdate | ( | vcardtimetype | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_deathplace | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_email | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_expertise | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_fburl | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_fn | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_gender | ( | vcardstrarray * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_geo | ( | vcardgeotype | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_gramgender | ( | enum vcardproperty_gramgender | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_hobby | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_impp | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_interest | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_jsprop | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_key | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_kind | ( | enum vcardproperty_kindenum | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_label | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_lang | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_language | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_logo | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_mailer | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_member | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_n | ( | vcardstructuredtype * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_name | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_nickname | ( | vcardstrarray * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_note | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_org | ( | vcardstrarray * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_orgdirectory | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_photo | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_prodid | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_pronouns | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_related | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_rev | ( | vcardtimetype | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_role | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_socialprofile | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_sortstring | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_sound | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_source | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_tel | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_title | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_tz | ( | vcardtztype | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_uid | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_url | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_version | ( | enum vcardproperty_version | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_x | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_xlicerror | ( | const char * | v, |
| ... ) |
| vcardproperty * vcardproperty_vanew_xml | ( | const char * | v, |
| ... ) |