forked from AuroraMiddleware/gtk
Revert "Move the /*< private >*/ at the correct position"
All the object structures is opaque
This reverts commit c59ca4f6b9
.
This commit is contained in:
parent
dadf5c331a
commit
65e045f5f4
@ -45,9 +45,9 @@ typedef struct _GtkGridClass GtkGridClass;
|
||||
|
||||
struct _GtkGrid
|
||||
{
|
||||
/*< private >*/
|
||||
GtkContainer container;
|
||||
|
||||
/*< private >*/
|
||||
GtkGridPrivate *priv;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user