[ Version ( since = "1.0.66" ) ]
public bool inotify_rm_watch (int32 wd) throws Error
remove an inotify watch
Remove a previously defined inotify watch. See inotify_add_watch.
This function depends on the feature "inotify". See also feature_available.
this |
A GuestfsSession object |
true on success, false on error |