diff options
author | Matt Dew <marcoz@osource.org> | 2011-05-31 20:03:23 -0600 |
---|---|---|
committer | Matt Dew <marcoz@osource.org> | 2011-06-04 09:21:02 -0600 |
commit | c131572b98342e0e2a599619647dd1835c740ee4 (patch) | |
tree | 3b9b8e8a39c52ff3c68a65dc605a39082e37a116 /specs/recordlib.xml | |
parent | c82effa402128366bfd3cfb77da82d524ddb878f (diff) |
Add id attributes to funcsynopsis to allow other docs to olink to them.
Signed-off-by: Matt Dew <marcoz@osource.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'specs/recordlib.xml')
-rw-r--r-- | specs/recordlib.xml | 28 |
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> |