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