GNOME Bugzilla – Bug 560439
GNOME Goal: Remove deprecated GLib symbols
Last modified: 2009-02-10 13:18:26 UTC
See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib Here are the files+lines using deprecated GLib symbols in this module: gnome-speech/gnome-speech/speaker.c:107: if (!g_strcasecmp (name, p->name)) gnome-speech/drivers/eloquence/eloquencespeaker.c:387: if (!g_strcasecmp (voice_spec->name, name))
Thanks! (In reply to comment #0) > See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib Thanks! This URL says "Most of the work will consist in replacing g_strncasecmp and g_strcasecmp with the right string comparison function." Do you have a list of choices we might make for the the "right string comparison function"? It also might be nice to update the WIKI to include a list of these.
See http://library.gnome.org/devel/glib/stable/glib-String-Utility-Functions.html#g-strncasecmp for advice on what functions to use instead
Created attachment 128235 [details] [review] Patch Thanks for the tip/advice. Patch committed to trunk.
Thanks guys! I've updated the wikipage.
I am not seeing this patch in trunk. But perhaps you are using git-svn or something and will do the final commit to server later?
(In reply to comment #5) > I am not seeing this patch in trunk. But perhaps you are using git-svn or > something and will do the final commit to server later? Yikes. Thanks. Resolved/committed now. For real.