Method System.Inotify._Instance()->rm_watch()
classSystem.Inotify._Instance
- Method
rm_watch
intrm_watch(intwd)- Description
Remove a watch.
- Parameter
wd The watch descriptor that was returned by add_watch().
class System.Inotify._Instanceint rm_watch(int wd)
Remove a watch.
wdThe watch descriptor that was returned by add_watch().