After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619493 - Mark two functions from GtkAdjustment's public API deprecated
Mark two functions from GtkAdjustment's public API deprecated
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
3.5.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
deprecations
Depends on: 619768
Blocks: 619474
 
 
Reported: 2010-05-24 09:14 UTC by Tadej Borovšak
Modified: 2015-05-10 06:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch that deprecates two functions (33.92 KB, patch)
2010-05-24 09:14 UTC, Tadej Borovšak
none Details | Review
Patch that marks two functions as deprecated. (5.92 KB, patch)
2012-08-26 22:12 UTC, Tadej Borovšak
none Details | Review

Description Tadej Borovšak 2010-05-24 09:14:30 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.
Comment 1 Javier Jardón (IRC: jjardon) 2010-09-24 15:23:49 UTC
2.22 has been released. Change target milestore to 2.24
Comment 2 Tadej Borovšak 2012-08-26 22:12:30 UTC
Created attachment 222500 [details] [review]
Patch that marks two functions as deprecated.

This is an updated patch, based on latest master.