XKB FUNCTIONS XkbGetNameChanges(3x11)
NAME
XkbGetNameChanges - Update the local copy of the keyboard
description with the actual values of the results of one or more calls to XkbNoteNameChangesSYNOPSIS
cc [ flag... ] file... -lX11 [ library... ]
Status XkbGetNameChanges (Display *dpy, XkbDescPtr xkb,
XkbNameChangesPtr changes); ARGUMENTS- dpy
connection to the X server- xkb
keyboard description to which names are copied- changes
names components to be obtained from the serverDESCRIPTION
XkbGetNameChanges examines the changes parameter, retrieves
the necessary information from the server, and places the results into the xkb keyboard description. XkbGetNamesChanges can generate BadAlloc, BadImplementation, and BadMatch errors. DIAGNOSTICS BadAlloc Unable to allocate storage BadImplementation Invalid reply from server BadMatch A compatible version of Xkb was not available in the server or an argument has correct type and range, but is otherwise invalidSEE ALSO
XkbNoteNameChanges(3x11)ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes: X Version 11 Last change: libX11 1.3.5 1XKB FUNCTIONS XkbGetNameChanges(3x11)
____________________________________________________________
| 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 2