from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
XkbFreeKeyboard
Section: XKB FUNCTIONS (3) Updated: libX11 1.6.4 Index
Return to Main Contents
NAME
XkbFreeKeyboard - Destroys either an entire XkbDescRec or just some of its
members
SYNOPSIS
-
void XkbFreeKeyboard
(XkbDescPtr xkb,
unsigned int which,
Bool free_all);
ARGUMENTS
- xkb
-
- keyboard description with components to free
- which
-
mask selecting components to free
- free_all
-
True => free all components and
xkb
DESCRIPTION
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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
|