1XkbGetNameChanges(3) XKB FUNCTIONS XkbGetNameChanges(3)
2
3
4
6 XkbGetNameChanges - Update the local copy of the keyboard description
7 with the actual values of the results of one or more calls to XkbNote‐
8 NameChanges
9
11 Status XkbGetNameChanges (Display *dpy, XkbDescPtr xkb, XkbNameChange‐
12 sPtr changes);
13
15 - dpy connection to the X server
16
17 - xkb keyboard description to which names are copied
18
19 - changes
20 names components to be obtained from the server
21
23 XkbGetNameChanges examines the changes parameter, retrieves the neces‐
24 sary information from the server, and places the results into the xkb
25 keyboard description.
26
27 XkbGetNamesChanges can generate BadAlloc, BadImplementation, and Bad‐
28 Match errors.
29
31 BadAlloc Unable to allocate storage
32
33 BadImplementation
34 Invalid reply from server
35
36 BadMatch A compatible version of Xkb was not available in the
37 server or an argument has correct type and range, but is
38 otherwise invalid
39
41 XkbNoteNameChanges(3)
42
43
44
45X Version 11 libX11 1.8.1 XkbGetNameChanges(3)