Function
ECalComponentBagForeachFunc
unstable since: 3.58
Declaration
gboolean
(* ECalComponentBagForeachFunc) (
ECalComponentBag* bag,
ECalComponentBagItem* item,
gpointer user_data
)
Description [src]
A callback function used by e_cal_component_bag_foreach(), called
for each item in the bag. The item is owned by the bag.
Available since: 3.58
Parameters
bag-
Type:
ECalComponentBagAn
ECalComponentBag.The data is owned by the caller of the function. item-
Type:
ECalComponentBagItemAn
ECalComponentBagItem.The data is owned by the caller of the function. user_data-
Type:
gpointerUser data passed to e_cal_component_bag_foreach().
The argument can be NULL.The data is owned by the caller of the function.