[cogl/cogl-1.14: 124/174] doc: Document the members of CoglPollFDEvent
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/cogl-1.14: 124/174] doc: Document the members of CoglPollFDEvent
- Date: Tue, 22 Jan 2013 18:41:12 +0000 (UTC)
commit cfcb440d702590d0d8ef6f45d58003d818c7b962
Author: Damien Lespiau <damien lespiau intel com>
Date: Sun Dec 30 19:13:54 2012 +0000
doc: Document the members of CoglPollFDEvent
(cherry picked from commit 7cc94c2a994a774f0d8db172c9e0bec506bd2287)
cogl/cogl-poll.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl-poll.h b/cogl/cogl-poll.h
index 6496c7d..7a7e311 100644
--- a/cogl/cogl-poll.h
+++ b/cogl/cogl-poll.h
@@ -52,6 +52,13 @@ COGL_BEGIN_DECLS
/**
* 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
* descriptor. Note that these all have the same values as the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]