diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-10-23 13:01:52 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-10-23 13:01:52 +0200 |
commit | 24b917165b0c6396dda186452eb194b18541af0d (patch) | |
tree | 81365ecd29cb968412ec3c7de5e85e7d671d388e /gtk/gtkimage.h | |
parent | a1b519a102f48a32b5839f1d2d426cdfd8e919f2 (diff) | |
download | gtk+-24b917165b0c6396dda186452eb194b18541af0d.tar.gz |
Remove stray "stock" references
Diffstat (limited to 'gtk/gtkimage.h')
-rw-r--r-- | gtk/gtkimage.h | 6 |
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 { |