| Value | Meaning |
|---|---|
| CHANGED0 | a file changed. |
| CHANGES_DONE_HINT1 | a hint that this was probably the last change in a set of changes. |
| DELETED2 | a file was deleted. |
| CREATED3 | a file was created. |
| ATTRIBUTE_CHANGED4 | a file attribute was changed. |
| PRE_UNMOUNT5 | the file location will soon be unmounted. |
| UNMOUNTED6 | the file location was unmounted. |
| MOVED7 | the file was moved -- only sent if the (deprecated) %G_FILE_MONITOR_SEND_MOVED flag is set |
| RENAMED8 | the file was renamed within the current directory -- only sent if the %G_FILE_MONITOR_WATCH_MOVES flag is set. Since: 2.46. |
| MOVED_IN9 | 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. |
| MOVED_OUT10 | 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.