IconView.selectedForeach

Calls a function for each selected icon. Note that the model or selection cannot be modified from within this function.

class IconView
void
selectedForeach

Parameters

func GtkIconViewForeachFunc

The function to call for each selected icon.

data void*

User data to pass to the function.

Meta