Enumeration (GI Enum)

Gio-2.0GioFileMonitorEvent

Specifies what type of event a monitor event is.

Index
ATTRIBUTE_CHANGED: 4

a file attribute was changed.

CHANGED: 0

a file changed.

CHANGES_DONE_HINT: 1

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

CREATED: 3

a file was created.

DELETED: 2

a file was deleted.

MOVED: 7

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

MOVED_IN: 9

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: 10

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: 5

the file location will soon be unmounted.

RENAMED: 8

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

UNMOUNTED: 6

the file location was unmounted.

Variables

$gtype