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

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

Get a notmuch_filenames_t iterator listing all the filenames of messages in the database within the given directory.

The returned filenames will be the basename-entries only (not complete paths).