TreeModelIF.getIterFromString

Sets @iter to a valid iterator pointing to @path_string, if it exists. Otherwise, @iter is left invalid and %FALSE is returned.

interface TreeModelIF
bool
getIterFromString
(,
string pathString
)

Parameters

iter TreeIter

an uninitialized #GtkTreeIter-struct

pathString string

a string representation of a #GtkTreePath-struct

Return Value

Type: bool

%TRUE, if @iter was set

Meta