debian man page for xkbfreekeyboard

Query: xkbfreekeyboard

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XkbFreeKeyboard(3)						   XKB FUNCTIONS						XkbFreeKeyboard(3)

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, XkbFreeKey- board frees every non-NULL component of xkb and then frees the xkb structure itself. X Version 11 libX11 1.5.0 XkbFreeKeyboard(3)
Related Man Pages
xkbfreeclientmap(3) - debian
xkbfreecontrols(3) - centos
xkbfreeservermap(3) - centos
xkbfreeclientmap(3) - x11r4
xkbfreeservermap(3) - suse
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?