.TH "gic_head" 3 "2006-12-30" "libgiigic-1.1.x" GGI .SH NAME \fBgic_head\fR : Group multiple contexts .SH SYNOPSIS .nb .nf #include typedef struct gic_head { char name[65]; /* name of the context */ gic_contextlist *contexts; /* lists of attached contexts */ } gic_head; .fi .SH DESCRIPTION This is a convenience structure that can be used to group contexts. There are some convenience functions that will load/restore complete heads allowing to save configuration with a single call. .TP \fIname\fR The name of the context .TP \fIcontexts\fR lists of attached contexts .PP .SH SEE ALSO \f(CWgicHeadRead(3)\fR, \f(CWgic_context(3)\fR