GNOME Bugzilla – Bug 685316
getting default schemas value doesn't work in GNOME 3.6
Last modified: 2012-10-02 18:16:20 UTC
Doing "g_settings_delay() g_settings_reset() g_settings_get_string()" used to return the default schemas value of a key, it doesn't in GNOME 3.6
Created attachment 225604 [details] [review] engine/: drop DConfChangesetList It's really just a GQueue...
Created attachment 225605 [details] [review] gsettings/: support correct read of default values The existing code had a /* XXX */ for properly dealing with the case of the user requesting the default value. We should probably implement this...
Created attachment 225607 [details] [review] gsettings/: support correct read of default values The existing code had a /* XXX */ for properly dealing with the case of the user requesting the default value. We should probably implement this... I forgot that GQueue is both stack and heap allocated.... I allocated it on the stack but then used the heap function to clean it up...
Attachment 225604 [details] pushed as b5f59c9 - engine/: drop DConfChangesetList Attachment 225607 [details] pushed as 3f6a05f - gsettings/: support correct read of default values