Module: GLib::IOCondition

Defined in:
(unknown)

Constant Summary collapse

IN =

There is data to read.

1 or :in
OUT =

Data can be written (without blocking).

4 or :out
PRI =

There is urgent data to read.

2 or :pri
ERR =

Error condition.

8 or :err
HUP =

Hung up (the connection has been broken, usually for

pipes and sockets).
16 or :hup
NVAL =

Invalid request. The file descriptor is not open.

32 or :nval