Module: Gio::FileMonitorEvent

Defined in:
(unknown)

Constant Summary collapse

CHANGED =

a file changed.

0 or :changed
CHANGES_DONE_HINT =

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

1 or :changes_done_hint
DELETED =

a file was deleted.

2 or :deleted
CREATED =

a file was created.

3 or :created
ATTRIBUTE_CHANGED =

a file attribute was changed.

4 or :attribute_changed
PRE_UNMOUNT =

the file location will soon be unmounted.

5 or :pre_unmount
UNMOUNTED =

the file location was unmounted.

6 or :unmounted
MOVED =

the file was moved – only sent if the

(deprecated) %G_FILE_MONITOR_SEND_MOVED flag is set
7 or :moved
RENAMED =

the file was renamed within the

current directory -- only sent if the %G_FILE_MONITOR_WATCH_MOVES
flag is set.  Since: 2.46.
8 or :renamed
MOVED_IN =

the file was moved into the

monitored directory from another location -- only sent if the
%G_FILE_MONITOR_WATCH_MOVES flag is set.  Since: 2.46.
9 or :moved_in
MOVED_OUT =

the file was moved out of the

monitored directory to another location -- only sent if the
%G_FILE_MONITOR_WATCH_MOVES flag is set.  Since: 2.46
10 or :moved_out