GNOME Bugzilla – Bug 549158
Adding recursive_unset to gconfmm
Last modified: 2008-08-25 12:02:15 UTC
The existing gconfmm is missing the gconf_client_recursive_unset API, which is available in gconf. Motorola would like to contribute a patch to the Gconfmm package to add an addition API called, recursive_unset, which wraps around Gconf’s gconf_client_recursive_unset API that provides ability to recursively unset a key and all of the keys below it.
Created attachment 117280 [details] [review] Patch from Motorla, which adds the recursive_unset api to gconfmm
That's great. Thanks. Committed. I corrected your ChangeLog entry, which should mention a person's name. I also added a default value for the flags parameter. This is in gconfmm-2.23.1, which I have just released. That will be in an API/ABI-stable gconfmm-2.24.0 release when GNOME 2.24 is released soon.