Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 853
    • Issues 853
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 42
    • Merge requests 42
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • GLib
  • Merge requests
  • !2813

Add missing extension point register for various settings backends

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Ryan Hope requested to merge ryanhope97/glib:non-registered-extension-point into main Jul 12, 2022
  • Overview 17
  • Commits 3
  • Pipelines 9
  • Changes 7

Using GMemorySettingsBackend, GRegistryBackend, GNullSettingsBackend, and GNextstepSettingsBackend before any other GSettingsBackend that calls _g_io_modules_ensure_extension_points_registered would cause the following warning: "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, GRegistryBackend, GNullSettingsBackend, and GNextstepSettingsBackend type definition which registers the gsettings-backend extension point.

Edited Jul 13, 2022 by Ryan Hope
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: non-registered-extension-point