Function notmuch_sys::notmuch_database_get_path [] [src]

pub unsafe extern "C" fn notmuch_database_get_path(
    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.