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 d3adf47d9f
commit 64eca0bb2d

View File

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