summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktextbuffer.h')
-rw-r--r--gtk/gtktextbuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextbuffer.h b/gtk/gtktextbuffer.h
index a844d94f5b..3ad3b483e3 100644
--- a/gtk/gtktextbuffer.h
+++ b/gtk/gtktextbuffer.h
@@ -271,7 +271,7 @@ gchar *gtk_text_buffer_get_slice (GtkTextBuffer *buffer,
GDK_AVAILABLE_IN_ALL
void gtk_text_buffer_insert_paintable (GtkTextBuffer *buffer,
GtkTextIter *iter,
- GdkPaintable *texture);
+ GdkPaintable *paintable);
/* Insert a child anchor */
GDK_AVAILABLE_IN_ALL