mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Add test case and fix some bugs
Add the first test case for the schema source functionality and fix a couple of bugs that got uncovered by that.
This commit is contained in:
@@ -974,7 +974,8 @@ g_settings_new_full (GSettingsSchema *schema,
|
||||
return g_object_new (G_TYPE_SETTINGS,
|
||||
"settings-schema", schema,
|
||||
"backend", backend,
|
||||
"path", path);
|
||||
"path", path,
|
||||
NULL);
|
||||
}
|
||||
|
||||
/* Internal read/write utilities {{{1 */
|
||||
|
Reference in New Issue
Block a user