| Top |  |  |  |  | 
| lglCategory * | lgl_category_new () | 
| lglCategory * | lgl_category_dup () | 
| void | lgl_category_free () | 
lglCategory * lgl_category_new (gchar *id,gchar *name);
Allocates and constructs a new lglCategory structure.
lglCategory *
lgl_category_dup (const lglCategory *orig);
Duplicates an existing lglCategory structure.
void
lgl_category_free (lglCategory *category);
Free all memory associated with an existing lglCategory structure.