GimpUi.int_adjustment_update

function int_adjustment_update(adjustment: Gtk.Adjustment): Number(gint) {
    // Gjs wrapper for gimp_int_adjustment_update()
}
  

Note that the Gtk.Adjustment's value (which is a #gdouble) will be rounded with RINT().

adjustment

A Gtk.Adjustment.

Returns

A return location for the adjustment's value.