Method

ICalGLibValueclone

unstable since: 3.1

Declaration [src]

ICalValue*
i_cal_value_clone (
  const ICalValue* value
)

Description [src]

Deeply clone a ICalValue.

Available since: 3.1

Return value

Type: ICalValue

The newly created ICalValue with the same property as value.

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