Skip to content
  • Michael Natterer's avatar
    Don't access GtkAdjustment's members directly · 23955439
    Michael Natterer authored
    but also don't use its accessors because doing that would emit
    "changed" multiple times when setting up an adjustment with multiple
    utility functions. Instead, use g_object_set() and freeze/thaw
    notification around all calls. g_object_thaw_notify() will make sure
    "changed" is emitted if anything has changed since freezing.
    23955439