Gtk.TreeModel.prototype.row_has_child_toggled

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

Emits the Gtk.row-has-child-toggled signal on tree_model. This should be called by models after the child state of a node changes.

path

a Gtk.TreePath pointing to the changed row

iter

a valid Gtk.TreeIter pointing to the changed row