aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-12-13 12:39:18 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-12-13 12:39:18 +0800
commitdf80388fd94f635a0fecb08314eafd5e25131800 (patch)
tree40dd55a1c27190d9180960a1e9fcffc05dab7205 /widgets/table/e-table-group.h
parent8846da8e48cacd7ab792bdcbec8eef19a9c19736 (diff)
downloadgsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar
gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar.gz
gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar.bz2
gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar.lz
gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar.xz
gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.tar.zst
gsoc2013-evolution-df80388fd94f635a0fecb08314eafd5e25131800.zip
Works with GnomeCanvasGroups -miguel
svn path=/trunk/; revision=1484
Diffstat (limited to 'widgets/table/e-table-group.h')
-rw-r--r--widgets/table/e-table-group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-group.h b/widgets/table/e-table-group.h
index d673aebd11..62bc11093f 100644
--- a/widgets/table/e-table-group.h
+++ b/widgets/table/e-table-group.h
@@ -15,7 +15,7 @@ typedef struct {
guint is_leaf :1;
} ETableGroup;
-ETableGroup *e_table_group_new (const char *title);
+ETableGroup *e_table_group_new (ETableCol *ecol, ETableItem *item
ETableGroup *e_table_group_new_leaf (const char *title, ETableModel *table);
void e_table_group_destroy (ETableGroup *etg);