summaryrefslogtreecommitdiffstats
path: root/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'connection.h')
-rw-r--r--connection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/connection.h b/connection.h
index 30e82e1..bc66a56 100644
--- a/connection.h
+++ b/connection.h
@@ -28,6 +28,10 @@
struct wl_connection;
+/**
+ * Flags indicate whether a connection is ready to be written to or has data to
+ * be read.
+ **/
#define WL_CONNECTION_READABLE 0x01
#define WL_CONNECTION_WRITABLE 0x02