Libical API Documentation 4.0 STABLE VERSION [Visit the v3.0 documentation]
Loading...
Searching...
No Matches
vcardderivedproperty.h File Reference

vCard properties. More...

Go to the source code of this file.

Enumerations

enum  vcardproperty_kind {
  VCARD_ANY_PROPERTY = 0 ,
  VCARD_ADR_PROPERTY = 11 ,
  VCARD_AGENT_PROPERTY = 41 ,
  VCARD_ANNIVERSARY_PROPERTY = 9 ,
  VCARD_BDAY_PROPERTY = 8 ,
  VCARD_BEGIN_PROPERTY = 497 ,
  VCARD_BIRTHPLACE_PROPERTY = 44 ,
  VCARD_CALADRURI_PROPERTY = 35 ,
  VCARD_CALURI_PROPERTY = 36 ,
  VCARD_CATEGORIES_PROPERTY = 24 ,
  VCARD_CLASS_PROPERTY = 43 ,
  VCARD_CLIENTPIDMAP_PROPERTY = 30 ,
  VCARD_CONTACTURI_PROPERTY = 52 ,
  VCARD_CREATED_PROPERTY = 54 ,
  VCARD_DEATHDATE_PROPERTY = 46 ,
  VCARD_DEATHPLACE_PROPERTY = 45 ,
  VCARD_EMAIL_PROPERTY = 13 ,
  VCARD_END_PROPERTY = 498 ,
  VCARD_EXPERTISE_PROPERTY = 48 ,
  VCARD_FBURL_PROPERTY = 34 ,
  VCARD_FN_PROPERTY = 4 ,
  VCARD_GENDER_PROPERTY = 10 ,
  VCARD_GEO_PROPERTY = 17 ,
  VCARD_GRAMGENDER_PROPERTY = 56 ,
  VCARD_HOBBY_PROPERTY = 49 ,
  VCARD_IMPP_PROPERTY = 14 ,
  VCARD_INTEREST_PROPERTY = 50 ,
  VCARD_JSPROP_PROPERTY = 53 ,
  VCARD_KEY_PROPERTY = 33 ,
  VCARD_KIND_PROPERTY = 2 ,
  VCARD_LABEL_PROPERTY = 39 ,
  VCARD_LANG_PROPERTY = 15 ,
  VCARD_LANGUAGE_PROPERTY = 55 ,
  VCARD_LOGO_PROPERTY = 20 ,
  VCARD_MAILER_PROPERTY = 40 ,
  VCARD_MEMBER_PROPERTY = 22 ,
  VCARD_N_PROPERTY = 5 ,
  VCARD_NAME_PROPERTY = 38 ,
  VCARD_NICKNAME_PROPERTY = 6 ,
  VCARD_NOTE_PROPERTY = 25 ,
  VCARD_ORG_PROPERTY = 21 ,
  VCARD_ORGDIRECTORY_PROPERTY = 51 ,
  VCARD_PHOTO_PROPERTY = 7 ,
  VCARD_PRODID_PROPERTY = 26 ,
  VCARD_PRONOUNS_PROPERTY = 57 ,
  VCARD_RELATED_PROPERTY = 23 ,
  VCARD_REV_PROPERTY = 27 ,
  VCARD_ROLE_PROPERTY = 19 ,
  VCARD_SOCIALPROFILE_PROPERTY = 58 ,
  VCARD_SORTSTRING_PROPERTY = 42 ,
  VCARD_SOUND_PROPERTY = 28 ,
  VCARD_SOURCE_PROPERTY = 1 ,
  VCARD_TEL_PROPERTY = 12 ,
  VCARD_TITLE_PROPERTY = 18 ,
  VCARD_TZ_PROPERTY = 16 ,
  VCARD_UID_PROPERTY = 29 ,
  VCARD_URL_PROPERTY = 31 ,
  VCARD_VERSION_PROPERTY = 32 ,
  VCARD_X_PROPERTY = 37 ,
  VCARD_XLICERROR_PROPERTY = 496 ,
  VCARD_XML_PROPERTY = 3 ,
  VCARD_NO_PROPERTY = 499
}

Functions

