diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-28 22:11:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-02 22:34:10 +0800 |
commit | ad5ed0d603b0b915865bef3c4edc996378696187 (patch) | |
tree | 828eca186260e34b8f9c106b46519981437bdbd4 /doc/reference | |
parent | ce3e2091c2ff7a581bfa959d71050a059d48ee94 (diff) | |
download | gsoc2013-evolution-ad5ed0d603b0b915865bef3c4edc996378696187.tar.gz gsoc2013-evolution-ad5ed0d603b0b915865bef3c4edc996378696187.tar.zst gsoc2013-evolution-ad5ed0d603b0b915865bef3c4edc996378696187.zip |
ETableSortInfo: Rework API to avoid exposing ETableSortColumn.
Replace ETableSortColumn with separate ETableColumnSpecification and
GtkSortType parameters in the "get_nth" and "set_nth" functions.
Makes some other parts of the code simpler since it no longer has to
translate a column number to a column specification.
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index c303f74e03..a5d2330114 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -3874,7 +3874,6 @@ e_table_sort_info_get_can_group e_table_sort_info_set_can_group e_table_sort_info_grouping_get_count e_table_sort_info_grouping_truncate -ETableSortColumn e_table_sort_info_grouping_get_nth e_table_sort_info_grouping_set_nth e_table_sort_info_sorting_get_count |