get_path
Description:
public abstract TreePath?
get_path (
TreeIter iter)
Returns a newly-created `GtkTreePath` referenced by iter
.
This path should be freed with free.
Parameters:
this |
a `GtkTreeModel`
|
iter |
the `GtkTreeIter`
|
Returns:
a newly-created `GtkTreePath`
|