Gtk.Widget.prototype.thaw_child_notify
function thaw_child_notify():void {
// Gjs wrapper for gtk_widget_thaw_child_notify()
}Reverts the effect of a previous call to Gtk.Widget.prototype.freeze_child_notify. This causes all queued Gtk.child-notify signals on widget to be emitted.