aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-sort-info.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-29 04:35:30 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:10 +0800
commitce3e2091c2ff7a581bfa959d71050a059d48ee94 (patch)
tree99c36b14c9840b5186cf47e106602b507d62cde7 /e-util/e-table-sort-info.h
parentcaa26aeb6b119616c9ebe22bd91fc749411be18a (diff)
downloadgsoc2013-evolution-ce3e2091c2ff7a581bfa959d71050a059d48ee94.tar
gsoc2013-evolution-ce3e2091c2ff7a581bfa959d71050a059d48ee94.tar.gz
gsoc2013-evolution-ce3e2091c2ff7a581bfa959d71050a059d48ee94.tar.bz2
gsoc2013-evolution-ce3e2091c2ff7a581bfa959d71050a059d48ee94.tar.lz
gsoc2013-evolution-ce3e2091c2ff7a581bfa959d71050a059d48ee94.tar.xz
gsoc2013-evolution-ce3e2091c2ff7a581bfa959d71050a059d48ee94.tar.zst
gsoc2013-evolution-ce3e2091c2ff7a581bfa959d71050a059d48ee94.zip
Add e_table_sort_info_sorting_remove().
Diffstat (limited to 'e-util/e-table-sort-info.h')
-rw-r--r--e-util/e-table-sort-info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-table-sort-info.h b/e-util/e-table-sort-info.h
index 1dfd91be16..64ed8640e7 100644
--- a/e-util/e-table-sort-info.h
+++ b/e-util/e-table-sort-info.h
@@ -98,6 +98,9 @@ void e_table_sort_info_grouping_set_nth
guint e_table_sort_info_sorting_get_count
(ETableSortInfo *sort_info);
+void e_table_sort_info_sorting_remove
+ (ETableSortInfo *sort_info,
+ guint n);
void e_table_sort_info_sorting_truncate
(ETableSortInfo *sort_info,
guint length);