da_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.

alias da_notmuch_tags_destroy = void function(
notmuch_tags_t* tags
)

Meta