aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-specification.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-table-specification.h')
-rw-r--r--e-util/e-table-specification.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-table-specification.h b/e-util/e-table-specification.h
index 79484aa92e..09b86c3791 100644
--- a/e-util/e-table-specification.h
+++ b/e-util/e-table-specification.h
@@ -87,6 +87,9 @@ ETableSpecification *
e_table_specification_new (void);
GPtrArray * e_table_specification_ref_columns
(ETableSpecification *specification);
+gint e_table_specification_get_column_index
+ (ETableSpecification *specification,
+ ETableColumnSpecification *column_spec);
gboolean e_table_specification_load_from_file
(ETableSpecification *specification,
const gchar *filename);