mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-02 11:57:59 +02:00
Convert Xkb API man pages to ANSI prototypes
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
parent
fa2eecca85
commit
28a9ca57cd
200 changed files with 864 additions and 2328 deletions
|
|
@ -31,12 +31,9 @@
|
|||
.SH NAME
|
||||
XkbActionCtrls \- Returns the ctrls fields of act converted to an unsigned int
|
||||
.SH SYNOPSIS
|
||||
.B unsigned int XkbActionCtrls macro
|
||||
(
|
||||
.I act
|
||||
)
|
||||
.br
|
||||
XkbCtrlsAction \fIact\fP\^;
|
||||
.HP
|
||||
.B unsigned int XkbActionCtrls
|
||||
.BI "(\^XkbCtrlsAction " "act" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
.SH NAME
|
||||
XkbAddDeviceLedInfo \- Initialize an XkbDeviceLedInfoRec structure
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbDeviceLedInfoPtr XkbAddDeviceLedInfo
|
||||
(
|
||||
.I device_info,
|
||||
.I led_class,
|
||||
.I led_id
|
||||
)
|
||||
.br
|
||||
XkbDeviceInfoPtr \fIdevice_info\fP\^;
|
||||
.br
|
||||
unsigned int \fIled_class\fP\^;
|
||||
.br
|
||||
unsigned int \fIled_id\fP\^;
|
||||
.BI "(\^XkbDeviceInfoPtr " "device_info" "\^,"
|
||||
.BI "unsigned int " "led_class" "\^,"
|
||||
.BI "unsigned int " "led_id" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
XkbAddGeomColor \- Add one color name to an existing keyboard geometry
|
||||
description
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbColorPtr XkbAddGeomColor
|
||||
(
|
||||
.I geom,
|
||||
.I spec,
|
||||
.I pixel
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
char * \fIspec\fP\^;
|
||||
.br
|
||||
unsigned int \fIpixel\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "char *" "spec" "\^,"
|
||||
.BI "unsigned int " "pixel" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
XkbAddGeomDoodad \- Add one doodad to a section of a keyboard geometry or to the
|
||||
top-level geometry
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbDoodadPtr XkbAddGeomDoodad
|
||||
(
|
||||
.I geom ,
|
||||
.I section,
|
||||
.I name
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
XkbSectionPtr \fIsection\fP\^;
|
||||
.br
|
||||
Atom \fIname\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "XkbSectionPtr " "section" "\^,"
|
||||
.BI "Atom " "name" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,12 +30,9 @@
|
|||
.SH NAME
|
||||
XkbAddGeomKey \- Add one key at the end of an existing row of keys
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbKeyPtr XkbAddGeomKey
|
||||
(
|
||||
.I row
|
||||
)
|
||||
.br
|
||||
XkbRowPtr \fIrow\fP\^;
|
||||
.BI "(\^XkbRowPtr " "row" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
XkbAddGeomKeyAlias \- Add one key alias to an existing keyboard geometry
|
||||
description
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbKeyAliasPtr XkbAddGeomKeyAlias
|
||||
(
|
||||
.I geom,
|
||||
.I alias,
|
||||
.I real
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
char * \fIalias\fP\^;
|
||||
.br
|
||||
char * \fIreal\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "char *" "alias" "\^,"
|
||||
.BI "char *" "real" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,15 +30,10 @@
|
|||
.SH NAME
|
||||
XkbAddGeomOutline \- Add one outline to an existing shape
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbOutlinePtr XkbAddGeomOutline
|
||||
(
|
||||
.I shape,
|
||||
.I sz_points
|
||||
)
|
||||
.br
|
||||
XkbShapePtr \fIshape\fP\^;
|
||||
.br
|
||||
int \fIsz_points\fP\^;
|
||||
.BI "(\^XkbShapePtr " "shape" "\^,"
|
||||
.BI "int " "sz_points" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,18 +30,11 @@
|
|||
.SH NAME
|
||||
XkbAddGeomOverlay \- Add one overlay to a section
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbOverlayPtr XkbAddGeomOverlay
|
||||
(
|
||||
.I section,
|
||||
.I name,
|
||||
.I sz_rows
|
||||
)
|
||||
.br
|
||||
XkbSectionPtr \fIsection\fP\^;
|
||||
.br
|
||||
Atom \fIname\fP\^;
|
||||
.br
|
||||
int \fIsz_rows\fP\^;
|
||||
.BI "(\^XkbSectionPtr " "section" "\^,"
|
||||
.BI "Atom " "name" "\^,"
|
||||
.BI "int " "sz_rows" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,18 +30,11 @@
|
|||
.SH NAME
|
||||
XkbAddGeomOverlayKey \- Add a key to an existing overlay row
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbOverlayKeyPtr XkbAddGeomOverlayKey
|
||||
(
|
||||
.I overlay,
|
||||
.I row,
|
||||
.I under
|
||||
)
|
||||
.br
|
||||
XkbOverlayPtr \fIoverlay\fP\^;
|
||||
.br
|
||||
XkbRowPtr \fIrow\fP\^;
|
||||
.br
|
||||
char * \fIunder\fP\^;
|
||||
.BI "(\^XkbOverlayPtr " "overlay" "\^,"
|
||||
.BI "XkbRowPtr " "row" "\^,"
|
||||
.BI "char *" "under" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,18 +30,11 @@
|
|||
.SH NAME
|
||||
XkbAddGeomOverlayRow \- Add a row to an existing overlay
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbOverlayRowPtr XkbAddGeomOverlayRow
|
||||
(
|
||||
.I overlay,
|
||||
.I row_under,
|
||||
.I sz_keys
|
||||
)
|
||||
.br
|
||||
XkbOverlayPtr \fIoverlay\fP\^;
|
||||
.br
|
||||
XkbRowPtr \fIrow_under\fP\^;
|
||||
.br
|
||||
int \fIsz_keys\fP\^;
|
||||
.BI "(\^XkbOverlayPtr " "overlay" "\^,"
|
||||
.BI "XkbRowPtr " "row_under" "\^,"
|
||||
.BI "int " "sz_keys" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
XkbAddGeomProperty \- Add one property to an existing keyboard geometry
|
||||
description
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbPropertyPtr XkbAddGeomProperty
|
||||
(
|
||||
.I geom,
|
||||
.I name,
|
||||
.I value
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
char * \fIname\fP\^;
|
||||
.br
|
||||
char * \fIvalue\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "char *" "name" "\^,"
|
||||
.BI "char *" "value" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,15 +30,10 @@
|
|||
.SH NAME
|
||||
XkbAddGeomRow \- Add a row to a section
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbRowPtr XkbAddGeomRow
|
||||
(
|
||||
.I section,
|
||||
.I sz_keys
|
||||
)
|
||||
.br
|
||||
XkbSectionPtr \fIsection\fP\^;
|
||||
.br
|
||||
int \fIsz_keys\fP\^;
|
||||
.BI "(\^XkbSectionPtr " "section" "\^,"
|
||||
.BI "int " "sz_keys" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,24 +30,13 @@
|
|||
.SH NAME
|
||||
XkbAddGeomSection \- Add one section to an existing keyboard geometry
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbSectionPtr XkbAddGeomSection
|
||||
(
|
||||
.I geom,
|
||||
.I name,
|
||||
.I sz_rows,
|
||||
.I sz_doodads,
|
||||
.I sz_overlays
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
Atom \fIname\fP\^;
|
||||
.br
|
||||
int \fIsz_rows\fP\^;
|
||||
.br
|
||||
int \fIsz_doodads\fP\^;
|
||||
.br
|
||||
int \fIsz_overlays\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "Atom " "name" "\^,"
|
||||
.BI "int " "sz_rows" "\^,"
|
||||
.BI "int " "sz_doodads" "\^,"
|
||||
.BI "int " "sz_overlays" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,18 +30,11 @@
|
|||
.SH NAME
|
||||
XkbAddGeomShape \- Add a shape to a keyboard geometry
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbShapePtr XkbAddGeomShape
|
||||
(
|
||||
.I geom,
|
||||
.I name,
|
||||
.I sz_outlines
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
Atom \fIname\fP\^;
|
||||
.br
|
||||
int \fIsz_outlines\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "Atom " "name" "\^,"
|
||||
.BI "int " "sz_outlines" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,21 +31,12 @@
|
|||
XkbAddSymInterpret \- Add a symbol interpretation to the list of symbol
|
||||
interpretations in an XkbCompatRec
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbSymInterpretPtr XkbAddSymInterpret
|
||||
(
|
||||
.I xkb,
|
||||
.I si,
|
||||
.I updateMap,
|
||||
.I changes
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
XkbSymInterpretPtr \fIsi\fP\^;
|
||||
.br
|
||||
Bool \fIupdateMap\fP\^;
|
||||
.br
|
||||
XkbChangesPtr \fIchanges\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "XkbSymInterpretPtr " "si" "\^,"
|
||||
.BI "Bool " "updateMap" "\^,"
|
||||
.BI "XkbChangesPtr " "changes" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,18 +32,11 @@
|
|||
XkbAllocClientMap \- Allocate and initialize an empty client map description
|
||||
record
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocClientMap
|
||||
(
|
||||
.I xkb,
|
||||
.I which,
|
||||
.I type_count
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
unsigned int \fItype_count\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "unsigned int " "type_count" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
.SH NAME
|
||||
XkbAllocCompatMap \- Allocate a new compatibility map if you do not already have one available
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocCompatMap
|
||||
(
|
||||
.I xkb,
|
||||
.I which,
|
||||
.I num_si
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
unsigned int \fInum_si\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "unsigned int " "num_si" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,15 +31,10 @@
|
|||
.SH NAME
|
||||
XkbAllocControls \- Allocates an XkbControlsRec structure in the XkbDescRec
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocControls
|
||||
(
|
||||
.I xkb,
|
||||
.I which
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "unsigned int " "which" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
.SH NAME
|
||||
XkbAllocDeviceInfo \- Obtain an XkbDeviceInfoRec structure
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbDeviceInfoPtr XkbAllocDeviceInfo
|
||||
(
|
||||
.I device_spec,
|
||||
.I n_buttons,
|
||||
.I sz_leds
|
||||
)
|
||||
.br
|
||||
unsigned int \fIdevice_spec\fP\^;
|
||||
.br
|
||||
unsigned int \fIn_buttons\fP\^;
|
||||
.br
|
||||
unsigned int \fIsz_leds\fP\^;
|
||||
.BI "(\^unsigned int " "device_spec" "\^,"
|
||||
.BI "unsigned int " "n_buttons" "\^,"
|
||||
.BI "unsigned int " "sz_leds" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,15 +31,10 @@
|
|||
.SH NAME
|
||||
XkbAllocDeviceLedInfo \- Obtain an XkbDeviceLedInfoRec structure
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocDeviceLedInfo
|
||||
(
|
||||
.I device_info,
|
||||
.I num_needed
|
||||
)
|
||||
.br
|
||||
XkbDeviceInfoPtr \fIdevice_info\fP\^;
|
||||
.br
|
||||
int \fInum_needed\fP\^;
|
||||
.BI "(\^XkbDeviceInfoPtr " "device_info" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,15 +30,10 @@
|
|||
.SH NAME
|
||||
XkbAllocGeomColors \- Allocate geometry colors
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomColors
|
||||
(
|
||||
.I geom,
|
||||
.I num_needed
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
int \fInum_needed\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,15 +31,10 @@
|
|||
.SH NAME
|
||||
XkbAllocGeomDoodads \- Allocate doodads that are global to a keyboard geometry
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomDoodads
|
||||
(
|
||||
.I geom,
|
||||
.I num_needed
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
int \fInum_needed\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,15 +30,10 @@
|
|||
.SH NAME
|
||||
XkbAllocGeomKeyAliases \- Allocate geometry key aliases
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomKeyAliases
|
||||
(
|
||||
.I geom,
|
||||
.I num_needed
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
int \fInum_needed\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,15 +30,10 @@
|
|||
.SH NAME
|
||||
XkbAllocGeomKeys \- Allocate space for an arbitrary number of keys to a row
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomKeys
|
||||
(
|
||||
.I row,
|
||||
.I num_needed
|
||||
)
|
||||
.br
|
||||
XkbRowPtr \fIrow\fP\^;
|
||||
.br
|
||||
int \fInum_needed\fP\^;
|
||||
.BI "(\^XkbRowPtr " "row" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,15 +31,10 @@
|
|||
XkbAllocGeomOutlines \- Allocate space for an arbitrary number of outlines to a
|
||||
shape
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomOutlines
|
||||
(
|
||||
.I shape,
|
||||
.I num_needed
|
||||
)
|
||||
.br
|
||||
XkbShapePtr \fIshape\fP\^;
|
||||
.br
|
||||
int \fInum_needed\fP\^;
|
||||
.BI "(\^XkbShapePtr " "shape" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,15 +31,10 @@
|
|||
.SH NAME
|
||||
XkbAllocGeomOverlayKeys \- Allocate keys in an overlay row
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomOverlayKeys
|
||||
(
|
||||
.I row,
|
||||
.I num_needed
|
||||
)
|
||||
.br
|
||||
XkbRowPtr \fIrow\fP\^;
|
||||
.br
|
||||
int \fInum_needed\fP\^;
|
||||
.BI "(\^XkbRowPtr " "row" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,15 +30,10 @@
|
|||
.SH NAME
|
||||
XkbAllocGeomOverlayRows \- Allocate rows in a overlay
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomOverlayRows
|
||||
(
|
||||
.I overlay,
|
||||
.I num_needed
|
||||
)
|
||||
.br
|
||||
XkbSectionPtr \fIoverlay\fP\^;
|
||||
.br
|
||||
int \fInum_needed\fP\^;
|
||||
.BI "(\^XkbSectionPtr " "overlay" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,15 +30,10 @@
|
|||
.SH NAME
|
||||
XkbAllocGeomOverlays \- Allocate overlays in a section
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomOverlays
|
||||
(
|
||||
.I section,
|
||||
.I num_needed
|
||||
)
|
||||
.br
|
||||
XkbSectionPtr \fIsection\fP\^;
|
||||
.br
|
||||
int \fInum_needed\fP\^;
|
||||
.BI "(\^XkbSectionPtr " "section" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,15 +30,10 @@
|
|||
.SH NAME
|
||||
XkbAllocGeomPoints \- Allocate points in an outline
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomPoints
|
||||
(
|
||||
.I outline,
|
||||
.I num_needed
|
||||
)
|
||||
.br
|
||||
XkbOutlinePtr \fIoutline\fP\^;
|
||||
.br
|
||||
int \fInum_needed\fP\^;
|
||||
.BI "(\^XkbOutlinePtr " "outline" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,15 +30,10 @@
|
|||
.SH NAME
|
||||
XkbAllocGeomProps \- Allocate geometry properties
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomProps
|
||||
(
|
||||
.I geom,
|
||||
.I num_needed
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
int \fInum_needed\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,15 +30,10 @@
|
|||
.SH NAME
|
||||
XkbAllocGeomRows \- Allocate rows in a section
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomRows
|
||||
(
|
||||
.I section,
|
||||
.I num_needed
|
||||
)
|
||||
.br
|
||||
XkbSectionPtr \fIsection\fP\^;
|
||||
.br
|
||||
int \fInum_needed\fP\^;
|
||||
.BI "(\^XkbSectionPtr " "section" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,15 +31,10 @@
|
|||
.SH NAME
|
||||
XkbAllocGeomSectionDoodads \- Allocate doodads that are specific to a section
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomSectionDoodads
|
||||
(
|
||||
.I section,
|
||||
.I num_needed
|
||||
)
|
||||
.br
|
||||
XkbSectionPtr \fIsection\fP\^;
|
||||
.br
|
||||
int \fInum_needed\fP\^;
|
||||
.BI "(\^XkbSectionPtr " "section" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,15 +30,10 @@
|
|||
.SH NAME
|
||||
XkbAllocGeomSections \- Allocate geometry sections
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomSections
|
||||
(
|
||||
.I geom,
|
||||
.I num_needed
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
int \fInum_needed\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,15 +30,10 @@
|
|||
.SH NAME
|
||||
XkbAllocGeomShapes \- Allocate space for an arbitrary number of geometry shapes
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomShapes
|
||||
(
|
||||
.I geom,
|
||||
.I num_needed
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
int \fInum_needed\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,15 +31,10 @@
|
|||
.SH NAME
|
||||
XkbAllocGeometry \- Allocate an entire geometry
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeometry
|
||||
(
|
||||
.I xkb,
|
||||
.I sizes
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
XkbGeometrySizesPtr \fIsizes\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "XkbGeometrySizesPtr " "sizes" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,12 +32,9 @@ XkbAllocIndicatorMaps \- Allocates, directly, the
|
|||
.I indicators
|
||||
member of the keyboard description record
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocIndicatorMaps
|
||||
(
|
||||
.I xkb
|
||||
)
|
||||
.br
|
||||
variable_type *\fIxkb\fP\^;
|
||||
.BI "(\^variable_type *" "xkb" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,10 +30,9 @@
|
|||
.SH NAME
|
||||
XkbAllocKeyboard \- Creates a keyboard description from scratch
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbDescRec XkbAllocKeyboard
|
||||
(
|
||||
.I void
|
||||
)
|
||||
.BI "(\^void\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH DESCRIPTION
|
||||
|
|
|
|||
|
|
@ -31,21 +31,12 @@
|
|||
.SH NAME
|
||||
XkbAllocNames \- Allocate symbolic names structures
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocNames
|
||||
(
|
||||
.I xkb,
|
||||
.I which,
|
||||
.I num_rg,
|
||||
.I num_key_aliases
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
int \fInum_rg\fP\^;
|
||||
.br
|
||||
int \fInum_key_aliases\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "int " "num_rg" "\^,"
|
||||
.BI "int " "num_key_aliases" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
.SH NAME
|
||||
XkbAllocServerMap \- Allocate and initialize an empty server map description record
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocServerMap
|
||||
(
|
||||
.I xkb,
|
||||
.I which,
|
||||
.I count_acts
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
unsigned int \fIcount_acts\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "unsigned int " "count_acts" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,18 +32,11 @@
|
|||
XkbApplyCompatMapToKey \- Apply the new compatibility mapping to an individual
|
||||
key to get its semantics updated
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbApplyCompatMapToKey
|
||||
(
|
||||
.I xkb,
|
||||
.I key,
|
||||
.I changes
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
KeyCode \fIkey\fP\^;
|
||||
.br
|
||||
XkbChangesPtr \fIchanges\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "KeyCode " "key" "\^,"
|
||||
.BI "XkbChangesPtr " "changes" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,21 +31,12 @@
|
|||
.SH NAME
|
||||
XkbBell \- Rings the bell on the default keyboard
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbBell
|
||||
(
|
||||
.I display,
|
||||
.I window,
|
||||
.I percent,
|
||||
.I name
|
||||
)
|
||||
.br
|
||||
Display *\fIdisplay\fP\^;
|
||||
.br
|
||||
Window \fIwindow\fP\^;
|
||||
.br
|
||||
int \fIpercent\fP\^;
|
||||
.br
|
||||
Atom \fIname\fP\^;
|
||||
.BI "(\^Display *" "display" "\^,"
|
||||
.BI "Window " "window" "\^,"
|
||||
.BI "int " "percent" "\^,"
|
||||
.BI "Atom " "name" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,21 +32,12 @@
|
|||
XkbBellEvent \- Provides a function that initiates a bell event for the keyboard
|
||||
without ringing the bell
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbBellEvent
|
||||
(
|
||||
.I display,
|
||||
.I window,
|
||||
.I percent,
|
||||
.I name
|
||||
)
|
||||
.br
|
||||
Display *\fI display \fP\^;
|
||||
.br
|
||||
Window \fI window \fP\^;
|
||||
.br
|
||||
int \fI percent \fP\^;
|
||||
.br
|
||||
Atom \fI name \fP\^;
|
||||
.BI "(\^Display *" "display" "\^,"
|
||||
.BI "Window " "window" "\^,"
|
||||
.BI "int " "percent" "\^,"
|
||||
.BI "Atom " "name" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -33,18 +33,11 @@ XkbChangeControls \- Provides a flexible method for updating the controls in a
|
|||
server to match those in
|
||||
the changed keyboard description
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbChangeControls
|
||||
(
|
||||
.I dpy,
|
||||
.I xkb,
|
||||
.I changes
|
||||
)
|
||||
.br
|
||||
Display *\fIdpy\fP\^;
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
XkbControlsChangesPtr \fIchanges\fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "XkbDescPtr " "xkb" "\^,"
|
||||
.BI "XkbControlsChangesPtr " "changes" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,18 +32,11 @@
|
|||
XkbChangeDeviceInfo \- Update the server's description of a device with the changes noted in an
|
||||
XkbDeviceChangesRec
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbChangeDeviceInfo
|
||||
(
|
||||
.I dpy,
|
||||
.I device_info,
|
||||
.I changes
|
||||
)
|
||||
.br
|
||||
Display * \fIdpy\fP\^;
|
||||
.br
|
||||
XkbDeviceInfoPtr \fIdevice_info\fP\^;
|
||||
.br
|
||||
XkbDeviceChangesPtr \fIchanges\fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "XkbDeviceInfoPtr " "device_info" "\^,"
|
||||
.BI "XkbDeviceChangesPtr " "changes" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,21 +31,12 @@
|
|||
.SH NAME
|
||||
XkbChangeEnabledControls \- Manipulates the EnabledControls control
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbChangeEnabledControls
|
||||
(
|
||||
.I dpy,
|
||||
.I device_spec,
|
||||
.I mask,
|
||||
.I values
|
||||
)
|
||||
.br
|
||||
Display *\fI dpy \fP\^;
|
||||
.br
|
||||
unsigned int \fI device_spec \fP\^;
|
||||
.br
|
||||
unsigned int \fI mask \fP\^;
|
||||
.br
|
||||
unsigned int \fI values \fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "unsigned int " "device_spec" "\^,"
|
||||
.BI "unsigned int " "mask" "\^,"
|
||||
.BI "unsigned int " "values" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,21 +31,12 @@
|
|||
XkbChangeIndicators \- Changes indicator maps or state without passing the
|
||||
entire keyboard description
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbChangeIndicators
|
||||
(
|
||||
.I dpy,
|
||||
.I xkb,
|
||||
.I changes,
|
||||
.I state
|
||||
)
|
||||
.br
|
||||
Display *\fI dpy \fP\^;
|
||||
.br
|
||||
XkbDescPtr \fI xkb \fP\^;
|
||||
.br
|
||||
XkbIndicatorChangesPtr \fI changes \fP\^;
|
||||
.br
|
||||
unsigned int \fI state \fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "XkbDescPtr " "xkb" "\^,"
|
||||
.BI "XkbIndicatorChangesPtr " "changes" "\^,"
|
||||
.BI "unsigned int " "state" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -33,18 +33,11 @@ XkbChangeMap \- Update only partial components of a keyboard description, modify
|
|||
the appropriate fields in the server and map components of a local copy of the
|
||||
keyboard description
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbChangeMap
|
||||
(
|
||||
.I dpy,
|
||||
.I xkb,
|
||||
.I changes
|
||||
)
|
||||
.br
|
||||
Display * \fIdpy\fP\^;
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
XkbMapChangesPtr \fIchanges\fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "XkbDescPtr " "xkb" "\^,"
|
||||
.BI "XkbMapChangesPtr " "changes" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
.SH NAME
|
||||
XkbChangeNames \- _summary-line_
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbChangeNames
|
||||
(
|
||||
.I dpy,
|
||||
.I which,
|
||||
.I Xkb
|
||||
)
|
||||
.br
|
||||
Display * \fIdpy\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
XkbDescPtr \fIXkb\fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "XkbDescPtr " "Xkb" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,27 +31,14 @@
|
|||
.SH NAME
|
||||
XkbChangeTypesOfKey \- Change the number of groups and the types bound to a key
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbChangeTypesOfKey
|
||||
(
|
||||
.I xkb,
|
||||
.I key,
|
||||
.I n_groups,
|
||||
.I groups,
|
||||
.I new_types_in,
|
||||
.I p_changes
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
int \fIkey\fP\^;
|
||||
.br
|
||||
int \fIn_groups\fP\^;
|
||||
.br
|
||||
unsigned int \fIgroups\fP\^;
|
||||
.br
|
||||
int * \fInew_types_in\fP\^;
|
||||
.br
|
||||
XkbMapChangesPtr \fIp_changes\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "int " "key" "\^,"
|
||||
.BI "int " "n_groups" "\^,"
|
||||
.BI "unsigned int " "groups" "\^,"
|
||||
.BI "int *" "new_types_in" "\^,"
|
||||
.BI "XkbMapChangesPtr " "p_changes" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,18 +30,11 @@
|
|||
.SH NAME
|
||||
XkbComputeRowBounds \- Update the bounding box of a row
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbComputeRowBounds
|
||||
(
|
||||
.I geom,
|
||||
.I section,
|
||||
.I row
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
XkbSectionPtr \fIsection\fP\^;
|
||||
.br
|
||||
XkbRowPtr \fIrow\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "XkbSectionPtr " "section" "\^,"
|
||||
.BI "XkbRowPtr " "row" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,15 +30,10 @@
|
|||
.SH NAME
|
||||
XkbComputeSectionBounds \- Update the bounding box of a section
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbComputeSectionBounds
|
||||
(
|
||||
.I geom,
|
||||
.I section
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
XkbSectionPtr \fIsection\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "XkbSectionPtr " "section" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,12 +30,9 @@
|
|||
.SH NAME
|
||||
XkbComputeShapeBounds \- Updates the bounding box of a shape
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbComputeShapeBounds
|
||||
(
|
||||
.I shape
|
||||
)
|
||||
.br
|
||||
XkbShapePtr \fIshape\fP\^;
|
||||
.BI "(\^XkbShapePtr " "shape" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,15 +30,10 @@
|
|||
.SH NAME
|
||||
XkbComputeShapeTop \- Determines the bounding box of the top surface of a shape
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbComputeShapeTop
|
||||
(
|
||||
.I shape,
|
||||
.I bounds_rtrn
|
||||
)
|
||||
.br
|
||||
XkbShapePtr \fIshape\fP\^;
|
||||
.br
|
||||
XkbBoundsPtr \fIbounds_rtrn\fP\^;
|
||||
.BI "(\^XkbShapePtr " "shape" "\^,"
|
||||
.BI "XkbBoundsPtr " "bounds_rtrn" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,15 +30,10 @@
|
|||
.SH NAME
|
||||
XkbCopyKeyType \- Copy one XkbKeyTypeRec structures
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbCopyKeyType
|
||||
(
|
||||
.I from,
|
||||
.I into
|
||||
)
|
||||
.br
|
||||
XkbKeyTypePtr \fIfrom\fP\^;
|
||||
.br
|
||||
XkbKeyTypePtr \fIinto\fP\^;
|
||||
.BI "(\^XkbKeyTypePtr " "from" "\^,"
|
||||
.BI "XkbKeyTypePtr " "into" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,18 +30,11 @@
|
|||
.SH NAME
|
||||
XkbCopyKeyTypes \- Copy more than one XkbKeyTypeRec structure
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbCopyKeyTypes
|
||||
(
|
||||
.I from,
|
||||
.I into,
|
||||
.I num_types
|
||||
)
|
||||
.br
|
||||
XkbKeyTypePtr \fIfrom\fP\^;
|
||||
.br
|
||||
XkbKeyTypePtr \fIinto\fP\^;
|
||||
.br
|
||||
int \fInum_types\fP\^;
|
||||
.BI "(\^XkbKeyTypePtr " "from" "\^,"
|
||||
.BI "XkbKeyTypePtr " "into" "\^,"
|
||||
.BI "int " "num_types" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,30 +31,15 @@
|
|||
.SH NAME
|
||||
XkbDeviceBell \- Rings the bell on an X input extension device or the default keyboard
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbDeviceBell
|
||||
(
|
||||
.I display,
|
||||
.I window,
|
||||
.I device_spec,
|
||||
.I bell_class,
|
||||
.I bell_id,
|
||||
.I percent,
|
||||
.I name
|
||||
)
|
||||
.br
|
||||
Display *\fI display \fP\^;
|
||||
.br
|
||||
Window \fI window \fP\^;
|
||||
.br
|
||||
unsigned int \fI device_spec \fP\^;
|
||||
.br
|
||||
unsigned int \fI bell_class \fP\^;
|
||||
.br
|
||||
unsigned int \fI bell_id \fP\^;
|
||||
.br
|
||||
int \fI percent \fP\^;
|
||||
.br
|
||||
Atom \fI name \fP\^;
|
||||
.BI "(\^Display *" "display" "\^,"
|
||||
.BI "Window " "window" "\^,"
|
||||
.BI "unsigned int " "device_spec" "\^,"
|
||||
.BI "unsigned int " "bell_class" "\^,"
|
||||
.BI "unsigned int " "bell_id" "\^,"
|
||||
.BI "int " "percent" "\^,"
|
||||
.BI "Atom " "name" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,30 +32,15 @@
|
|||
XkbDeviceBellEvent \- Creates a bell event for an X input extension device or
|
||||
for the keyboard, without ringing the corresponding bell
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbDeviceBellEvent
|
||||
(
|
||||
.I display,
|
||||
.I window,
|
||||
.I device_spec,
|
||||
.I bell_class,
|
||||
.I bell_id,
|
||||
.I percent,
|
||||
.I name
|
||||
)
|
||||
.br
|
||||
Display *\fI display \fP\^;
|
||||
.br
|
||||
Window \fI window \fP\^;
|
||||
.br
|
||||
unsigned int \fI device_spec \fP\^;
|
||||
.br
|
||||
unsigned int \fI bell_class \fP\^;
|
||||
.br
|
||||
unsigned int \fI bell_id \fP\^;
|
||||
.br
|
||||
int \fI percent \fP\^;
|
||||
.br
|
||||
Atom \fI name \fP\^;
|
||||
.BI "(\^Display *" "display" "\^,"
|
||||
.BI "Window " "window" "\^,"
|
||||
.BI "unsigned int " "device_spec" "\^,"
|
||||
.BI "unsigned int " "bell_class" "\^,"
|
||||
.BI "unsigned int " "bell_id" "\^,"
|
||||
.BI "int " "percent" "\^,"
|
||||
.BI "Atom " "name" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
XkbFindOverlayForKey \- Find the alternate name by using the primary name for a
|
||||
key that is part of an overlay
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B char * XkbFindOverlayForKey
|
||||
(
|
||||
.I geom,
|
||||
.I section,
|
||||
.I under
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
XkbSectionPtr \fIsection\fP\^;
|
||||
.br
|
||||
char * \fIunder\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "XkbSectionPtr " "section" "\^,"
|
||||
.BI "char *" "under" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,15 +32,10 @@
|
|||
XkbForceBell \- Overrides user preference settings for audible bells to ring the
|
||||
bell on the default keyboard
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbForceBell
|
||||
(
|
||||
.I display,
|
||||
.I percent
|
||||
)
|
||||
.br
|
||||
Display *\fI display \fP\^;
|
||||
.br
|
||||
int \fI percent \fP\^;
|
||||
.BI "(\^Display *" "display" "\^,"
|
||||
.BI "int " "percent" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,27 +32,14 @@
|
|||
XkbForceDeviceBell \- Rings the bell on any keyboard, overriding user preference
|
||||
settings for audible bells
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbForceDeviceBell
|
||||
(
|
||||
.I display,
|
||||
.I window,
|
||||
.I device_spec,
|
||||
.I bell_class,
|
||||
.I bell_id,
|
||||
.I percent
|
||||
)
|
||||
.br
|
||||
Display *\fI display \fP\^;
|
||||
.br
|
||||
Window \fI window \fP\^;
|
||||
.br
|
||||
unsigned int \fI device_spec \fP\^;
|
||||
.br
|
||||
unsigned int \fI bell_class \fP\^;
|
||||
.br
|
||||
unsigned int \fI bell_id \fP\^;
|
||||
.br
|
||||
int \fI percent \fP\^;
|
||||
.BI "(\^Display *" "display" "\^,"
|
||||
.BI "Window " "window" "\^,"
|
||||
.BI "unsigned int " "device_spec" "\^,"
|
||||
.BI "unsigned int " "bell_class" "\^,"
|
||||
.BI "unsigned int " "bell_id" "\^,"
|
||||
.BI "int " "percent" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,18 +32,11 @@
|
|||
XkbFreeClientMap \- Free memory used by the client map member of an XkbDescRec
|
||||
structure
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeClientMap
|
||||
(
|
||||
.I xkb,
|
||||
.I which,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
.SH NAME
|
||||
XkbFreeCompatMap \- Free an entire compatibility map or selected portions of one
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeCompatMap
|
||||
(
|
||||
.I xkb,
|
||||
.I which,
|
||||
.I free_map
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
Bool \fIfree_map\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "Bool " "free_map" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,12 +32,9 @@
|
|||
XkbFreeComponentList \- Free the structure returned by
|
||||
.I XkbListComponents
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeComponentList
|
||||
(
|
||||
.I list
|
||||
)
|
||||
.br
|
||||
XkbComponentListPtr \fIlist\fP\^;
|
||||
.BI "(\^XkbComponentListPtr " "list" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
.SH NAME
|
||||
XkbFreeControls \- Frees memory used by the ctrls member of an XkbDescRec structure
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeControls
|
||||
(
|
||||
.I xkb,
|
||||
.I which,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
.SH NAME
|
||||
XkbFreeDeviceInfo \- Free an XkbDeviceInfoRec structure
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeDeviceInfo
|
||||
(
|
||||
.I device_info,
|
||||
.I which,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbDeviceInfoPtr \fIdevice_info\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbDeviceInfoPtr " "device_info" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,21 +30,12 @@
|
|||
.SH NAME
|
||||
XkbFreeGeomColors \- Free geometry colors
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeGeomColors
|
||||
(
|
||||
.I geom,
|
||||
.I first,
|
||||
.I count,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
int \fIfirst\fP\^;
|
||||
.br
|
||||
int \fIcount\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "int " "first" "\^,"
|
||||
.BI "int " "count" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,18 +30,11 @@
|
|||
.SH NAME
|
||||
XkbFreeGeomDoodads \- Free geometry doodads
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeGeomDoodads
|
||||
(
|
||||
.I doodads,
|
||||
.I count,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbDoodadPtr \fIdoodads\fP\^;
|
||||
.br
|
||||
int \fIcount\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbDoodadPtr " "doodads" "\^,"
|
||||
.BI "int " "count" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,21 +30,12 @@
|
|||
.SH NAME
|
||||
XkbFreeGeomKeyAliases \- Free geometry key aliases
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeGeomKeyAliases
|
||||
(
|
||||
.I geom,
|
||||
.I first,
|
||||
.I count,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
int \fIfirst\fP\^;
|
||||
.br
|
||||
int \fIcount\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "int " "first" "\^,"
|
||||
.BI "int " "count" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,21 +30,12 @@
|
|||
.SH NAME
|
||||
XkbFreeGeomKeys \- Free geometry keys
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeGeomKeys
|
||||
(
|
||||
.I row,
|
||||
.I first,
|
||||
.I count,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbRowPtr \fIrow\fP\^;
|
||||
.br
|
||||
int \fIfirst\fP\^;
|
||||
.br
|
||||
int \fIcount\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbRowPtr " "row" "\^,"
|
||||
.BI "int " "first" "\^,"
|
||||
.BI "int " "count" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,21 +30,12 @@
|
|||
.SH NAME
|
||||
XkbFreeGeomOutlines \- Free geometry outlines
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeGeomOutlines
|
||||
(
|
||||
.I shape,
|
||||
.I first,
|
||||
.I count,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbShapePtr \fIshape\fP\^;
|
||||
.br
|
||||
int \fIfirst\fP\^;
|
||||
.br
|
||||
int \fIcount\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbShapePtr " "shape" "\^,"
|
||||
.BI "int " "first" "\^,"
|
||||
.BI "int " "count" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,21 +30,12 @@
|
|||
.SH NAME
|
||||
XkbFreeGeomOverlayKeys \- Free keys in an overlay row
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeGeomOverlayKeys
|
||||
(
|
||||
.I row,
|
||||
.I first,
|
||||
.I count,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbRowPtr \fIrow\fP\^;
|
||||
.br
|
||||
int \fIfirst\fP\^;
|
||||
.br
|
||||
int \fIcount\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbRowPtr " "row" "\^,"
|
||||
.BI "int " "first" "\^,"
|
||||
.BI "int " "count" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,21 +30,12 @@
|
|||
.SH NAME
|
||||
XkbFreeGeomOverlayRows \- Free rows in an overlay
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeGeomOverlayRows
|
||||
(
|
||||
.I overlay,
|
||||
.I first,
|
||||
.I count,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbSectionPtr \fIoverlay\fP\^;
|
||||
.br
|
||||
int \fIfirst\fP\^;
|
||||
.br
|
||||
int \fIcount\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbSectionPtr " "overlay" "\^,"
|
||||
.BI "int " "first" "\^,"
|
||||
.BI "int " "count" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,21 +30,12 @@
|
|||
.SH NAME
|
||||
XkbFreeGeomOverlays \- Free rows in a section
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeGeomOverlays
|
||||
(
|
||||
.I section,
|
||||
.I first,
|
||||
.I count,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbSectionPtr \fIsection\fP\^;
|
||||
.br
|
||||
int \fIfirst\fP\^;
|
||||
.br
|
||||
int \fIcount\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbSectionPtr " "section" "\^,"
|
||||
.BI "int " "first" "\^,"
|
||||
.BI "int " "count" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,21 +30,12 @@
|
|||
.SH NAME
|
||||
XkbFreeGeomPoints \- Free points in a outline
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeGeomPoints
|
||||
(
|
||||
.I outline,
|
||||
.I first,
|
||||
.I count,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbOutlinePtr \fIoutline\fP\^;
|
||||
.br
|
||||
int \fIfirst\fP\^;
|
||||
.br
|
||||
int \fIcount\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbOutlinePtr " "outline" "\^,"
|
||||
.BI "int " "first" "\^,"
|
||||
.BI "int " "count" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,21 +30,12 @@
|
|||
.SH NAME
|
||||
XkbFreeGeomProperties \- Free geometry properties
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeGeomProperties
|
||||
(
|
||||
.I geom,
|
||||
.I first,
|
||||
.I count,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
int \fIfirst\fP\^;
|
||||
.br
|
||||
int \fIcount\fP\^;
|
||||
.br
|
||||
Bool * \fIfree_all\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "int " "first" "\^,"
|
||||
.BI "int " "count" "\^,"
|
||||
.BI "Bool *" "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,21 +30,12 @@
|
|||
.SH NAME
|
||||
XkbFreeGeomRows \- Free rows in a section
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeGeomRows
|
||||
(
|
||||
.I section,
|
||||
.I first,
|
||||
.I count,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbSectionPtr \fIsection\fP\^;
|
||||
.br
|
||||
int \fIfirst\fP\^;
|
||||
.br
|
||||
int \fIcount\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbSectionPtr " "section" "\^,"
|
||||
.BI "int " "first" "\^,"
|
||||
.BI "int " "count" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,21 +30,12 @@
|
|||
.SH NAME
|
||||
XkbFreeGeomSections \- Free geometry sections
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeGeomSections
|
||||
(
|
||||
.I geom,
|
||||
.I first,
|
||||
.I count,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
int \fIfirst\fP\^;
|
||||
.br
|
||||
int \fIcount\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "int " "first" "\^,"
|
||||
.BI "int " "count" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,21 +30,12 @@
|
|||
.SH NAME
|
||||
XkbFreeGeomShapes \- Free geometry shapes
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeGeomShapes
|
||||
(
|
||||
.I geom,
|
||||
.I first,
|
||||
.I count,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
int \fIfirst\fP\^;
|
||||
.br
|
||||
int \fIcount\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "int " "first" "\^,"
|
||||
.BI "int " "count" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,18 +30,11 @@
|
|||
.SH NAME
|
||||
XkbFreeGeometry \- Free an entire geometry
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeGeometry
|
||||
(
|
||||
.I geom,
|
||||
.I which,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbGeometryPtr \fIgeom\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbGeometryPtr " "geom" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,12 +32,9 @@ XkbFreeIndicatorMaps \- Frees memory used by the
|
|||
.I indicators
|
||||
member of an XkbDescRec structure
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeIndicatorMaps
|
||||
(
|
||||
.I xkb
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
XkbFreeKeyboard \- Destroys either an entire XkbDescRec or just some of its
|
||||
members
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeKeyboard
|
||||
(
|
||||
.I xkb,
|
||||
.I which,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
.SH NAME
|
||||
XkbFreeNames \- Free symbolic names structures
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeNames
|
||||
(
|
||||
.I xkb,
|
||||
.I which,
|
||||
.I free_map
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
Bool \fIfree_map\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "Bool " "free_map" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,18 +32,11 @@
|
|||
XkbFreeServerMap \- Free memory used by the server member of an XkbDescRec
|
||||
structure
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbFreeServerMap
|
||||
(
|
||||
.I xkb,
|
||||
.I which,
|
||||
.I free_all
|
||||
)
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
Bool \fIfree_all\fP\^;
|
||||
.BI "(\^XkbDescPtr " "xkb" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "Bool " "free_all" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,30 +31,15 @@
|
|||
XkbGetAccessXTimeout \- Queries the current AccessXTimeout options for a
|
||||
keyboard device
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbGetAccessXTimeout
|
||||
(
|
||||
.I display,
|
||||
.I device_spec,
|
||||
.I timeout_rtrn,
|
||||
.I ctrls_mask_rtrn,
|
||||
.I ctrls_values_rtrn,
|
||||
.I options_mask_rtrn,
|
||||
.I options_values_rtrn
|
||||
)
|
||||
.br
|
||||
Display *\fI display \fP\^;
|
||||
.br
|
||||
unsigned int \fI device_spec \fP\^;
|
||||
.br
|
||||
unsigned short *\fI timeout_rtrn \fP\^;
|
||||
.br
|
||||
unsigned int *\fI ctrls_mask_rtrn \fP\^;
|
||||
.br
|
||||
unsigned int *\fI ctrls_values_rtrn \fP\^;
|
||||
.br
|
||||
unsigned short *\fI options_mask_rtrn \fP\^;
|
||||
.br
|
||||
unsigned short *\fI options_values_rtrn \fP\^;
|
||||
.BI "(\^Display *" "display" "\^,"
|
||||
.BI "unsigned int " "device_spec" "\^,"
|
||||
.BI "unsigned short *" "timeout_rtrn" "\^,"
|
||||
.BI "unsigned int *" "ctrls_mask_rtrn" "\^,"
|
||||
.BI "unsigned int *" "ctrls_values_rtrn" "\^,"
|
||||
.BI "unsigned short *" "options_mask_rtrn" "\^,"
|
||||
.BI "unsigned short *" "options_values_rtrn" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,21 +31,12 @@
|
|||
XkbGetAutoRepeatRate \- Gets the current attributes of the RepeatKeys control
|
||||
for a keyboard device
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbGetAutoRepeatRate
|
||||
(
|
||||
.I display,
|
||||
.I device_spec,
|
||||
.I timeout_rtrn,
|
||||
.I interval_rtrn
|
||||
)
|
||||
.br
|
||||
Display *\fI display \fP\^;
|
||||
.br
|
||||
unsigned int \fI device_spec \fP\^;
|
||||
.br
|
||||
unsigned int *\fI timeout_rtrn \fP\^;
|
||||
.br
|
||||
unsigned int *\fI interval_rtrn \fP\^;
|
||||
.BI "(\^Display *" "display" "\^,"
|
||||
.BI "unsigned int " "device_spec" "\^,"
|
||||
.BI "unsigned int *" "timeout_rtrn" "\^,"
|
||||
.BI "unsigned int *" "interval_rtrn" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,18 +30,11 @@
|
|||
.SH NAME
|
||||
XkbGetAutoResetControls \- Gets the current values of the auto-reset controls
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbGetAutoResetControls
|
||||
(
|
||||
.I dpy,
|
||||
.I auto_ctrls,
|
||||
.I auto_values
|
||||
)
|
||||
.br
|
||||
Display *\fI dpy \fP\^;
|
||||
.br
|
||||
unsigned int *\fI auto_ctrls \fP\^;
|
||||
.br
|
||||
unsigned int *\fI auto_values \fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "unsigned int *" "auto_ctrls" "\^,"
|
||||
.BI "unsigned int *" "auto_values" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,18 +32,11 @@
|
|||
XkbGetBounceKeysDelay \- Queries the current BounceKeys delay for a keyboard
|
||||
device.
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbGetBounceKeysDelay
|
||||
(
|
||||
.I display,
|
||||
.I device_spec,
|
||||
.I delay_rtrn
|
||||
)
|
||||
.br
|
||||
Display *\fIdisplay\fP\^;
|
||||
.br
|
||||
unsigned int \fIdevice_spec\fP\^;
|
||||
.br
|
||||
unsigned int *\fIdelay_rtrn\fP\^;
|
||||
.BI "(\^Display *" "display" "\^,"
|
||||
.BI "unsigned int " "device_spec" "\^,"
|
||||
.BI "unsigned int *" "delay_rtrn" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,18 +32,11 @@
|
|||
XkbGetCompatMap \- Fetch any combination of the current compatibility map
|
||||
components from the server
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbGetCompatMap
|
||||
(
|
||||
.I display,
|
||||
.I which,
|
||||
.I xkb
|
||||
)
|
||||
.br
|
||||
Display * \fIdisplay\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
XkbDescRec * \fIxkb\fP\^;
|
||||
.BI "(\^Display *" "display" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "XkbDescRec *" "xkb" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
.SH NAME
|
||||
XkbGetControls \- Finds the current state of Xkb server controls
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbGetControls
|
||||
(
|
||||
.I display,
|
||||
.I which,
|
||||
.I xkb
|
||||
)
|
||||
.br
|
||||
Display *\fIdisplay\fP\^;
|
||||
.br
|
||||
unsigned long \fIwhich\fP\^;
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.BI "(\^Display *" "display" "\^,"
|
||||
.BI "unsigned long " "which" "\^,"
|
||||
.BI "XkbDescPtr " "xkb" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,18 +32,11 @@
|
|||
XkbGetControlsChanges \- Updates a local copy of a keyboard description with the
|
||||
changes previously noted by one or more calls to XkbNoteControlsChanges
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
XkbGetControlsChanges
|
||||
(
|
||||
.I dpy,
|
||||
.I xkb,
|
||||
.I changes
|
||||
)
|
||||
.br
|
||||
Display * \fIdpy\fP\^;
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
XkbNameChangesPtr \fIchanges\fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "XkbDescPtr " "xkb" "\^,"
|
||||
.BI "XkbNameChangesPtr " "changes" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,15 +31,10 @@
|
|||
XkbGetDetectableAutorepeat \- Determines whether or not the server supports
|
||||
DetectableAutorepeat
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Bool XkbGetDetectableAutorepeat
|
||||
(
|
||||
.I display,
|
||||
.I supported_rtrn
|
||||
)
|
||||
.br
|
||||
Display * \fIdisplay\fP\^;
|
||||
.br
|
||||
Bool * \fIsupported_rtrn\fP\^;
|
||||
.BI "(\^Display *" "display" "\^,"
|
||||
.BI "Bool *" "supported_rtrn" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,24 +32,13 @@
|
|||
XkbGetDeviceButtonActions \- Query the button actions associated with an X Input
|
||||
Extension device
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbGetDeviceButtonActions
|
||||
(
|
||||
.I dpy,
|
||||
.I device_info,
|
||||
.I all_buttons,
|
||||
.I first_button,
|
||||
.I num_buttons
|
||||
)
|
||||
.br
|
||||
Display * \fIdpy\fP\^;
|
||||
.br
|
||||
XkbDeviceInfoPtr \fIdevice_info\fP\^;
|
||||
.br
|
||||
Bool \fIall_buttons\fP\^;
|
||||
.br
|
||||
unsigned int \fIfirst_button\fP\^;
|
||||
.br
|
||||
unsigned int \fInum_buttons\fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "XkbDeviceInfoPtr " "device_info" "\^,"
|
||||
.BI "Bool " "all_buttons" "\^,"
|
||||
.BI "unsigned int " "first_button" "\^,"
|
||||
.BI "unsigned int " "num_buttons" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -33,24 +33,13 @@ XkbGetDeviceInfo \- Determine whether the X server allows Xkb access to particul
|
|||
the core X keyboard, or to determine the status of indicator maps, indicator names or button actions on a non-KeyClass
|
||||
extension device
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B XkbDeviceInfoPtr XkbGetDeviceInfo
|
||||
(
|
||||
.I dpy,
|
||||
.I which,
|
||||
.I device_spec,
|
||||
.I ind_class,
|
||||
.I ind_id
|
||||
)
|
||||
.br
|
||||
Display * \fIdpy\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
unsigned int \fIdevice_spec\fP\^;
|
||||
.br
|
||||
unsigned int \fIind_class\fP\^;
|
||||
.br
|
||||
unsigned int \fIind_id\fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "unsigned int " "device_spec" "\^,"
|
||||
.BI "unsigned int " "ind_class" "\^,"
|
||||
.BI "unsigned int " "ind_id" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -33,18 +33,11 @@ XkbGetDeviceInfoChanges \- Query the changes that have occurred in the button
|
|||
actions or indicator names and indicator maps associated with an input extension
|
||||
device
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbGetDeviceInfoChanges
|
||||
(
|
||||
.I dpy,
|
||||
.I device_info,
|
||||
.I changes
|
||||
)
|
||||
.br
|
||||
Display * \fIdpy\fP\^;
|
||||
.br
|
||||
XkbDeviceInfoPtr \fIdevice_info\fP\^;
|
||||
.br
|
||||
XkbDeviceChangesPtr \fIchanges\fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "XkbDeviceInfoPtr " "device_info" "\^,"
|
||||
.BI "XkbDeviceChangesPtr " "changes" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -32,24 +32,13 @@
|
|||
XkbGetDeviceLedInfo \- Query the indicator names, maps, and state associated
|
||||
with an LED feedback of an input extension device
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbGetDeviceLedInfo
|
||||
(
|
||||
.I dpy,
|
||||
.I device_info,
|
||||
.I led_class,
|
||||
.I led_id,
|
||||
.I which
|
||||
)
|
||||
.br
|
||||
Display * \fIdpy\fP\^;
|
||||
.br
|
||||
XkbDeviceInfoPtr \fIdevice_info\fP\^;
|
||||
.br
|
||||
unsigned int \fIled_class\fP\^;
|
||||
.br
|
||||
unsigned int \fIled_id\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "XkbDeviceInfoPtr " "device_info" "\^,"
|
||||
.BI "unsigned int " "led_class" "\^,"
|
||||
.BI "unsigned int " "led_id" "\^,"
|
||||
.BI "unsigned int " "which" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,15 +31,10 @@
|
|||
XkbGetGeometry \- Loads a keyboard geometry if you already have the keyboard
|
||||
description
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbGetGeometry
|
||||
(
|
||||
.I dpy,
|
||||
.I xkb
|
||||
)
|
||||
.br
|
||||
Display * \fIdpy\fP\^;
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "XkbDescPtr " "xkb" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,21 +31,12 @@
|
|||
XkbGetIndicatorChanges \- Updates a local copy of the keyboard description with
|
||||
the actual values of one or more calls to XkbNoteIndicatorChanges
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbGetIndicatorChanges
|
||||
(
|
||||
.I dpy,
|
||||
.I xkb,
|
||||
.I changes,
|
||||
.I state
|
||||
)
|
||||
.br
|
||||
Display *\fIdpy\fP\^;
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.br
|
||||
XkbIndicatorChangesPtr \fIchanges\fP\^;
|
||||
.br
|
||||
unsigned int \fIstate\fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "XkbDescPtr " "xkb" "\^,"
|
||||
.BI "XkbIndicatorChangesPtr " "changes" "\^,"
|
||||
.BI "unsigned int " "state" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,18 +31,11 @@
|
|||
XkbGetIndicatorMap \- Gets the map for one or more indicators, using a mask to
|
||||
specify the indicators
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbGetIndicatorMap
|
||||
(
|
||||
.I dpy,
|
||||
.I which,
|
||||
.I desc
|
||||
)
|
||||
.br
|
||||
Display *\fIdpy\fP\^;
|
||||
.br
|
||||
unsigned int \fIwhich\fP\^;
|
||||
.br
|
||||
XkbDescPtr \fIdesc\fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "unsigned int " "which" "\^,"
|
||||
.BI "XkbDescPtr " "desc" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -30,18 +30,11 @@
|
|||
.SH NAME
|
||||
XkbGetIndicatorState \- Obtains the current state of the keyboard indicators
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbGetIndicatorState
|
||||
(
|
||||
.I display,
|
||||
.I device_spec,
|
||||
.I state_return
|
||||
)
|
||||
.br
|
||||
Display *\fIdisplay\fP\^;
|
||||
.br
|
||||
unsigned int \fIdevice_spec\fP\^;
|
||||
.br
|
||||
unsigned int \fIstate_return\fP\^;
|
||||
.BI "(\^Display *" "display" "\^,"
|
||||
.BI "unsigned int " "device_spec" "\^,"
|
||||
.BI "unsigned int " "state_return" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -31,21 +31,12 @@
|
|||
XkbGetKeyActions \- Update the actions (the key_acts array) for a subset of the
|
||||
keys in a keyboard description
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbGetKeyActions
|
||||
(
|
||||
.I dpy,
|
||||
.I first,
|
||||
.I num,
|
||||
.I xkb
|
||||
)
|
||||
.br
|
||||
Display * \fIdpy\fP\^;
|
||||
.br
|
||||
unsigned int \fIfirst\fP\^;
|
||||
.br
|
||||
unsigned int \fInum\fP\^;
|
||||
.br
|
||||
XkbDescPtr \fIxkb\fP\^;
|
||||
.BI "(\^Display *" "dpy" "\^,"
|
||||
.BI "unsigned int " "first" "\^,"
|
||||
.BI "unsigned int " "num" "\^,"
|
||||
.BI "XkbDescPtr " "xkb" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
.SH ARGUMENTS
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue