Module inotify::event_mask [] [src]

Contains the EventMask flags

Contains constants for all valid EventMask flags, which can be used to compare against a EventMask instance using EventMask::contains.

Structs

EventMask

Mask for an event

Constants

ACCESS

File was accessed.

ATTRIB

Metadata changed.

CLOSE_NOWRITE

File or directory not opened for writing was closed.

CLOSE_WRITE

File opened for writing was closed.

CREATE

File/directory created in watched directory.

DELETE

File/directory deleted from watched directory.

DELETE_SELF

Watched file/directory was itself deleted.

IGNORED

Watch was removed.

ISDIR

Subject of this event is a directory.

MODIFY

File was modified.

MOVED_FROM

Generated for the directory containing the old filename when a file is renamend.

MOVED_TO

Generated for the directory containing the new filename when a file is renamed.

MOVE_SELF

Watched file/directory was itself moved.

OPEN

File or directory was opened.

Q_OVERFLOW

Event queue overflowed.

UNMOUNT

File system containing watched object was unmounted.