da_notmuch_filenames_destroy

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.

alias da_notmuch_filenames_destroy = void function(
notmuch_filenames_t* filenames
)

Meta