This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

View File

@@ -0,0 +1 @@
initSidebarItems({"struct":[["AddWatchFlags","Configuration options for `inotify_add_watch`."],["InitFlags","Configuration options for `inotify_init1`."],["Inotify","An inotify instance. This is also a file descriptor, you can feed it to other interfaces consuming file descriptors, epoll for example."],["InotifyEvent","A single inotify event."],["WatchDescriptor","This object is returned when you create a new watch on an inotify instance. It is then returned as part of an event once triggered. It allows you to know which watch triggered which event. "]]});