GFileMonitorFlags

Flags used to set what a #GFileMonitor will watch for.

Values

ValueMeaning
NONE0

No flags set.

WATCH_MOUNTS1

Watch for mount events.

SEND_MOVED2

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).

Meta