gtktextview: fix < public > comment
This was causing problems with the gtk# scanner
This commit is contained in:
@ -164,7 +164,7 @@ struct _GtkTextViewClass
|
||||
{
|
||||
GtkContainerClass parent_class;
|
||||
|
||||
/*< public */
|
||||
/*< public >*/
|
||||
|
||||
void (* populate_popup) (GtkTextView *text_view,
|
||||
GtkWidget *popup);
|
||||
|
||||
Reference in New Issue
Block a user