[ CCode ( instance_pos = 3.9 ) ]
[ Version ( since = "3.34" ) ]
public delegate bool RecurInstanceCb (Component icomp, Time instance_start, Time instance_end, Cancellable? cancellable = null) throws Error
Callback used by recur_generate_instances_sync, called for each instance of a (recurring) component within given time range.
icomp |
an Component |
instance_start |
start time of an instance |
instance_end |
end time of an instance |
cancellable |
optional Cancellable object, or null |
user_data |
user data used for this callback in recur_generate_instances_sync |
true, to continue recurrence generation, false to stop |