GIOCondition

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

Value

Symbolic name

Description

  1Gobject::IO_IN There is data to read
  4Gobject::IO_OUT Data can be written (without blocking)
  2Gobject::IO_PRI There is urgent data to read
  8Gobject::IO_ERR Error condition
  16Gobject::IO_HUP Hung up (the connection has been broken, usually for pipes and sockets)
  32Gobject::IO_NVAL Invalid request. The file descriptor is not open