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 560444 - GNOME Goal: Remove deprecated GLib symbols
GNOME Goal: Remove deprecated GLib symbols
Status: RESOLVED FIXED
Product: librsvg
Classification: Core
Component: general
2.22.x
Other Linux
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks: 560423
 
 
Reported: 2008-11-12 02:58 UTC by Luis Menina
Modified: 2008-11-22 16:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
patch to remove deprecated GLib symbols (595 bytes, patch)
2008-11-13 07:50 UTC, Travis Veralrud
none Details | Review

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

librsvg/gtk-engine/svg-rc-style.c:727:      g_scanner_freeze_symbol_table(scanner);
librsvg/gtk-engine/svg-rc-style.c:732:      g_scanner_thaw_symbol_table(scanner);
Comment 1 Travis Veralrud 2008-11-13 07:50:38 UTC
Created attachment 122548 [details] [review]
patch to remove deprecated GLib symbols

From Lexical Scanner doc:
"There is no reason to use this macro, since it does nothing."
Comment 2 Dominic Lachowicz 2008-11-22 16:22:52 UTC
Thanks!