Add test case and fix some bugs
[platform/upstream/glib.git] / gio / gsettings.c
index 442412e..0e6517e 100644 (file)
@@ -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 */