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 622371 - [gseal] Need gtk_accessible_set_widget
[gseal] Need gtk_accessible_set_widget
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 597610 612490
 
 
Reported: 2010-06-22 10:16 UTC by Vincent Untz
Modified: 2011-02-04 16:12 UTC
See Also:
GNOME target: 3.0
GNOME version: ---


Attachments
Add gtk_accessible_set_widget() (1.74 KB, patch)
2010-06-22 10:30 UTC, Vincent Untz
none Details | Review

Description Vincent Untz 2010-06-22 10:16:38 UTC
libwnck does this while implementing a subclass of GtkAccessible:

  gtk_accessible->widget = widget;

This is obviously not gseal-safe. We probably need gtk_accessible_set_widget().
Comment 2 Vincent Untz 2010-06-22 10:31:15 UTC
Ignore the reference to bug 615557, stupid mistake.
Comment 3 Federico Mena Quintero 2010-06-22 17:18:42 UTC
Pushed to master as abfc6f8f, without the erroneous bug reference.  Thanks, Saint Vincent.