From 31c6240eeba58231acd5c14e1a8b6e50d0bdcfb9 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 19 Jun 2013 22:09:07 -0400 Subject: Remove e_tree_selected_row_foreach(). Reducing API bloat. Do this instead: selection = (ESelectionModel *) e_tree_get_selection_model (tree); e_selection_model_foreach (selection, callback, closure); --- doc/reference/evolution-util/evolution-util-sections.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/reference/evolution-util/evolution-util-sections.txt') diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 23f11a4c36..5a718f340e 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_row_foreach e_tree_selected_path_foreach e_tree_path_foreach e_tree_get_printable -- cgit v1.2.3