fuse_destroy

Destroy the FUSE handle.

The communication channel attached to the handle is also destroyed.

NOTE: This function does not unmount the filesystem. If this is needed, call fuse_unmount() before calling this function.

@param f the FUSE handle

extern (C)
void
fuse_destroy
()

Meta