[Xcb-commit] PublicApi.mdwn

XCB site xcb at freedesktop.org
Thu Jul 24 11:34:25 PDT 2008


 PublicApi.mdwn |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 92a9ca779f77d65e77403cdb65593072605f131a
Author: XCB site <xcb at freedesktop.org>
Date:   Thu Jul 24 11:34:16 2008 -0700

    web commit by gavinbeatty: fix syntax on line You can use [`xcb_connection_has_error](#xcb_connection_has_error) to check for this condition.

diff --git a/PublicApi.mdwn b/PublicApi.mdwn
index f884271..b26639c 100644
--- a/PublicApi.mdwn
+++ b/PublicApi.mdwn
@@ -180,7 +180,7 @@ Returns the next event or error from the server, or returns null in the event of
 		xcb_generic_event_t *
 		xcb_poll_for_event (xcb_connection_t *c);
 
-Returns the next event or error from the server, if one is available, or returns null otherwise. If no event is available, that might be because an I/O error like connection close occurred while attempting to read the next event. You can use [`xcb_connection_has_error](#xcb_connection_has_error) to check for this condition.
+Returns the next event or error from the server, if one is available, or returns null otherwise. If no event is available, that might be because an I/O error like connection close occurred while attempting to read the next event. You can use [`xcb_connection_has_error`](#xcb_connection_has_error) to check for this condition.
 
 <a name="xcb_connection_has_error"></a>
 


More information about the xcb-commit mailing list