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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/e-util/e-table-sort-info.h b/e-util/e-table-sort-info.h
index 28ca607f3f..ad3b3db4e4 100644
--- a/e-util/e-table-sort-info.h
+++ b/e-util/e-table-sort-info.h
@@ -89,28 +89,28 @@ guint e_table_sort_info_grouping_get_count
(ETableSortInfo *sort_info);
void e_table_sort_info_grouping_truncate
(ETableSortInfo *sort_info,
- gint length);
+ guint length);
ETableSortColumn
e_table_sort_info_grouping_get_nth
(ETableSortInfo *sort_info,
- gint n);
+ guint n);
void e_table_sort_info_grouping_set_nth
(ETableSortInfo *sort_info,
- gint n,
+ guint n,
ETableSortColumn column);
guint e_table_sort_info_sorting_get_count
(ETableSortInfo *sort_info);
void e_table_sort_info_sorting_truncate
(ETableSortInfo *sort_info,
- gint length);
+ guint length);
ETableSortColumn
e_table_sort_info_sorting_get_nth
(ETableSortInfo *sort_info,
- gint n);
+ guint n);
void e_table_sort_info_sorting_set_nth
(ETableSortInfo *sort_info,
- gint n,
+ guint n,
ETableSortColumn column);
void e_table_sort_info_load_from_node
(ETableSortInfo *sort_info,