aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-sort-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-table-sort-info.h')
-rw-r--r--e-util/e-table-sort-info.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/e-table-sort-info.h b/e-util/e-table-sort-info.h
index 583feba67a..2c07cbb89b 100644
--- a/e-util/e-table-sort-info.h
+++ b/e-util/e-table-sort-info.h
@@ -72,6 +72,12 @@ struct _ETableSortInfoClass {
GType e_table_sort_info_get_type
(void) G_GNUC_CONST;
ETableSortInfo *e_table_sort_info_new (struct _ETableSpecification *specification);
+void e_table_sort_info_parse_context_push
+ (GMarkupParseContext *context,
+ struct _ETableSpecification *specification);
+ETableSortInfo *
+ e_table_sort_info_parse_context_pop
+ (GMarkupParseContext *context);
struct _ETableSpecification *
e_table_sort_info_ref_specification
(ETableSortInfo *sort_info);