Method
ICalGLibPropertyclone
unstable since: 3.1
Declaration [src]
ICalProperty*
i_cal_property_clone (
const ICalProperty* prop
)
Return value
Type: ICalProperty
The newly created ICalProperty
deeply cloned from prop
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |