Method

ICalGLibVcardEnumArrayremove_x_value

unstable since: 4.0

Declaration [src]

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

Description [src]

Removes all occurrences of an X (custom) value from the array. See also i_cal_vcard_enum_array_remove_value()

Available since: 4.0

This method is not directly available to language bindings.

Parameters

xvalue

Type: const gchar*

The X (custom) value to remove.

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