XKB FUNCTIONS XkbAllocIndicatorMaps(3x11)
NAME
XkbAllocIndicatorMaps - Allocates, directly, the indicators
member of the keyboard description recordSYNOPSIS
cc [ flag... ] file... -lX11 [ library... ]
Status XkbAllocIndicatorMaps (variable_type *xkb);
ARGUMENTS- xkb
keyboard description structureDESCRIPTION
The xkb parameter must point to a valid keyboard descrip-
tion. If it doesn't, XkbAllocIndicatorMaps returns a Bad-
Match error. Otherwise, XkbAllocIndicatorMaps allocates and
initializes the indicators member of the keyboard descrip-
tion record and returns Success. If XkbAllocIndicatorMaps
was unable to allocate the indicators record, it reports a BadAlloc error.RETURN VALUES"
Success The XkbAllocIndicatorMaps function returns
Success if it is successful in allocating and initializing the indicators member of the keyboard description record. DIAGNOSTICS BadMatch A compatible version of Xkb was not available in the server or an argument has correct type and range, but is otherwise invalid BadAlloc Unable to allocate storageATTRIBUTES
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