Data Fields | |
char * | name |
char * | value |
Definition at line 22 of file vcard.h.
char* vCard::vCardProp::name |
Keyname of the property
Definition at line 23 of file vcard.h.
Referenced by display_parsed_vcard(), vcard_add_prop(), vcard_free(), vcard_get_prop(), vcard_load(), vcard_serialize(), and vcard_set_prop().
char* vCard::vCardProp::value |
value of the property
Definition at line 24 of file vcard.h.
Referenced by display_parsed_vcard(), vcard_add_prop(), vcard_free(), vcard_get_prop(), vcard_load(), vcard_serialize(), and vcard_set_prop().