GimpUi.uint_adjustment_update

function uint_adjustment_update(adjustment: Gtk.Adjustment): Number(guint) {
    // Gjs wrapper for gimp_uint_adjustment_update()
}
  

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

adjustment

A Gtk.Adjustment.

Returns

A return location for the adjustment's value.