get_iter_first
Description:
Initializes iter
with the first iterator in the tree (the one at the path "0").
Returns false if the tree is empty, true otherwise.
Parameters:
this |
a `GtkTreeModel` |
iter |
the uninitialized `GtkTreeIter` |
Returns:
true, if |