vcardstructuredtypevcardproperty_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)
vcardstrarrayvcardproperty_get_categories (const vcardproperty *prop)
const char * vcardproperty_get_class (const vcardproperty *prop)
vcardstrarrayvcardproperty_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)
vcardstrarrayvcardproperty_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)
vcardstructuredtypevcardproperty_get_n (const vcardproperty *prop)
const char * vcardproperty_get_name (const vcardproperty *prop)
vcardstrarrayvcardproperty_get_nickname (const vcardproperty *prop)
const char * vcardproperty_get_note (const vcardproperty *prop)
vcardstrarrayvcardproperty_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,...)

Detailed Description

vCard properties.

Definition in file vcardderivedproperty.h.

Enumeration Type Documentation

◆ vcardproperty_kind

Enumerator
VCARD_ANY_PROPERTY 
VCARD_ADR_PROPERTY 
VCARD_AGENT_PROPERTY 
VCARD_ANNIVERSARY_PROPERTY 
VCARD_BDAY_PROPERTY 
VCARD_BEGIN_PROPERTY 
VCARD_BIRTHPLACE_PROPERTY 
VCARD_CALADRURI_PROPERTY 
VCARD_CALURI_PROPERTY 
VCARD_CATEGORIES_PROPERTY 
VCARD_CLASS_PROPERTY 
VCARD_CLIENTPIDMAP_PROPERTY 
VCARD_CONTACTURI_PROPERTY 
VCARD_CREATED_PROPERTY 
VCARD_DEATHDATE_PROPERTY 
VCARD_DEATHPLACE_PROPERTY 
VCARD_EMAIL_PROPERTY 
VCARD_END_PROPERTY 
VCARD_EXPERTISE_PROPERTY 
VCARD_FBURL_PROPERTY 
VCARD_FN_PROPERTY 
VCARD_GENDER_PROPERTY 
VCARD_GEO_PROPERTY 
VCARD_GRAMGENDER_PROPERTY 
VCARD_HOBBY_PROPERTY 
VCARD_IMPP_PROPERTY 
VCARD_INTEREST_PROPERTY 
VCARD_JSPROP_PROPERTY 
VCARD_KEY_PROPERTY 
VCARD_KIND_PROPERTY 
VCARD_LABEL_PROPERTY 
VCARD_LANG_PROPERTY 
VCARD_LANGUAGE_PROPERTY 
VCARD_LOGO_PROPERTY 
VCARD_MAILER_PROPERTY 
VCARD_MEMBER_PROPERTY 
VCARD_N_PROPERTY 
VCARD_NAME_PROPERTY 
VCARD_NICKNAME_PROPERTY 
VCARD_NOTE_PROPERTY 
VCARD_ORG_PROPERTY 
VCARD_ORGDIRECTORY_PROPERTY 
VCARD_PHOTO_PROPERTY 
VCARD_PRODID_PROPERTY 
VCARD_PRONOUNS_PROPERTY 
VCARD_RELATED_PROPERTY 
VCARD_REV_PROPERTY 
VCARD_ROLE_PROPERTY 
VCARD_SOCIALPROFILE_PROPERTY 
VCARD_SORTSTRING_PROPERTY 
VCARD_SOUND_PROPERTY 
VCARD_SOURCE_PROPERTY 
VCARD_TEL_PROPERTY 
VCARD_TITLE_PROPERTY 
VCARD_TZ_PROPERTY 
VCARD_UID_PROPERTY 
VCARD_URL_PROPERTY 
VCARD_VERSION_PROPERTY 
VCARD_X_PROPERTY 
VCARD_XLICERROR_PROPERTY 
VCARD_XML_PROPERTY 
VCARD_NO_PROPERTY 

Definition at line 25 of file vcardderivedproperty.h.

Function Documentation

◆ vcardproperty_get_adr()

vcardstructuredtype * vcardproperty_get_adr ( const vcardproperty * prop)

◆ vcardproperty_get_agent()

const char * vcardproperty_get_agent ( const vcardproperty * prop)

◆ vcardproperty_get_anniversary()

vcardtimetype vcardproperty_get_anniversary ( const vcardproperty * prop)

