Struct Inotifier

iNotify type.

struct Inotifier ;

Create as many instances of this as you need. Each one has its own inotify file descriptor, and manages its own events

Methods

NameDescription
close call when you're done with the inotifyer
consumeAllEvents Discard all pending events.
getEvent get one pending inotify event
isOpen Report whether Inotifier is open
open call before using the inotifyer
removeWatch remove a previously registered watch point
watch add or change a watch point

Inner structs

NameDescription
Event The type of reported events