TreeModelIF.getIter

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.

interface TreeModelIF
bool
getIter

Parameters

iter TreeIter

the uninitialized #GtkTreeIter-struct

path TreePath

the #GtkTreePath-struct

Return Value

Type: bool

%TRUE, if @iter was set

Meta