ComponentBagForeachFunc


Description:

[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "3.58" ) ]
public delegate bool ComponentBagForeachFunc (ComponentBag bag, ComponentBagItem item)

A callback function used by @foreach, called for each item in the bag .

The item is owned by the bag.

Parameters:

bag

an ComponentBag

item

an ComponentBagItem

user_data

user data passed to @foreach

Returns:

true, to continue traversal, false to stop


Namespace: ECal
Package: libecal-2.0