Method
ICalGLibVcardPropertyadd_parameter
unstable since: 4.0
Declaration [src]
void
i_cal_vcard_property_add_parameter (
ICalVcardProperty* prop,
ICalVcardParameter* parameter
)
Description [src]
Adds an ICalVcardParameter into the ICalVcardProperty. It behaves like set the copy of the ICalVcardParameter.
Upon completion the native part of ICalVcardParameter will be set to NULL.
Available since: 4.0
Parameters
parameter-
Type:
ICalVcardParameterThe parameter to be added into
prop.The data is owned by the caller of the method.