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 568886 - don't rely on GtkAction implementation details
don't rely on GtkAction implementation details
Status: RESOLVED OBSOLETE
Product: general
Classification: Other
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: Unknown User
Unknown User
Depends on: 568848 568880 568881 568882 568883 568885 568887 568889 568890 568892 568894 568895 568896 568897 568898
Blocks:
 
 
Reported: 2009-01-23 17:49 UTC by Christian Persch
Modified: 2020-11-12 14:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2009-01-23 17:49:59 UTC
From epiphany bug 568848:

While testing some GtkAction changes in GTK+ trunk, I've found that epiphany
uses
g_object_get_data (widget, "gtk-action") to get at the action associated with a
widget in some places. 

Please don't do that. We consider that undocumented object data an
implementation detail, and it will go away at some point. Instead, use the
documented api  for this: gtk_widget_get_action.

This bugs tracks this problem in the affected modules.