diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-20 23:29:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 03:31:52 +0800 |
commit | 63a53b5aa4e394b771d9d235e55c3098a70e5fad (patch) | |
tree | c5c4580af63943711cf8cd984e3a644e76517b73 /doc | |
parent | a8bb464bf5a0c994a67ae46751a480ec03c6d208 (diff) | |
download | gsoc2013-evolution-63a53b5aa4e394b771d9d235e55c3098a70e5fad.tar.gz gsoc2013-evolution-63a53b5aa4e394b771d9d235e55c3098a70e5fad.tar.zst gsoc2013-evolution-63a53b5aa4e394b771d9d235e55c3098a70e5fad.zip |
Remove e_tree_save_expanded_state().
Reducing API bloat. Do this instead:
adapter = e_tree_get_table_adapter (tree);
e_tree_table_adapter_save_expanded_state (adapter, filename);
Diffstat (limited to 'doc')
-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 aa20596b81..d9b5b1c309 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4207,7 +4207,6 @@ e_tree_drag_source_set e_tree_drag_source_unset e_tree_drag_begin e_tree_is_dragging -e_tree_save_expanded_state e_tree_load_expanded_state e_tree_save_expanded_state_xml e_tree_load_expanded_state_xml |