summaryrefslogtreecommitdiff
path: root/src/xcb.h
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-04-19 16:49:32 -0700
committerJamey Sharp <jamey@minilop.net>2006-04-19 16:49:32 -0700
commit7667adbc631119ec39f3ef5a316aec42dbf5f393 (patch)
tree9d1d6a5114988ed88a95bc52089a00d6145cd615 /src/xcb.h
parent53971ea183d9d1dcfbaec18b135e49c9c118fabb (diff)
Add XCBPollForReply and deprecate XCBGetRequestRead and XCBGetQueuedRequestRead.
Diffstat (limited to 'src/xcb.h')
-rw-r--r--src/xcb.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xcb.h b/src/xcb.h
index 204164a..d4d02b4 100644
--- a/src/xcb.h
+++ b/src/xcb.h
@@ -273,9 +273,10 @@ XCBGenericEvent *XCBPollForEvent(XCBConnection *c, int *error);
* processed. This function enables applications to determine whether
* forcing a cookie is going to block.
*
- * @todo review that function.
+ * @deprecated This function is deprecated in favor of XCBPollForReply.
+ * It must not be used in newly written code.
*/
-unsigned int XCBGetRequestRead(XCBConnection *c);
+unsigned int XCBGetRequestRead(XCBConnection *c) deprecated;
/* xcb_ext.c */