From c131572b98342e0e2a599619647dd1835c740ee4 Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Tue, 31 May 2011 20:03:23 -0600 Subject: [PATCH] Add id attributes to funcsynopsis to allow other docs to olink to them. Signed-off-by: Matt Dew Reviewed-by: Alan Coopersmith Reviewed-by: Gaetan Nadon --- specs/recordlib.xml | 28 ++++++++++++++-------------- specs/xtestlib.xml | 22 +++++++++++----------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/specs/recordlib.xml b/specs/recordlib.xml index d44fa6e..61ceca2 100644 --- a/specs/recordlib.xml +++ b/specs/recordlib.xml @@ -533,7 +533,7 @@ function to determine the version of the Record extension protocol supported by an X server. - + Status XRecordQueryVersion Display *display @@ -579,7 +579,7 @@ created by the recording client, the clients to be recorded and the protocol to record for each client may be specified. - + XRecordContext XRecordCreateContext Display *display @@ -690,7 +690,7 @@ record context, by adding clients or modifying the recorded protocol, typically over its control connection to the X server. - + Status XRecordRegisterClients Display *display @@ -782,7 +782,7 @@ function to delete clients from a previously created record context, typically over its control connection to the X server. - + Status XRecordUnRegisterClients Display *display @@ -868,7 +868,7 @@ function to query the current state of a record context, typically over its control connection to the X server. - + Status XRecordGetContext Display *display @@ -962,7 +962,7 @@ function to free the state data returned by XRecordGetContext - + void XRecordFreeState XRecordState *state @@ -1151,7 +1151,7 @@ in the same reply packet. When a reply is received, a procedure of type is called for each protocol element in the reply. - + typedef void (*XRecordInterceptProc) XPointer closure @@ -1183,7 +1183,7 @@ function to free the structure. - + Status XRecordEnableContext Display *display @@ -1252,7 +1252,7 @@ enables data transfer; however, it does not block. This interface is defined as follows: - + Status XRecordEnableContextAsync Display *display @@ -1318,7 +1318,7 @@ for Record data with the function. - + void XRecordProcessReplies Display *display @@ -1347,7 +1347,7 @@ available replies have been processed. It does not block. callback, use XRecordFreeData - + void XRecordFreeData XRecordInterceptData *data @@ -1384,7 +1384,7 @@ program executes typically over its control connection to the X server. - + Status XRecordDisableContext Display *display @@ -1433,7 +1433,7 @@ error results. To determine the mask the server uses for the client ID base, use XRecordIdBaseMask - + XID XRecordIdBaseMask Display *display @@ -1467,7 +1467,7 @@ function, typically over the record client's control connection to the X server. - + Status XRecordFreeContext Display *display diff --git a/specs/xtestlib.xml b/specs/xtestlib.xml index 60e5acd..55597b4 100644 --- a/specs/xtestlib.xml +++ b/specs/xtestlib.xml @@ -197,7 +197,7 @@ The include file for this extension is <X11/extensions/XTest.h>. - + Bool XTestQueryExtension Display *display @@ -224,7 +224,7 @@ numbers of the extension supported by the display. Otherwise, none of the arguments are set. - + Bool XTestCompareCursorWithWindow Display *display @@ -246,7 +246,7 @@ otherwise. If the extension is not supported, then the request is ignored and zero is returned. - + BoolXTestCompareCurrentCursorWithWindow Display *display @@ -265,7 +265,7 @@ otherwise. If the extension is not supported, then the request is ignored and zero is returned. - + XTestFakeKeyEvent Display *display @@ -297,7 +297,7 @@ this client will be processed until this delay, if any, has expired and subsequent processing of the simulated event has been completed. - + XTestFakeButtonEvent Display *display @@ -330,7 +330,7 @@ this client will be processed until this delay, if any, has expired and subsequent processing of the simulated event has been completed. - + XTestFakeMotionEvent Display *display @@ -358,7 +358,7 @@ this client will be processed until this delay, if any, has expired and subsequent processing of the simulated event has been completed. - + XTestFakeRelativeMotionEvent Display *display @@ -387,7 +387,7 @@ this client will be processed until this delay, if any, has expired and subsequent processing of the simulated event has been completed. - + XTestGrabControl Display *display @@ -403,7 +403,7 @@ then the executing client returns to the normal state of being susceptible to server grabs. - + Bool XTestSetGContextOfGC GC gc @@ -417,7 +417,7 @@ sets the GContext within the opaque datatype referenced by gc to be that specified by gid. - + XTestSetVisualIDOfVisual Visual *visual @@ -431,7 +431,7 @@ sets the VisualID within the opaque datatype referenced by visual to be that specified by visualid. - + Bool XTestDiscard Display *display -- 2.7.4