Method
EBookContactsVCardAttributeParamget_name
Declaration [src]
const gchar*
e_vcard_attribute_param_get_name (
EVCardAttributeParam* param
)
Description [src]
Gets the name of param.
For example, for the only parameter of the vCard attribute:
TEL;TYPE=WORK,VOICE:(111) 555-1212
this would return TYPE (which is string-equivalent to
EVC_TYPE).