Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Enum Gio.FileMonitorFlags

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GFileMonitorFlags
Enum : FileMonitorFlags
Flags used to set what a GFileMonitor will watch for.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.File
Method
monitor (FileMonitorFlags flags, Cancellable cancellable) : Gio.FileMonitor
Obtains a file or directory monitor for the given file, depending
on the type of the file.
Gio.File
Method
monitor_directory (FileMonitorFlags flags, Cancellable cancellable) : Gio.FileMonitor
Obtains a directory monitor for the given file.
Gio.File
Method
monitor_file (FileMonitorFlags flags, Cancellable cancellable) : Gio.FileMonitor
Obtains a file monitor for the given file.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:36 GMT+0800 (HKT)