.TH "gicFeatureMapActions" 3 "2006-12-30" "libgiigic-1.1.x" GGI .SH NAME \fBgicFeatureMapActions\fR, \fBgicFeatureFindConflict\fR : Feature mappings .SH SYNOPSIS .nb .nf #include int gicFeatureMapActions(gic_handle_t hand, gic_feature *feature, gic_actionlist *actions); int gicFeatureFindConflict(gic_handle_t hand, gic_feature *feature, gic_recognizer *rec, gic_recognizer **start_and_return); .fi .SH DESCRIPTION \fBgicFeatureMapActions\fR is called to reestablish the connection between the actions and the action callbacks. In learning-mode, \fBgicFeatureFindConflict\fR is useful to check, if there are conflicting features. .SH RETURN VALUE TODO Write something useful here .SH SEE ALSO TODO