inserted

function inserted(proxy:GObject.Object, path:Gtk.TreePath):void {
    // Gjs wrapper for gtk_tree_row_reference_inserted()
}

Lets a set of row reference created by Gtk.TreeRowReference.new_proxy know that the model emitted the Gtk.TreeModel::row-inserted signal.

proxy

a GObject.Object

path

the row position that was inserted