summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2019-08-30 20:54:16 +0200
committerTimm Bäder <mail@baedert.org>2019-09-09 17:36:26 +0200
commitf3099afcc5bd331e34521b536362fc21b11bd405 (patch)
tree8332bce4d5e520a296a2a8dfa1939394379a0e56 /gtk/gtkicontheme.h
parent37f8e6aabd8d6953dc197e75a7e8fdf9f4da6fda (diff)
downloadgtk+-f3099afcc5bd331e34521b536362fc21b11bd405.tar.gz
icontheme: Return textures from load_icon{,_for_scale}
Diffstat (limited to 'gtk/gtkicontheme.h')
-rw-r--r--gtk/gtkicontheme.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h
index 5a98d149a1..bf4588ff2b 100644
--- a/gtk/gtkicontheme.h
+++ b/gtk/gtkicontheme.h
@@ -169,13 +169,13 @@ GtkIconInfo * gtk_icon_theme_choose_icon_for_scale (GtkIconTheme
gint scale,
GtkIconLookupFlags flags);
GDK_AVAILABLE_IN_ALL
-GdkPixbuf * gtk_icon_theme_load_icon (GtkIconTheme *icon_theme,
- const gchar *icon_name,
- gint size,
- GtkIconLookupFlags flags,
- GError **error);
+GdkPaintable *gtk_icon_theme_load_icon (GtkIconTheme *icon_theme,
+ const char *icon_name,
+ int size,
+ GtkIconLookupFlags flags,
+ GError **error);
GDK_AVAILABLE_IN_ALL
-GdkPixbuf * gtk_icon_theme_load_icon_for_scale (GtkIconTheme *icon_theme,
+GdkPaintable *gtk_icon_theme_load_icon_for_scale (GtkIconTheme *icon_theme,
const gchar *icon_name,
gint size,
gint scale,