Method

EBookContactsVCardadd_attribute_with_values

Declaration [src]

void
e_vcard_add_attribute_with_values (
  EVCard* evcard,
  EVCardAttribute* attr,
  ...
)

Description [src]

Prepends attr to evcard, assigning the list of values to it. This takes ownership of attr.

This is a convenience wrapper around e_vcard_attribute_add_value() and e_vcard_add_attribute().

This method is not directly available to language bindings.

Parameters

attr

Type: EVCardAttribute

An EVCardAttribute to add.

The instance takes ownership of the data, and is responsible for freeing it.
...

Type: 

A NULL-terminated list of values to assign to the attribute.