Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Debian 7.3.0

(Wheezy)

XkbFreeKeyboard(3)


XkbFreeKeyboard

XkbFreeKeyboard

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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.



XkbFreeKeyboard(3)