Other Alias
gicFeatureDetachAction, gicFeatureWrite, gicFeatureReadSYNOPSIS
#include <ggi/gic.h>
int gicFeatureAttachAction(gic_handle_t hand,
gic_feature *feature,
void (*action)(gic_handle_t hand, gic_actionlist *action,
gic_feature *feature,gic_state newstate,
gic_flag flag,int recnum),
void *privdata, char *name);
int gicFeatureDetachAction(gic_handle_t hand,
gic_feature *feature,
void (*action)(gic_handle_t hand, gic_actionlist *action,
gic_feature *feature,gic_state newstate,
gic_flag flag,int recnum),
void *privdata, char *name);