XKB FUNCTIONS XkbFreeGeomKeys(3x11)
NAME
XkbFreeGeomKeys - Free geometry keys
SYNOPSIS
cc [ flag... ] file... -lX11 [ library... ]
void XkbFreeGeomKeys (XkbRowPtr row, int first, int count,
Bool free_all);
ARGUMENTS- row
row in which keys should be freed- first
first key to be freed- count
number of keys to be freed- free_all
True => all keys are freedDESCRIPTION
If free_all is True, all keys are freed regardless of the
value of first or count. Otherwise, count keys are freed beginning with the one specified by first.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libx11 ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libX11 1.3.5 1