INotify

Undocumented in source.

Members

Aliases

INotifyHandler
alias INotifyHandler = void delegate(in char[] name, Mask mask, uint cookie)
Undocumented in source.

Enums

Mask
enum Mask

http://man7.org/linux/man-pages/man7/inotify.7.html

Functions

add
WatchDescriptor add(string path, Mask mask, INotifyHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(WatchDescriptor wd)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

WatchDescriptor
struct WatchDescriptor
Undocumented in source.

Meta