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.

version(DerelictNotMuch_Static)
extern (C) @nogc nothrow
void
notmuch_filenames_destroy

Meta