summaryrefslogtreecommitdiff
path: root/gtk/gtktextutil.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-03-26 06:49:55 +0200
committerBenjamin Otte <otte@redhat.com>2018-03-26 18:16:37 +0200
commit9afbf02bc219997c0a57df2460c48604876a8d3f (patch)
treed69d1a01dd3507e1d8c53e585f164a26e758db7d /gtk/gtktextutil.h
parent3f28a6851bda996bfcdbd79b1adbf0aa4cf0ef94 (diff)
downloadgtk+-9afbf02bc219997c0a57df2460c48604876a8d3f.tar.gz
textview: Port dnd icon to be a GdkPaintable
Diffstat (limited to 'gtk/gtktextutil.h')
-rw-r--r--gtk/gtktextutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextutil.h b/gtk/gtktextutil.h
index 8f6a12d9ae..a657e586ce 100644
--- a/gtk/gtktextutil.h
+++ b/gtk/gtktextutil.h
@@ -41,7 +41,7 @@ void _gtk_text_util_append_special_char_menuitems (GtkMenuShell *me
GdkPaintable * gtk_text_util_create_drag_icon (GtkWidget *widget,
gchar *text,
gsize len);
-cairo_surface_t * _gtk_text_util_create_rich_drag_icon (GtkWidget *widget,
+GdkPaintable * gtk_text_util_create_rich_drag_icon (GtkWidget *widget,
GtkTextBuffer *buffer,
GtkTextIter *start,
GtkTextIter *end);