Method

GcrUiCollectionModeltoggle_selected

Declaration [src]

void
gcr_collection_model_toggle_selected (
  GcrCollectionModel* self,
  GtkTreeIter* iter
)

Description [src]

Toggle the selected state of a given row.

Parameters

iter GtkTreeIter
 

The row.

 The data is owned by the caller of the function.