Files
evolution/doc/reference/evolution-util
Matthew Barnes de9391e246 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);
2013-06-20 15:31:50 -04:00
..