After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 549158 - Adding recursive_unset to gconfmm
Adding recursive_unset to gconfmm
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2008-08-23 23:11 UTC by Josephine Hsu
Modified: 2008-08-25 12:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch from Motorla, which adds the recursive_unset api to gconfmm (18.75 KB, patch)
2008-08-23 23:16 UTC, Josephine Hsu
none Details | Review

Description Josephine Hsu 2008-08-23 23:11:32 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.
Comment 1 Josephine Hsu 2008-08-23 23:16:13 UTC
Created attachment 117280 [details] [review]
Patch from Motorla, which adds the recursive_unset api to gconfmm
Comment 2 Murray Cumming 2008-08-25 12:02:15 UTC
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.