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()

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

remove
void remove(Watch w)

Remove watch descriptor from this this INotify instance

Meta