[Xcb-commit] XcbApi.mdwn XlibXcbApi.mdwn
Jamey Sharp
jamey at freedesktop.org
Wed Oct 29 17:31:40 PDT 2008
XcbApi.mdwn | 1 -
XlibXcbApi.mdwn | 38 --------------------------------------
2 files changed, 39 deletions(-)
New commits:
commit 8f3175184f8cb21ddd7e244fca5f142f70e77af5
Author: Jamey Sharp <jamey at minilop.net>
Date: Wed Oct 29 17:30:50 2008 -0700
The "semi-private" Xlib API in XCB is dead. Hooray!
diff --git a/XcbApi.mdwn b/XcbApi.mdwn
index f40a1cd..b57643f 100644
--- a/XcbApi.mdwn
+++ b/XcbApi.mdwn
@@ -9,4 +9,3 @@ See also [[Using XCB|usingxcb]] for tips and tricks on how to properly use the A
1. [[Public API|PublicApi]]
2. [[Protocol Stub API|ProtocolStubApi]]
3. [[Protocol Extension API|ProtocolExtensionApi]]
-4. [[Xlib XCB API|XlibXcbApi]]
diff --git a/XlibXcbApi.mdwn b/XlibXcbApi.mdwn
deleted file mode 100644
index 4033e17..0000000
--- a/XlibXcbApi.mdwn
+++ /dev/null
@@ -1,38 +0,0 @@
-A "semi-private" API exists for applications that want to avoid the XCB top-half and work directly with the bottom half. The file "xcbxlib.h" contains the interface specification. It is an extremely small interface.
-
-[[!toc levels="6"]]
-
-<a name="xcb_get_request_sent"></a>
-
-## xcb\_get\_request\_sent
-
-(xcb\_xlib.c)
-
-`unsigned int xcb_get_request_sent(xcb_connection_t *c)`
-
-Returns the XCB sequence number of the last request sent on the given connection. Must be used while the connection is locked, using the xlib\_lock functions below.
-
-<dl>
- <dt>c</dt>
- <dd>an XCB connection</dd>
- <dt>Returns</dt>
- <dd>a sequence number.</dd>
-</dl>
-
-## xcb\_xlib\_lock
-
-`void xcb_xlib_lock(xcb_connection_t *c)`
-
-<dl>
- <dt>c</dt>
- <dd>an XCB connection</dd>
-</dl>
-
-## xcb\_xlib\_unlock
-
-`void xcb_xlib_unlock(xcb_connection_t *c)`
-
-<dl>
- <dt>c</dt>
- <dd>an XCB connection</dd>
-</dl>
More information about the xcb-commit
mailing list