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

type notmuch_database_get_path = unsafe extern "C" fn(database: *mut notmuch_database_t) -> *const c_char;

Return the database path of the given database.

The return value is a string owned by notmuch so should not be modified nor freed by the caller.