Gtk.Adjustment.prototype.changed

function changed():void {
    // Gjs wrapper for gtk_adjustment_changed()
}

Emits a Gtk.changed signal from the Gtk.Adjustment. This is typically called by the owner of the Gtk.Adjustment after it has changed any of the Gtk.Adjustment properties other than the value.