inotify_close
Description:
close the inotify handle
This closes the inotify handle which was previously opened by inotify_init. It removes all watches, throws away any pending events, and deallocates all resources.
This function depends on the feature "inotify". See also feature_available.
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |