INotify

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

add
Watch add(const(char)* path, uint mask)
Watch add(const(char)[] path, uint mask)

Add path to watch set of this INotify instance

read
Event[] read(Duration timeout)

Issue a blocking read to get a bunch of events, there is at least one event in the returned slice.

read
Event[] read()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Watch w)

Remove watch descriptor from this this INotify instance

Properties

descriptor
int descriptor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta