Method

ICalGLibParameterset_schema

since: 4.0

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: 4.0

Parameters

v

Type: const gchar*

The value to set.

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