Inotify

Undocumented in source.

Constructors

this
this(string file_name, uint mask, size_t buf_size)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
name
const(char[]) name()
Undocumented in source. Be warned that the author may not have intended to support it.
wait
const(inotify_event*) wait()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

EVENT_BUF_LEN
enum EVENT_BUF_LEN;
Undocumented in source.

Variables

_empty
bool _empty;
Undocumented in source.
buffer
ubyte[] buffer;
Undocumented in source.
event
inotify_event* event;
Undocumented in source.
fd
int fd;
Undocumented in source.
wd
int wd;
Undocumented in source.

Meta