diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-20 11:05:40 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 03:31:50 +0800 |
commit | de9391e246bcbf1ff5734e47eccec07bdc4113b8 (patch) | |
tree | cf59f9fc93a2a82a8943e15d9dff4a99a50fd483 /doc/reference | |
parent | 31c6240eeba58231acd5c14e1a8b6e50d0bdcfb9 (diff) | |
download | gsoc2013-evolution-de9391e246bcbf1ff5734e47eccec07bdc4113b8.tar.gz gsoc2013-evolution-de9391e246bcbf1ff5734e47eccec07bdc4113b8.tar.zst gsoc2013-evolution-de9391e246bcbf1ff5734e47eccec07bdc4113b8.zip |
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);
Diffstat (limited to 'doc/reference')
-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 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 |