Method

ICalGLibComponentclone

unstable since: 3.1

Declaration [src]

ICalComponent*
i_cal_component_clone (
  const ICalComponent* component
)

Description [src]

Deeply clone a ICalComponent.

Available since: 3.1

Return value

Type: ICalComponent

The newly deeply cloned ICalComponent.

The caller of the method takes ownership of the data, and is responsible for freeing it.