1XkbGetGeometry(3) XKB FUNCTIONS XkbGetGeometry(3)
2
3
4
6 XkbGetGeometry - Loads a keyboard geometry if you already have the key‐
7 board description
8
10 Status XkbGetGeometry (Display *dpy, XkbDescPtr xkb);
11
13 - dpy connection to the X server
14
15 - xkb keyboard description that contains the ID for the keyboard and
16 into which the geometry should be loaded
17
19 You can load a keyboard geometry as part of the keyboard description
20 returned by XkbGetKeyboard. However, if a keyboard description has
21 been previously loaded, you can instead obtain the geometry by calling
22 the XkbGetGeometry. In this case, the geometry returned is the one as‐
23 sociated with the keyboard whose device ID is contained in the keyboard
24 description.
25
26 XkbGetGeometry can return BadValue, BadImplementation, BadName, BadAl‐
27 loc, or BadLength errors or Success if it succeeds.
28
30 BadAlloc Unable to allocate storage
31
32 BadImplementation
33 Invalid reply from server
34
35 BadLength The length of a request is shorter or longer than that
36 required to minimally contain the arguments
37
38 BadName A font or color of the specified name does not exist
39
40 BadValue An argument is out of range
41
43 XkbGetKeyboard(3)
44
45
46
47X Version 11 libX11 1.8.1 XkbGetGeometry(3)