1XkbAllocIndicatorMaps(3) XKB FUNCTIONS XkbAllocIndicatorMaps(3)
2
3
4
6 XkbAllocIndicatorMaps - Allocates, directly, the indicators member of
7 the keyboard description record
8
10 Status XkbAllocIndicatorMaps (variable_type *xkb);
11
13 - xkb keyboard description structure
14
16 The xkb parameter must point to a valid keyboard description. If it
17 doesn't, XkbAllocIndicatorMaps returns a BadMatch error. Otherwise,
18 XkbAllocIndicatorMaps allocates and initializes the indicators member
19 of the keyboard description record and returns Success. If XkbAl‐
20 locIndicatorMaps was unable to allocate the indicators record, it
21 reports a BadAlloc error.
22
24 Success The XkbAllocIndicatorMaps function returns Success if it
25 is successful in allocating and initializing the indica‐
26 tors member of the keyboard description record.
27
29 BadMatch A compatible version of Xkb was not available in the
30 server or an argument has correct type and range, but is
31 otherwise invalid
32
33 BadAlloc Unable to allocate storage
34
35
36
37X Version 11 libX11 1.6.4 XkbAllocIndicatorMaps(3)