Enumeration

GioFileMonitorEvent

Declaration

enum Gio.FileMonitorEvent

Description [src]

Specifies what type of event a monitor event is.

Members

G_FILE_MONITOR_EVENT_CHANGED

A file changed.

  • Value: 0
  • Available since: 2.0
G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT

A hint that this was probably the last change in a set of changes.

  • Value: 1
  • Available since: 2.0
G_FILE_MONITOR_EVENT_DELETED

A file was deleted.

  • Value: 2
  • Available since: 2.0
G_FILE_MONITOR_EVENT_CREATED

A file was created.

  • Value: 3
  • Available since: 2.0
G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED

A file attribute was changed.

  • Value: 4
  • Available since: 2.0
G_FILE_MONITOR_EVENT_PRE_UNMOUNT

The file location will soon be unmounted.

  • Value: 5
  • Available since: 2.0
G_FILE_MONITOR_EVENT_UNMOUNTED

The file location was unmounted.

  • Value: 6
  • Available since: 2.0
G_FILE_MONITOR_EVENT_MOVED

The file was moved — only sent if the (deprecated) G_FILE_MONITOR_SEND_MOVED flag is set.

  • Value: 7
  • Available since: 2.0
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.

  • Value: 8
  • Available since: 2.0
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.

  • Value: 9
  • Available since: 2.0
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.

  • Value: 10
  • Available since: 2.0