Gtk.Widget.prototype.freeze_child_notify

function freeze_child_notify():void {
    // Gjs wrapper for gtk_widget_freeze_child_notify()
}

Stops emission of Gtk.child-notify signals on widget. The signals are queued until Gtk.thaw_child_notify is called on widget.

This is the analogue of GObject.freeze_notify for child properties.