1XkbFreeKeyboard(3)               XKB FUNCTIONS              XkbFreeKeyboard(3)
2
3
4

NAME

6       XkbFreeKeyboard -  Destroys either an entire XkbDescRec or just some of
7       its members
8

SYNOPSIS

10       void  XkbFreeKeyboard  (XkbDescPtr  xkb,  unsigned  int   which,   Bool
11              free_all);
12

ARGUMENTS

14       xkb    keyboard description with components to free
15
16       which  mask selecting components to free
17
18       free_all
19              True => free all components and xkb
20

DESCRIPTION

22       XkbFreeKeyboard frees the components of xkb specified by which and sets
23       the corresponding values to NULL. If free_all is True,  XkbFreeKeyboard
24       frees  every non-NULL component of xkb and then frees the xkb structure
25       itself.
26
27       If kbd is NULL, no operation is performed.
28
29

SEE ALSO

31       XkbFreeClientMap(3),     XkbFreeServerMap(3),      XkbFreeCompatMap(3),
32       XkbFreeIndicatorMaps(3),      XkbFreeNames(3),      XkbFreeGeometry(3),
33       XkbFreeControls(3)
34
35
36
37X Version 11                    libX11 1.7.3.1              XkbFreeKeyboard(3)
Impressum