core.sys.linux.sys.inotify

D header file for GNU/Linux.

License

Boost License 1.0

Authors

Gary Willoughby

Types 1

structinotify_event
Fields
int wd
uint mask
uint cookie
uint len
char[0] name

Functions 4

fnint inotify_init()
fnint inotify_init1(int flags)
fnint inotify_add_watch(int fd, const(char) * name, uint mask)
fnint inotify_rm_watch(int fd, uint wd)

Variables 1

enumvarIN_UMOUNT = IN_UNMOUNT