.TH "gicFeatureActivate" 3 "2006-12-30" "libgiigic-1.1.x" GGI .SH NAME \fBgicFeatureActivate\fR, \fBgicFeatureHandleEvent\fR : Event handling .SH SYNOPSIS .nb .nf #include int gicFeatureActivate(gic_handle_t hand, gic_feature *feature,gic_state newstate,gic_flag flag,int recnum); int gicFeatureHandleEvent(gic_handle_t hand, gic_feature *feature, gii_event *event); .fi .SH DESCRIPTION To manually activate a feature, call \fBgicFeatureActivate\fR. This will activate the relevant callbacks. You can feed events to \fBgicFeatureHandleEvent\fR to activate the relevant callbacks. However, usually one uses \fBgicContextHandleEvent(3)\fR. .SH RETURN VALUE TODO Write something useful here .SH SEE ALSO \f(CWgicContextHandleEvent(3)\fR