Method

ICalGLibParameteradd_display

unstable since: 4.0

Declaration [src]

void
i_cal_parameter_add_display (
  ICalParameter* self,
  ICalParameterDisplay value,
  const gchar* x_value
)

Description [src]

Adds an element.

Available since: 4.0

Parameters

value

Type: ICalParameterDisplay

The ICalParameterDisplay.

x_value

Type: const gchar*

An X name, or NULL; when set, the value should 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.