notmuch_database_get_path

Function notmuch_database_get_path 

Source
pub unsafe extern "C" fn notmuch_database_get_path(
    database: *mut notmuch_database_t,
) -> *const c_char
Expand description

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.