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
28
29
30X Version 11                     libX11 1.6.7               XkbFreeKeyboard(3)
Impressum