diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-27 11:08:18 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-02 22:34:09 +0800 |
commit | 21998504a040f3c578a0e0478847cf95c50d6191 (patch) | |
tree | a874dcff0aae162a351216a26aab033291df1697 /doc | |
parent | cf33c28a0e0fab775856df4c268c40eb4b67fe8b (diff) | |
download | gsoc2013-evolution-21998504a040f3c578a0e0478847cf95c50d6191.tar.gz gsoc2013-evolution-21998504a040f3c578a0e0478847cf95c50d6191.tar.zst gsoc2013-evolution-21998504a040f3c578a0e0478847cf95c50d6191.zip |
ETableSortInfo: Add a "specification" construct-only property.
ETableSortInfo now keeps a weak reference on the ETableSpecification to
which it's associated. The plan is to replace the column index numbers
with a direct reference to an ETableColumnSpecification from the spec.
New functions:
e_table_sort_info_ref_specification()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 84a88c5a0f..d061eb07d4 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -3869,6 +3869,7 @@ e_table_sorter_get_type <TITLE>ETableSortInfo</TITLE> ETableSortInfo e_table_sort_info_new +e_table_sort_info_ref_specification e_table_sort_info_get_can_group e_table_sort_info_set_can_group e_table_sort_info_grouping_get_count |