aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-table.h')
-rw-r--r--e-util/e-table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-table.h b/e-util/e-table.h
index e8dfbfeeb1..1f2eb36193 100644
--- a/e-util/e-table.h
+++ b/e-util/e-table.h
@@ -270,10 +270,10 @@ GType e_table_get_type (void) G_GNUC_CONST;
ETable * e_table_construct (ETable *e_table,
ETableModel *etm,
ETableExtras *ete,
- const gchar *spec_str);
+ ETableSpecification *specification);
GtkWidget * e_table_new (ETableModel *etm,
ETableExtras *ete,
- const gchar *spec_str);
+ ETableSpecification *specification);
/* Create an ETable using files. */
ETable * e_table_construct_from_spec_file