aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-tree.h')
-rw-r--r--e-util/e-tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-tree.h b/e-util/e-tree.h
index 99dcfee762..99725df3aa 100644
--- a/e-util/e-tree.h
+++ b/e-util/e-tree.h
@@ -175,10 +175,10 @@ GType e_tree_get_type (void) G_GNUC_CONST;
gboolean e_tree_construct (ETree *tree,
ETreeModel *etm,
ETableExtras *ete,
- const gchar *spec_str);
+ ETableSpecification *specification);
GtkWidget * e_tree_new (ETreeModel *etm,
ETableExtras *ete,
- const gchar *spec_str);
+ ETableSpecification *specification);
/* Create an ETree using files. */
gboolean e_tree_construct_from_spec_file (ETree *tree,