Method

GtkTreeStoreiter_is_valid

since: 2.2

Declaration [src]

gboolean
gtk_tree_store_iter_is_valid (
  GtkTreeStore* tree_store,
  GtkTreeIter* iter
)

Description [src]

purposes.

Checks if the given iter is a valid iter for this GtkTreeStore.

Available since: 2.2

Parameters

iter

Type: GtkTreeIter

A GtkTreeIter.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the iter is valid, FALSE if the iter is invalid.