Package ch.bailu.gtk.glib
Interface IOCondition
public interface IOCondition
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intError condition.static final intHung up (the connection has been broken, usually for
pipes and sockets).static final intThere is data to read.static final intInvalid request.static final intData can be written (without blocking).static final intThere is urgent data to read.
-
Field Details
-
IN
static final int INThere is data to read.- See Also:
-
OUT
static final int OUTData can be written (without blocking).- See Also:
-
PRI
static final int PRIThere is urgent data to read.- See Also:
-
ERR
static final int ERRError condition.- See Also:
-
HUP
static final int HUPHung up (the connection has been broken, usually for
pipes and sockets).- See Also:
-
NVAL
static final int NVALInvalid request. The file descriptor is not open.- See Also:
-