diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 03:58:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 04:10:21 +0800 |
commit | ad6b3f483d22a00070f60b69855e72563d9895ea (patch) | |
tree | 4960461d2c5e97acfada5efc01326f2ea2223898 /doc | |
parent | 6ebf6c215536efffe70633aed7f7f4b832eaec2f (diff) | |
download | gsoc2013-evolution-ad6b3f483d22a00070f60b69855e72563d9895ea.tar.gz gsoc2013-evolution-ad6b3f483d22a00070f60b69855e72563d9895ea.tar.zst gsoc2013-evolution-ad6b3f483d22a00070f60b69855e72563d9895ea.zip |
Convert ESorter to an interface.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 67b961e6be..b15a7637a9 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -3073,10 +3073,8 @@ e_sorter_needs_sorting E_SORTER E_IS_SORTER E_TYPE_SORTER -E_SORTER_CLASS -E_IS_SORTER_CLASS -E_SORTER_GET_CLASS -ESorterClass +E_SORTER_GET_INTERFACE +ESorterInterface e_sorter_get_type </SECTION> |