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.
Core Library | Documentation |
---|---|
GObject | https://docs.gtk.org/gobject/ |
GLib | https://docs.gtk.org/glib/ |
GIO | https://docs.gtk.org/gio/ |
GModule | https://docs.gtk.org/gmodule/ |
GSettings is part of GIO. ( https://docs.gtk.org/gio/class.Settings.html )