Method
ICalGLibVcardPropertytake_parameter
unstable since: 4.0
Declaration [src]
void
i_cal_vcard_property_take_parameter (
ICalVcardProperty* prop,
ICalVcardParameter* parameter
)
Description [src]
Adds the parameter into the prop and frees the parameter.
Available since: 4.0
This method is not directly available to language bindings.
Parameters
parameter-
Type:
ICalVcardParameterThe parameter to be added into
prop.The instance takes ownership of the data, and is responsible for freeing it.