Enumeration (GI Enum)

Gio-2.0GioFileMonitorEvent

Specifies what type of event a monitor event is.

Index

Enumeration Members

ATTRIBUTE_CHANGED: number

a file attribute was changed.

CHANGED: number

a file changed.

CHANGES_DONE_HINT: number

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

CREATED: number

a file was created.

DELETED: number

a file was deleted.

MOVED: number

the file was moved -- only sent if the (deprecated) Gio.FileMonitorFlags.SEND_MOVED flag is set

MOVED_IN: number

the file was moved into the monitored directory from another location -- only sent if the Gio.FileMonitorFlags.WATCH_MOVES flag is set. Since: 2.46.

MOVED_OUT: number

the file was moved out of the monitored directory to another location -- only sent if the Gio.FileMonitorFlags.WATCH_MOVES flag is set. Since: 2.46

PRE_UNMOUNT: number

the file location will soon be unmounted.

RENAMED: number

the file was renamed within the current directory -- only sent if the Gio.FileMonitorFlags.WATCH_MOVES flag is set. Since: 2.46.

UNMOUNTED: number

the file location was unmounted.