X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcb.h;h=d4d02b47faca5a380f77dcee1745d4b176e37749;hb=1476dcecfd3e817236ae996314c10482aae8e3e9;hp=204164ad410c470554036f5e095abe88913f90be;hpb=df5d8adc1f18776e4417a03b465dae9273511fb1;p=free-sw%2Fxcb%2Flibxcb 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 */