summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 11:12:43 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 11:13:11 -0500
commitf116f0071e3a0f03c973532bceee30b3221e5b3f (patch)
tree59345de684a4d0d2b96d34aa9caa49243f895c7d /gtk/gtkimage.h
parent98a67d969732841e185cc116529e1dc74fffbf3b (diff)
downloadgtk+-f116f0071e3a0f03c973532bceee30b3221e5b3f.tar.gz
docs: use links instead of <xref>
Diffstat (limited to 'gtk/gtkimage.h')
-rw-r--r--gtk/gtkimage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkimage.h b/gtk/gtkimage.h
index 18e26e25a6..3e18fa5eb6 100644
--- a/gtk/gtkimage.h
+++ b/gtk/gtkimage.h
@@ -52,8 +52,7 @@ typedef struct _GtkImageClass GtkImageClass;
* GtkImageType:
* @GTK_IMAGE_EMPTY: there is no image displayed by the widget
* @GTK_IMAGE_PIXBUF: the widget contains a #GdkPixbuf
- * @GTK_IMAGE_STOCK: the widget contains a stock icon name (see
- * <xref linkend="gtk3-Stock-Items"/>)
+ * @GTK_IMAGE_STOCK: the widget contains a [stock item name][gtkstock]
* @GTK_IMAGE_ICON_SET: the widget contains a #GtkIconSet
* @GTK_IMAGE_ANIMATION: the widget contains a #GdkPixbufAnimation
* @GTK_IMAGE_ICON_NAME: the widget contains a named icon.