gicInputRegister

Langue: en

Version: 274860 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

gicInputRegister - Associate a gii handle with gic

SYNOPSIS

 #include <ggi/gic.h>
 
 int gicInputRegister(gic_handle_t hand,gii_input_t inp);
 

DESCRIPTION

gicInputRegister registers a GII gii_input_t with the GIC instance. This is needed by some recognizers to be able to store their configuration in a portable way.

RETURN VALUE

gicInputRegister returns 0 for success, otherwise an gii-error(3) code.

SEE ALSO

gicOpen(3)