inotify_rm_watch

Remove watch from Inotify file descriptor.

Declaration

Source position: linux.pp line 459

  function inotify_rm_watch(fd: cint; wd: cint) : cint;

Description

inotify_rm_watch removes watch descriptor wd from inotify descriptor fd. On success, 0 is returned.

Errors

On Error, -1 is returned. fpgeterrno can be used to get more detailed error information.

See also

Name Description
inotify_add_watch Add a watch to a notify file descriptor
inotify_event INotify event structure
inotify_init Initialize a new inotify file descriptor
inotify_init1 Initialize a new inotify file descriptor with extra options.

results matching ""

    No results matching ""