Load and Save Feature
Name
gicFeatureWrite, gicFeatureRead : Load and Save Feature
Synopsis
#include <ggi/gic.h>
int gicFeatureWrite(struct gg_stem *stem,
struct gic_feature *feature, FILE *file);
struct gic_feature *gicFeatureRead(struct gg_stem *stem,
FILE *file);Description
gicFeatureWrite writes a description of the feature given to the given file. It can be read back with gicFeatureRead which will allocate and return a feature if successful. Afterwards gicFeatureMapActions(3) should be called to reestablish the mapping between actions and callbacks.
Return value
TODO Write something useful here