doc: Document the members of CoglPollFDEvent
(cherry picked from commit 7cc94c2a994a774f0d8db172c9e0bec506bd2287)
This commit is contained in:
parent
864e5562df
commit
cfcb440d70
@ -52,6 +52,13 @@ COGL_BEGIN_DECLS
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* CoglPollFDEvent:
|
* CoglPollFDEvent:
|
||||||
|
* @COGL_POLL_FD_EVENT_IN: there is data to read
|
||||||
|
* @COGL_POLL_FD_EVENT_PRI: data can be written (without blocking)
|
||||||
|
* @COGL_POLL_FD_EVENT_OUT: there is urgent data to read.
|
||||||
|
* @COGL_POLL_FD_EVENT_ERR: error condition
|
||||||
|
* @COGL_POLL_FD_EVENT_HUP: hung up (the connection has been broken, usually
|
||||||
|
* for pipes and sockets).
|
||||||
|
* @COGL_POLL_FD_EVENT_NVAL: invalid request. The file descriptor is not open.
|
||||||
*
|
*
|
||||||
* A bitmask of events that Cogl may need to wake on for a file
|
* A bitmask of events that Cogl may need to wake on for a file
|
||||||
* descriptor. Note that these all have the same values as the
|
* descriptor. Note that these all have the same values as the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user