notmuch_tags_move_to_next

Move the 'tags' iterator to the next tag.

If 'tags' is already pointing at the last tag then the iterator will be moved to a point just beyond that last tag, (where notmuch_tags_valid will return FALSE and notmuch_tags_get will return NULL).

See the documentation of notmuch_message_get_tags for example code showing how to iterate over a notmuch_tags_t object.

version(DerelictNotMuch_Static)nothrow
void
notmuch_tags_move_to_next
(
notmuch_tags_t* tags
)

Meta