◆ vcardproperty_get_bday()

vcardtimetype vcardproperty_get_bday ( const vcardproperty * prop)

◆ vcardproperty_get_birthplace()

const char * vcardproperty_get_birthplace ( const vcardproperty * prop)

◆ vcardproperty_get_caladruri()

const char * vcardproperty_get_caladruri ( const vcardproperty * prop)

◆ vcardproperty_get_caluri()

const char * vcardproperty_get_caluri ( const vcardproperty * prop)

◆ vcardproperty_get_categories()

vcardstrarray * vcardproperty_get_categories ( const vcardproperty * prop)

◆ vcardproperty_get_class()

const char * vcardproperty_get_class ( const vcardproperty * prop)

◆ vcardproperty_get_clientpidmap()

vcardstrarray * vcardproperty_get_clientpidmap ( const vcardproperty * prop)

◆ vcardproperty_get_contacturi()

const char * vcardproperty_get_contacturi ( const vcardproperty * prop)

◆ vcardproperty_get_created()

vcardtimetype vcardproperty_get_created ( const vcardproperty * prop)

◆ vcardproperty_get_deathdate()

vcardtimetype vcardproperty_get_deathdate ( const vcardproperty * prop)

◆ vcardproperty_get_deathplace()

const char * vcardproperty_get_deathplace ( const vcardproperty * prop)

◆ vcardproperty_get_email()

const char * vcardproperty_get_email ( const vcardproperty * prop)

◆ vcardproperty_get_expertise()

const char * vcardproperty_get_expertise ( const vcardproperty * prop)

◆ vcardproperty_get_fburl()

const char * vcardproperty_get_fburl ( const vcardproperty * prop)

◆ vcardproperty_get_fn()

const char * vcardproperty_get_fn ( const vcardproperty * prop)

◆ vcardproperty_get_gender()

vcardstrarray * vcardproperty_get_gender ( const vcardproperty * prop)

◆ vcardproperty_get_geo()

vcardgeotype vcardproperty_get_geo ( const vcardproperty * prop)

◆ vcardproperty_get_gramgender()

enum vcardproperty_gramgender vcardproperty_get_gramgender ( const vcardproperty * prop)

◆ vcardproperty_get_hobby()

const char * vcardproperty_get_hobby ( const vcardproperty * prop)

◆ vcardproperty_get_impp()

const char * vcardproperty_get_impp ( const vcardproperty * prop)

◆ vcardproperty_get_interest()

const char * vcardproperty_get_interest ( const vcardproperty * prop)

◆ vcardproperty_get_jsprop()

const char * vcardproperty_get_jsprop ( const vcardproperty * prop)

◆ vcardproperty_get_key()

const char * vcardproperty_get_key ( const vcardproperty * prop)

◆ vcardproperty_get_kind()

enum vcardproperty_kindenum vcardproperty_get_kind ( const vcardproperty * prop)

◆ vcardproperty_get_label()

const char * vcardproperty_get_label ( const vcardproperty * prop)

◆ vcardproperty_get_lang()

const char * vcardproperty_get_lang ( const vcardproperty * prop)

◆ vcardproperty_get_language()

const char * vcardproperty_get_language ( const vcardproperty * prop)

◆ vcardproperty_get_logo()

const char * vcardproperty_get_logo ( const vcardproperty * prop)

◆ vcardproperty_get_mailer()

const char * vcardproperty_get_mailer ( const vcardproperty * prop)

◆ vcardproperty_get_member()

const char * vcardproperty_get_member ( const vcardproperty * prop)

◆ vcardproperty_get_n()

vcardstructuredtype * vcardproperty_get_n ( const vcardproperty * prop)

◆ vcardproperty_get_name()

const char * vcardproperty_get_name ( const vcardproperty * prop)

◆ vcardproperty_get_nickname()

vcardstrarray * vcardproperty_get_nickname ( const vcardproperty * prop)

◆ vcardproperty_get_note()

const char * vcardproperty_get_note ( const vcardproperty * prop)

◆ vcardproperty_get_org()

vcardstrarray * vcardproperty_get_org ( const vcardproperty * prop)

◆ vcardproperty_get_orgdirectory()

