Fix gtk-doc markup: /* <private> */ should be /*< private >*/
This commit is contained in:
committed by
Tristan Van Berkom
parent
abcfd2d5ef
commit
65dd3460ce
@ -60,7 +60,7 @@ struct _GtkCellRenderer
|
||||
{
|
||||
GInitiallyUnowned parent_instance;
|
||||
|
||||
/* <private> */
|
||||
/*< private >*/
|
||||
GtkCellRendererPrivate *priv;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user