diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-20 22:30:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 03:31:51 +0800 |
commit | 4787411d06b714bf5e083f85cd4e2f874916ba2e (patch) | |
tree | f2c301f8c6146600a88ef2bd57e0c51f9f92d73e /doc | |
parent | 94a3a06b32b353ad5ca0ca84438cee8dc04cbc5a (diff) | |
download | gsoc2013-evolution-4787411d06b714bf5e083f85cd4e2f874916ba2e.tar.gz gsoc2013-evolution-4787411d06b714bf5e083f85cd4e2f874916ba2e.tar.zst gsoc2013-evolution-4787411d06b714bf5e083f85cd4e2f874916ba2e.zip |
Remove e_tree_node_set_expanded_recurse().
Reducing API bloat. Do this instead:
adapter = e_tree_get_table_adapter (tree);
e_tree_table_adapter_node_set_expanded_recurse (adapter, path, expanded);
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 7ce825a552..e7ae4c0d1d 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_node_set_expanded_recurse e_tree_root_node_set_visible e_tree_node_at_row e_tree_row_of_node |