summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.h
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-10-23 13:01:52 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2016-10-23 13:01:52 +0200
commit24b917165b0c6396dda186452eb194b18541af0d (patch)
tree81365ecd29cb968412ec3c7de5e85e7d671d388e /gtk/gtkimage.h
parenta1b519a102f48a32b5839f1d2d426cdfd8e919f2 (diff)
downloadgtk+-24b917165b0c6396dda186452eb194b18541af0d.tar.gz
Remove stray "stock" references
Diffstat (limited to 'gtk/gtkimage.h')
-rw-r--r--gtk/gtkimage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkimage.h b/gtk/gtkimage.h
index 17318ff0cc..e187032f0e 100644
--- a/gtk/gtkimage.h
+++ b/gtk/gtkimage.h
@@ -64,9 +64,9 @@ typedef struct _GtkImageClass GtkImageClass;
* want to get the image from the widget, you can only get the
* currently-stored representation. e.g. if the
* gtk_image_get_storage_type() returns #GTK_IMAGE_PIXBUF, then you can
- * call gtk_image_get_pixbuf() but not gtk_image_get_stock(). For empty
- * images, you can request any storage type (call any of the "get"
- * functions), but they will all return %NULL values.
+ * call gtk_image_get_pixbuf(). For empty images, you can request any
+ * storage type (call any of the "get" functions), but they will all
+ * return %NULL values.
*/
typedef enum
{