diff options
Diffstat (limited to 'e-util/e-table-sort-info.h')
-rw-r--r-- | e-util/e-table-sort-info.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/e-table-sort-info.h b/e-util/e-table-sort-info.h index 1b1191108a..47ab851c4a 100644 --- a/e-util/e-table-sort-info.h +++ b/e-util/e-table-sort-info.h @@ -119,6 +119,11 @@ void e_table_sort_info_sorting_set_nth guint n, ETableColumnSpecification *spec, GtkSortType sort_type); +void e_table_sort_info_sorting_insert + (ETableSortInfo *sort_info, + guint n, + ETableColumnSpecification *spec, + GtkSortType sort_type); void e_table_sort_info_load_from_node (ETableSortInfo *sort_info, xmlNode *node, |