XKB FUNCTIONS XkbFreeKeyboard(3x11)
NAME
XkbFreeKeyboard - Destroys either an entire XkbDescRec or
just some of its membersSYNOPSIS
cc [ flag... ] file... -lX11 [ library... ]
void XkbFreeKeyboard (XkbDescPtr xkb, unsigned int which,
Bool free_all);
ARGUMENTS xkb keyboard description with components to free which mask selecting components to freefree_all
True => free all components and xkbDESCRIPTION
XkbFreeKeyboard frees the components of xkb specified by
which and sets the corresponding values to NULL. If free_all
is True, XkbFreeKeyboard frees every non-NULL component of
xkb and then frees the xkb structure itself.ATTRIBUTES
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