Allocate Features

Name

gicFeatureAllocate, gicFeatureFree : Allocate Features

Synopsis

#include <ggi/gic.h>

struct gic_feature *gicFeatureAllocate(struct gg_stem *stem,
                      char *name,char *shortname);
void gicFeatureFree(struct gg_stem *stem,
                      struct gic_feature *feature);

Description

TODO Write something useful here

Return value

TODO Write something useful here

See Also

TODO