From cdb3271346e18e87432e0993dec35cde6a917b08 Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Fri, 20 May 2016 09:08:08 +0200 Subject: gtktextview: fix < public > comment This was causing problems with the gtk# scanner --- gtk/gtktextview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h index 0cf15c6f19..b0a3d8e69b 100644 --- a/gtk/gtktextview.h +++ b/gtk/gtktextview.h @@ -164,7 +164,7 @@ struct _GtkTextViewClass { GtkContainerClass parent_class; - /*< public */ + /*< public >*/ void (* populate_popup) (GtkTextView *text_view, GtkWidget *popup); -- cgit v1.2.1