[gtk+] gtktextview: fix < public > comment



commit 64eca0bb2dad94164d38a89797bf7a439a321b48
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri May 20 09:08:08 2016 +0200

    gtktextview: fix < public > comment
    
    This was causing problems with the gtk# scanner

 gtk/gtktextview.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h
index 0cf15c6..b0a3d8e 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]