GNOME Bugzilla – Bug 559582
Cleanups for -DG_DISABLE_DEPRECATED
Last modified: 2009-12-28 09:30:10 UTC
Attaching a patch.
Created attachment 122091 [details] [review] patch
Committed, thanks. Some of these changes (under plugins/audiocd/) are in code copied from sound-juicer. I notice you've filed a few of these bugs against other modules - is s-j on your list?
Yes, I've tested sound-juicer and found no problems there.
Changes were made to those sound-juicer copied files and never committed to sound-juicer itself, and I can't find a bug opened against sound-juicer for those changes either.
Fixed in sound-juicer now.
Created attachment 149054 [details] [review] g_mapped_file_free I've reopened this bug because there is a deprecated glib symbol in use: g_mapped_file_free()
Comment on attachment 149054 [details] [review] g_mapped_file_free committed, thanks. I think it'd be better to open new bugs rather than reopening this one in future.
Created attachment 150403 [details] [review] Substitute g_volume_* and g_mount_* deprecated symbols
Created attachment 150404 [details] [review] Use GNOME_MAINTAINER_MODE_DEFINES macro This macro will notify you if you use deprecated symbols
You attached the wrong patch there - it seems to be for bug 595425 (GSEAL) rather than this one.
Created attachment 150468 [details] [review] Substitute g_volume_* and g_mount_* deprecated symbols.v2 Oops, sorry Jonathan, here the correct patch
Comment on attachment 150468 [details] [review] Substitute g_volume_* and g_mount_* deprecated symbols.v2 I committed a slightly different version of this