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)

XkbNoteNameChanges(3)


XkbNoteNameChanges

XkbNoteNameChanges

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

NAME

XkbNoteNameChanges − Note the changed names in a changes structure

SYNOPSIS

void XkbNoteNameChanges

(XkbNameChangesPtr old, XkbNamesNotifyEvent

*new, unsigned int wanted);

ARGUMENTS

− old

XkbNameChanges structure to be updated

− new

event from which changes are to be copied

− wanted

types of names for which changes are to be noted

DESCRIPTION

When your application receives a XkbNamesNotify event, you can note the changed names in a changes structure using XkbNoteNameChanges.

The wanted parameter is the bitwise inclusive OR of the valid names mask bits shown in Table 1. XkbNoteNameChanges copies any changes that are reported in new and specified in wanted into the changes record specified by old.

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



XkbNoteNameChanges(3)