[ CCode ( instance_pos = 7.9 ) ]
[ Version ( since = "3.26" ) ]
public delegate bool BookCacheSearchFunc (BookCache book_cache, string uid, 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.
| book_cache |
an BookCache |
| uid |
a unique object identifier |
| 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 |
|
true to continue, false to stop walk through. |