Method

GtkIconViewselected_foreach

since: 2.6

Declaration [src]

void
gtk_icon_view_selected_foreach (
  GtkIconView* icon_view,
  GtkIconViewForeachFunc func,
  gpointer data
)

Description [src]

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

Available since: 2.6

Parameters

func

Type: GtkIconViewForeachFunc

The function to call for each selected icon.

data

Type: gpointer

User data to pass to the function.

The argument can be NULL.
The data is owned by the caller of the method.