#ifndef _E_TABLE_TREE_H_ #define _E_TABLE_TREE_H_ typedef struct { char *title; union { ETableModel *table; GList *children; } u; guint expanded :1; guint is_leaf :1; } ETableGroup; ETableGroup *e_table_group_new (const char *title, ETableModel *table); ETableGroup *e_table_group_new_leaf (const char *title); #endif /* _E_TABLE_TREE_H_ */ -removal' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Catalyst-Engine-HTTP-Prefork
Commit message (Expand)AuthorAgeFilesLines
* Don't produce .bak files.skv2009-03-101-1/+1
* Patch code to use CGI::Cookie::XS.skv2009-03-101-0/+5
* Attempt to unbreak: the dependency on p5-CGI-Cookie-XS (formerly p5-Cookie-XS)cperciva2009-03-101-1/+1
* Chase dependency rename from www/p5-Cookie-XS to www/p5-CGI-Cookie-XS.cperciva2009-03-101-1/+1
* Update to 0.50skv2008-12-102-5/+5