Method

ICalGLibParameterset_schema

unstable since: 3.1

Declaration [src]

void
i_cal_parameter_set_schema (
  ICalParameter* param,
  const gchar* v
)

Description [src]

Sets value v to parameter param of kind I_CAL_SCHEMA_PARAMETER.

Available since: 3.1

Parameters

v

Type: const gchar*

The value to set.

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