Method

GtkIconViewunselect_path

since: 2.6

Declaration [src]

void
gtk_icon_view_unselect_path (
  GtkIconView* icon_view,
  GtkTreePath* path
)

Description [src]

Unselects the row at path.

Available since: 2.6

Parameters

path

Type: GtkTreePath

The GtkTreePath to be unselected.

The data is owned by the caller of the method.