You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/nix/sys/inotify/sidebar-items.js

1 line
562 B

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. "]]});