Flags used to set what a GFileMonitor will watch for.
G_FILE_MONITOR_NONE
No flags set.
G_FILE_MONITOR_WATCH_MOUNTS
Watch for mount events.
G_FILE_MONITOR_SEND_MOVED
Pair DELETED and CREATED events caused
by file renames (moves) and send a single G_FILE_MONITOR_EVENT_MOVED
event instead (NB: not supported on all backends; the default
behaviour -without specifying this flag- is to send single DELETED
and CREATED events).
G_FILE_MONITOR_WATCH_HARD_LINKS
Watch for changes to the file made
via another hard link. Since 2.36.
Flags used to set what a GFileMonitor will watch for. G_FILE_MONITOR_NONE No flags set. G_FILE_MONITOR_WATCH_MOUNTS Watch for mount events. G_FILE_MONITOR_SEND_MOVED Pair DELETED and CREATED events caused by file renames (moves) and send a single G_FILE_MONITOR_EVENT_MOVED event instead (NB: not supported on all backends; the default behaviour -without specifying this flag- is to send single DELETED and CREATED events). G_FILE_MONITOR_WATCH_HARD_LINKS Watch for changes to the file made via another hard link. Since 2.36.