GNOME Bugzilla – Bug 100840
Client::get_entry() locale todo comment
Last modified: 2011-01-16 23:35:13 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.
Created attachment 12894 [details] [review] adds get_entry method using default locale
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.