Function
ECalutil_construct_instance
Declaration [src]
ICalComponent*
e_cal_util_construct_instance (
ICalComponent* icalcomp,
const ICalTime* rid
)
Description [src]
This checks that rid indicates a valid recurrence of icalcomp, and
if so, generates a copy of icalcomp containing a RECURRENCE-ID of rid.
Free the returned non-NULL component with g_object_unref(), when no longer needed.
Return value
Type: None
The instance as a new ICalComponent, or NULL.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL. |