diff options
author | Benjamin Otte <otte@redhat.com> | 2018-03-16 03:38:50 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-03-16 06:04:44 +0100 |
commit | bcf1aa7cb2cc019144bbe405976aad59d08126c1 (patch) | |
tree | 6d4f6f638f3b7673dd678fe03ced095de1f1e065 /gtk/gtktooltip.h | |
parent | d1be2b29cf6a68f721c4707879930e7d9750824a (diff) | |
download | gtk+-bcf1aa7cb2cc019144bbe405976aad59d08126c1.tar.gz |
tooltips: Make icon a paintable
Diffstat (limited to 'gtk/gtktooltip.h')
-rw-r--r-- | gtk/gtktooltip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktooltip.h b/gtk/gtktooltip.h index 1c826d5b4a..b5c634d8ec 100644 --- a/gtk/gtktooltip.h +++ b/gtk/gtktooltip.h @@ -43,7 +43,7 @@ void gtk_tooltip_set_text (GtkTooltip *tooltip, const gchar *text); GDK_AVAILABLE_IN_ALL void gtk_tooltip_set_icon (GtkTooltip *tooltip, - GdkTexture *texture); + GdkPaintable *paintable); GDK_AVAILABLE_IN_ALL void gtk_tooltip_set_icon_from_icon_name (GtkTooltip *tooltip, const gchar *icon_name); |