aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-group.h')
-rw-r--r--widgets/table/e-table-group.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/table/e-table-group.h b/widgets/table/e-table-group.h
index 877f38cf3f..43d8884a90 100644
--- a/widgets/table/e-table-group.h
+++ b/widgets/table/e-table-group.h
@@ -93,4 +93,8 @@ void e_table_group_row_selection (ETableGroup *etg,
GtkType e_table_group_get_type (void);
+typedef void (*ETableGroupLeafFn) (void *e_table_item, void *closure);
+void e_table_group_apply_to_leafs (ETableGroup *etg,
+ ETableGroupLeafFn fn, void *closure);
+
#endif /* _E_TABLE_GROUP_H_ */