Method

ICalGLibVcardEnumArrayappend_x_value

unstable since: 4.0

Declaration [src]

void
i_cal_vcard_enum_array_append_x_value (
  ICalVcardEnumArray* array,
  const gchar* xvalue
)

Description [src]

Appends an X (custom) value to the array. See also i_cal_vcard_enum_array_add_x_value(), i_cal_vcard_enum_array_append_value()

Available since: 4.0

This method is not directly available to language bindings.

Parameters

xvalue

Type: const gchar*

The X (custom) value to append.

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