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 path isn’t a valid path in model, then NULL is returned.
a gtk.TreeModel
a valid [GtkTreePath-struct|GtkTreePath-struct] to monitor
a newly allocated gtk.TreeRowReference, or NULL
ConstructionException GTK+ fails to create the object.
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 path isn’t a valid path in model, then NULL is returned.