logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

       If kbd is NULL, no operation is performed.

Name

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

See Also

XkbFreeClientMap(3), XkbFreeServerMap(3), XkbFreeCompatMap(3), XkbFreeIndicatorMaps(3),  XkbFreeNames(3),
       XkbFreeGeometry(3), XkbFreeControls(3)

X Version 11                                      libX11 1.8.12                               XkbFreeKeyboard(3)

Synopsis

voidXkbFreeKeyboard(XkbDescPtrxkb,unsignedintwhich,Boolfree_all);

See Also