summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-12 12:01:04 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-12 12:01:04 -0400
commit929a56e53cddb56e9057ff6c3aa2d968ce31a103 (patch)
tree65742eabdc7437b5c8a8712b3cc64b27e56ab94d /gtk/gtkimage.h
parent6ed1c181eeb5c59915300eea821b8008c18f25b3 (diff)
downloadgtk+-929a56e53cddb56e9057ff6c3aa2d968ce31a103.tar.gz
Clean up lots of GTK+ -> GTK
Replace most remaining uses of GTK+ in the docs and user-visible strings by GTK. Also remove some leftover "Was added in 3.x" sentences from the docs.
Diffstat (limited to 'gtk/gtkimage.h')
-rw-r--r--gtk/gtkimage.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/gtk/gtkimage.h b/gtk/gtkimage.h
index 8fc26a5e47..6700b3d525 100644
--- a/gtk/gtkimage.h
+++ b/gtk/gtkimage.h
@@ -45,12 +45,9 @@ typedef struct _GtkImage GtkImage;
/**
* GtkImageType:
* @GTK_IMAGE_EMPTY: there is no image displayed by the widget
- * @GTK_IMAGE_ICON_NAME: the widget contains a named icon.
- * This image type was added in GTK+ 2.6
- * @GTK_IMAGE_GICON: the widget contains a #GIcon.
- * This image type was added in GTK+ 2.14
- * @GTK_IMAGE_PAINTABLE: the widget contains a #GdkPaintable.
- * This image type was added in GTK+ 3.96
+ * @GTK_IMAGE_ICON_NAME: the widget contains a named icon
+ * @GTK_IMAGE_GICON: the widget contains a #GIcon
+ * @GTK_IMAGE_PAINTABLE: the widget contains a #GdkPaintable
*
* Describes the image data representation used by a #GtkImage. If you
* want to get the image from the widget, you can only get the