Constructor
ICalGLibVcardParameternew_jscomps
unstable since: 4.0
Declaration [src]
ICalVcardParameter*
i_cal_vcard_parameter_new_jscomps (
const ICalVcardStructured* value
)
Description [src]
Creates a new ICalVcardParameter holding JSCOMPS.
Note: this uses a copy of the structured type,
not the one stored in the value.
Available since: 4.0
Parameters
value-
Type:
const ICalVcardStructuredThe
ICalVcardStructuredvalue.The data is owned by the caller of the function.
Return value
Type: ICalVcardParameter
A new ICalVcardParameter holding JSCOMPS.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |