GNOME Bugzilla – Bug 671772
Add deprecation attributes to deprecated functions
Last modified: 2012-08-27 15:59:15 UTC
This is using the newly introduce G_DEPRECATED macros from GLib. Traditional deprecation guards are still in place.
Created attachment 209387 [details] [review] Add deprecation attributes to deprecated functions
ping
Review of attachment 209387 [details] [review]: Looks fine to me
Review of attachment 209387 [details] [review]: Please commit after doing the small change suggested below. ::: configure.ac @@ +137,3 @@ AC_SUBST(XLIB_LIBS) +GLIB_REQUIRED_VERSION=2.31 Either move all versions to such variable (gtk+-3.0 and gthread-2.0), or do not create a GLIB_REQUIRED_VERSION variable.
Comment on attachment 209387 [details] [review] Add deprecation attributes to deprecated functions commited with your comments, thanks for the review commit cbc1c00f27777400e80582c1264e3061786e6845