[][src]Type Definition melib::backends::notmuch::bindings::notmuch_database_get_config_list

type notmuch_database_get_config_list = unsafe extern "C" fn(db: *mut notmuch_database_t, prefix: *const c_char, out: *mut *mut notmuch_config_list_t) -> notmuch_status_t;

Create an iterator for all config items with keys matching a given prefix

@since libnotmuch 4.4 (notmuch 0.23)