Method

EBookContactsVCardAttributeParamadd_value

Declaration [src]

void
e_vcard_attribute_param_add_value (
  EVCardAttributeParam* param,
  const gchar* value
)

Description [src]

Appends value to params list of values.

Parameters

value

Type: const gchar*

A string value to add.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.