Is gsettings part of GLib?

Is gsettings part of the GLib library?

GLib project provides the following 4 core libraries.

  • GObject
  • GLib
  • GIO
  • GModule

You can refer to the following links to find all necessary information on them.

GSettings is part of GIO. ( https://docs.gtk.org/gio/class.Settings.html )

Okay, so gsettings is part of GLib, thanks for the infos!

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.