summaryrefslogtreecommitdiff
path: root/gtk/gtkgrid.h
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-11-03 03:37:13 +0100
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-11-05 22:19:49 +0900
commit65e045f5f4a1b22e535962bfbf4d9444986cc0b0 (patch)
treeb9696e7a3a044e13cc4d60c607892abaff49cf58 /gtk/gtkgrid.h
parentdadf5c331ae5aca6ed616776d7ad359243558c4b (diff)
downloadgtk+-65e045f5f4a1b22e535962bfbf4d9444986cc0b0.tar.gz
Revert "Move the /*< private >*/ at the correct position"
All the object structures is opaque This reverts commit c59ca4f6b9c144c59cac6288862e7a59eaa7a2cc.
Diffstat (limited to 'gtk/gtkgrid.h')
-rw-r--r--gtk/gtkgrid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkgrid.h b/gtk/gtkgrid.h
index 75be807e5b..530ef0be25 100644
--- a/gtk/gtkgrid.h
+++ b/gtk/gtkgrid.h
@@ -45,9 +45,9 @@ typedef struct _GtkGridClass GtkGridClass;
struct _GtkGrid
{
+ /*< private >*/
GtkContainer container;
- /*< private >*/
GtkGridPrivate *priv;
};