summaryrefslogtreecommitdiff
path: root/ProtocolStubApi.mdwn
diff options
context:
space:
mode:
authorIan Osgood <iano@quirkster.com>2006-10-07 12:47:50 -0800
committerIan Osgood <iano@quirkster.com>2006-10-07 12:47:50 -0800
commit732e5442fa82cca4d1f4284f653c3461bee1d2d8 (patch)
tree8cf03164004efb17377ebe5ee669374aedf12ce9 /ProtocolStubApi.mdwn
parentf4e5637c1fc536ea0d5acab9cf2c7d8832fef16e (diff)
ProtocolStubApi: object-specific *New replaced by generic xcb_generate_id
Diffstat (limited to 'ProtocolStubApi.mdwn')
-rw-r--r--ProtocolStubApi.mdwn8
1 files changed, 0 insertions, 8 deletions
diff --git a/ProtocolStubApi.mdwn b/ProtocolStubApi.mdwn
index f23c8ed..2980cb7 100644
--- a/ProtocolStubApi.mdwn
+++ b/ProtocolStubApi.mdwn
@@ -84,14 +84,6 @@ Declared by the [[XCBProtocolLanguage#LISTFIELD|XCBProtocolLanguage]] protocol d
Declared by the [[XCBProtocolLanguage#LISTFIELD|XCBProtocolLanguage]] protocol description macro.
-### XCB&lt;Name&gt;New
-
-`XCB<"Name"> XCB<"Name">New(XCBConnection *c)`
-
-Allocate a new XID of the appropriate kind.
-
-Declared by the [[XCBProtocolLanguage#XIDTYPE|XCBProtocolLanguage]] protocol description macro.
-
## Requests
Every request declared using the [[XCBProtocolLanguage#REQUEST|XCBProtocolLanguage]] or [[XCBProtocolLanguage#VOIDREQUEST|XCBProtocolLanguage]] protocol description macros generates an assortment of types and functions.