Remove watch from Inotify file descriptor.
Source position: linux.pp line 466
function inotify_rm_watch( |
fd: cint; |
wd: cint |
):cint; |
inotify_rm_watch removes watch descriptor wd from inotify descriptor fd. On success, 0 is returned.
On Error, -1 is returned. fpgeterrno can be used to get more detailed error information.
|
Initialize a new inotify file descriptor. |
|
|
Initialize a new inotify file descriptor with extra options. |
|
|
Add a watch to a notify file descriptor. |
|
|
INotify event structure. |