Gtk.TreeModel.prototype.row_changed

function row_changed(path:Gtk.TreePath, iter:Gtk.TreeIter):void {
    // Gjs wrapper for gtk_tree_model_row_changed()
}

Emits the Gtk.row-changed signal on tree_model.

path

a Gtk.TreePath pointing to the changed row

iter

a valid Gtk.TreeIter pointing to the changed row