XKB FUNCTIONS XkbAddSymInterpret(3x11)
NAME
XkbAddSymInterpret - Add a symbol interpretation to the list
of symbol interpretations in an XkbCompatRecSYNOPSIS
cc [ flag... ] file... -lX11 [ library... ]
XkbSymInterpretPtr XkbAddSymInterpret (XkbDescPtr xkb,
XkbSymInterpretPtr si, Bool updateMap, XkbChangesPtr changes); ARGUMENTS- xkb
keyboard description to be updated- si symbol interpretation to be added
- updateMap
True=>apply compatibility map to keys- changes
changes are put hereDESCRIPTION
XkbAddSymInterpret adds si to the list of symbol interpreta-
tions in xkb. If updateMap is True, it (re)applies the com-
patibility map to all of the keys on the keyboard. Ifchanges is non-NULL, it reports the parts of the keyboard
that were affected (unless updateMap is True, not muchchanges). XkbAddSymInterpret returns a pointer to the actual
new symbol interpretation in the list or NULL if it failed.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libx11 ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libX11 1.3.5 1