IconView.selectedForeach

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

class IconView
void
selectedForeach

Parameters

func GtkIconViewForeachFunc

The function to call for each selected icon. [scope call]

data void*

User data to pass to the function.

Meta