summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-08-13 09:09:22 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-08-13 09:18:08 -0400
commit7450277708e23a54ae97959a4fda675edf902f49 (patch)
tree05ec651c32784eb47c3bd9429726d6a0720e3096 /gtk/gtktextview.h
parentfc09560d13674310d5c6dc4080a3c830ee66013d (diff)
downloadgtk+-7450277708e23a54ae97959a4fda675edf902f49.tar.gz
GtkTextView: Change draw_layer signature
Vfuncs should really take 'this' of the right type - the type that the vfunc is added in.
Diffstat (limited to 'gtk/gtktextview.h')
-rw-r--r--gtk/gtktextview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h
index aaa03562f8..1fdbcccc0b 100644
--- a/gtk/gtktextview.h
+++ b/gtk/gtktextview.h
@@ -139,8 +139,8 @@ struct _GtkTextViewClass
GtkTextBuffer * (* create_buffer) (GtkTextView *text_view);
- void (* draw_layer) (GtkWidget *widget,
- GtkTextViewLayer layer,
+ void (* draw_layer) (GtkTextView *text_view,
+ GtkTextViewLayer layer,
cairo_t *cr);
/* Padding for future expansion */