get_iter_first


Description:

public bool get_iter_first (out 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:

this

a `GtkTreeModel`

iter

the uninitialized `GtkTreeIter`

Returns:

true, if iter was set