GNOME Bugzilla – Bug 619493
Mark two functions from GtkAdjustment's public API deprecated
Last modified: 2015-05-10 06:37:22 UTC
Created attachment 161838 [details] [review] Patch that deprecates two functions Since GtkAdjustment has all public fields GSEALed, having gtk_adjustment_changed() and gtk_adjustment_value_changed() around is pointless. Accessors will emit proper signals automatically.
2.22 has been released. Change target milestore to 2.24
Created attachment 222500 [details] [review] Patch that marks two functions as deprecated. This is an updated patch, based on latest master.