FileMonitorFlags
Description:
[ CCode ( cprefix = "G_FILE_MONITOR_" , type_id = "g_file_monitor_flags_get_type ()" ) ]
[ Flags ]
public enum FileMonitorFlags
Content:
Enum values:
- NONE - No flags set.
- 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).
- WATCH_HARD_LINKS - Watch for
changes to the file made via another hard link.
- WATCH_MOUNTS - Watch for mount
events.
- WATCH_MOVES - Watch for rename
operations on a monitored directory.