[ Version ( since = "1.0.66" ) ]
public bool inotify_close () throws Error
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.
this |
A GuestfsSession object |
true on success, false on error |