GNOME Bugzilla – Bug 671770
Add deprecation attributes to deprecated functions
Last modified: 2012-07-07 16:00:37 UTC
This is using the newly introduce G_DEPRECATED macros from GLib. Traditional deprecation guards are still in place.
Created attachment 209382 [details] [review] Add deprecation attributes to deprecated functions
ping
Comment on attachment 209382 [details] [review] Add deprecation attributes to deprecated functions Sorry... this fell off my radar >+G_DEPRECATED > const char *soup_message_headers_get (SoupMessageHeaders *hdrs, should be G_DEPRECATED_FOR(soup_message_headers_get_one or soup_message_headers_get_list) (pretty sure the macro lets you do that...) OK to commit assuming that does work. (Though bonus points if you also write a patch to fix the soup-cache.c warnings this will cause...)
Hey Dan, Ive committed the patch with your comments commit 804281853d8a683bfdb61310827c16101fe8414b
Created attachment 218099 [details] [review] Replace deprecated symbols ... But I want the extra points so here the patch to replace the deprecation warnings ;)
Used this: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
Comment on attachment 218099 [details] [review] Replace deprecated symbols great. thanks!
Comment on attachment 218099 [details] [review] Replace deprecated symbols 40632ba129a178ddb4fe6ffb5164c9a1071cb323