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, 2 insertions, 1 deletions
diff --git a/e-util/e-table-specification.h b/e-util/e-table-specification.h
index 11986bb991..feada9e82c 100644
--- a/e-util/e-table-specification.h
+++ b/e-util/e-table-specification.h
@@ -84,7 +84,8 @@ struct _ETableSpecificationClass {
GType e_table_specification_get_type (void) G_GNUC_CONST;
ETableSpecification *
e_table_specification_new (void);
-
+GPtrArray * e_table_specification_ref_columns
+ (ETableSpecification *specification);
gboolean e_table_specification_load_from_file
(ETableSpecification *specification,
const gchar *filename);