summaryrefslogtreecommitdiff
path: root/specs/recordlib.xml
diff options
context:
space:
mode:
Diffstat (limited to 'specs/recordlib.xml')
-rw-r--r--specs/recordlib.xml28
1 files changed, 14 insertions, 14 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.
</para>
-<funcsynopsis>
+<funcsynopsis id='xrecordqueryversion'>
<funcprototype>
<funcdef>Status <function>XRecordQueryVersion</function></funcdef>
<paramdef>Display <parameter> *display</parameter></paramdef>
@@ -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.
</para>
-<funcsynopsis>
+<funcsynopsis id='xrecordcreatecontext'>
<funcprototype>
<funcdef>XRecordContext <function>XRecordCreateContext</function></funcdef>
<paramdef>Display <parameter> *display</parameter></paramdef>
@@ -690,7 +690,7 @@ record context, by adding clients or modifying the recorded protocol,
typically over its control connection to the X server.
</para>
-<funcsynopsis>
+<funcsynopsis id='xrecordregisterclients'>
<funcprototype>
<funcdef>Status <function>XRecordRegisterClients</function></funcdef>
<paramdef>Display <parameter> *display</parameter></paramdef>
@@ -782,7 +782,7 @@ function to delete clients from a previously created
record context, typically over its control connection to the X server.
</para>
-<funcsynopsis>
+<funcsynopsis id='xrecordunregisterclients'>
<funcprototype>
<funcdef>Status <function>XRecordUnRegisterClients</function></funcdef>
<paramdef>Display <parameter> *display</parameter></paramdef>
@@ -868,7 +868,7 @@ function to query the current state of a record context, typically over
its control connection to the X server.
</para>
-<funcsynopsis>
+<funcsynopsis id='xrecordgetcontext'>
<funcprototype>
<funcdef>Status <function>XRecordGetContext</function></funcdef>
<paramdef>Display <parameter> *display</parameter></paramdef>
@@ -962,7 +962,7 @@ function to free the state data returned by
<function>XRecordGetContext</function>
</para>
-<funcsynopsis>
+<funcsynopsis id='xrecordfreestate'>
<funcprototype>
<funcdef>void <function>XRecordFreeState</function></funcdef>
<paramdef>XRecordState <parameter> *state</parameter></paramdef>
@@ -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.
</para>
-<funcsynopsis>
+<funcsynopsis id='xrecordinterceptproc'>
<funcprototype>
<funcdef>typedef void <function>(*XRecordInterceptProc)</function></funcdef>
<paramdef>XPointer<parameter> closure</parameter></paramdef>
@@ -1183,7 +1183,7 @@ function to free the
structure.
</para>
-<funcsynopsis>
+<funcsynopsis id='xrecordenablecontext'>
<funcprototype>
<funcdef>Status <function>XRecordEnableContext</function></funcdef>
<paramdef>Display<parameter> *display</parameter></paramdef>
@@ -1252,7 +1252,7 @@ enables data transfer; however, it does not block.
This interface is defined as follows:
</para>
-<funcsynopsis>
+<funcsynopsis id='xrecordenablecontextasync'>
<funcprototype>
<funcdef>Status <function>XRecordEnableContextAsync</function></funcdef>
<paramdef>Display<parameter> *display</parameter></paramdef>
@@ -1318,7 +1318,7 @@ for Record data with the
function.
</para>
-<funcsynopsis>
+<funcsynopsis id='xrecordprocessreplies'>
<funcprototype>
<funcdef>void <function>XRecordProcessReplies</function></funcdef>
<paramdef>Display<parameter> *display</parameter></paramdef>
@@ -1347,7 +1347,7 @@ available replies have been processed. It does not block.
callback, use
<function>XRecordFreeData</function></para>
-<funcsynopsis>
+<funcsynopsis id='xrecordfreedata'>
<funcprototype>
<funcdef>void <function>XRecordFreeData</function></funcdef>
<paramdef>XRecordInterceptData<parameter> *data</parameter></paramdef>
@@ -1384,7 +1384,7 @@ program executes
typically over its control connection to the X server.
</para>
-<funcsynopsis>
+<funcsynopsis id='xrecorddisablecontext'>
<funcprototype>
<funcdef>Status <function>XRecordDisableContext</function></funcdef>
<paramdef>Display<parameter> *display</parameter></paramdef>
@@ -1433,7 +1433,7 @@ error results.
To determine the mask the server uses for the client ID base, use
<function>XRecordIdBaseMask</function></para>
-<funcsynopsis>
+<funcsynopsis id='xrecordidbasemask'>
<funcprototype>
<funcdef>XID <function>XRecordIdBaseMask</function></funcdef>
<paramdef>Display<parameter> *display</parameter></paramdef>
@@ -1467,7 +1467,7 @@ function, typically over the record client's control connection
to the X server.
</para>
-<funcsynopsis>
+<funcsynopsis id='xrecordfreecontext'>
<funcprototype>
<funcdef>Status <function>XRecordFreeContext</function></funcdef>
<paramdef>Display<parameter> *display</parameter></paramdef>