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 705372 - gtk_image_menu_item_new_from_stock deprecation warning points to deprecated symbol
gtk_image_menu_item_new_from_stock deprecation warning points to deprecated s...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
3.9.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-08-02 18:42 UTC by Jim Nelson
Modified: 2013-08-14 00:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jim Nelson 2013-08-02 18:42:21 UTC
gtk_image_menu_item_new_from_stock has this warning (https://developer.gnome.org/gtk3/3.9/GtkImageMenuItem.html#gtk-image-menu-item-new-from-stock):

"gtk_image_menu_item_new_from_stock has been deprecated since version 3.10 and should not be used in newly-written code. Use gtk_image_menu_item_new() instead."

gtk_image_menu_item_new has this warning (https://developer.gnome.org/gtk3/3.9/GtkImageMenuItem.html#gtk-image-menu-item-new):

"gtk_image_menu_item_new has been deprecated since version 3.10 and should not be used in newly-written code. Use gtk_menu_item_new() instead."

Is it fair to say that GtkImageMenuItem is completely deprecated, then?
Comment 1 Matthias Clasen 2013-08-14 00:40:54 UTC
Yes, it is completely deprecated