core.sys.linux.sys.inotify
D header file for GNU/Linux.
License
Types 1
structinotify_event
Fields
int wduint maskuint cookieuint lenchar[0] nameFunctions 4
fn
int inotify_init()fn
int inotify_init1(int flags)fn
int inotify_add_watch(int fd, const(char) * name, uint mask)fn
int inotify_rm_watch(int fd, uint wd)Variables 1
enumvar
IN_UMOUNT = IN_UNMOUNT