summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-11-24 19:57:10 -0500
committerCarlos Garnacho <carlosg@gnome.org>2010-12-04 15:39:45 +0100
commit53c2114356ed4e008519866946d5171d13dc0ff7 (patch)
tree21693356e7c1a80e2667e3881474ae3ad1d7ffea /gtk/gtkicontheme.h
parente9ef162d4cd5d79629659237af27c1507d4e7173 (diff)
downloadgtk+-53c2114356ed4e008519866946d5171d13dc0ff7.tar.gz
Deprecate gtk_icon_info_load_symbolic_for_style
We might end removing it altogether since it is a bit silly to have Since: 3.0 Deprecated: 3.0
Diffstat (limited to 'gtk/gtkicontheme.h')
-rw-r--r--gtk/gtkicontheme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h
index 07042ef35a..9ee87e16f1 100644
--- a/gtk/gtkicontheme.h
+++ b/gtk/gtkicontheme.h
@@ -183,11 +183,13 @@ GdkPixbuf * gtk_icon_info_load_symbolic_for_context (GtkIconInfo
GtkStyleContext *context,
gboolean *was_symbolic,
GError **error);
+#ifndef GTK_DISABLE_DEPRECATED
GdkPixbuf * gtk_icon_info_load_symbolic_for_style (GtkIconInfo *icon_info,
GtkStyle *style,
GtkStateType state,
gboolean *was_symbolic,
GError **error);
+#endif
void gtk_icon_info_set_raw_coordinates (GtkIconInfo *icon_info,
gboolean raw_coordinates);