pub type GFileMonitorEvent = c_uint;
Expand description
GFileMonitorEvent: @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 – only sent if the (deprecated) %G_FILE_MONITOR_SEND_MOVED flag is set @G_FILE_MONITOR_EVENT_RENAMED: the file was renamed within the current directory – only sent if the %G_FILE_MONITOR_WATCH_MOVES flag is set. Since: 2.46. @G_FILE_MONITOR_EVENT_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. @G_FILE_MONITOR_EVENT_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
Specifies what type of event a monitor event is.