GNOME Bugzilla – Bug 647579
gsettings: Implement reset-recursively
Last modified: 2011-04-13 12:57:37 UTC
Motivation was the ability to: $ gsettings reset-recursively org.gnome.gnome-panel
Created attachment 185798 [details] [review] gsettings: Implement reset-recursively
Review of attachment 185798 [details] [review]: you should use g_settings_delay() so that the entire recursive unset goes through as a single transaction if you delay a toplevel GSettings object then any child objects you get from it will also be delayed (and will go through when you call apply() on the toplevel)
Attachment 185798 [details] pushed as 3fd9f2e - gsettings: Implement reset-recursively