Function
ICalGLibDurationextend
unstable since: 4.0
Declaration [src]
ICalTime*
i_cal_duration_extend (
ICalTime* t,
ICalDuration* d
)
Parameters
t-
Type:
ICalTimeA
ICalTimeto be operated on.The data is owned by the caller of the function. d-
Type:
ICalDurationA
ICalDurationas the difference.The data is owned by the caller of the function.
Return value
Type: ICalTime
The ICalTime results. The native object is the same. But since it is a bare object, so it won’t cause segmentation.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |