From de9391e246bcbf1ff5734e47eccec07bdc4113b8 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 19 Jun 2013 23:05:40 -0400 Subject: Remove e_tree_selected_path_foreach(). Reducing API bloat. Do this instead: selection = (ETreeSelectionModel *) e_tree_get_selection_model (tree); e_tree_selection_model_foreach (selection, callback, closure); --- doc/reference/evolution-util/evolution-util-sections.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'doc') diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 5a718f340e..a4ddf6afaa 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4192,7 +4192,6 @@ e_tree_load_state e_tree_show_cursor_after_reflow e_tree_set_cursor e_tree_get_cursor -e_tree_selected_path_foreach e_tree_path_foreach e_tree_get_printable e_tree_get_next_row -- cgit v1.2.3