Function notmuch_sys::notmuch_query_destroy
[−]
[src]
pub unsafe extern "C" fn notmuch_query_destroy(query: *mut notmuch_query_t)
Destroy a notmuch_query_t
along with any associated resources.
This will in turn destroy any notmuch_threads_t
and
notmuch_messages_t
objects generated by this query, (and in
turn any notmuch_thread_t and notmuch_message_t
objects generated
from those results, etc.), if such objects haven't already been
destroyed.