diff options
author | marha <marha@users.sourceforge.net> | 2011-06-05 16:00:23 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-06-05 16:00:23 +0200 |
commit | 0e1ac54142d49051da9a74f37a792225a4e8d7b0 (patch) | |
tree | 5005e9c9e268b054c8439919d1c95e572c15023e /libX11/specs/i18n/trans/trans.xml | |
parent | cda19b1d226d565f1ca4327aeae827c621b3dfd6 (diff) | |
download | vcxsrv-0e1ac54142d49051da9a74f37a792225a4e8d7b0.tar.gz vcxsrv-0e1ac54142d49051da9a74f37a792225a4e8d7b0.tar.bz2 vcxsrv-0e1ac54142d49051da9a74f37a792225a4e8d7b0.zip |
libX11 libXext libXmu mesa xkeyboard-config git update Jun 2011
Diffstat (limited to 'libX11/specs/i18n/trans/trans.xml')
-rw-r--r-- | libX11/specs/i18n/trans/trans.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libX11/specs/i18n/trans/trans.xml b/libX11/specs/i18n/trans/trans.xml index c8447f934..61e2e7976 100644 --- a/libX11/specs/i18n/trans/trans.xml +++ b/libX11/specs/i18n/trans/trans.xml @@ -359,7 +359,7 @@ connection is established successfully, this function returns True. The Alternative Entry for this function is: </para> -<funcsynopsis> +<funcsynopsis id='_ximconnect'> <funcprototype> <funcdef>Bool <function> _XimConnect</function></funcdef> <paramdef>XIM<parameter> im</parameter></paramdef> @@ -419,7 +419,7 @@ connection is closed successfully, this function returns True. The Alternative Entry for this function is: </para> -<funcsynopsis> +<funcsynopsis id='_ximshutdown'> <funcprototype> <funcdef>Bool <function>_XimShutdown</function></funcdef> <paramdef>XIM<parameter> im</parameter></paramdef> @@ -448,7 +448,7 @@ The following function is called, when Xlib needs to write data to the IM Server. </para> -<funcsynopsis> +<funcsynopsis id='_ximwrite'> <funcprototype> <funcdef>Bool <function> _XimWrite</function></funcdef> <paramdef>XIM<parameter> im</parameter></paramdef> @@ -549,7 +549,7 @@ The following function is called when Xlib waits for response from IM server synchronously. </para> -<funcsynopsis> +<funcsynopsis id='_ximread'> <funcprototype> <funcdef>Bool <function> _XimRead</function></funcdef> <paramdef>XIM<parameter> im</parameter></paramdef> @@ -788,7 +788,7 @@ transport layer. If data transfer is completed, the function returns True. The Alternative Entry for this function is: </para> -<funcsynopsis> +<funcsynopsis id='_ximflush'> <funcprototype> <funcdef>void <function> _XimFlush</function></funcdef> <paramdef>XIM<parameter> im</parameter></paramdef> @@ -943,7 +943,7 @@ that the data has been processed by the upper layer. The Alternative Entry for this function is: </para> -<funcsynopsis> +<funcsynopsis id='_ximregisterdispatcher'> <funcprototype> <funcdef>Bool <function> _XimRegisterDispatcher</function></funcdef> <paramdef>XIM<parameter> im</parameter></paramdef> @@ -1052,7 +1052,7 @@ Protocol packet unit or not. The Alternative Entry for this function is: </para> -<funcsynopsis> +<funcsynopsis id='_ximcalldispatcher'> <funcprototype> <funcdef>Bool <function> _XimCallDispatcher</function></funcdef> <paramdef>XIM<parameter> im</parameter></paramdef> |