GimpUi.double_adjustment_update

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

A Gtk.Adjustment.

data

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