iter_is_valid
Description:
[
Version ( since =
"2.2" ) ]
public bool iter_is_valid (
TreeIter iter)
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 TreeStore.
Parameters:
| this |
A TreeStore.
|
| iter |
A TreeIter.
|
Returns:
|
true if the iter is valid, false if the iter is invalid.
|