Function
Gtk.IconViewForeachFunc
Description [src]
A function used by gtk_icon_view_selected_foreach() to map all
selected rows.
It will be called on every selected row in the view.
Parameters
| icon_view | GtkIconView | 
| a  | |
| Ownership is not transferred to the callee | |
| path | GtkTreePath | 
| The  | |
| Ownership is not transferred to the callee | |
| data | gpointer | 
| user data |