diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-01-14 13:49:08 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-14 13:51:09 -0500 |
commit | 1b0ef71696bdfdba34834bba995d6771ec3ae742 (patch) | |
tree | b57198a7c5a4eb5c8cba7ba93a4833250712f800 /gtk/gtkiconthemeprivate.h | |
parent | 7d717c8113dc25690088f1e81449e32e8f337a06 (diff) | |
download | gtk+-1b0ef71696bdfdba34834bba995d6771ec3ae742.tar.gz |
icon theme: Export recoloring function
This will be used in subsequent commits.
https://bugzilla.gnome.org/show_bug.cgi?id=760536
Diffstat (limited to 'gtk/gtkiconthemeprivate.h')
-rw-r--r-- | gtk/gtkiconthemeprivate.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtkiconthemeprivate.h b/gtk/gtkiconthemeprivate.h index ca9d5177b0..0144134784 100644 --- a/gtk/gtkiconthemeprivate.h +++ b/gtk/gtkiconthemeprivate.h @@ -31,4 +31,11 @@ GtkIconInfo *gtk_icon_info_new_for_file (GFile *file, gint size, gint scale); +GdkPixbuf * gtk_icon_theme_color_symbolic_pixbuf (GdkPixbuf *symbolic, + const GdkRGBA *fg_color, + const GdkRGBA *success_color, + const GdkRGBA *warning_color, + const GdkRGBA *error_color); + + #endif /* __GTK_ICON_THEME_PRIVATE_H__ */ |