From 7742fe08606c4d491355e8add61083284ec1264f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 20 Jun 2013 10:14:30 -0400 Subject: Remove e_tree_node_is_expanded(). Reducing API bloat. Do this instead: adapter = e_tree_get_table_adapter (tree); expanded = e_tree_table_adapter_node_is_expanded (adapter, path); --- doc/reference/evolution-util/evolution-util-sections.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/reference/evolution-util') diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index d7ced3e592..7143809df9 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_is_expanded e_tree_node_set_expanded e_tree_node_set_expanded_recurse e_tree_root_node_set_visible -- cgit v1.2.3