.TH "gicFeatureWrite" 3 "2006-12-30" "libgiigic-1.1.x" GGI .SH NAME \fBgicFeatureWrite\fR, \fBgicFeatureRead\fR : Load and Save Feature .SH SYNOPSIS .nb .nf #include int gicFeatureWrite(gic_handle_t hand, gic_feature *feature, FILE *file); gic_feature *gicFeatureRead(gic_handle_t hand, FILE *file); .fi .SH DESCRIPTION \fBgicFeatureWrite\fR writes a description of the feature given to the given file. It can be read back with \fBgicFeatureRead\fR which will allocate and return a feature if successful. Afterwards \fBgicFeatureMapActions(3)\fR should be called to reestablish the mapping between actions and callbacks. .SH RETURN VALUE TODO Write something useful here .SH SEE ALSO \f(CWgicFeatureMapActions(3)\fR