Function
ECalutil_foreach_category
since: 3.48
Declaration [src]
void
e_cal_util_foreach_category (
ICalComponent* comp,
ECalUtilForeachCategoryFunc func,
gpointer user_data
)
Parameters
comp-
Type:
NoneAn
ICalComponent.The data is owned by the caller of the function. func-
Type:
ECalUtilForeachCategoryFuncAn
ECalUtilForeachCategoryFunccallback to call for each category. user_data-
Type:
gpointerUser data passed to the
func.The argument can be NULL.The data is owned by the caller of the function.