const char * vcardproperty_get_orgdirectory ( const vcardproperty * prop)

◆ vcardproperty_get_photo()

const char * vcardproperty_get_photo ( const vcardproperty * prop)

◆ vcardproperty_get_prodid()

const char * vcardproperty_get_prodid ( const vcardproperty * prop)

◆ vcardproperty_get_pronouns()

const char * vcardproperty_get_pronouns ( const vcardproperty * prop)

◆ vcardproperty_get_related()

const char * vcardproperty_get_related ( const vcardproperty * prop)

◆ vcardproperty_get_rev()

vcardtimetype vcardproperty_get_rev ( const vcardproperty * prop)

◆ vcardproperty_get_role()

const char * vcardproperty_get_role ( const vcardproperty * prop)

◆ vcardproperty_get_socialprofile()

const char * vcardproperty_get_socialprofile ( const vcardproperty * prop)

◆ vcardproperty_get_sortstring()

const char * vcardproperty_get_sortstring ( const vcardproperty * prop)

◆ vcardproperty_get_sound()

const char * vcardproperty_get_sound ( const vcardproperty * prop)

◆ vcardproperty_get_source()

const char * vcardproperty_get_source ( const vcardproperty * prop)

◆ vcardproperty_get_tel()

const char * vcardproperty_get_tel ( const vcardproperty * prop)

◆ vcardproperty_get_title()

const char * vcardproperty_get_title ( const vcardproperty * prop)

◆ vcardproperty_get_tz()

vcardtztype vcardproperty_get_tz ( const vcardproperty * prop)

◆ vcardproperty_get_uid()

const char * vcardproperty_get_uid ( const vcardproperty * prop)

◆ vcardproperty_get_url()

const char * vcardproperty_get_url ( const vcardproperty * prop)

◆ vcardproperty_get_version()

enum vcardproperty_version vcardproperty_get_version ( const vcardproperty * prop)

◆ vcardproperty_get_x()

const char * vcardproperty_get_x ( const vcardproperty * prop)

◆ vcardproperty_get_xlicerror()

const char * vcardproperty_get_xlicerror ( const vcardproperty * prop)

◆ vcardproperty_get_xml()

const char * vcardproperty_get_xml ( const vcardproperty * prop)

◆ vcardproperty_new_adr()

vcardproperty * vcardproperty_new_adr ( vcardstructuredtype * v)

◆ vcardproperty_new_agent()

vcardproperty * vcardproperty_new_agent ( const char * v)

◆ vcardproperty_new_anniversary()

vcardproperty * vcardproperty_new_anniversary ( vcardtimetype v)

◆ vcardproperty_new_bday()

vcardproperty * vcardproperty_new_bday ( vcardtimetype v)

◆ vcardproperty_new_birthplace()

vcardproperty * vcardproperty_new_birthplace ( const char * v)

◆ vcardproperty_new_caladruri()

vcardproperty * vcardproperty_new_caladruri ( const char * v)

◆ vcardproperty_new_caluri()

vcardproperty * vcardproperty_new_caluri ( const char * v)

◆ vcardproperty_new_categories()

vcardproperty * vcardproperty_new_categories ( vcardstrarray * v)

◆ vcardproperty_new_class()

vcardproperty * vcardproperty_new_class ( const char * v)

◆ vcardproperty_new_clientpidmap()

vcardproperty * vcardproperty_new_clientpidmap ( vcardstrarray * v)

◆ vcardproperty_new_contacturi()

vcardproperty * vcardproperty_new_contacturi ( const char * v)

◆ vcardproperty_new_created()

vcardproperty * vcardproperty_new_created ( vcardtimetype v)

◆ vcardproperty_new_deathdate()

vcardproperty * vcardproperty_new_deathdate ( vcardtimetype v)

◆ vcardproperty_new_deathplace()

vcardproperty * vcardproperty_new_deathplace ( const char * v)

◆ vcardproperty_new_email()

vcardproperty * vcardproperty_new_email ( const char * v)

◆ vcardproperty_new_expertise()

vcardproperty * vcardproperty_new_expertise ( const char * v)

◆ vcardproperty_new_fburl()

