GNOME Bugzilla – Bug 673439
Properly deprecate g_value_{set,get}_char
Last modified: 2012-04-03 16:27:11 UTC
GLIB_DEPRECATED_IN_2_32_FOR ftw!
Created attachment 211228 [details] [review] use GLIB_DEPRECATED_IN_2_32_FOR to deprecate g_value_{g,s}et_schar
Review of attachment 211228 [details] [review]: Looks correct.
Attachment 211228 [details] pushed as 091d652 - use GLIB_DEPRECATED_IN_2_32_FOR to deprecate g_value_{g,s}et_schar
Shouldn't this be pushed to 2.30 branch as well?
(In reply to comment #4) > Shouldn't this be pushed to 2.30 branch as well? No, because GLIB_DEPRECATED_FOR is new in 2.32.
ah, the commit message is wrong, but the patch is right. (it's the _char methods that are deprecated, not the _schar ones)
(In reply to comment #5) > (In reply to comment #4) > > Shouldn't this be pushed to 2.30 branch as well? > > No, because GLIB_DEPRECATED_FOR is new in 2.32. Sorry I meant 2.32 branch but glib did not branch yet it seems.