GtkIconViewForeachFunc

A function used by IconView.selectedForeach to map all selected rows. It will be called on every selected row in the view.

alias GtkIconViewForeachFunc = void function(GtkIconView* iconView, GtkTreePath* path, void* data)