GNOME Bugzilla – Bug 560444
GNOME Goal: Remove deprecated GLib symbols
Last modified: 2008-11-22 16:22:52 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);
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."
Thanks!