enum Inotify::Event::Type
Overview
Event types corresponding to the ones in LibInotify
.
Defined in:
inotify/event.crEnum Members
-
UNKNOWN =
0
-
ACCESS =
1
-
MODIFY =
2
-
ATTRIB =
4
-
CLOSE_WRITE =
8
-
CLOSE_NOWRITE =
16
-
OPEN =
32
-
MOVED_FROM =
64
-
MOVED_TO =
128
-
CREATE =
256
-
DELETE =
512
-
DELETE_SELF =
1024
-
MOVE_SELF =
2048
-
CLOSE =
24
-
MOVE =
192
-
UNMOUNT =
8192
-
Q_OVERFLOW =
16384
-
IGNORED =
32768
Constructors
-
.parse(mask : UInt32) : self
Parses the given mask and returns the event type or
UNKNOWN
.
Instance Method Summary
- #access?
- #attrib?
- #close?
- #close_nowrite?
- #close_write?
- #create?
- #delete?
- #delete_self?
- #ignored?
- #modify?
- #move?
- #move_self?
- #moved_from?
- #moved_to?
- #open?
- #q_overflow?
- #unknown?
- #unmount?