GNOME Bugzilla – Bug 622371
[gseal] Need gtk_accessible_set_widget
Last modified: 2011-02-04 16:12:18 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().
Created attachment 164293 [details] [review] Add gtk_accessible_set_widget() https://bugzilla.gnome.org/show_bug.cgi?id=622371 https://bugzilla.gnome.org/show_bug.cgi?id=615557
Ignore the reference to bug 615557, stupid mistake.
Pushed to master as abfc6f8f, without the erroneous bug reference. Thanks, Saint Vincent.