Skip to content
  • Ryan Hope's avatar
    Add missing extension point register for for GMemorySettingsBackend · 04255e45
    Ryan Hope authored and Marco Trevisan's avatar Marco Trevisan committed
    Using GMemorySettingsBackend before any other GSettingsBackend would
    cause the following error: "Tried to implement non-registered extension
    point gsettings-backend". This is due to a missing call to
    _g_io_modules_ensure_extension_points_registered() in the GMemorySettingsBackend
    type definition which registers the gsettings-backend extension point.
    04255e45