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)

XkbFreeNames(3)


XkbFreeNames

XkbFreeNames

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

NAME

XkbFreeNames − Free symbolic names structures

SYNOPSIS

void XkbFreeNames

(XkbDescPtr xkb, unsigned int which, Bool free_map);

ARGUMENTS

− xkb

keyboard description for which names are to be freed

− which

mask of names components to be freed

− free_map

True => XkbNamesRec structure itself should be freed

DESCRIPTION

Do not free symbolic names structures directly using free or XFree. Use XkbFreeNames instead.

The which parameter is the bitwise inclusive OR of the valid names mask bits defined in Table 1.

Xkb provides several functions that work with symbolic names. Each of these functions uses a mask to specify individual fields of the structures described above. These masks and their relationships to the fields in a keyboard description are shown in Table 1.

Image /web_man_pages/man_unzipped/en/debian/7/7.31.png



XkbFreeNames(3)