Function
Gtk.TreeSelectionForeachFunc
Declaration
void
TreeSelectionForeachFunc (
  GtkTreeModel* model,
  GtkTreePath* path,
  GtkTreeIter* iter,
  gpointer data
)
Description [src]
A function used by gtk_tree_selection_selected_foreach() to map all
selected rows.  It will be called on every selected row in the view.
Parameters
| model | GtkTreeModel | 
| The  | |
| Ownership is not transferred to the callee | |
| path | GtkTreePath | 
| The  | |
| Ownership is not transferred to the callee | |
| iter | GtkTreeIter | 
| A  | |
| Ownership is not transferred to the callee | |
| data | gpointer | 
| user data |