GFileMonitorEvent

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.

Values

ValueMeaning
CHANGED
CHANGES_DONE_HINT
DELETED
CREATED
ATTRIBUTE_CHANGED
PRE_UNMOUNT
UNMOUNTED
MOVED

Meta