TreeModel.getIterFirst
bool getIterFirst(out gtk.tree_iter.TreeIter iter)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
iter | the uninitialized [gtk.tree_iter.TreeIter] |
Returns
true, if iter was set