new
Creates a row reference based on @path.
This reference will keep pointing to the node pointed to by @path, so long as it exists. Any changes that occur on @model are propagated, and the path is updated appropriately. If
Return
a newly allocated GtkTreeRowReference
Parameters
model
a GtkTreeModel
path
a valid GtkTreePath
to monitor