GLib.IOCondition (original) (raw)
Enumeration
GLibIOCondition
Declaration
Description [src]
A bitwise combination representing a condition to watch for on an event source.
Members
There is data to read.
- Value:
1
- Available since: 2.0
Data can be written (without blocking).
- Value:
4
- Available since: 2.0
There is urgent data to read.
- Value:
2
- Available since: 2.0
Error condition.
- Value:
8
- Available since: 2.0
Hung up (the connection has been broken, usually for pipes and sockets).
- Value:
16
- Available since: 2.0
Invalid request. The file descriptor is not open.
- Value:
32
- Available since: 2.0