summaryrefslogtreecommitdiff
path: root/XcbApi.mdwn
diff options
context:
space:
mode:
authorIan Osgood <iano@quirkster.com>2006-04-27 15:31:19 -0800
committerIan Osgood <iano@quirkster.com>2006-04-27 15:31:19 -0800
commit23772f54aadcfcdc085a97422c89592c8628140e (patch)
treee37b6af0e36e4dcaaa00b25e7f475b251bf51745 /XcbApi.mdwn
parentea0c137bde69f4fa93c46678a9d01091aaa026b8 (diff)
XcbApi: XCBConnSetupSuccessRep -> XCBSetup
Diffstat (limited to 'XcbApi.mdwn')
-rw-r--r--XcbApi.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/XcbApi.mdwn b/XcbApi.mdwn
index e11638b..8093a5b 100644
--- a/XcbApi.mdwn
+++ b/XcbApi.mdwn
@@ -149,7 +149,7 @@ Parses a display string `name` in the form documented by X(7x). Has no side effe
(xcb\_conn.c)
-`XCBConnSetupSuccessRep *XCBGetSetup(XCBConnection *c)`
+`const XCBSetup *XCBGetSetup(XCBConnection *c)`
Accessor for the data returned by the server when the [XCBConnection](#XCBConnection) was initialized.
@@ -161,7 +161,7 @@ This data includes
- the server's maximum request length (in the absence of the BIG-REQUESTS extension),
- and other assorted information.
-See the X protocol specification for more details.
+See the X protocol specification and xcb\_types.h for more details.
<a name="XCBGetFileDescriptor"></a>