diff options
author | Matt Dew <marcoz@osource.org> | 2011-10-04 21:50:03 -0600 |
---|---|---|
committer | Matt Dew <marcoz@osource.org> | 2011-10-04 21:50:03 -0600 |
commit | 558ec1d7194307d7ce73aeae2f4f61df9d44bba0 (patch) | |
tree | fcd5dba0edbe26c2789555afd9cb2610229ab8ed /specs/xtestlib.xml | |
parent | 262904c22154d5a703ef92a7f954e52956b13663 (diff) |
Cleanup IDs and links in doc
1 - fix the capitalization of the ID attributes to match either the
<title> or <funcdef> string it goes with.
2 - fix any <linkend>'s that were affected by 1.
3 - any <function> in the docs that has an actual funcdef,
will become an olink.
Signed-off-by: Matt Dew <marcoz@osource.org>
Diffstat (limited to 'specs/xtestlib.xml')
-rw-r--r-- | specs/xtestlib.xml | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/specs/xtestlib.xml b/specs/xtestlib.xml index ff4877c..463149a 100644 --- a/specs/xtestlib.xml +++ b/specs/xtestlib.xml @@ -66,7 +66,7 @@ in this Software without prior written authorization from the X Consortium. </legalnotice> </bookinfo> -<chapter id='overview'> +<chapter id='Overview'> <title>Overview</title> <para> @@ -114,7 +114,7 @@ Minimize performance penalties on normal server operation. </itemizedlist> </chapter> -<chapter id='description'> +<chapter id='Description'> <title>Description</title> <para>The functions provided by this extension fall into two groups:</para> @@ -164,7 +164,7 @@ or pressed a key or button. </itemizedlist> </chapter> -<chapter id='c_language_binding'> +<chapter id='C_Language_Binding'> <title>C Language Binding</title> <para> @@ -188,7 +188,7 @@ The include file for this extension is <<symbol role='Pn'>X11/extensions/XTest.h</symbol>>. </para> -<funcsynopsis id='xtestqueryextension'> +<funcsynopsis id='XTestQueryExtension'> <funcprototype> <funcdef>Bool<function> XTestQueryExtension</function></funcdef> <paramdef>Display<parameter> *display</parameter></paramdef> @@ -200,7 +200,7 @@ The include file for this extension is </funcsynopsis> <para> -<function>XTestQueryExtension</function> +<xref linkend='XTestQueryExtension' xrefstyle='select: title'/> returns <function>True</function> if the specified display supports the XTEST extension, else @@ -215,7 +215,7 @@ numbers of the extension supported by the display. Otherwise, none of the arguments are set. </para> -<funcsynopsis id='xtestcomparecursorwithwindow'> +<funcsynopsis id='XTestCompareCursorWithWindow'> <funcprototype> <funcdef>Bool<function> XTestCompareCursorWithWindow</function></funcdef> <paramdef>Display<parameter> *display</parameter></paramdef> @@ -225,7 +225,7 @@ the arguments are set. </funcsynopsis> <para>If the extension is supported, -<function>XTestCompareCursorWithWindow</function> +<xref linkend='XTestCompareCursorWithWindow' xrefstyle='select: title'/> performs a comparison of the cursor whose ID is specified by cursor (which may be <function>None</function> @@ -237,7 +237,7 @@ otherwise. If the extension is not supported, then the request is ignored and zero is returned. </para> -<funcsynopsis id='xtestcomparecurrentcursorwithwindow'> +<funcsynopsis id='XTestCompareCurrentCursorWithWindow'> <funcprototype> <funcdef>Bool<function>XTestCompareCurrentCursorWithWindow</function></funcdef> <paramdef>Display<parameter> *display</parameter></paramdef> @@ -246,7 +246,7 @@ zero is returned. </funcsynopsis> <para>If the extension is supported, -<function>XTestCompareCurrentCursorWithWindow</function> +<xref linkend='XTestCompareCurrentCursorWithWindow' xrefstyle='select: title'/> performs a comparison of the current cursor with the cursor of the specified window returning <function>True</function> @@ -256,7 +256,7 @@ otherwise. If the extension is not supported, then the request is ignored and zero is returned. </para> -<funcsynopsis id='xtestfakekeyevent'> +<funcsynopsis id='XTestFakeKeyEvent'> <funcprototype> <funcdef><function>XTestFakeKeyEvent</function></funcdef> <paramdef>Display<parameter> *display</parameter></paramdef> @@ -267,7 +267,7 @@ zero is returned. </funcsynopsis> <para>If the extension is supported, -<function>XTestFakeKeyEvent</function> +<xref linkend='XTestFakeKeyEvent' xrefstyle='select: title'/> requests the server to simulate either a <function>KeyPress</function> (if is_press is @@ -288,7 +288,7 @@ this client will be processed until this delay, if any, has expired and subsequent processing of the simulated event has been completed. </para> -<funcsynopsis id='xtestfakebuttonevent'> +<funcsynopsis id='XTestFakeButtonEvent'> <funcprototype> <funcdef><function>XTestFakeButtonEvent</function></funcdef> <paramdef>Display<parameter> *display</parameter></paramdef> @@ -299,7 +299,7 @@ and subsequent processing of the simulated event has been completed. </funcsynopsis> <para>If the extension is supported, -<function>XTestFakeButtonEvent</function> +<xref linkend='XTestFakeButtonEvent' xrefstyle='select: title'/> requests the server to simulate either a <function>ButtonPress</function> (if is_press is @@ -321,7 +321,7 @@ this client will be processed until this delay, if any, has expired and subsequent processing of the simulated event has been completed. </para> -<funcsynopsis id='xtestfakemotionevent'> +<funcsynopsis id='XTestFakeMotionEvent'> <funcprototype> <funcdef><function>XTestFakeMotionEvent</function></funcdef> <paramdef>Display<parameter> *display</parameter></paramdef> @@ -333,7 +333,7 @@ and subsequent processing of the simulated event has been completed. </funcsynopsis> <para>If the extension is supported, -<function>XTestFakeMotionEvent</function> +<xref linkend='XTestFakeMotionEvent' xrefstyle='select: title'/> requests the server to simulate a movement of the pointer to the specified position (x, y) on the root window of screen_number; otherwise, the request is ignored. If screen_number is -1, the current screen (that the pointer @@ -349,7 +349,7 @@ this client will be processed until this delay, if any, has expired and subsequent processing of the simulated event has been completed. </para> -<funcsynopsis id='xtestfakerelativemotionevent'> +<funcsynopsis id='XTestFakeRelativeMotionEvent'> <funcprototype> <funcdef><function>XTestFakeRelativeMotionEvent</function></funcdef> <paramdef>Display<parameter> *display</parameter></paramdef> @@ -362,7 +362,7 @@ and subsequent processing of the simulated event has been completed. <para> If the extension is supported, -<function>XTestFakeRelativeMotionEvent</function> +<xref linkend='XTestFakeRelativeMotionEvent' xrefstyle='select: title'/> requests the server to simulate a movement of the pointer by the specified offsets (x, y) relative to the current pointer position on screen_number; otherwise, the request is ignored. If screen_number is -1, the @@ -378,7 +378,7 @@ this client will be processed until this delay, if any, has expired and subsequent processing of the simulated event has been completed. </para> -<funcsynopsis id='xtestgrabcontrol'> +<funcsynopsis id='XTestGrabControl'> <funcprototype> <funcdef><function>XTestGrabControl</function></funcdef> <paramdef>Display<parameter> *display</parameter></paramdef> @@ -394,7 +394,7 @@ then the executing client returns to the normal state of being susceptible to server grabs. </para> -<funcsynopsis id='xtestsetgcontextofgc'> +<funcsynopsis id='XTestSetGContextOfGC'> <funcprototype> <funcdef>Bool<function> XTestSetGContextOfGC</function></funcdef> <paramdef>GC<parameter> gc</parameter></paramdef> @@ -403,12 +403,12 @@ to server grabs. </funcsynopsis> <para> -<function>XTestSetGContextOfGC</function> +<xref linkend='XTestSetGContextOfGC' xrefstyle='select: title'/> sets the GContext within the opaque datatype referenced by gc to be that specified by gid. </para> -<funcsynopsis id='xtestsetvisualIdofvisual'> +<funcsynopsis id='XTestSetVisualIDOfVisual'> <funcprototype> <funcdef><function>XTestSetVisualIDOfVisual</function></funcdef> <paramdef>Visual<parameter> *visual</parameter></paramdef> @@ -417,12 +417,12 @@ be that specified by gid. </funcsynopsis> <para> -<function>XTestSetVisualIDOfVisual</function> +<xref linkend='XTestSetVisualIDOfVisual' xrefstyle='select: title'/> sets the VisualID within the opaque datatype referenced by visual to be that specified by visualid. </para> -<funcsynopsis id='xtestdiscard'> +<funcsynopsis id='XTestDiscard'> <funcprototype> <funcdef>Bool<function> XTestDiscard</function></funcdef> <paramdef>Display<parameter> *display</parameter></paramdef> @@ -430,7 +430,7 @@ be that specified by visualid. </funcsynopsis> <para> -<function>XTestDiscard</function> +<xref linkend='XTestDiscard' xrefstyle='select: title'/> discards any requests within the output buffer for the specified display. It returns <function>True</function> @@ -439,7 +439,7 @@ if any requests were discarded; otherwise, it returns </para> </chapter> -<chapter id='references'> +<chapter id='References'> <title>References</title> <para> |