GimpUi.uint_adjustment_update

@accepts(Gtk.Adjustment, gpointer)
@returns(none)
def uint_adjustment_update(adjustment, data):
    # Python 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.

data

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