Method

ICalGLibVcardParameteradd_value_from_string

unstable since: 4.0

Declaration [src]

void
i_cal_vcard_parameter_add_value_from_string (
  ICalVcardParameter* param,
  const gchar* value
)

Description [src]

Adds a param value from string value. This can be used for parameters which can hold multiple values.

Available since: 4.0

Parameters

value

Type: const gchar*

The string value to add.

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