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

type notmuch_directory_delete = unsafe extern "C" fn(directory: *mut notmuch_directory_t) -> notmuch_status_t;

Delete directory document from the database, and destroy the notmuch_directory_t object. Assumes any child directories and files have been deleted by the caller.

@since libnotmuch 4.3 (notmuch 0.21)