diff options
author | Timm Bäder <mail@baedert.org> | 2016-02-06 09:24:36 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2016-02-07 19:16:26 +0100 |
commit | 0bd6c48315079978f36d00e2681d94ae8e504c78 (patch) | |
tree | df5e7a342a3f050884971b4e914224bafbef290b /gtk/gtkiconhelperprivate.h | |
parent | 0c80210685e2b60addbd7dd22c86b8536a79b142 (diff) | |
download | gtk+-0bd6c48315079978f36d00e2681d94ae8e504c78.tar.gz |
Add and use gtk_icon_helper_invalidate_for_change
Diffstat (limited to 'gtk/gtkiconhelperprivate.h')
-rw-r--r-- | gtk/gtkiconhelperprivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkiconhelperprivate.h b/gtk/gtkiconhelperprivate.h index f4bdcd4817..185c2715de 100644 --- a/gtk/gtkiconhelperprivate.h +++ b/gtk/gtkiconhelperprivate.h @@ -140,6 +140,9 @@ void _gtk_icon_helper_set_force_scale_pixbuf (GtkIconHelper *self, void gtk_icon_helper_invalidate (GtkIconHelper *self); +void gtk_icon_helper_invalidate_for_change (GtkIconHelper *self, + GtkCssStyleChange *change); + G_END_DECLS #endif /* __GTK_ICON_HELPER_H__ */ |