Method
ICalGLibParameterclone
unstable since: 3.1
Declaration [src]
ICalParameter*
i_cal_parameter_clone (
const ICalParameter* p
)
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. |