GNOME Bugzilla – Bug 560441
GNOME Goal: Remove deprecated GLib symbols
Last modified: 2009-02-11 09:37:59 UTC
See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib Here are the files+lines using deprecated GLib symbols in this module: gok/gok/create-branching-keyboard.c:95: g_io_channel_close (kbd->io); gok/gok/main.c:566: returncode = g_strcasecmp(a_file, b_file); gok/gok/main.c:1692: if (g_strcasecmp (pKB->Name, NameKeyboard) == 0) gok/gok/gok-scanner.c:1769: if (g_strcasecmp (pAccessMethod->Name, NameAccessMethod) == 0)
Created attachment 122813 [details] [review] Remove dep functions and some cleanup This adds a new file gok-util.c/h for new utf8 string functions and possibly other things.
Gerd: So can your patch get in for 2.25.91?
I've committed a modified version of the patch. (without adding new files)