Method

ICalGLibPropertyclone

unstable since: 3.1

Declaration [src]

ICalProperty*
i_cal_property_clone (
  const ICalProperty* prop
)

Description [src]

Deeply clone a ICalProperty.

Available since: 3.1

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.