Method
EBookContactsVCardAttributeremove_param_value
Declaration [src]
void
e_vcard_attribute_remove_param_value (
EVCardAttribute* attr,
const gchar* param_name,
const gchar* s
)
Description [src]
Removes the value s from the parameter param_name on the attribute attr. If s was the only value for parameter param_name, that parameter is removed
entirely from attr and freed.