Function
ECalutil_check_may_remove_all
unstable since: 3.58
Declaration [src]
gboolean
e_cal_util_check_may_remove_all (
ECalComponent* comp,
GSList* detached_instances,
const ICalTime* rid,
ECalObjModType mod,
ECalRecurResolveTimezoneCb tz_cb,
gpointer tz_cb_data
)
Description [src]
Checks whether removing the instance with recurrence ID rid from
the series defined in the icalcomp using the mod mode is equal
to remove all events.
Available since: 3.58
Parameters
comp-
Type:
ECalComponentAn
ECalComponent.The data is owned by the caller of the function. detached_instances-
Type: A list of
NoneA
GSListof detached instances asECalComponent, orNULL.The argument can be NULL.The data is owned by the caller of the function. rid-
Type:
NoneRecurrence ID to remove, or
NULL.The argument can be NULL.The data is owned by the caller of the function. mod-
Type:
ECalObjModTypeAn
ECalObjModTyperemoval mode. tz_cb-
Type:
ECalRecurResolveTimezoneCbThe
ECalRecurResolveTimezoneCbto call. tz_cb_data-
Type:
gpointerUser data to be passed to the
tz_cbcallback.The argument can be NULL.The data is owned by the caller of the function.