Function notmuch_sys::notmuch_tags_destroy
[−]
[src]
pub unsafe extern "C" fn notmuch_tags_destroy(tags: *mut notmuch_tags_t)
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.