summaryrefslogtreecommitdiffstats
path: root/connection.h
diff options
context:
space:
mode:
authorCasey Dahlin <cdahlin@redhat.com>2010-06-03 00:33:18 -0400
committerCasey Dahlin <cdahlin@redhat.com>2010-06-03 00:33:18 -0400
commitd6bc8f48b7ba38b5aabdf8502e776e2da4534449 (patch)
tree036dd69e27218e2833e5f38eb867d0500c2f466d /connection.h
parentac55bf56b1aaf343e23b0a0235aa7777f227cb03 (diff)
downloadwayland-master.tar.gz
wayland-master.tar.xz
wayland-master.zip
More comments for connection.c/h and wayland-util.hHEADmaster
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