Function notmuch_sys::notmuch_threads_destroy
[−]
[src]
pub unsafe extern "C" fn notmuch_threads_destroy(
threads: *mut notmuch_threads_t
)
Destroy a notmuch_threads_t
object.
It's not strictly necessary to call this function. All memory from
the notmuch_threads_t
object will be reclaimed when the
containing query object is destroyed.