diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-20 23:26:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 03:31:51 +0800 |
commit | a8bb464bf5a0c994a67ae46751a480ec03c6d208 (patch) | |
tree | 39dd46cfa3e27de415c3e7a9a2dc3efa105e4976 /doc | |
parent | 2965f986dd94257d4561472762803ec4ca671cda (diff) | |
download | gsoc2013-evolution-a8bb464bf5a0c994a67ae46751a480ec03c6d208.tar.gz gsoc2013-evolution-a8bb464bf5a0c994a67ae46751a480ec03c6d208.tar.zst gsoc2013-evolution-a8bb464bf5a0c994a67ae46751a480ec03c6d208.zip |
Remove e_tree_show_node().
Reducing API bloat. Do this instead:
adapter = e_tree_get_table_adapter (tree);
e_tree_table_adapter_show_node (adapter, path);
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 eb19be247a..aa20596b81 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_show_node e_tree_save_expanded_state e_tree_load_expanded_state e_tree_save_expanded_state_xml |