Method

ICalGLibParameterremove_feature

unstable since: 4.0

Declaration [src]

void
i_cal_parameter_remove_feature (
  ICalParameter* self,
  ICalParameterFeature value,
  const gchar* x_value
)

Description [src]

Removes an element with the provided value.

Available since: 4.0

Parameters

value

Type: ICalParameterFeature

The ICalParameterFeature.

x_value

Type: const gchar*

An X name, or NULL; when set, the value should be a corresponding X value.

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