Method
ICalGLibVcardComponentremove_property
unstable since: 4.0
Declaration [src]
void
i_cal_vcard_component_remove_property (
ICalVcardComponent* component,
ICalVcardProperty* property
)
Description [src]
Removes ICalVcardProperty from ICalVcardComponent. Caution: The compare is based on address. So you
must use the original ICalVcardProperty as the target.
Available since: 4.0
Parameters
property-
Type:
ICalVcardPropertyAn
ICalVcardProperty.The data is owned by the caller of the method.