mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2025-12-20 04:40:10 +01:00
update/correct function prototypes in manpages to match headers
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
This commit is contained in:
parent
844271305a
commit
791c93816c
49 changed files with 119 additions and 104 deletions
|
|
@ -63,7 +63,7 @@ Colormap DefaultColormap\^(\^Display *\fIdisplay\fP\^,
|
|||
int DefaultDepth\^(\^Display *\fIdisplay\fP\^, \^int \fIscreen_number\fP\^);
|
||||
.HP
|
||||
int *XListDepths\^(\^Display *\fIdisplay\fP, int \fIscreen_number\fP, int
|
||||
\fIcount_return\fP\^);
|
||||
*\fIcount_return\fP\^);
|
||||
.HP
|
||||
GC DefaultGC\^(\^Display *\fIdisplay\fP\^, \^int \fIscreen_number\fP\^);
|
||||
.HP
|
||||
|
|
@ -82,9 +82,9 @@ int DisplayPlanes\^(\^Display *\fIdisplay\fP\^, \^int \fIscreen_number\fP\^);
|
|||
.HP
|
||||
char *DisplayString\^(\^Display *\fIdisplay\fP\^);
|
||||
.HP
|
||||
long XMaxRequestSize(\^Display *\fIdisplay\fP\^)
|
||||
long XMaxRequestSize(\^Display *\fIdisplay\fP\^);
|
||||
.HP
|
||||
long XExtendedMaxRequestSize(\^Display *\fIdisplay\fP\^)
|
||||
long XExtendedMaxRequestSize(\^Display *\fIdisplay\fP\^);
|
||||
.HP
|
||||
unsigned long LastKnownRequestProcessed\^(\^Display *\fIdisplay\fP\^);
|
||||
.HP
|
||||
|
|
@ -103,9 +103,9 @@ int ScreenCount\^(\^Display *\fIdisplay\fP\^);
|
|||
Screen *ScreenOfDisplay\^(\^Display *\fIdisplay\fP, int
|
||||
\fIscreen_number\fP\^);
|
||||
.HP
|
||||
char *ServerVendor\^(\^Display *\fIdisplay\fP\^)
|
||||
char *ServerVendor\^(\^Display *\fIdisplay\fP\^);
|
||||
.HP
|
||||
int VendorRelease\^(\^Display *\fIdisplay\fP\^)
|
||||
int VendorRelease\^(\^Display *\fIdisplay\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIdisplay\fP 1i
|
||||
Specifies the connection to the X server.
|
||||
|
|
|
|||
|
|
@ -54,10 +54,10 @@ typedef void (*XConnectionWatchProc)\^(\^Display *\fIdisplay\fP\^, XPointer
|
|||
\fIclient_data\fP\^, int \fIfd\fP\^, Bool \fIopening\fP\^, XPointer
|
||||
*\fIwatch_data\fP\^);
|
||||
.HP
|
||||
Status XAddConnectionWatch\^(\^Display *\fIdisplay\fP\^, XWatchProc
|
||||
Status XAddConnectionWatch\^(\^Display *\fIdisplay\fP\^, XConnectionWatchProc
|
||||
\fIprocedure\fP\^, XPointer \fIclient_data\fP\^);
|
||||
.HP
|
||||
Status XRemoveConnectionWatch\^(\^Display *\fIdisplay\fP\^, XWatchProc
|
||||
void XRemoveConnectionWatch\^(\^Display *\fIdisplay\fP\^, XConnectionWatchProc
|
||||
\fIprocedure\fP\^, XPointer \fIclient_data\fP\^);
|
||||
.HP
|
||||
void XProcessInternalConnection\^(\^Display *\fIdisplay\fP\^, int \fIfd\fP\^);
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ int XAddHosts\^(\^Display *\fIdisplay\fP, XHostAddress *\fIhosts\fP,
|
|||
int \fInum_hosts\fP\^);
|
||||
.HP
|
||||
XHostAddress *XListHosts\^(\^Display *\fIdisplay\fP, int *\fInhosts_return\fP,
|
||||
Bool \fIstate_return\fP\^);
|
||||
Bool *\fIstate_return\fP\^);
|
||||
.HP
|
||||
int XRemoveHost\^(\^Display *\fIdisplay\fP, XHostAddress *\fIhost\fP\^);
|
||||
.HP
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ Status XAllocColor\^(\^Display *\fIdisplay\fP, Colormap \fIcolormap\fP\^,
|
|||
XColor *\fIscreen_in_out\fP\^);
|
||||
.HP
|
||||
Status XAllocNamedColor\^(\^Display *\fIdisplay\fP, Colormap \fIcolormap\fP\^,
|
||||
char *\fIcolor_name\fP\^, XColor *\fIscreen_def_return\fP\^, XColor
|
||||
_Xconst char *\fIcolor_name\fP\^, XColor *\fIscreen_def_return\fP\^, XColor
|
||||
*\fIexact_def_return\fP\^);
|
||||
.HP
|
||||
Status XAllocColorCells\^(\^Display *\fIdisplay\fP, Colormap \fIcolormap\fP\^,
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ int XSetIconSizes\^(\^Display *\fIdisplay\fP, Window \fIw\fP, XIconSize
|
|||
*\fIsize_list\fP, int \fIcount\fP\^);
|
||||
.LP
|
||||
Status XGetIconSizes\^(\^Display *\fIdisplay\fP, Window \fIw\fP, XIconSize
|
||||
**\fIsize_list_return\fP, int \fIcount_return\fP\^);
|
||||
**\fIsize_list_return\fP, int *\fIcount_return\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIdisplay\fP 1i
|
||||
Specifies the connection to the X server.
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ int \fIwidth\fP\^, unsigned \fIheight\fP\^, int \fIdest_x\fP\^, int
|
|||
.HP
|
||||
int XCopyPlane\^(\^Display *\fIdisplay\fP\^, Drawable \fIsrc\fP\^, Drawable
|
||||
\fIdest\fP\^, GC \fIgc\fP\^, int \fIsrc_x\fP\^, int \fIsrc_y\fP\^, unsigned
|
||||
\fIwidth\fP\^, int \fIheight\fP\^, int \fIdest_x\fP\^, int \fIdest_y\fP\^,
|
||||
\fIwidth\fP\^, unsigned \fIheight\fP\^, int \fIdest_x\fP\^, int \fIdest_y\fP\^,
|
||||
unsigned long \fIplane\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIdest_x\fP 1i
|
||||
|
|
|
|||
|
|
@ -60,8 +60,8 @@ Cursor XCreatePixmapCursor\^(\^Display *\fIdisplay\fP\^, Pixmap
|
|||
.HP
|
||||
Cursor XCreateGlyphCursor\^(\^Display *\fIdisplay\fP\^, Font
|
||||
\fIsource_font\fP\^, Font \fImask_font\fP\^, unsigned int \fIsource_char\fP\^,
|
||||
unsigned int \fImask_char\fP\^, XColor *\fIforeground_color\fP\^, XColor
|
||||
*\fIbackground_color\fP\^);
|
||||
unsigned int \fImask_char\fP\^, XColor _Xconst *\fIforeground_color\fP\^, XColor
|
||||
_Xconst *\fIbackground_color\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIbackground_color\fP 1i
|
||||
Specifies the RGB values for the background of the source.
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
XCreateFontSet, XFreeFontSet \- create and free an international text drawing font set
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
XFontSet XCreateFontSet\^(\^Display *\fIdisplay\fP\^, char
|
||||
XFontSet XCreateFontSet\^(\^Display *\fIdisplay\fP\^, _Xconst char
|
||||
*\fIbase_font_name_list\fP\^, char ***\fImissing_charset_list_return\fP\^, int
|
||||
*\fImissing_charset_count_return\fP\^, char **\fIdef_string_return\fP\^);
|
||||
.HP
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
XCreateOC, XDestroyOC, XSetOCValues, XGetOCValues, XOMOfOC \- create output contexts
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
XOC XCreateOC\^(\^XOM \fIom\fP\^);
|
||||
XOC XCreateOC\^(\^XOM \fIom\fP\^, ...);
|
||||
.HP
|
||||
void XDestroyOC\^(\^XOC \fIoc\fP\^);
|
||||
.HP
|
||||
|
|
|
|||
|
|
@ -51,11 +51,11 @@ XDrawImageString, XDrawImageString16 \- draw image text
|
|||
.SH SYNTAX
|
||||
.HP
|
||||
int XDrawImageString\^(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^, GC
|
||||
\fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^, char *\fIstring\fP\^, int
|
||||
\fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^, _Xconst char *\fIstring\fP\^, int
|
||||
\fIlength\fP\^);
|
||||
.HP
|
||||
int XDrawImageString16\^(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^, GC
|
||||
\fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^, XChar2b *\fIstring\fP\^, int
|
||||
\fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^, _Xconst XChar2b *\fIstring\fP\^, int
|
||||
\fIlength\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fId\fP 1i
|
||||
|
|
|
|||
|
|
@ -51,11 +51,11 @@ XDrawString, XDrawString16 \- draw text characters
|
|||
.SH SYNTAX
|
||||
.HP
|
||||
int XDrawString\^(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^, GC
|
||||
\fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^, char *\fIstring\fP\^, int
|
||||
\fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^, _Xconst char *\fIstring\fP\^, int
|
||||
\fIlength\fP\^);
|
||||
.HP
|
||||
int XDrawString16\^(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^, GC
|
||||
\fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^, XChar2b *\fIstring\fP\^, int
|
||||
\fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^, _Xconst XChar2b *\fIstring\fP\^, int
|
||||
\fIlength\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fId\fP 1i
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ Atom *XListProperties\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, int
|
|||
.HP
|
||||
int XChangeProperty\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, Atom
|
||||
\fIproperty\fP\^, Atom \fItype\fP\^, int \fIformat\fP\^, int \fImode\fP\^,
|
||||
unsigned char *\fIdata\fP\^, int \fInelements\fP\^);
|
||||
_Xconst unsigned char *\fIdata\fP\^, int \fInelements\fP\^);
|
||||
.HP
|
||||
int XRotateWindowProperties\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^,
|
||||
Atom \fIproperties\fP\^[]\^, int \fInum_prop\fP\^, int \fInpositions\fP\^);
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
XInternAtom, XInternAtoms, XGetAtomName, XGetAtomNames \- create or return atom names
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
Atom XInternAtom\^(\^Display *\fIdisplay\fP\^, char *\fIatom_name\fP\^, Bool
|
||||
Atom XInternAtom\^(\^Display *\fIdisplay\fP\^, _Xconst char *\fIatom_name\fP\^, Bool
|
||||
\fIonly_if_exists\fP\^);
|
||||
.HP
|
||||
Status XInternAtoms\^(\^Display *\fIdisplay\fP\^, char **\fInames\fP\^, int
|
||||
|
|
|
|||
|
|
@ -50,12 +50,12 @@
|
|||
XListFonts, XFreeFontNames, XListFontsWithInfo, XFreeFontInfo \- obtain or free font names and information
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
char **XListFonts\^(\^Display *\^\fIdisplay\fP\^, char *\^\fIpattern\fP\^, int
|
||||
char **XListFonts\^(\^Display *\^\fIdisplay\fP\^, _Xconst char *\^\fIpattern\fP\^, int
|
||||
\fImaxnames\fP\^, int *\^\fIactual_count_return\fP\^);
|
||||
.HP
|
||||
int XFreeFontNames\^(\^char *\fIlist\fP\^[\^]\^);
|
||||
.HP
|
||||
char **XListFontsWithInfo\^(\^Display *\fIdisplay\fP\^, char *\fIpattern\fP\^,
|
||||
char **XListFontsWithInfo\^(\^Display *\fIdisplay\fP\^, _Xconst char *\fIpattern\fP\^,
|
||||
int \fImaxnames\fP\^, int *\fIcount_return\fP\^, XFontStruct
|
||||
**\fIinfo_return\fP\^);
|
||||
.HP
|
||||
|
|
|
|||
|
|
@ -60,11 +60,11 @@
|
|||
XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont, XCharStruct, XFontProp, XChar2b, XFontStruct \- load or unload fonts and font metric structures
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
Font XLoadFont\^(\^Display *\fIdisplay\fP\^, char *\fIname\fP\^);
|
||||
Font XLoadFont\^(\^Display *\fIdisplay\fP\^, _Xconst char *\fIname\fP\^);
|
||||
.HP
|
||||
XFontStruct *XQueryFont\^(\^Display *\fIdisplay\fP\^, XID \fIfont_ID\fP\^);
|
||||
.HP
|
||||
XFontStruct *XLoadQueryFont\^(\^Display *\fIdisplay\fP\^, char
|
||||
XFontStruct *XLoadQueryFont\^(\^Display *\fIdisplay\fP\^, _Xconst char
|
||||
*\fIname\fP\^);
|
||||
.HP
|
||||
int XFreeFont\^(\^Display *\fIdisplay\fP\^, XFontStruct *\fIfont_struct\fP\^);
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ int XLookupString(\^XKeyEvent *\fIevent_struct\fP\^, char
|
|||
*\fIkeysym_return\fP\^, XComposeStatus *\fIstatus_in_out\fP\^);
|
||||
.HP
|
||||
int XRebindKeysym(\^Display *\fIdisplay\fP\^, KeySym \fIkeysym\fP\^, KeySym
|
||||
\fIlist\fP\^[\^]\^, int \fImod_count\fP\^, unsigned char *\fIstring\fP\^, int
|
||||
\fIlist\fP\^[\^]\^, int \fImod_count\fP\^, _Xconst unsigned char *\fIstring\fP\^, int
|
||||
\fInum_bytes\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIbuffer_return\fP 1i
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
XOpenDisplay, XCloseDisplay \- connect or disconnect to X server
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
Display *XOpenDisplay\^(\^char *\fIdisplay_name\fP\^);
|
||||
Display *XOpenDisplay\^(\^_Xconst char *\fIdisplay_name\fP\^);
|
||||
.HP
|
||||
int XCloseDisplay\^(Display *\fIdisplay\fP\^);
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -56,9 +56,9 @@ XOM XOpenOM\^(\^Display *\fIdisplay\fP\^, XrmDatabase \fIdb\fP\^, char
|
|||
.HP
|
||||
Status XCloseOM\^(\^XOM \fIom\fP\^);
|
||||
.HP
|
||||
char *XSetOMValues\^(\^XOM \fIom\fP\^);
|
||||
char *XSetOMValues\^(\^XOM \fIom\fP, ...\^);
|
||||
.HP
|
||||
char *XGetOMValues\^(\^XOM \fIom\fP\^);
|
||||
char *XGetOMValues\^(\^XOM \fIom\fP, ...\^);
|
||||
.HP
|
||||
Display *XDisplayOfOM\^(\^XOM \fIom\fP\^);
|
||||
.HP
|
||||
|
|
|
|||
|
|
@ -50,12 +50,12 @@
|
|||
XParseGeometry, XWMGeometry \- parse window geometry
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
int XParseGeometry\^(\^char *\fIparsestring\fP\^, int *\fIx_return\fP\^, int
|
||||
int XParseGeometry\^(\^_Xconst char *\fIparsestring\fP\^, int *\fIx_return\fP\^, int
|
||||
*\fIy_return\fP\^, unsigned int *\fIwidth_return\fP\^, unsigned int
|
||||
*\fIheight_return\fP\^);
|
||||
.HP
|
||||
int XWMGeometry\^(\^Display *\fIdisplay\fP\^, int \fIscreen\fP\^, char
|
||||
*\fIuser_geom\fP\^, char *\fIdef_geom\fP\^, unsigned int \fIbwidth\fP\^,
|
||||
int XWMGeometry\^(\^Display *\fIdisplay\fP\^, int \fIscreen\fP\^, _Xconst char
|
||||
*\fIuser_geom\fP\^, _Xconst char *\fIdef_geom\fP\^, unsigned int \fIbwidth\fP\^,
|
||||
XSizeHints *\fIhints\fP\^, int *\fIx_return\fP, int *\fIy_return\fP\^, int
|
||||
*\fIwidth_return\fP\^, int *\fIheight_return\fP\^, int
|
||||
*\fIgravity_return\fP\^);
|
||||
|
|
|
|||
|
|
@ -58,11 +58,11 @@ int XQueryColors\^(\^Display *\fIdisplay\fP\^, Colormap \fIcolormap\fP\^,
|
|||
XColor \fIdefs_in_out\fP[\^]\^, int \fIncolors\fP\^);
|
||||
.HP
|
||||
Status XLookupColor\^(\^Display *\fIdisplay\fP\^, Colormap \fIcolormap\fP\^,
|
||||
char *\fIcolor_name\fP\^, XColor *\fIexact_def_return\fP\^, XColor
|
||||
_Xconst char *\fIcolor_name\fP\^, XColor *\fIexact_def_return\fP\^, XColor
|
||||
*\fIscreen_def_return\fP\^);
|
||||
.HP
|
||||
Status XParseColor\^(\^Display *\fIdisplay\fP\^, Colormap \fIcolormap\fP\^,
|
||||
char *\fIspec\fP\^, XColor *\fIexact_def_return\fP\^);
|
||||
_Xconst char *\fIspec\fP\^, XColor *\fIexact_def_return\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIcolormap\fP 1i
|
||||
Specifies the colormap.
|
||||
|
|
|
|||
|
|
@ -50,16 +50,16 @@
|
|||
XReadBitmapFile, XReadBitmapFileData, XWriteBitmapFile, XCreatePixmapFromBitmapData, XCreateBitmapFromData \- manipulate bitmaps
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
int XReadBitmapFile(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^, char
|
||||
int XReadBitmapFile(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^, _Xconst char
|
||||
*\fIfilename\fP\^, unsigned int *\fIwidth_return\fP, unsigned int
|
||||
*\fIheight_return\fP\^, Pixmap *\fIbitmap_return\fP\^, int
|
||||
*\fIx_hot_return\fP, int *\fIy_hot_return\fP\^);
|
||||
.HP
|
||||
int XReadBitmapFileData(\^char *\fIfilename\fP\^, unsigned int
|
||||
int XReadBitmapFileData(\^_Xconst char *\fIfilename\fP\^, unsigned int
|
||||
*\fIwidth_return\fP, unsigned int *\fIheight_return\fP\^, unsigned char
|
||||
*\fIdata_return\fP\^, int *\fIx_hot_return\fP, int *\fIy_hot_return\fP\^);
|
||||
**\fIdata_return\fP\^, int *\fIx_hot_return\fP, int *\fIy_hot_return\fP\^);
|
||||
.HP
|
||||
int XWriteBitmapFile(\^Display *\fIdisplay\fP\^, char *\fIfilename\fP\^,
|
||||
int XWriteBitmapFile(\^Display *\fIdisplay\fP\^, _Xconst char *\fIfilename\fP\^,
|
||||
Pixmap \fIbitmap\fP\^, unsigned int \fIwidth\fP, unsigned int \fIheight\fP\^,
|
||||
int \fIx_hot\fP, int \fIy_hot\fP\^);
|
||||
.HP
|
||||
|
|
@ -69,7 +69,7 @@ Pixmap XCreatePixmapFromBitmapData\^(\^Display *\fIdisplay\fP\^, Drawable
|
|||
\fIdepth\fP\^);
|
||||
.HP
|
||||
Pixmap XCreateBitmapFromData(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^,
|
||||
char *\fIdata\fP\^, unsigned int \fIwidth\fP, unsigned int \fIheight\fP\^);
|
||||
_Xconst char *\fIdata\fP\^, unsigned int \fIwidth\fP, unsigned int \fIheight\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIbitmap\fP 1i
|
||||
Specifies the bitmap.
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ XSaveContext, XFindContext, XDeleteContext, XUniqueContext \- associative look-u
|
|||
.SH SYNTAX
|
||||
.HP
|
||||
int XSaveContext(\^Display *\fIdisplay\fP\^, XID \fIrid\fP\^, XContext
|
||||
\fIcontext\fP\^, XPointer \fIdata\fP\^);
|
||||
\fIcontext\fP\^, _Xconst char *\fIdata\fP\^);
|
||||
.HP
|
||||
int XFindContext(\^Display *\fIdisplay\fP\^, XID \fIrid\fP\^, XContext
|
||||
\fIcontext\fP\^, XPointer *\fIdata_return\fP\^);
|
||||
|
|
|
|||
|
|
@ -56,13 +56,13 @@ int (*XSetErrorHandler\^(\^int (\^*\^\fIhandler\fP\^)\^(Display *, XErrorEvent
|
|||
int XGetErrorText\^(\^Display *\fIdisplay\fP\^, int \fIcode\fP\^, char
|
||||
*\fIbuffer_return\fP\^, int \fIlength\fP\^);
|
||||
.HP
|
||||
char *XDisplayName\^(\^char *\fIstring\fP\^);
|
||||
char *XDisplayName\^(\^_Xconst char *\fIstring\fP\^);
|
||||
.HP
|
||||
int (*XSetIOErrorHandler\^(\^int (\^*\^\fIhandler\fP\^)(Display
|
||||
*)\^)\^)\^(\^);
|
||||
.HP
|
||||
int XGetErrorDatabaseText\^(\^Display *\fIdisplay\fP\^, char *\fIname\fP, char
|
||||
*\fImessage\fP\^, char *\fIdefault_string\fP\^, char *\fIbuffer_return\fP\^,
|
||||
int XGetErrorDatabaseText\^(\^Display *\fIdisplay\fP\^, _Xconst char *\fIname\fP, _Xconst char
|
||||
*\fImessage\fP\^, _Xconst char *\fIdefault_string\fP\^, char *\fIbuffer_return\fP\^,
|
||||
int \fIlength\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIbuffer_return\fP 1i
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ int \fIline_width\fP\^, int \fIline_style\fP\^, int \fIcap_style\fP\^, int
|
|||
\fIjoin_style\fP\^);
|
||||
.HP
|
||||
int XSetDashes\^(\^Display *\fIdisplay\fP\^, GC \fIgc\fP\^, int
|
||||
\fIdash_offset\fP\^, char \fIdash_list\fP[]\^, int \fIn\fP\^);
|
||||
\fIdash_offset\fP\^, _Xconst char \fIdash_list\fP[]\^, int \fIn\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIcap_style\fP 1i
|
||||
Specifies the line-style and cap-style you want to set for the specified GC.
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
XSetPointerMapping, XGetPointerMapping \- manipulate pointer settings
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
int XSetPointerMapping\^(\^Display *\fIdisplay\fP\^, unsigned char
|
||||
int XSetPointerMapping\^(\^Display *\fIdisplay\fP\^, _Xconst unsigned char
|
||||
\fImap\fP\^[]\^, int \fInmap\fP\^);
|
||||
.HP
|
||||
int XGetPointerMapping\^(\^Display *\fIdisplay\fP\^, unsigned char
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ XSetState, XSetFunction, XSetPlaneMask, XSetForeground, XSetBackground \- GC con
|
|||
.SH SYNTAX
|
||||
.HP
|
||||
int XSetState\^(\^Display *\fIdisplay\fP\^, GC \fIgc\fP\^, unsigned long
|
||||
\fIforeground\fP\^, unsigned int \fIbackground\fP\^, int \fIfunction\fP\^,
|
||||
\fIforeground\fP\^, unsigned long \fIbackground\fP\^, int \fIfunction\fP\^,
|
||||
unsigned long \fIplane_mask\fP\^);
|
||||
.HP
|
||||
int XSetFunction\^(\^Display *\fIdisplay\fP\^, GC \fIgc\fP\^, int
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ XTextProperty *\fItext_prop\fP\^);
|
|||
Status XGetWMIconName\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^,
|
||||
XTextProperty *\fItext_prop_return\fP\^);
|
||||
.HP
|
||||
int XSetIconName\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, char
|
||||
int XSetIconName\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, _Xconst char
|
||||
*\fIicon_name\fP\^);
|
||||
.HP
|
||||
Status XGetIconName\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, char
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ void XSetWMName\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, XTextProperty
|
|||
Status XGetWMName\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^,
|
||||
XTextProperty *\fItext_prop_return\fP\^);
|
||||
.HP
|
||||
int XStoreName\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, char
|
||||
int XStoreName\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, _Xconst char
|
||||
*\fIwindow_name\fP\^);
|
||||
.HP
|
||||
Status XFetchName\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, char
|
||||
|
|
|
|||
|
|
@ -56,13 +56,13 @@ XTextProperty *\fIwindow_name\fP\^, XTextProperty *\fIicon_name\fP\^, char
|
|||
**\fIargv\fP\^, int \fIargc\fP\^, XSizeHints *\fInormal_hints\fP\^, XWMHints
|
||||
*\fIwm_hints\fP\^, XClassHint *\fIclass_hints\fP\^);
|
||||
.HP
|
||||
void XmbSetWMProperties\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, char
|
||||
*\fIwindow_name\fP\^, char *\fIicon_name\fP\^, char *\fIargv\fP\^[], int
|
||||
void XmbSetWMProperties\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, _Xconst char
|
||||
*\fIwindow_name\fP\^, _Xconst char *\fIicon_name\fP\^, char *\fIargv\fP\^[], int
|
||||
\fIargc\fP\^, XSizeHints *\fInormal_hints\fP\^, XWMHints *\fIwm_hints\fP\^,
|
||||
XClassHint *\fIclass_hints\fP\^);
|
||||
.HP
|
||||
void Xutf8SetWMProperties\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, char
|
||||
*\fIwindow_name\fP\^, char *\fIicon_name\fP\^, char *\fIargv\fP\^[], int
|
||||
void Xutf8SetWMProperties\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, _Xconst char
|
||||
*\fIwindow_name\fP\^, _Xconst char *\fIicon_name\fP\^, char *\fIargv\fP\^[], int
|
||||
\fIargc\fP\^, XSizeHints *\fInormal_hints\fP\^, XWMHints *\fIwm_hints\fP\^,
|
||||
XClassHint *\fIclass_hints\fP\^);
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -50,10 +50,10 @@
|
|||
XStoreBytes, XStoreBuffer, XFetchBytes, XFetchBuffer, XRotateBuffers \- manipulate cut and paste buffers
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
int XStoreBytes\^(\^Display *\fIdisplay\fP\^, char *\fIbytes\fP\^, int
|
||||
int XStoreBytes\^(\^Display *\fIdisplay\fP\^, _Xconst char *\fIbytes\fP\^, int
|
||||
\^\fInbytes\fP\^);
|
||||
.HP
|
||||
int XStoreBuffer\^(\^Display *\fIdisplay\fP\^, char *\fIbytes\fP\^, int
|
||||
int XStoreBuffer\^(\^Display *\fIdisplay\fP\^, _Xconst char *\fIbytes\fP\^, int
|
||||
\^\fInbytes\fP\^, int \fIbuffer\fP\^);
|
||||
.HP
|
||||
char *XFetchBytes\^(\^Display *\fIdisplay\fP\^, int *\fInbytes_return\fP\^);
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ int XStoreColor\^(\^Display *\fIdisplay\fP\^, Colormap \fIcolormap\fP\^,
|
|||
XColor *\fIcolor\fP\^);
|
||||
.HP
|
||||
int XStoreNamedColor\^(\^Display *\fIdisplay\fP\^, Colormap \fIcolormap\fP\^,
|
||||
char *\^\fIcolor\fP\^, unsigned long \fIpixel\fP\^, int \fIflags\fP\^);
|
||||
_Xconst char *\^\fIcolor\fP\^, unsigned long \fIpixel\fP\^, int \fIflags\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIcolor\fP 1i
|
||||
Specifies the pixel and RGB values or the color name string (for example, red).
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
XStringToKeysym, XKeysymToString, XKeycodeToKeysym, XKeysymToKeycode, XConvertCase \- convert keysyms
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
KeySym XStringToKeysym\^(\^char *\fIstring\fP\^);
|
||||
KeySym XStringToKeysym\^(\^_Xconst char *\fIstring\fP\^);
|
||||
.HP
|
||||
char *XKeysymToString\^(\^KeySym \fIkeysym\fP\^);
|
||||
.HP
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ XSupportsLocale, XSetLocaleModifiers \- determine locale support and configure l
|
|||
.HP
|
||||
Bool XSupportsLocale\^(void);
|
||||
.HP
|
||||
char *XSetLocaleModifiers\^(\^char *\fImodifier_list\fP\^);
|
||||
char *XSetLocaleModifiers\^(\^_Xconst char *\fImodifier_list\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fImodifier_list\fP 1i
|
||||
Specifies the modifiers.
|
||||
|
|
|
|||
|
|
@ -50,23 +50,23 @@
|
|||
XTextExtents, XTextExtents16, XQueryTextExtents, XQueryTextExtents16 \- compute or query text extents
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
int XTextExtents\^(\^XFontStruct *\fIfont_struct\fP\^, char *\fIstring\fP\^,
|
||||
int XTextExtents\^(\^XFontStruct *\fIfont_struct\fP\^, _Xconst char *\fIstring\fP\^,
|
||||
int \fInchars\fP\^, int *\fIdirection_return\fP\^, int
|
||||
*\fIfont_ascent_return\fP, int *\fIfont_descent_return\fP\^, XCharStruct
|
||||
*\fIoverall_return\fP\^);
|
||||
.HP
|
||||
int XTextExtents16\^(\^XFontStruct *\fIfont_struct\fP\^, XChar2b
|
||||
int XTextExtents16\^(\^XFontStruct *\fIfont_struct\fP\^, _Xconst XChar2b
|
||||
*\fIstring\fP\^, int \fInchars\fP\^, int *\fIdirection_return\fP\^, int
|
||||
*\fIfont_ascent_return\fP, int *\fIfont_descent_return\fP\^, XCharStruct
|
||||
*\fIoverall_return\fP\^);
|
||||
.HP
|
||||
int XQueryTextExtents\^(\^Display *\fIdisplay\fP\^, XID \fIfont_ID\fP\^, char
|
||||
int XQueryTextExtents\^(\^Display *\fIdisplay\fP\^, XID \fIfont_ID\fP\^, _Xconst char
|
||||
*\fIstring\fP\^, int \fInchars\fP\^, int *\fIdirection_return\fP\^, int
|
||||
*\fIfont_ascent_return\fP, int *\fIfont_descent_return\fP\^, XCharStruct
|
||||
*\fIoverall_return\fP\^);
|
||||
.HP
|
||||
int XQueryTextExtents16\^(\^Display *\fIdisplay\fP\^, XID \fIfont_ID\fP\^,
|
||||
XChar2b *\fIstring\fP\^, int \fInchars\fP\^, int *\fIdirection_return\fP\^,
|
||||
_Xconst XChar2b *\fIstring\fP\^, int \fInchars\fP\^, int *\fIdirection_return\fP\^,
|
||||
int *\fIfont_ascent_return\fP, int *\fIfont_descent_return\fP\^, XCharStruct
|
||||
*\fIoverall_return\fP\^);
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -50,10 +50,10 @@
|
|||
XTextWidth, XTextWidth16 \- compute text width
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
int XTextWidth\^(\^XFontStruct *\fIfont_struct\fP\^, char *\fIstring\fP\^,
|
||||
int XTextWidth\^(\^XFontStruct *\fIfont_struct\fP\^, _Xconst char *\fIstring\fP\^,
|
||||
int \fIcount\fP\^);
|
||||
.HP
|
||||
int XTextWidth16\^(\^XFontStruct *\fIfont_struct\fP\^, XChar2b
|
||||
int XTextWidth16\^(\^XFontStruct *\fIfont_struct\fP\^, _Xconst XChar2b
|
||||
*\fIstring\fP\^, int \fIcount\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIcount\fP 1i
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ Status XcmsAllocColor\^(\^Display *\fIdisplay\fP\^, Colormap \fIcolormap\fP\^,
|
|||
XcmsColor *\fIcolor_in_out\fP\^, XcmsColorFormat \fIresult_format\fP\^);
|
||||
.HP
|
||||
Status XcmsAllocNamedColor\^(\^Display *\fIdisplay\fP\^, Colormap
|
||||
\fIcolormap\fP\^, char *\fIcolor_string\fP\^, XcmsColor
|
||||
\fIcolormap\fP\^, _Xconst char *\fIcolor_string\fP\^, XcmsColor
|
||||
*\fIcolor_screen_return\fP\^, XcmsColor *\fIcolor_exact_return\fP\^, XcmsColorFormat \fIresult_format\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIdisplay\fP 1i
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ Status XcmsQueryColors\^(\^Display *\fIdisplay\fP\^, Colormap
|
|||
\fIncolors\fP\^, XcmsColorFormat \fIresult_format\fP\^);
|
||||
.HP
|
||||
Status XcmsLookupColor\^(\^Display *\fIdisplay\fP\^, Colormap
|
||||
\fIcolormap\fP\^, char *\fIcolor_string\fP\^, XcmsColor
|
||||
\fIcolormap\fP\^, _Xconst char *\fIcolor_string\fP\^, XcmsColor
|
||||
*\fIcolor_exact_return\fP\^, XcmsColor *\fIcolor_screen_return\fP\^,
|
||||
XcmsColorFormat \fIresult_format\fP\^);
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -53,9 +53,11 @@ XcmsStoreColor, XcmsStoreColors \- set colors
|
|||
Status XcmsStoreColor\^(\^Display *\fIdisplay\fP\^, Colormap \fIcolormap\fP\^,
|
||||
XcmsColor *\fIcolor\fP\^);
|
||||
.HP
|
||||
Status XcmsStoreColors\^(\^Display *\fIdisplay\fP\^, Colormap
|
||||
\fIcolormap\fP\^, XcmsColor \fIcolors\fP\^[\^]\^, int \fIncolors\fP\^, Bool
|
||||
\fIcompression_flags_return\fP\^[\^]\^);
|
||||
Status XcmsStoreColors\^(\^Display *\fIdisplay\fP\^,
|
||||
Colormap \fIcolormap\fP\^,
|
||||
XcmsColor *\fIcolors\fP\^,
|
||||
unsigned \fIncolors\fP\^,
|
||||
Bool *\fIcompression_flags_return\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIdisplay\fP 1i
|
||||
Specifies the connection to the X server.
|
||||
|
|
|
|||
|
|
@ -52,16 +52,16 @@ XmbDrawImageString, XwcDrawImageString, Xutf8DrawImageString \- draw image text
|
|||
.SH SYNTAX
|
||||
.HP
|
||||
void XmbDrawImageString\^(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^,
|
||||
XFontSet \fIfont_set\fP\^, GC \fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^, char
|
||||
*\fIstring\fP\^, int \fInum_bytes\fP\^);
|
||||
XFontSet \fIfont_set\fP\^, GC \fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^,
|
||||
_Xconst char *\fIstring\fP\^, int \fInum_bytes\fP\^);
|
||||
.HP
|
||||
void XwcDrawImageString\^(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^,
|
||||
XFontSet \fIfont_set\fP\^, GC \fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^,
|
||||
wchar_t *\fIstring\fP\^, int \fInum_wchars\fP\^);
|
||||
_Xconst wchar_t *\fIstring\fP\^, int \fInum_wchars\fP\^);
|
||||
.HP
|
||||
void Xutf8DrawImageString\^(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^,
|
||||
XFontSet \fIfont_set\fP\^, GC \fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^, char
|
||||
*\fIstring\fP\^, int \fInum_bytes\fP\^);
|
||||
XFontSet \fIfont_set\fP\^, GC \fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^,
|
||||
_Xconst char *\fIstring\fP\^, int \fInum_bytes\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fId\fP 1i
|
||||
Specifies the drawable.
|
||||
|
|
|
|||
|
|
@ -52,16 +52,16 @@ XmbDrawString, XwcDrawString, Xutf8DrawString \- draw text using a single font s
|
|||
.SH SYNTAX
|
||||
.HP
|
||||
void XmbDrawString\^(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^, XFontSet
|
||||
\fIfont_set\fP\^, GC \fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^, char
|
||||
*\fIstring\fP\^, int \fInum_bytes\fP\^);
|
||||
\fIfont_set\fP\^, GC \fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^,
|
||||
_Xconst char *\fIstring\fP\^, int \fInum_bytes\fP\^);
|
||||
.HP
|
||||
void XwcDrawString\^(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^, XFontSet
|
||||
\fIfont_set\fP\^, GC \fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^, wchar_t
|
||||
*\fIstring\fP\^, int \fInum_wchars\fP\^);
|
||||
\fIfont_set\fP\^, GC \fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^,
|
||||
_Xconst wchar_t *\fIstring\fP\^, int \fInum_wchars\fP\^);
|
||||
.HP
|
||||
void Xutf8DrawString\^(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^,
|
||||
XFontSet \fIfont_set\fP\^, GC \fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^, char
|
||||
*\fIstring\fP\^, int \fInum_bytes\fP\^);
|
||||
XFontSet \fIfont_set\fP\^, GC \fIgc\fP\^, int \fIx\fP\^, int \fIy\fP\^,
|
||||
_Xconst char *\fIstring\fP\^, int \fInum_bytes\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fId\fP 1i
|
||||
Specifies the drawable.
|
||||
|
|
|
|||
|
|
@ -51,13 +51,16 @@
|
|||
XmbTextEscapement, XwcTextEscapement, Xutf8TextEscapement \- obtain the escapement of text
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
int XmbTextEscapement\^(\^XFontSet \fIfont_set\fP\^, char *\fIstring\fP\^, int
|
||||
int XmbTextEscapement\^(\^XFontSet \fIfont_set\fP\^,
|
||||
_Xconst char *\fIstring\fP\^, int
|
||||
\fInum_bytes\fP\^);
|
||||
.HP
|
||||
int XwcTextEscapement\^(\^XFontSet \fIfont_set\fP\^, wchar_t *\fIstring\fP\^,
|
||||
int XwcTextEscapement\^(\^XFontSet \fIfont_set\fP\^,
|
||||
_Xconst wchar_t *\fIstring\fP\^,
|
||||
int \fInum_wchars\fP\^);
|
||||
.HP
|
||||
int Xutf8TextEscapement\^(\^XFontSet \fIfont_set\fP\^, char *\fIstring\fP\^,
|
||||
int Xutf8TextEscapement\^(\^XFontSet \fIfont_set\fP\^,
|
||||
_Xconst char *\fIstring\fP\^,
|
||||
int \fInum_bytes\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIfont_set\fP 1i
|
||||
|
|
|
|||
|
|
@ -51,15 +51,18 @@
|
|||
XmbTextExtents, XwcTextExtents, Xutf8TextExtents \- compute text extents
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
int XmbTextExtents\^(\^XFontSet \fIfont_set\fP\^, char *\fIstring\fP\^, int
|
||||
int XmbTextExtents\^(\^XFontSet \fIfont_set\fP\^,
|
||||
_Xconst char *\fIstring\fP\^, int
|
||||
\fInum_bytes\fP\^, XRectangle *\fIoverall_ink_return\fP\^, XRectangle
|
||||
*\fIoverall_logical_return\fP\^);
|
||||
.HP
|
||||
int XwcTextExtents\^(\^XFontSet \fIfont_set\fP\^, wchar_t *\fIstring\fP\^, int
|
||||
int XwcTextExtents\^(\^XFontSet \fIfont_set\fP\^,
|
||||
_Xconst wchar_t *\fIstring\fP\^, int
|
||||
\fInum_wchars\fP\^, XRectangle *\fIoverall_ink_return\fP\^, XRectangle
|
||||
*\fIoverall_logical_return\fP\^);
|
||||
.HP
|
||||
int Xutf8TextExtents\^(\^XFontSet \fIfont_set\fP\^, char *\fIstring\fP\^, int
|
||||
int Xutf8TextExtents\^(\^XFontSet \fIfont_set\fP\^,
|
||||
_Xconst char *\fIstring\fP\^, int
|
||||
\fInum_bytes\fP\^, XRectangle *\fIoverall_ink_return\fP\^, XRectangle
|
||||
*\fIoverall_logical_return\fP\^);
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -65,14 +65,17 @@ int Xutf8TextListToTextProperty\^(\^Display *\fIdisplay\fP\^, char
|
|||
**\fIlist\fP\^, int \fIcount\fP\^, XICCEncodingStyle \fIstyle\fP\^,
|
||||
XTextProperty *\fItext_prop_return\fP\^);
|
||||
.HP
|
||||
int XmbTextPropertyToTextList\^(\^Display *\fIdisplay\fP\^, XTextProperty
|
||||
int XmbTextPropertyToTextList\^(\^Display *\fIdisplay\fP\^,
|
||||
_Xconst XTextProperty
|
||||
*\fItext_prop\fP\^, char ***\fIlist_return\fP\^, int *\fIcount_return\fP\^);
|
||||
.HP
|
||||
int XwcTextPropertyToTextList\^(\^Display *\fIdisplay\fP\^, XTextProperty
|
||||
int XwcTextPropertyToTextList\^(\^Display *\fIdisplay\fP\^,
|
||||
_Xconst XTextProperty
|
||||
*\fItext_prop\fP\^, wchar_t ***\fIlist_return\fP\^, int
|
||||
*\fIcount_return\fP\^);
|
||||
.HP
|
||||
int Xutf8TextPropertyToTextList\^(\^Display *\fIdisplay\fP\^, XTextProperty
|
||||
int Xutf8TextPropertyToTextList\^(\^Display *\fIdisplay\fP\^,
|
||||
_Xconst XTextProperty
|
||||
*\fItext_prop\fP\^, char ***\fIlist_return\fP\^, int *\fIcount_return\fP\^);
|
||||
.HP
|
||||
void XwcFreeStringList\^(\^wchar_t **\fIlist\fP\^);
|
||||
|
|
|
|||
|
|
@ -51,19 +51,22 @@
|
|||
XmbTextPerCharExtents, XwcTextPerCharExtents, Xutf8TextPerCharExtents \- obtain per-character information for a text string
|
||||
.SH SYNTAX
|
||||
.HP
|
||||
Status XmbTextPerCharExtents\^(\^XFontSet \fIfont_set\fP\^, char
|
||||
Status XmbTextPerCharExtents\^(\^XFontSet \fIfont_set\fP\^,
|
||||
_Xconst char
|
||||
*\fIstring\fP\^, int \fInum_bytes\fP\^, XRectangle *\fIink_array_return\fP\^,
|
||||
XRectangle *\fIlogical_array_return\fP\^, int \fIarray_size\fP\^, int
|
||||
*\fInum_chars_return\fP\^, XRectangle *\fIoverall_ink_return\fP\^, XRectangle
|
||||
*\fIoverall_logical_return\fP\^);
|
||||
.HP
|
||||
Status XwcTextPerCharExtents\^(\^XFontSet \fIfont_set\fP\^, wchar_t
|
||||
Status XwcTextPerCharExtents\^(\^XFontSet \fIfont_set\fP\^,
|
||||
_Xconst wchar_t
|
||||
*\fIstring\fP\^, int \fInum_wchars\fP\^, XRectangle
|
||||
*\fIink_array_return\fP\^, XRectangle *\fIlogical_array_return\fP, int
|
||||
\fIarray_size\fP\^, int *\fInum_chars_return\fP\^, XRectangle
|
||||
*\fIoverall_ink_return\fP\^, XRectangle *\fIoverall_logical_return\fP\^);
|
||||
.HP
|
||||
Status Xutf8TextPerCharExtents\^(\^XFontSet \fIfont_set\fP\^, char
|
||||
Status Xutf8TextPerCharExtents\^(\^XFontSet \fIfont_set\fP\^,
|
||||
_Xconst char
|
||||
*\fIstring\fP\^, int \fInum_bytes\fP\^, XRectangle *\fIink_array_return\fP\^,
|
||||
XRectangle *\fIlogical_array_return\fP\^, int \fIarray_size\fP\^, int
|
||||
*\fInum_chars_return\fP\^, XRectangle *\fIoverall_ink_return\fP\^, XRectangle
|
||||
|
|
|
|||
|
|
@ -64,12 +64,12 @@ XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase, XrmLocaleOfDatabas
|
|||
.HP
|
||||
XrmDatabase XrmGetFileDatabase\^(\^char *\fIfilename\fP\^);
|
||||
.HP
|
||||
void XrmPutFileDatabase\^(\^XrmDatabase \fIdatabase\fP\^, char
|
||||
*\fIstored_db\fP\^);
|
||||
void XrmPutFileDatabase\^(\^XrmDatabase \fIdatabase\fP\^,
|
||||
_Xconst char *\fIstored_db\fP\^);
|
||||
.HP
|
||||
XrmDatabase XrmGetStringDatabase\^(\^char *\fIdata\fP\^);
|
||||
XrmDatabase XrmGetStringDatabase\^(\^_Xconst char *\fIdata\fP\^);
|
||||
.HP
|
||||
char *XrmLocaleOfDatabase\^(\^XrmDatabase \fIdatabase\fP\^);
|
||||
const char *XrmLocaleOfDatabase\^(\^XrmDatabase \fIdatabase\fP\^);
|
||||
.HP
|
||||
XrmDatabase XrmGetDatabase\^(\^Display *\fIdisplay\fP\^);
|
||||
.HP
|
||||
|
|
|
|||
|
|
@ -55,7 +55,8 @@ XrmInitialize, XrmParseCommand, XrmValue, XrmOptionKind, XrmOptionDescRec \- ini
|
|||
void XrmInitialize\^(void\^);
|
||||
.HP
|
||||
void XrmParseCommand\^(\^XrmDatabase *\fIdatabase\fP\^, XrmOptionDescList
|
||||
\fItable\fP\^, int \fItable_count\fP\^, char *\fIname\fP\^, int
|
||||
\fItable\fP\^, int \fItable_count\fP\^,
|
||||
_Xconst char *\fIname\fP\^, int
|
||||
*\fIargc_in_out\fP\^, char **\fIargv_in_out\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIargc_in_out\fP 1i
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ void XrmMergeDatabases(\^XrmDatabase \fIsource_db\fP, XrmDatabase
|
|||
void XrmCombineDatabase(\^XrmDatabase \fIsource_db\fP, XrmDatabase
|
||||
*\fItarget_db\fP, Bool \fIoverride\fP\^);
|
||||
.HP
|
||||
Status XrmCombineFileDatabase(\^char *\fIfilename\fP, XrmDatabase
|
||||
Status XrmCombineFileDatabase(\^_Xconst char *\fIfilename\fP, XrmDatabase
|
||||
*\fItarget_db\fP\^, Bool \fIoverride\fP);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIsource_db\fP 1i
|
||||
|
|
|
|||
|
|
@ -59,13 +59,13 @@ void XrmQPutResource\^(\^XrmDatabase *\fIdatabase\fP\^, XrmBindingList
|
|||
\fIbindings\fP\^, XrmQuarkList \fIquarks\fP\^, XrmRepresentation \fItype\fP\^,
|
||||
XrmValue *\fIvalue\fP\^);
|
||||
.HP
|
||||
void XrmPutStringResource\^(\^XrmDatabase *\fIdatabase\fP\^, char
|
||||
*\fIspecifier\fP\^, char *\fIvalue\fP\^);
|
||||
void XrmPutStringResource\^(\^XrmDatabase *\fIdatabase\fP\^, _Xconst char
|
||||
*\fIspecifier\fP\^, _Xconst char *\fIvalue\fP\^);
|
||||
.HP
|
||||
void XrmQPutStringResource\^(\^XrmDatabase *\fIdatabase\fP\^, XrmBindingList
|
||||
\fIbindings\fP\^, XrmQuarkList \fIquarks\fP\^, char *\fIvalue\fP\^);
|
||||
\fIbindings\fP\^, XrmQuarkList \fIquarks\fP\^, _Xconst char *\fIvalue\fP\^);
|
||||
.HP
|
||||
void XrmPutLineResource\^(\^XrmDatabase *\fIdatabase\fP\^, char
|
||||
void XrmPutLineResource\^(\^XrmDatabase *\fIdatabase\fP\^, _Xconst char
|
||||
*\fIline\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIbindings\fP 1i
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ XrmQuark XrmUniqueQuark\^(void);
|
|||
.HP
|
||||
int XrmQuark XrmStringToQuark\^(\^char *\fIstring\fP\^);
|
||||
.HP
|
||||
XrmQuark XrmPermStringToQuark\^(\^char *\fIstring\fP\^);
|
||||
XrmQuark XrmPermStringToQuark\^(\^_Xconst char *\fIstring\fP\^);
|
||||
.LP
|
||||
\&#define XrmStringToName(string) XrmStringToQuark(string)
|
||||
.br
|
||||
|
|
@ -72,7 +72,7 @@ XrmQuark XrmPermStringToQuark\^(\^char *\fIstring\fP\^);
|
|||
.HP
|
||||
XrmQuark XrmStringToQuark\^(\^char *\fIstring\fP\^);
|
||||
.HP
|
||||
XrmQuark XrmPermStringToQuark\^(\^char *\fIstring\fP\^);
|
||||
XrmQuark XrmPermStringToQuark\^(\^_Xconst char *\fIstring\fP\^);
|
||||
.LP
|
||||
\&#define XrmNameToString(name) XrmQuarkToString(name)
|
||||
.br
|
||||
|
|
@ -90,7 +90,7 @@ char *XrmQuarkToString\^(\^XrmQuark \fIquark\fP\^);
|
|||
void XrmStringToQuarkList\^(\^char *\fIstring\fP\^, XrmQuarkList
|
||||
\fIquarks_return\fP\^);
|
||||
.HP
|
||||
XrmStringToBindingQuarkList\^(\^char *\fIstring\fP\^, XrmBindingList
|
||||
void XrmStringToBindingQuarkList\^(\^_Xconst char *\fIstring\fP\^, XrmBindingList
|
||||
\fIbindings_return\fP\^, XrmQuarkList \fIquarks_return\fP\^);
|
||||
.SH ARGUMENTS
|
||||
.IP \fIbindings_return\fP 1i
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue