GimpUi.float_adjustment_update

function float_adjustment_update(adjustment: Gtk.Adjustment, data: void): void {
    // Gjs wrapper for gimp_float_adjustment_update()
}
  
adjustment

A Gtk.Adjustment.

data

A pointer to a #gfloat variable which will store the adjustment's value.