gicInputRegister - Associate a gii handle with gic
#include <ggi/gic.h>
int gicInputRegister(gic_handle_t hand,gii_input_t inp);
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.
gicInputRegister returns 0 for success, otherwise an gii-error(3) code.
gicOpen(3)