Skip to content
  • Jonathan Matthew's avatar
    port all core code to use GSettings · cf02733f
    Jonathan Matthew authored
    A couple of general notes, for future reference:
    - widgets don't know anything about GSettings, instead they expose
      properties that can be bound to settings keys
    - when a settings key is used to store a value controlled by a slider
      or pane widget, the key is only updated once the value has gone
      unchanged for 500ms (using rb_settings_delayed_sync); writing on
      each value notification is extremely slow.
    cf02733f