[][src]Type Definition melib::backends::notmuch::bindings::notmuch_filenames_destroy

type notmuch_filenames_destroy = unsafe extern "C" fn(filenames: *mut notmuch_filenames_t);

Destroy a notmuch_filenames_t object.

It's not strictly necessary to call this function. All memory from the notmuch_filenames_t object will be reclaimed when the containing directory object is destroyed.

It is acceptable to pass NULL for 'filenames', in which case this function will do nothing.