gicActionWrite, gicActionMapActions - Action handling
#include <ggi/gic.h> int gicActionWrite(gic_handle_t hand, gic_actionlist *aclist, FILE *where); int gicActionMapActions(gic_handle_t hand, gic_actionlist *aclist, gic_actionlist *actions);
gicActionWrite writes out a dump to the where file. TODO Describe gicActionMapActions here
gicActionWrite and gicActionMapActions return 0 for success, otherwise an gii-error(3) code.
gicRecognizerWrite(3)