Function notmuch_sys::notmuch_filenames_destroy [] [src]

pub unsafe extern "C" fn notmuch_filenames_destroy(
    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.