Expand description
inotify support for working with inotifies
Structs§
IN_*
for use withinotify_init
.IN*
for use withinotify_add_watch
.
Functions§
inotify_add_watch(self, path, flags)
—Adds a watch to inotify.inotify_init1(flags)
—Creates a new inotify object.inotify_rm_watch(self, wd)
—Removes a watch from this inotify