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 TreeModel
|
| iter |
the uninitialized TreeIter-struct
|
| path |
the TreePath-struct
|
Returns: