Move the /*< private >*/ at the correct position
This commit is contained in:
@ -45,9 +45,9 @@ typedef struct _GtkGridClass GtkGridClass;
|
|||||||
|
|
||||||
struct _GtkGrid
|
struct _GtkGrid
|
||||||
{
|
{
|
||||||
/*< private >*/
|
|
||||||
GtkContainer container;
|
GtkContainer container;
|
||||||
|
|
||||||
|
/*< private >*/
|
||||||
GtkGridPrivate *priv;
|
GtkGridPrivate *priv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user