vcardproperty * vcardproperty_new_fburl ( const char * v)

◆ vcardproperty_new_fn()

vcardproperty * vcardproperty_new_fn ( const char * v)

◆ vcardproperty_new_gender()

vcardproperty * vcardproperty_new_gender ( vcardstrarray * v)

◆ vcardproperty_new_geo()

vcardproperty * vcardproperty_new_geo ( vcardgeotype v)

◆ vcardproperty_new_gramgender()

vcardproperty * vcardproperty_new_gramgender ( enum vcardproperty_gramgender v)

◆ vcardproperty_new_hobby()

vcardproperty * vcardproperty_new_hobby ( const char * v)

◆ vcardproperty_new_impp()

vcardproperty * vcardproperty_new_impp ( const char * v)

◆ vcardproperty_new_interest()

vcardproperty * vcardproperty_new_interest ( const char * v)

◆ vcardproperty_new_jsprop()

vcardproperty * vcardproperty_new_jsprop ( const char * v)

◆ vcardproperty_new_key()

vcardproperty * vcardproperty_new_key ( const char * v)

◆ vcardproperty_new_kind()

vcardproperty * vcardproperty_new_kind ( enum vcardproperty_kindenum v)

◆ vcardproperty_new_label()

vcardproperty * vcardproperty_new_label ( const char * v)

◆ vcardproperty_new_lang()

vcardproperty * vcardproperty_new_lang ( const char * v)

◆ vcardproperty_new_language()

vcardproperty * vcardproperty_new_language ( const char * v)

◆ vcardproperty_new_logo()

vcardproperty * vcardproperty_new_logo ( const char * v)

◆ vcardproperty_new_mailer()

vcardproperty * vcardproperty_new_mailer ( const char * v)

◆ vcardproperty_new_member()

vcardproperty * vcardproperty_new_member ( const char * v)

◆ vcardproperty_new_n()

vcardproperty * vcardproperty_new_n ( vcardstructuredtype * v)

◆ vcardproperty_new_name()

vcardproperty * vcardproperty_new_name ( const char * v)

◆ vcardproperty_new_nickname()

vcardproperty * vcardproperty_new_nickname ( vcardstrarray * v)

◆ vcardproperty_new_note()

vcardproperty * vcardproperty_new_note ( const char * v)

◆ vcardproperty_new_org()

vcardproperty * vcardproperty_new_org ( vcardstrarray * v)

◆ vcardproperty_new_orgdirectory()

vcardproperty * vcardproperty_new_orgdirectory ( const char * v)

◆ vcardproperty_new_photo()

vcardproperty * vcardproperty_new_photo ( const char * v)

◆ vcardproperty_new_prodid()

vcardproperty * vcardproperty_new_prodid ( const char * v)

◆ vcardproperty_new_pronouns()

vcardproperty * vcardproperty_new_pronouns ( const char * v)

◆ vcardproperty_new_related()

vcardproperty * vcardproperty_new_related ( const char * v)

◆ vcardproperty_new_rev()

vcardproperty * vcardproperty_new_rev ( vcardtimetype v)

◆ vcardproperty_new_role()

vcardproperty * vcardproperty_new_role ( const char * v)

◆ vcardproperty_new_socialprofile()

vcardproperty * vcardproperty_new_socialprofile ( const char * v)

◆ vcardproperty_new_sortstring()

vcardproperty * vcardproperty_new_sortstring ( const char * v)

◆ vcardproperty_new_sound()

vcardproperty * vcardproperty_new_sound ( const char * v)

◆ vcardproperty_new_source()

vcardproperty * vcardproperty_new_source ( const char * v)

◆ vcardproperty_new_tel()

vcardproperty * vcardproperty_new_tel ( const char * v)

◆ vcardproperty_new_title()

vcardproperty * vcardproperty_new_title ( const char * v)

◆ vcardproperty_new_tz()

vcardproperty * vcardproperty_new_tz ( vcardtztype v)

◆ vcardproperty_new_uid()

vcardproperty * vcardproperty_new_uid ( const char * v)

◆ vcardproperty_new_url()

vcardproperty * vcardproperty_new_url ( const char * v)

