Revert "Move the /*< private >*/ at the correct position"

All the object structures is opaque
This reverts commit c59ca4f6b9.
This commit is contained in:
Javier Jardón 2010-11-03 03:37:13 +01:00
parent 4e0a50db9e
commit 1f1e7c37ad

View File

@ -45,9 +45,9 @@ typedef struct _GtkGridClass GtkGridClass;
struct _GtkGrid
{
/*< private >*/
GtkContainer container;
/*< private >*/
GtkGridPrivate *priv;
};