diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-10-11 15:03:46 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-10-11 15:03:46 -0400 |
commit | 9e0efc5022400b003725838af5a1c173ebea0bd1 (patch) | |
tree | cb84d7101c386aee87dc44edfe39a051d1b8e82e /gtk/gtkicontheme.h | |
parent | 8f078992fd1981848113e12883db3f4e15e31cd1 (diff) | |
download | gtk+-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/gtkicontheme.h')
-rw-r--r-- | gtk/gtkicontheme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h index 43363a11b4..71844bbdbf 100644 --- a/gtk/gtkicontheme.h +++ b/gtk/gtkicontheme.h @@ -212,6 +212,7 @@ GdkPixbuf * gtk_icon_info_load_symbolic_for_context (GtkIconInfo gboolean *was_symbolic, GError **error); #ifndef GTK_DISABLE_DEPRECATED +GDK_DEPRECATED_FOR(gtk_icon_info_load_symbol_for_context) GdkPixbuf * gtk_icon_info_load_symbolic_for_style (GtkIconInfo *icon_info, GtkStyle *style, GtkStateType state, |