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

type notmuch_filenames_move_to_next = unsafe extern "C" fn(filenames: *mut notmuch_filenames_t);

Move the 'filenames' iterator to the next filename.

If 'filenames' is already pointing at the last filename then the iterator will be moved to a point just beyond that last filename, (where notmuch_filenames_valid will return FALSE and notmuch_filenames_get will return NULL).

It is acceptable to pass NULL for 'filenames', in which case this function will do nothing.