◆ vcardproperty_new_version()

vcardproperty * vcardproperty_new_version ( enum vcardproperty_version v)

◆ vcardproperty_new_x()

vcardproperty * vcardproperty_new_x ( const char * v)

◆ vcardproperty_new_xlicerror()

vcardproperty * vcardproperty_new_xlicerror ( const char * v)

◆ vcardproperty_new_xml()

vcardproperty * vcardproperty_new_xml ( const char * v)

◆ vcardproperty_set_adr()

void vcardproperty_set_adr ( vcardproperty * prop,
vcardstructuredtype * v )

◆ vcardproperty_set_agent()

void vcardproperty_set_agent ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_anniversary()

void vcardproperty_set_anniversary ( vcardproperty * prop,
vcardtimetype v )

◆ vcardproperty_set_bday()

void vcardproperty_set_bday ( vcardproperty * prop,
vcardtimetype v )

◆ vcardproperty_set_birthplace()

void vcardproperty_set_birthplace ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_caladruri()

void vcardproperty_set_caladruri ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_caluri()

void vcardproperty_set_caluri ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_categories()

void vcardproperty_set_categories ( vcardproperty * prop,
vcardstrarray * v )

◆ vcardproperty_set_class()

void vcardproperty_set_class ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_clientpidmap()

void vcardproperty_set_clientpidmap ( vcardproperty * prop,
vcardstrarray * v )

◆ vcardproperty_set_contacturi()

void vcardproperty_set_contacturi ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_created()

void vcardproperty_set_created ( vcardproperty * prop,
vcardtimetype v )

◆ vcardproperty_set_deathdate()

void vcardproperty_set_deathdate ( vcardproperty * prop,
vcardtimetype v )

◆ vcardproperty_set_deathplace()

void vcardproperty_set_deathplace ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_email()

void vcardproperty_set_email ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_expertise()

void vcardproperty_set_expertise ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_fburl()

void vcardproperty_set_fburl ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_fn()

void vcardproperty_set_fn ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_gender()

void vcardproperty_set_gender ( vcardproperty * prop,
vcardstrarray * v )

◆ vcardproperty_set_geo()

void vcardproperty_set_geo ( vcardproperty * prop,
vcardgeotype v )

◆ vcardproperty_set_gramgender()

void vcardproperty_set_gramgender ( vcardproperty * prop,
enum vcardproperty_gramgender v )

◆ vcardproperty_set_hobby()

void vcardproperty_set_hobby ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_impp()

void vcardproperty_set_impp ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_interest()

void vcardproperty_set_interest ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_jsprop()

void vcardproperty_set_jsprop ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_key()

void vcardproperty_set_key ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_kind()

void vcardproperty_set_kind ( vcardproperty * prop,
enum vcardproperty_kindenum v )

◆ vcardproperty_set_label()

void vcardproperty_set_label ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_lang()

void vcardproperty_set_lang ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_language()

void vcardproperty_set_language ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_logo()

void vcardproperty_set_logo ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_mailer()

void vcardproperty_set_mailer ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_member()

void vcardproperty_set_member ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_n()

void vcardproperty_set_n ( vcardproperty * prop,
vcardstructuredtype * v )

◆ vcardproperty_set_name()

void vcardproperty_set_name ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_nickname()

void vcardproperty_set_nickname ( vcardproperty * prop,
vcardstrarray * v )

◆ vcardproperty_set_note()

void vcardproperty_set_note ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_org()

void vcardproperty_set_org ( vcardproperty * prop,
vcardstrarray * v )

◆ vcardproperty_set_orgdirectory()

void vcardproperty_set_orgdirectory ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_photo()

void vcardproperty_set_photo ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_prodid()

void vcardproperty_set_prodid ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_pronouns()

void vcardproperty_set_pronouns ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_related()

void vcardproperty_set_related ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_rev()

void vcardproperty_set_rev ( vcardproperty * prop,
vcardtimetype v )

◆ vcardproperty_set_role()

void vcardproperty_set_role ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_socialprofile()

void vcardproperty_set_socialprofile ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_sortstring()

void vcardproperty_set_sortstring ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_sound()

