Method
ICalGLibPropertyset_parameter
since: 1.0
Declaration [src]
void
i_cal_property_set_parameter (
ICalProperty* prop,
ICalParameter* parameter
)
Description [src]
Sets a ICalParameter into the ICalProperty. It behaves like set the copy of the ICalParameter. Upon
completion the native part of ICalParameter will be set to NULL.
Available since: 1.0
Parameters
parameter-
Type:
ICalParameterThe parameter to be set into
prop.The data is owned by the caller of the method.