Constructor
ICalGLibParameternew_from_value_string
since: 1.0
Declaration [src]
ICalParameter*
i_cal_parameter_new_from_value_string (
ICalParameterKind kind,
const gchar* value
)
Description [src]
Creates a new ICalParameter from just the value, the part after the “=”
Available since: 1.0
Parameters
kind-
Type:
ICalParameterKindThe kind of
ICalParameterto be created. value-
Type:
const gchar*The string from which
ICalParameterto be created.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: ICalParameter
The newly created ICalParameter.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |