Method

ICalGLibPropertyremove_parameter_by_name

since: 1.0

Declaration [src]

void
i_cal_property_remove_parameter_by_name (
  ICalProperty* prop,
  const gchar* name
)

Description [src]

Removes parameter in the ICalProperty by name.

Available since: 1.0

Parameters

name

Type: const gchar*

The name of the parameter to be removed.

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