[gtk+] Revert "Move the /*< private >*/ at the correct position"



commit 1f1e7c37ad31f0eefb525129775ac40c161bdba0
Author: Javier Jardón <jjardon gnome org>
Date:   Wed Nov 3 03:37:13 2010 +0100

    Revert "Move the /*< private >*/ at the correct position"
    
    All the object structures is opaque
    This reverts commit c59ca4f6b9c144c59cac6288862e7a59eaa7a2cc.

 gtk/gtkgrid.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkgrid.h b/gtk/gtkgrid.h
index 75be807..530ef0b 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;
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]