Import line: | GLib = imports.gi.GLib; |
GIR File: | GLib-2.0.gir |
C documentation: | GIOCondition |
Enum : | IOCondition |
Properties | |
---|---|
guint32 GLib.IOCondition.ERR : 8
|
|
guint32 GLib.IOCondition.HUP : 16
|
|
guint32 GLib.IOCondition.IN : 1
|
|
guint32 GLib.IOCondition.NVAL : 32
|
|
guint32 GLib.IOCondition.OUT : 4
|
|
guint32 GLib.IOCondition.PRI : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GLib
Method |
GLib.io_add_watch
(IOChannel channel, gint32 priority, IOCondition condition, Function func, void* user_data, Function notify)
:
guint32
|
GLib
Method |
|
GLib.IOChannel
Method |
get_buffer_condition
()
:
GLib.IOCondition
|
Gio.Socket
Method |
condition_check
(IOCondition condition)
:
GLib.IOCondition
Checks on the readiness of socket to perform operations.
|
Gio.Socket
Method |
Waits for condition to become true on socket.
|