Function
CamelStoreDBReadMessagesFunc
unstable since: 3.58
Declaration
gboolean
(* CamelStoreDBReadMessagesFunc) (
CamelStoreDB* storedb,
const CamelStoreDBMessageRecord* record,
gpointer user_data
)
Description [src]
A callback called in the camel_store_db_read_messages() for
each read message information. The members of the record
are valid only in time of the callback being called.
Available since: 3.58
Parameters
storedb-
Type:
CamelStoreDBA
CamelStoreDB.The data is owned by the caller of the function. record-
Type:
CamelStoreDBMessageRecordA
CamelStoreDBMessageRecordwhich had been read.The data is owned by the caller of the function. user_data-
Type:
gpointerCallback user data.
The argument can be NULL.The data is owned by the caller of the function.