From afbd3947071a33f59dda122f1ac396442a02c128 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 10 Oct 2011 07:52:38 +0200 Subject: fontconfig libX11 mesa pixman xkeyboard-config git updte 10 oct 2011 --- libX11/specs/i18n/framework/framework.xml | 164 +++++++++++++++--------------- libX11/specs/i18n/localedb/localedb.xml | 6 +- libX11/specs/i18n/trans/trans.xml | 32 +++--- 3 files changed, 101 insertions(+), 101 deletions(-) (limited to 'libX11/specs/i18n') diff --git a/libX11/specs/i18n/framework/framework.xml b/libX11/specs/i18n/framework/framework.xml index a6ec1d9c4..79688e712 100644 --- a/libX11/specs/i18n/framework/framework.xml +++ b/libX11/specs/i18n/framework/framework.xml @@ -71,9 +71,9 @@ in this Software without prior written authorization from X Consortium. - + Framework - + Preface This document proposes to define the structures, methods and their @@ -163,7 +163,7 @@ dependent. The loader is called in _XOpenLC, but caller of -_XOpenLC + does not need to care about its inside. For example, if the loader is implemented with dynamic load functions, and the dynamic module is expected to be unloaded when the corresponding XLCd is freed, @@ -201,7 +201,7 @@ typedef int XlcPosition; #define XlcTail - + Bool _XlcAddLoader XLCdLoadProc proc @@ -211,7 +211,7 @@ typedef int XlcPosition; The -_XlcAddLoader + function registers the specified locale loader "proc" to the internal loader list. The position specifies that the loader "proc" should be placed in the top of the loader list(XlcHead) @@ -227,7 +227,7 @@ when calling time. Remove a loader - + void _XlcRemoveLoader XLCdLoadProc proc @@ -236,7 +236,7 @@ when calling time. The -_XlcRemoveLoader + function removes the locale loader specified by "proc" from the loader list. @@ -280,7 +280,7 @@ independently each other. Open a Locale Method - + XLCd _XOpenLC char *name @@ -289,18 +289,18 @@ independently each other. The -_XOpenLC + function opens a locale method which corresponds to the specified locale name. -_XOpenLC + calls a locale object loader, which is registered via _XlcAddLoader into the internal loader list. If the called loader is valid and successfully opens a locale, -_XOpenLC + returns the XLCd. If the loader is invalid or failed to open a locale, -_XOpenLC + calls the next loader. If all registered loaders cannot open a locale, -_XOpenLC + returns NULL. @@ -316,7 +316,7 @@ function returns an XLCd that are bound to current locale. Close a Locale Method - + void _XCloseLC XLCd lcd @@ -326,7 +326,7 @@ function returns an XLCd that are bound to current locale. The -_XCloseLC + function close a locale method the specified lcd. @@ -334,7 +334,7 @@ function close a locale method the specified lcd. Obtain Locale Method values - + char *_XGetLCValues XLCd lcd @@ -343,7 +343,7 @@ function close a locale method the specified lcd. The -_XGetLCValues + function returns NULL if no error occurred; otherwise, it returns the name of the first argument that could not be obtained. The following values are defined as standard arguments. Other values @@ -445,7 +445,7 @@ typedef struct _XlcCharSetRec { Get an XlcCharSet - + XlcCharSet _XlcGetCharSet char *name @@ -454,10 +454,10 @@ typedef struct _XlcCharSetRec { The -_XlcGetCharSet + function gets an XlcCharSet which corresponds to the charset name specified by "name". -_XlcGetCharSet + returns NULL, if no XlcCharSet bound to specified "name". @@ -600,7 +600,7 @@ The following character sets are pre-registered. Add an XlcCharSet - + Bool _XlcAddCharSet XlcCharSet charset @@ -609,7 +609,7 @@ The following character sets are pre-registered. The -_XlcAddCharSet + function registers XlcCharSet specified by "charset". @@ -619,7 +619,7 @@ function registers XlcCharSet specified by "charsetObtain Character Set values - + char * _XlcGetCSValues XlcCharSet charset @@ -629,7 +629,7 @@ function registers XlcCharSet specified by "charset The -_XlcGetCSValues + function returns NULL if no error occurred; otherwise, it returns the name of the first argument that could not be obtained. The following values are defined as standard arguments. @@ -726,7 +726,7 @@ typedef struct _XlcConvRec { Open a converter - + XlcConv _XlcOpenConverter XLCd from_lcd @@ -737,7 +737,7 @@ typedef struct _XlcConvRec { -_XlcOpenConverter + function opens the converter which converts a text from specified "from_type" to specified "to_type" encoding. If the function cannot find proper converter or cannot open a corresponding @@ -809,7 +809,7 @@ dependent. Close a converter - + void _XlcCloseConverter XlcConv conv @@ -818,7 +818,7 @@ dependent. The -_XlcCloseConverter + function closes the specified converter "conv". @@ -826,7 +826,7 @@ function closes the specified converter "conv". Code conversion - + int _XlcConvert XlcConv conv @@ -841,7 +841,7 @@ function closes the specified converter "conv". The -_XlcConvert + function converts a sequence of characters from one type, in the array specified by "from", into a sequence of corresponding characters in another type, in the array specified by "to". The types are @@ -900,7 +900,7 @@ More than one segment cannot be converted in a call. Reset a converter - + void _XlcResetConverter XlcConv conv @@ -909,7 +909,7 @@ More than one segment cannot be converted in a call. The -_XlcResetConverter + function reset the specified converter "conv". @@ -925,7 +925,7 @@ typedef XlcConv (*XlcOpenConverterProc)(from_lcd, char *to_type; - + Bool _XlcSetConverter XLCd from_lcd @@ -960,7 +960,7 @@ X Locale Database Definition document. Get a resource from database - + void _XlcGetResource XLCd lcd @@ -973,7 +973,7 @@ X Locale Database Definition document. The -_XlcGetResource + function obtains a locale dependent data which is associated with the locale of specified "lcd". The locale data is provided by system locale or by X Locale Database @@ -999,7 +999,7 @@ or freed by caller. Get a locale relative file name - + char *_XlcFileName XLCd lcd @@ -1009,18 +1009,18 @@ or freed by caller. The -_XlcFileName + functions returns a file name which is bound to the specified "lcd" and "category", as a null-terminated string. If no file name can be found, or there is no readable file for the found file name, -_XlcFileName + returns NULL. The returned file name should be freed by caller. The rule for searching a file name is implementation dependent. In current implementation, -_XlcFileName + uses "{category}.dir" file as mapping table, which has pairs of strings, a full locale name and a corresponding file name. @@ -1034,14 +1034,14 @@ strings, a full locale name and a corresponding file name. Compare Latin-1 strings - + int _XlcCompareISOLatin1 char*str1, *str2 - + int _XlcNCompareISOLatin1 char*str1, *str2 @@ -1071,7 +1071,7 @@ except that at most "len" bytes are compared. Resource Utility - + int XlcNumber ArrayType array @@ -1082,7 +1082,7 @@ except that at most "len" bytes are compared. Similar to XtNumber. - + void _XlcCopyFromArg char *src @@ -1091,7 +1091,7 @@ Similar to XtNumber. - + void _XlcCopyToArg char *src @@ -1107,7 +1107,7 @@ and _XtCopyToArg. - + void _XlcCountVaList va_list var @@ -1120,7 +1120,7 @@ Similar to _XtCountVaList. - + void _XlcVaToArgList va_list var @@ -1152,7 +1152,7 @@ typedef struct _XlcResource { #define XlcIgnoreMask (1L<<4) - + void _XlcCompileResourceList XlcResourceList resources @@ -1165,7 +1165,7 @@ Similar to _XtCompileResourceList. - + char * _XlcGetValues XPointer base @@ -1181,7 +1181,7 @@ Similar to Similar to XtGetSubvalues. - + char * _XlcSetValues XPointer base @@ -1205,7 +1205,7 @@ Similar to XtSetSubvalues. The following are ANSI C/MSE Compatible Functions for non-ANSI C environment. - + int _Xmblen char *str @@ -1215,7 +1215,7 @@ The following are ANSI C/MSE Compatible Functions for non-ANSI C environment. The -_Xmblen + function returns the number of characters pointed to by "str". Only "len" bytes in "str" are used in determining the character count returned. "Str" may point at characters from @@ -1224,12 +1224,12 @@ any valid codeset in the current locale. The call -_Xmblen + is equivalent to _Xmbtowc(_Xmbtowc((wchar_t*)NULL, str, len)) - + int _Xmbtowc wchar_t *wstr @@ -1240,7 +1240,7 @@ _Xmbtowc(_Xmbtowc((wchar_t*)NULL, The -_Xmbtowc + function converts the character(s) pointed to by "str" to their wide character representation(s) pointed to by "wstr". "Len" is the number of bytes in "str" to be converted. @@ -1249,12 +1249,12 @@ The return value is the number of characters converted. The call -_Xmbtowc + is equivalent to _Xlcmbtowc((XLCd)NULL, wstr, str, len) - + int _Xlcmbtowc XLCd lcd @@ -1266,7 +1266,7 @@ _Xlcmbtowc((XLCd)NULL, wstr, The -_Xlcmbtowc + function is identical to _Xmbtowc, except that it requires the "lcd" argument. If "lcd" @@ -1277,7 +1277,7 @@ calls to determine the current locale. - + int _Xwctomb char *str @@ -1287,7 +1287,7 @@ to determine the current locale. The -_Xwctomb + function converts a single wide character pointed to by "wc" to its multibyte representation pointed to by "str". On success, the return value is 1. @@ -1295,12 +1295,12 @@ On success, the return value is 1. The call -_Xwctomb + is equivalent to _Xlcwctomb((XLCd)NULL, str, wstr) - + int _Xlcwctomb XLCd lcd @@ -1311,7 +1311,7 @@ _Xlcwctomb((XLCd)NULL, str, w The -_Xlcwctomb + function is identical to _Xwctomb, except that it requires the "lcd" argument. If "lcd" is (XLCd) NULL, _Xlcwctomb, @@ -1320,7 +1320,7 @@ calls to determine the current locale. - + int _Xmbstowcs wchar_t *wstr @@ -1331,7 +1331,7 @@ to determine the current locale. The -_Xmbstowcs + function converts the NULL-terminated string pointed to by "str" to its wide character string representation pointed to by "wstr". "Len" is the number of characters in "str" to be converted. @@ -1339,12 +1339,12 @@ to its wide character string representation pointed to by "w The call -_Xmbstowcs + is equivalent to _Xlcmbstowcs((XLCd)NULL, wstr, str, len) - + int _Xlcmbstowcs XLCd lcd @@ -1356,7 +1356,7 @@ _Xlcmbstowcs((XLCd)NULL, wstr, function is identical to _Xmbstowcs, except that it requires the "lcd" argument. If "lcd" is (XLCd) NULL, _Xlcmbstowcs, @@ -1365,7 +1365,7 @@ calls to determine the current locale. - + int _Xwcstombs char *str @@ -1376,7 +1376,7 @@ to determine the current locale. The -_Xwcstombs + function converts the (wchar_t) NULL terminated wide character string pointed to by "wstr" to the NULL terminated multibyte string pointed to by "str". @@ -1384,12 +1384,12 @@ pointed to by "str". The call -_Xwcstombs + is equivalent to _Xlcwcstombs((XLCd)NULL, str, wstr, len) - + int _Xlcwcstombs XLCd lcd @@ -1401,7 +1401,7 @@ _Xlcwcstombs((XLCd)NULL, str, The -_Xlcwcstombs + function is identical to _Xwcstombs, except that it requires the "lcd" argument. If "lcd" is (XLCd) NULL, _Xlcwcstombs, @@ -1410,7 +1410,7 @@ calls to determine the current locale. - + int _Xwcslen wchar_t *wstr @@ -1419,12 +1419,12 @@ to determine the current locale. The -_Xwcslen + function returns the count of wide characters in the (wchar_t) NULL terminated wide character string pointed to by "wstr". - + wchar_t * _Xwcscpy wchar_t *wstr1 @@ -1432,7 +1432,7 @@ terminated wide character string pointed to by "wstr - + wchar_t * _Xwcsncpy wchar_t *wstr1 @@ -1443,7 +1443,7 @@ terminated wide character string pointed to by "wstr The -_Xwcscpy + function copies the (wchar_t) NULL terminated wide character string pointed to by "wstr2" to the object pointed at by "wstr1". "Wstr1" is (wchar_t) NULL terminated. The return value is a @@ -1452,21 +1452,21 @@ pointer to "wstr1". The -_Xwcsncpy + function is identical to _Xwcscpy, except that it copies "len" wide characters from the object pointed to by "wstr2" to the object pointed to "wstr1". - + int _Xwcscmp wchar_t*wstr1, *wstr2 - + int _Xwcsncmp wchar_t*wstr1, *wstr2 @@ -1476,7 +1476,7 @@ pointed to by "wstr2" to the object pointed to "< The -_Xwcscmp + function compares two (wchar_t) NULL terminated wide character strings. The value returned is an integer less than, equal to, or greater than zero, depending on whether "wstr1" is lexicographicly less then, equal to, @@ -1485,7 +1485,7 @@ or greater than "str2". The -_Xwcsncmp + function is identical to _XlcCompareISOLatin1, except that at most "len" wide characters are compared. diff --git a/libX11/specs/i18n/localedb/localedb.xml b/libX11/specs/i18n/localedb/localedb.xml index c2feccff8..c08516125 100644 --- a/libX11/specs/i18n/localedb/localedb.xml +++ b/libX11/specs/i18n/localedb/localedb.xml @@ -75,7 +75,7 @@ this Software without prior written authorization from the X Consortium. - + LocaleDB @@ -302,8 +302,8 @@ unescaped, is ignored. - -Contents of Database + +Contents of Database The available categories and classes depend on implementation, because different platform will require different information set. diff --git a/libX11/specs/i18n/trans/trans.xml b/libX11/specs/i18n/trans/trans.xml index fe16c1d98..afbc69403 100644 --- a/libX11/specs/i18n/trans/trans.xml +++ b/libX11/specs/i18n/trans/trans.xml @@ -75,7 +75,7 @@ this Software without prior written authorization from the X Consortium. - + X Transport Specification @@ -269,7 +269,7 @@ described below. - + The interface/transport layer functions Following functions are used for the transport interface. @@ -339,7 +339,7 @@ provided so as to make easier to implement the Protocol Layer. Opening connection -When XOpenIM is called, the following function is called to connect +When XOpenIM is called, the following function is called to connect with the IM Server. @@ -369,7 +369,7 @@ connection is established successfully, this function returns True. The Alternative Entry for this function is: - + Bool _XimConnect XIM im @@ -397,7 +397,7 @@ Specifies XIM structure address. -When XCloseIM is called, the following function is called to +When XCloseIM is called, the following function is called to disconnect the connection with the IM Server. The Alternative Entry for this function is: @@ -429,7 +429,7 @@ connection is closed successfully, this function returns True. The Alternative Entry for this function is: - + Bool _XimShutdown XIM im @@ -458,7 +458,7 @@ The following function is called, when Xlib needs to write data to the IM Server. - + Bool _XimWrite XIM im @@ -559,7 +559,7 @@ The following function is called when Xlib waits for response from IM server synchronously. - + Bool _XimRead XIM im @@ -798,7 +798,7 @@ transport layer. If data transfer is completed, the function returns True. The Alternative Entry for this function is: - + void _XimFlush XIM im @@ -833,7 +833,7 @@ will call asynchronous data handler in the protocol layer. Then it calls dispatchers in the transport layer. The dispatchers are implemented by the protocol layer. This function must store the information and prepare for later call of the dispatchers using -_XimCallDispatcher. +. @@ -953,7 +953,7 @@ that the data has been processed by the upper layer. The Alternative Entry for this function is: - + Bool _XimRegisterDispatcher XIM im @@ -1062,7 +1062,7 @@ Protocol packet unit or not. The Alternative Entry for this function is: - + Bool _XimCallDispatcher XIM im @@ -1363,8 +1363,8 @@ lager than this size, is sent via Property. - -read/write + +read/write The data is transferred via either ClientMessage or Window Property in the X Window System. @@ -1589,7 +1589,7 @@ The arguments of the XChangeProperty are as follows: (*1) The read/write property ATOM allocates the following strings by -XInternAtom. +XInternAtom. "_clientXXX" @@ -1888,7 +1888,7 @@ The arguments of the XChangeProperty are as follows: (*1) The read/write property ATOM allocates some strings, which are not -allocated by the client, by XInternAtom. +allocated by the client, by XInternAtom. -- cgit v1.2.3