Enumeration (GI Flags)

GLib-2.0GLibIOCondition

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

Index

Enumeration Members

Enumeration Members

ERR: number

Error condition.

HUP: number

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

IN: number

There is data to read.

NVAL: number

Invalid request. The file descriptor is not open.

OUT: number

Data can be written (without blocking).

PRI: number

There is urgent data to read.