1XkbFreeGeomKeyAliases(3)         XKB FUNCTIONS        XkbFreeGeomKeyAliases(3)
2
3
4

NAME

6       XkbFreeGeomKeyAliases - Free geometry key aliases
7

SYNOPSIS

9       void  XkbFreeGeomKeyAliases (XkbGeometryPtr geom, int first, int count,
10              Bool free_all);
11

ARGUMENTS

13       - geom geometry in which key aliases should be freed
14
15       - first
16              first key alias to be freed
17
18       - count
19              number of key aliases to be freed
20
21       - free_all
22              True => all key aliases are freed
23

DESCRIPTION

25       Xkb provides a number of functions to allocate and  free  subcomponents
26       of  a  keyboard  geometry. Use these functions to create or modify key‐
27       board geometries.  Note that these functions merely allocate space  for
28       the  new  element(s), and it is up to you to fill in the values explic‐
29       itly in your code. These allocation functions increase sz_*  but  never
30       touch  num_* (unless there is an allocation failure, in which case they
31       reset both sz_* and num_* to zero). These functions return  Success  if
32       they  succeed, BadAlloc if they are not able to allocate space, or Bad‐
33       Value if a parameter is not as expected.
34
35       If free_all is True, all aliases in the  top  level  of  the  specified
36       geometry  geom  are  freed  regardless  of the value of first or count.
37       Otherwise, count aliases in geom are freed beginning with the one spec‐
38       ified by first.
39

RETURN VALUES

41       Success        The  XkbFreeGeomKeyAliases  function  returns Success if
42                      there are no allocation errors.
43

DIAGNOSTICS

45       BadAlloc       Unable to allocate storage
46
47       BadValue       An argument is out of range
48
49
50
51X Version 11                     libX11 1.6.7         XkbFreeGeomKeyAliases(3)
Impressum