Inotify

Undocumented in source.

Members

Classes

Watcher
class Watcher
Undocumented in source.

Enums

Add
anonymousenum Add
Undocumented in source.

Manifest constants

EVENT_BUFFER_LENGTH
enum EVENT_BUFFER_LENGTH;
Undocumented in source.

Static functions

update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.
watch
void watch(string directory, void delegate(string, string, int) event)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

descriptorSet
fd_set descriptorSet;
Undocumented in source.
inotify
int inotify;
Undocumented in source.
staticWatchers
Watcher[int] staticWatchers;
Undocumented in source.
timeOut
timeval timeOut;
Undocumented in source.

Meta