TreeStore.iterIsValid

WARNING: This function is slow. Only use it for debugging and/or testing purposes. Checks if the given iter is a valid iter for this GtkTreeStore. Since 2.2

class TreeStore
int
iterIsValid

Parameters

iter TreeIter

A GtkTreeIter.

Return Value

Type: int

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

Meta