GNOME Bugzilla – Bug 752088
Improve GtkImageMenuItem documentation to reflect deprecation status
Last modified: 2015-07-08 03:19:01 UTC
For widgets that are deprecated, it would be nice to have the widget's short description reflect its deprecation status. For example, on the GtkColorSelection reference page, the description reads: "GtkColorSelection — Deprecated widget used to select a color" (https://developer.gnome.org/gtk3/stable/GtkColorSelection.html) Since GtkImageMenuItem has been entirely deprecated, it would be nice to add this to the description, perhaps something like: "A deprecated widget for a menu item with an icon" (https://developer.gnome.org/gtk3/stable/GtkImageMenuItem.html) This will let developers know right away that the entire widget has been deprecated.
Created attachment 307028 [details] [review] Improved short description for gtkimagemenuitem.c
Review of attachment 307028 [details] [review]: Looks good.