tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
inotify_event
tango
sys
linux
inotify
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(linux)
extern (
C
)
struct
inotify_event {
int
wd
;
uint
mask
;
uint
cookie
;
uint
len
;
}
Members
Variables
cookie
uint
cookie
;
Undocumented in source.
len
uint
len
;
Undocumented in source.
mask
uint
mask
;
Undocumented in source.
wd
int
wd
;
Undocumented in source.
Meta
Source
See Implementation
tango
sys
linux
inotify
enums
IN_ACCESS
functions
inotify_add_watch
inotify_init
inotify_rm_watch
structs
inotify_event