<GIOCondition>

<GIOCondition>

Description

A bitwise combination representing a condition to watch for on an event source.

Members

in

alias G_IO_IN

There is data to read.

out

alias G_IO_OUT

Data can be written (without blocking).

pri

alias G_IO_PRI

There is urgent data to read.

err

alias G_IO_ERR

Error condition.

hup

alias G_IO_HUP

Hung up (the connection has been broken, usually for pipes and sockets).

nval

alias G_IO_NVAL

Invalid request. The file descriptor is not open.