get_iter


Description:

public abstract bool get_iter (out TreeIter iter, TreePath path)

Sets iter to a valid iterator pointing to path.

If path does not exist, iter is set to an invalid iterator and false is returned.

Parameters:

this

a `GtkTreeModel`

iter

the uninitialized `GtkTreeIter`

path

the `GtkTreePath`

Returns:

true, if iter was set