Predefined callback functions

Name

gicActionLazyAction, gicActionLazyGetstate, gicActionLazyReset : Predefined callback functions

Synopsis

#include <ggi/gicaction_lazy.h>

void gicActionLazyAction(gic_handle_t hand, gic_actionlist *action, gic_feature *feature,
                      gic_state newstate, gic_flag flag, int recnum);
gic_state gicActionLazyGetstate(gicActionActionLazyData *data);
void gicActionLazyReset(gicActionLazyData *data);

Description

TODO

Return value

TODO

See Also