Gjsify LogoGjsify Logo

Specifies what type of event a monitor event is.

Index

Enumeration Members

ATTRIBUTE_CHANGED: number

a file attribute was changed.

CHANGED: number

a file changed.

CHANGES_DONE_HINT: number

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

CREATED: number

a file was created.

DELETED: number

a file was deleted.

MOVED: number

the file was moved -- only sent if the (deprecated) %G_FILE_MONITOR_SEND_MOVED flag is set

MOVED_IN: number

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_OUT: number

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

PRE_UNMOUNT: number

the file location will soon be unmounted.

RENAMED: number

the file was renamed within the current directory -- only sent if the %G_FILE_MONITOR_WATCH_MOVES flag is set. Since: 2.46.

UNMOUNTED: number

the file location was unmounted.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method