[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "3.58" ) ]
public delegate bool StoreDBReadMessagesFunc (StoreDB storedb, StoreDBMessageRecord record)
A callback called in the read_messages for each read message information.
The members of the record are valid only in time of the callback being called.
| storedb |
a StoreDB |
| record |
a StoreDBMessageRecord which had been read |
| user_data |
callback user data |
|
true to continue, false to stop further reading |