summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.h
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-07-05 15:42:31 +0200
committerMatthias Clasen <mclasen@redhat.com>2013-07-09 06:54:27 -0400
commit4d86472b927d5b72d794f584e6a6108bb78b71d3 (patch)
tree53bca7a75ea68b0c4d59221247e388c765e094e2 /gtk/gtkimage.h
parent16c08ae135c820e2855c8b23d0deee4ed0474a5f (diff)
downloadgtk+-4d86472b927d5b72d794f584e6a6108bb78b71d3.tar.gz
Continue the deprecation of GtkIconSet
Deprecate gtk_icon_set_render_icon_surface() and gtk_image_get_icon_set(), which take parameters of the deprecated GtkIconSet. https://bugzilla.gnome.org/show_bug.cgi?id=703616
Diffstat (limited to 'gtk/gtkimage.h')
-rw-r--r--gtk/gtkimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimage.h b/gtk/gtkimage.h
index a7fede0a88..18e26e25a6 100644
--- a/gtk/gtkimage.h
+++ b/gtk/gtkimage.h
@@ -182,7 +182,7 @@ GDK_DEPRECATED_IN_3_10_FOR(gtk_image_get_icon_name)
void gtk_image_get_stock (GtkImage *image,
gchar **stock_id,
GtkIconSize *size);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_10_FOR(gtk_image_get_icon_name)
void gtk_image_get_icon_set (GtkImage *image,
GtkIconSet **icon_set,
GtkIconSize *size);