A GtkTreeRowReference tracks model changes so that it always refers to the
same row (a Gtk.TreePath refers to a position, not a fixed row). Create a
new GtkTreeRowReference with gtk_tree_row_reference_new().
Lets a set of row reference created by
gtk_tree_row_reference_new_proxy() know that the
model emitted the Gtk.TreeModel.SignalSignatures.row_deleted | Gtk.TreeModel::row-deleted signal.
Lets a set of row reference created by
gtk_tree_row_reference_new_proxy() know that the
model emitted the Gtk.TreeModel.SignalSignatures.row_inserted | Gtk.TreeModel::row-inserted signal.
A GtkTreeRowReference tracks model changes so that it always refers to the same row (a Gtk.TreePath refers to a position, not a fixed row). Create a new GtkTreeRowReference with
gtk_tree_row_reference_new().