Method
EBookContactsVCardAttributeget_value
Declaration [src]
gchar*
e_vcard_attribute_get_value (
EVCardAttribute* attr
)
Description [src]
Gets the value of a single-valued EVCardAttribute, attr.
For example, for a FN (full name) attribute, this will
return the contact’s full name as a single string.
This will print a warning if called on an EVCardAttribute which is not
single-valued (i.e. for which e_vcard_attribute_is_single_valued() returns
FALSE). Use e_vcard_attribute_get_values() in such cases instead.