Gio.FileMonitorEvent

Specifies what type of event a monitor event is.

FileMonitorEvent.CHANGED

a file changed.

FileMonitorEvent.CHANGES_DONE_HINT

a hint that this was probably the last change in a set of changes.

FileMonitorEvent.DELETED

a file was deleted.

FileMonitorEvent.CREATED

a file was created.

FileMonitorEvent.ATTRIBUTE_CHANGED

a file attribute was changed.

FileMonitorEvent.PRE_UNMOUNT

the file location will soon be unmounted.

FileMonitorEvent.UNMOUNTED

the file location was unmounted.

FileMonitorEvent.MOVED

the file was moved.