Action handling

Name

gicActionWrite, gicActionMapActions : Action handling

Synopsis

#include <ggi/gic.h>

int gicActionWrite(struct gg_stem *stem,
              struct gic_actionlist *aclist, FILE *where);
int gicActionMapActions(struct gg_stem *stem,
              struct gic_actionlist *aclist, struct gic_action actions[]);

Description

gicActionWrite writes out a dump to the where file.

TODO Describe gicActionMapActions here

Return value

gicActionWrite and gicActionMapActions return 0 for success, otherwise an gg-error(3) code.

See Also