diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-20 22:35:28 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 03:31:51 +0800 |
commit | 0eaa11530b1c08bea188f4ca69a3dba1609c235e (patch) | |
tree | c24fa3e0f1747b205e2a56802648bd3021d2c51e /doc | |
parent | 4787411d06b714bf5e083f85cd4e2f874916ba2e (diff) | |
download | gsoc2013-evolution-0eaa11530b1c08bea188f4ca69a3dba1609c235e.tar.gz gsoc2013-evolution-0eaa11530b1c08bea188f4ca69a3dba1609c235e.tar.zst gsoc2013-evolution-0eaa11530b1c08bea188f4ca69a3dba1609c235e.zip |
Remove e_tree_root_node_set_visible().
Reducing API bloat. Do this instead:
adapter = e_tree_get_table_adapter (tree);
e_tree_table_adapter_root_node_set_visible (adapter, visible);
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 e7ae4c0d1d..a3132c5e67 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_root_node_set_visible e_tree_node_at_row e_tree_row_of_node e_tree_root_node_is_visible |