Method

ICalGLibParameterclone

unstable since: 3.1

Declaration [src]

ICalParameter*
i_cal_parameter_clone (
  const ICalParameter* p
)

Description [src]

Deep clone a ICalParameter.

Available since: 3.1

Return value

Type: ICalParameter

The newly created ICalParameter with the same properties as the p.

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