Module inotify

Source
Expand description

inotify support for working with inotifies

Structs§

CreateFlags
IN_* for use with inotify_init.
WatchFlags
IN* for use with inotify_add_watch.

Functions§

inotify_add_watch
inotify_add_watch(self, path, flags)—Adds a watch to inotify.
inotify_init
inotify_init1(flags)—Creates a new inotify object.
inotify_remove_watch
inotify_rm_watch(self, wd)—Removes a watch from this inotify