notmuch_compact_status_cb_t

A callback invoked by notmuch_database_compact to notify the user of the progress of the compaction process.

alias notmuch_compact_status_cb_t = void function(
const char* message
,
void* closure
)

Meta