Constructor
ICalGLibParameternew_from_string
since: 1.0
Declaration [src]
ICalParameter*
i_cal_parameter_new_from_string (
const gchar* value
)
Description [src]
Creates a ICalParameter
from a string of form “PARAMNAME=VALUE”.
Available since: 1.0
Parameters
value
-
Type:
const gchar*
The string from which the
ICalParameter
is 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 with the properties specified in the value
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |