CalCacheSearchFunc


Description:

[ CCode ( instance_pos = 8.9 ) ]
[ Version ( since = "3.26" ) ]
public delegate bool CalCacheSearchFunc (CalCache cal_cache, string uid, string? rid, string revision, string object, string extra, uint32 custom_flags, OfflineState offline_state)

A callback called for each object row when using search_with_callback function.

Parameters:

cal_cache

an CalCache

uid

a unique object identifier

rid

an optional Recurrence-ID of the object

revision

the object revision

object

the object itself

extra

extra data stored with the object

custom_flags

object's custom flags

offline_state

object's offline state, one of OfflineState

user_data

user data, as used in search_with_callback

Returns:

true to continue, false to stop walk through.


Namespace: E