Specifies what type of event a monitor event is.
G_FILE_MONITOR_EVENT_CHANGED
a file changed.
G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT
a hint that this was probably the last change in a set of changes.
G_FILE_MONITOR_EVENT_DELETED
a file was deleted.
G_FILE_MONITOR_EVENT_CREATED
a file was created.
G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED
a file attribute was changed.
G_FILE_MONITOR_EVENT_PRE_UNMOUNT
the file location will soon be unmounted.
G_FILE_MONITOR_EVENT_UNMOUNTED
the file location was unmounted.
G_FILE_MONITOR_EVENT_MOVED
the file was moved.
Specifies what type of event a monitor event is. G_FILE_MONITOR_EVENT_CHANGED a file changed. G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT a hint that this was probably the last change in a set of changes. G_FILE_MONITOR_EVENT_DELETED a file was deleted. G_FILE_MONITOR_EVENT_CREATED a file was created. G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED a file attribute was changed. G_FILE_MONITOR_EVENT_PRE_UNMOUNT the file location will soon be unmounted. G_FILE_MONITOR_EVENT_UNMOUNTED the file location was unmounted. G_FILE_MONITOR_EVENT_MOVED the file was moved.