Inotifier.Event

The type of reported events

Full documentation is available in the <a href="https://linux.die.net/man/7/inotify">inotify man page</a>, except for the name field, which returns a D string.

Postblit

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

Alias This

event

Members

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
wd
WatchDescriptor wd [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

event
inotify_event event;
Undocumented in source.

Meta