IOCondition
  
  Description:
  [ Flags ]
[ CCode ( cprefix = "G_IO_" ,  type_id = "G_TYPE_IO_CONDITION" ) ]
public enum IOCondition
  
  
    A bitwise combination representing a condition to watch for on an event source.
   
  
  
  Content:
  Enum values:
  
    - ERR - Error condition.
 
    - HUP - Hung up (the connection has been 
        broken, usually for  pipes and sockets).
 
    - IN - There is data to read.
 
    - NVAL - Invalid request.
 
    - OUT - Data can be written (without 
        blocking).
 
    - PRI - There is urgent data to read.