notmuch_tags_destroy

Destroy a notmuch_tags_t object.

It's not strictly necessary to call this function. All memory from the notmuch_tags_t object will be reclaimed when the containing message or query objects are destroyed.

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

Meta