GLib.FileMonitorEvent – gio-2.0 Reference Manual
Packages
gio-2.0
GLib
FileMonitorEvent
ATTRIBUTE_CHANGED
CHANGED
CHANGES_DONE_HINT
CREATED
DELETED
MOVED
PRE_UNMOUNT
UNMOUNTED
FileMonitorEvent
Description:
public
enum
FileMonitorEvent
Specifies what type of event a monitor event is.
Namespace:
GLib
Package:
gio-2.0
Content:
Enum values:
CHANGED
-
a file changed.
CHANGES_DONE_HINT
-
a hint that this was probably the last change in a set of changes.
DELETED
-
a file was deleted.
CREATED
-
a file was created.
ATTRIBUTE_CHANGED
-
a file attribute was changed.
PRE_UNMOUNT
-
the file location will soon be unmounted.
UNMOUNTED
-
the file location was unmounted.
MOVED
-
the file was moved.