FileMonitorEvent

Specifies what type of event a monitor event is.

Entries

Link copied to clipboard

a file changed.

Link copied to clipboard

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

Link copied to clipboard

a file was deleted.

Link copied to clipboard

a file was created.

Link copied to clipboard

a file attribute was changed.

Link copied to clipboard

the file location will soon be unmounted.

Link copied to clipboard

the file location was unmounted.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.