Method

GcrUiCollectionModelis_selected

Declaration [src]

gboolean
gcr_collection_model_is_selected (
  GcrCollectionModel* self,
  GtkTreeIter* iter
)

Description [src]

Check whether a given row has been toggled as selected.

Parameters

iter GtkTreeIter
 

The row.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

Whether the row has been selected.