FileMonitorEvent
Description:
[ CCode ( cprefix = "G_FILE_MONITOR_EVENT_" , type_id = "g_file_monitor_event_get_type ()" ) ]
public enum FileMonitorEvent
Specifies what type of event a monitor event is.
Content:
Enum values:
- ATTRIBUTE_CHANGED - a
file attribute was changed.
- CHANGED - a file changed.
- CHANGES_DONE_HINT - a
hint that this was probably the last change in a set of changes.
- CREATED - a file was created.
- DELETED - a file was deleted.
- MOVED - the file was moved -- only
sent if the (deprecated) g_file_monitor_send_moved flag is set
- 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.
- 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.
- PRE_UNMOUNT - the file
location will soon be unmounted.
- RENAMED - the file was renamed
within the current directory -- only sent if the g_file_monitor_watch_moves flag is set.
- UNMOUNTED - the file location
was unmounted.