summaryrefslogtreecommitdiff
path: root/gtk/gtkiconfactory.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-10-11 15:03:46 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-10-11 15:03:46 -0400
commit9e0efc5022400b003725838af5a1c173ebea0bd1 (patch)
treecb84d7101c386aee87dc44edfe39a051d1b8e82e /gtk/gtkiconfactory.h
parent8f078992fd1981848113e12883db3f4e15e31cd1 (diff)
downloadgtk+-9e0efc5022400b003725838af5a1c173ebea0bd1.tar.gz
Add deprecation annotations for deprecated functions
We define our own GDK_DEPRECATED[_FOR] macros for this and allow it to be turned off by defining the GDK_DISABLE_DEPRECATION_WARNINGS macro.
Diffstat (limited to 'gtk/gtkiconfactory.h')
-rw-r--r--gtk/gtkiconfactory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkiconfactory.h b/gtk/gtkiconfactory.h
index 17b0c92651..fe211e551a 100644
--- a/gtk/gtkiconfactory.h
+++ b/gtk/gtkiconfactory.h
@@ -125,6 +125,7 @@ GtkIconSet* gtk_icon_set_copy (GtkIconSet *icon_set);
/* Get one of the icon variants in the set, creating the variant if
* necessary.
*/
+GDK_DEPRECATED_FOR(gtk_icon_set_render_icon_pixbuf)
GdkPixbuf* gtk_icon_set_render_icon (GtkIconSet *icon_set,
GtkStyle *style,
GtkTextDirection direction,