Import line: | GObject = imports.gi.GObject; |
GIR File: | GObject-2.0.gir |
C documentation: | GIOCondition |
Enum : | IOCondition |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number GObject.IOCondition.ERR : 8
|
|
Number GObject.IOCondition.HUP : 16
|
|
Number GObject.IOCondition.IN : 1
|
|
Number GObject.IOCondition.NVAL : 32
|
|
Number GObject.IOCondition.OUT : 4
|
|
Number GObject.IOCondition.PRI : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.Socket
Method |
condition_check
(IOCondition condition)
:
GObject.IOCondition
|
Gio.Socket
Method |
|
Gio.Socket
Method |
|
Soup
Method |
Soup.add_io_watch
(MainContext async_context, IOChannel chan, IOCondition condition, Function function, void* data)
:
GLib.Source
NULL for the default context Adds an I/O watch as with g_io_add_watch(), but using the given with g_source_destroy().
|