void vcardproperty_set_sound ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_source()

void vcardproperty_set_source ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_tel()

void vcardproperty_set_tel ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_title()

void vcardproperty_set_title ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_tz()

void vcardproperty_set_tz ( vcardproperty * prop,
vcardtztype v )

◆ vcardproperty_set_uid()

void vcardproperty_set_uid ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_url()

void vcardproperty_set_url ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_version()

void vcardproperty_set_version ( vcardproperty * prop,
enum vcardproperty_version v )

◆ vcardproperty_set_x()

void vcardproperty_set_x ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_xlicerror()

void vcardproperty_set_xlicerror ( vcardproperty * prop,
const char * v )

◆ vcardproperty_set_xml()

void vcardproperty_set_xml ( vcardproperty * prop,
const char * v )

◆ vcardproperty_vanew_adr()

vcardproperty * vcardproperty_vanew_adr ( vcardstructuredtype * v,
... )

◆ vcardproperty_vanew_agent()

vcardproperty * vcardproperty_vanew_agent ( const char * v,
... )

◆ vcardproperty_vanew_anniversary()

vcardproperty * vcardproperty_vanew_anniversary ( vcardtimetype v,
... )

◆ vcardproperty_vanew_bday()

vcardproperty * vcardproperty_vanew_bday ( vcardtimetype v,
... )

◆ vcardproperty_vanew_birthplace()

vcardproperty * vcardproperty_vanew_birthplace ( const char * v,
... )

◆ vcardproperty_vanew_caladruri()

vcardproperty * vcardproperty_vanew_caladruri ( const char * v,
... )

◆ vcardproperty_vanew_caluri()

vcardproperty * vcardproperty_vanew_caluri ( const char * v,
... )

◆ vcardproperty_vanew_categories()

vcardproperty * vcardproperty_vanew_categories ( vcardstrarray * v,
... )

◆ vcardproperty_vanew_class()

vcardproperty * vcardproperty_vanew_class ( const char * v,
... )

◆ vcardproperty_vanew_clientpidmap()

vcardproperty * vcardproperty_vanew_clientpidmap ( vcardstrarray * v,
... )

◆ vcardproperty_vanew_contacturi()

vcardproperty * vcardproperty_vanew_contacturi ( const char * v,
... )

◆ vcardproperty_vanew_created()

vcardproperty * vcardproperty_vanew_created ( vcardtimetype v,
... )

◆ vcardproperty_vanew_deathdate()

vcardproperty * vcardproperty_vanew_deathdate ( vcardtimetype v,
... )

◆ vcardproperty_vanew_deathplace()

vcardproperty * vcardproperty_vanew_deathplace ( const char * v,
... )

◆ vcardproperty_vanew_email()

vcardproperty * vcardproperty_vanew_email ( const char * v,
... )

◆ vcardproperty_vanew_expertise()

vcardproperty * vcardproperty_vanew_expertise ( const char * v,
... )

◆ vcardproperty_vanew_fburl()

vcardproperty * vcardproperty_vanew_fburl ( const char * v,
... )

◆ vcardproperty_vanew_fn()

vcardproperty * vcardproperty_vanew_fn ( const char * v,
... )

◆ vcardproperty_vanew_gender()

vcardproperty * vcardproperty_vanew_gender ( vcardstrarray * v,
... )

◆ vcardproperty_vanew_geo()

vcardproperty * vcardproperty_vanew_geo ( vcardgeotype v,
... )

◆ vcardproperty_vanew_gramgender()

vcardproperty * vcardproperty_vanew_gramgender ( enum vcardproperty_gramgender v,
... )

◆ vcardproperty_vanew_hobby()

vcardproperty * vcardproperty_vanew_hobby ( const char * v,
... )

◆ vcardproperty_vanew_impp()

vcardproperty * vcardproperty_vanew_impp ( const char * v,
... )

◆ vcardproperty_vanew_interest()

vcardproperty * vcardproperty_vanew_interest ( const char * v,
... )

◆ vcardproperty_vanew_jsprop()

vcardproperty * vcardproperty_vanew_jsprop ( const char * v,
... )

◆ vcardproperty_vanew_key()

