Method
ICalGLibVcardEnumArrayclone
unstable since: 4.0
Declaration [src]
ICalVcardEnumArray*
i_cal_vcard_enum_array_clone (
ICalVcardEnumArray* array
)
Description [src]
Creates a deep copy of ICalVcardEnumArray with the same properties as the array.
Available since: 4.0
Return value
Type: ICalVcardEnumArray
The newly cloned ICalVcardEnumArray with the same value as the array.
| The caller of the method takes ownership of the data, and is responsible for freeing it. |