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 560559 - GNOME Goal: Remove deprecated GLib symbols
GNOME Goal: Remove deprecated GLib symbols
Status: RESOLVED FIXED
Product: GConf
Classification: Deprecated
Component: gconf
CVS HEAD
Other Linux
: Normal trivial
: ---
Assigned To: GConf Maintainers
GConf Maintainers
Depends on:
Blocks: 560423
 
 
Reported: 2008-11-12 21:18 UTC by Luis Menina
Modified: 2009-01-10 04:55 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
patch replacing deprecated GLib symbols (481 bytes, patch)
2008-11-14 00:26 UTC, Travis Veralrud
committed Details | Review

Description Luis Menina 2008-11-12 21:18:00 UTC
See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib
Here are the files+lines using deprecated GLib symbols in this module:

gconf/gconf/testclient.c:94:  loop = g_main_new(TRUE);
gconf/gconf/testclient.c:98:  g_main_run(loop);
gconf/gconf/testclient.c:102:  g_main_destroy(loop);
Comment 1 Travis Veralrud 2008-11-14 00:26:43 UTC
Created attachment 122620 [details] [review]
patch replacing deprecated GLib symbols

All references to testclient.c are commented out in Makefile.  Here's a patch nonetheless.
Comment 2 Luis Menina 2008-11-14 20:39:53 UTC
Maybe this file could go away then, if it's no more required. What does the maintainer think ?
Comment 3 Matthias Clasen 2008-11-26 04:12:00 UTC
Deleting that file looks like a fine solution to me.
Comment 4 Matthias Clasen 2009-01-10 04:55:35 UTC
2009-01-09  Matthias Clasen  <mclasen@redhat.com>

        Bug 560559 – GNOME Goal: Remove deprecated GLib symbols

        * gconf/testclient.c: Replace deprecated GLib calls. Patch by
        Travis Veralrud.

        * gconf/Makefile.am: Remove commented-out mentions of testclient.c