Associate a gii handle with gic

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