Gtk.TreeModel::get_iter

function vfunc_get_iter(path:Gtk.TreePath):Boolean {
}

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.

path

the Gtk.TreePath

Returns

true, if iter was set