Method

ICalGLibVcardStrArrayappend

unstable since: 4.0

Declaration [src]

void
i_cal_vcard_str_array_append (
  ICalVcardStrArray* array,
  const gchar* value
)

Description [src]

Appends the value into the array, not checking for duplicates. See also i_cal_vcard_str_array_add().

Available since: 4.0

This method is not directly available to language bindings.

Parameters

value

Type: const gchar*

The value to append.

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