vcardproperty * vcardproperty_vanew_key ( const char * v,
... )

◆ vcardproperty_vanew_kind()

vcardproperty * vcardproperty_vanew_kind ( enum vcardproperty_kindenum v,
... )

◆ vcardproperty_vanew_label()

vcardproperty * vcardproperty_vanew_label ( const char * v,
... )

◆ vcardproperty_vanew_lang()

vcardproperty * vcardproperty_vanew_lang ( const char * v,
... )

◆ vcardproperty_vanew_language()

vcardproperty * vcardproperty_vanew_language ( const char * v,
... )

◆ vcardproperty_vanew_logo()

vcardproperty * vcardproperty_vanew_logo ( const char * v,
... )

◆ vcardproperty_vanew_mailer()

vcardproperty * vcardproperty_vanew_mailer ( const char * v,
... )

◆ vcardproperty_vanew_member()

vcardproperty * vcardproperty_vanew_member ( const char * v,
... )

◆ vcardproperty_vanew_n()

vcardproperty * vcardproperty_vanew_n ( vcardstructuredtype * v,
... )

◆ vcardproperty_vanew_name()

vcardproperty * vcardproperty_vanew_name ( const char * v,
... )

◆ vcardproperty_vanew_nickname()

vcardproperty * vcardproperty_vanew_nickname ( vcardstrarray * v,
... )

◆ vcardproperty_vanew_note()

vcardproperty * vcardproperty_vanew_note ( const char * v,
... )

◆ vcardproperty_vanew_org()

vcardproperty * vcardproperty_vanew_org ( vcardstrarray * v,
... )

◆ vcardproperty_vanew_orgdirectory()

vcardproperty * vcardproperty_vanew_orgdirectory ( const char * v,
... )

◆ vcardproperty_vanew_photo()

vcardproperty * vcardproperty_vanew_photo ( const char * v,
... )

◆ vcardproperty_vanew_prodid()

vcardproperty * vcardproperty_vanew_prodid ( const char * v,
... )

◆ vcardproperty_vanew_pronouns()

vcardproperty * vcardproperty_vanew_pronouns ( const char * v,
... )

◆ vcardproperty_vanew_related()

vcardproperty * vcardproperty_vanew_related ( const char * v,
... )

◆ vcardproperty_vanew_rev()

vcardproperty * vcardproperty_vanew_rev ( vcardtimetype v,
... )

◆ vcardproperty_vanew_role()

vcardproperty * vcardproperty_vanew_role ( const char * v,
... )

◆ vcardproperty_vanew_socialprofile()

vcardproperty * vcardproperty_vanew_socialprofile ( const char * v,
... )

◆ vcardproperty_vanew_sortstring()

vcardproperty * vcardproperty_vanew_sortstring ( const char * v,
... )

◆ vcardproperty_vanew_sound()

vcardproperty * vcardproperty_vanew_sound ( const char * v,
... )

◆ vcardproperty_vanew_source()

vcardproperty * vcardproperty_vanew_source ( const char * v,
... )

◆ vcardproperty_vanew_tel()

vcardproperty * vcardproperty_vanew_tel ( const char * v,
... )

◆ vcardproperty_vanew_title()

vcardproperty * vcardproperty_vanew_title ( const char * v,
... )

◆ vcardproperty_vanew_tz()

vcardproperty * vcardproperty_vanew_tz ( vcardtztype v,
... )

◆ vcardproperty_vanew_uid()

vcardproperty * vcardproperty_vanew_uid ( const char * v,
... )

◆ vcardproperty_vanew_url()

vcardproperty * vcardproperty_vanew_url ( const char * v,
... )

◆ vcardproperty_vanew_version()

vcardproperty * vcardproperty_vanew_version ( enum vcardproperty_version v,
... )

◆ vcardproperty_vanew_x()

vcardproperty * vcardproperty_vanew_x ( const char * v,
... )

◆ vcardproperty_vanew_xlicerror()

vcardproperty * vcardproperty_vanew_xlicerror ( const char * v,
... )

◆ vcardproperty_vanew_xml()

vcardproperty * vcardproperty_vanew_xml ( const char * v,
... )