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 100840 - Client::get_entry() locale todo comment
Client::get_entry() locale todo comment
Status: RESOLVED FIXED
Product: gconfmm
Classification: Other
Component: general
git master
Other other
: Normal enhancement
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-12-10 13:30 UTC by Andreas Holzmann
Modified: 2011-01-16 23:35 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
adds get_entry method using default locale (3.01 KB, patch)
2002-12-10 13:30 UTC, Andreas Holzmann
none Details | Review

Description Andreas Holzmann 2002-12-10 13:30:03 UTC
Regarding the todo comment for Client::get_entry(): I think the locale
parameter uses const char* because you can set it to NULL to use the
default locale. I suggest to change the parameter to Glib::ustring and
add another get_entry() method that uses the default locale.
Comment 1 Andreas Holzmann 2002-12-10 13:30:45 UTC
Created attachment 12894 [details] [review]
adds get_entry method using default locale
Comment 2 Murray Cumming 2002-12-10 23:28:03 UTC
Yes, well done. The C functions are not documented, but this is in the
source code:

"
if (locale != NULL)
    g_warning("haven't implemented getting a specific locale in
GConfClient");
"

Applied.