gtktextview: fix < public > comment

This was causing problems with the gtk# scanner
This commit is contained in:
Ignacio Casal Quinteiro
2016-05-20 09:08:08 +02:00
parent 1e419a94b5
commit cdb3271346

View File

@@ -164,7 +164,7 @@ struct _GtkTextViewClass
{
GtkContainerClass parent_class;
/*< public */
/*< public >*/
void (* populate_popup) (GtkTextView *text_view,
GtkWidget *popup);