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 711611 - GtkStack: Use new-style property installation/notification
GtkStack: Use new-style property installation/notification
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.9.x
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-11-07 12:58 UTC by David King
Modified: 2013-11-09 16:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use g_object_class_install_properties (6.50 KB, patch)
2013-11-07 12:59 UTC, David King
accepted-commit_now Details | Review
use g_object_notify_by_pspec (2.38 KB, patch)
2013-11-07 13:00 UTC, David King
accepted-commit_now Details | Review

Description David King 2013-11-07 12:58:29 UTC
GtkStack should use g_object_class_install_properties() and g_object_notify_by_pspec().
Comment 1 David King 2013-11-07 12:59:48 UTC
Created attachment 259180 [details] [review]
use g_object_class_install_properties
Comment 2 David King 2013-11-07 13:00:29 UTC
Created attachment 259181 [details] [review]
use g_object_notify_by_pspec
Comment 3 Matthias Clasen 2013-11-09 04:29:08 UTC
Review of attachment 259180 [details] [review]:

sure, why not
Comment 4 Matthias Clasen 2013-11-09 04:29:19 UTC
Review of attachment 259181 [details] [review]:

ok