Method

ICalGLibParameterset_label

unstable since: 3.0.15

Declaration [src]

void
i_cal_parameter_set_label (
  ICalParameter* self,
  const gchar* value
)

Description [src]

Sets value to the LABEL self.

Available since: 3.0.15

Parameters

value

Type: const gchar*

The LABEL value.

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