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 560441 - GNOME Goal: Remove deprecated GLib symbols
GNOME Goal: Remove deprecated GLib symbols
Status: RESOLVED FIXED
Product: gok
Classification: Deprecated
Component: general
2.25.x
Other Linux
: Normal normal
: ---
Assigned To: Gerd Kohlberger
David Bolter
Depends on:
Blocks: 560423
 
 
Reported: 2008-11-12 02:46 UTC by Luis Menina
Modified: 2009-02-11 09:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove dep functions and some cleanup (7.83 KB, patch)
2008-11-16 19:23 UTC, Gerd Kohlberger
none Details | Review

Description Luis Menina 2008-11-12 02:46:30 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)
Comment 1 Gerd Kohlberger 2008-11-16 19:23:45 UTC
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.
Comment 2 André Klapper 2009-02-06 11:37:48 UTC
Gerd: So can your patch get in for 2.25.91?
Comment 3 Gerd Kohlberger 2009-02-11 09:37:59 UTC
I've committed a modified version of the patch. (without adding new files)