]> Pileus Git - ~andy/gtk/commitdiff
seal members.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:58 +0000 (10:59 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:58 +0000 (10:59 +0000)
* gtk/gtkmisc.h: seal members.

svn path=/trunk/; revision=20513

gtk/gtkmisc.h

index 94451135abe688cae3c4aed854ea3fa8964e0198..6e34f9ec350768e186341414b7d9cda67a4b03f5 100644 (file)
@@ -53,11 +53,11 @@ struct _GtkMisc
 {
   GtkWidget widget;
   
-  gfloat xalign;
-  gfloat yalign;
+  gfloat GSEAL (xalign);
+  gfloat GSEAL (yalign);
   
-  guint16 xpad;
-  guint16 ypad;
+  guint16 GSEAL (xpad);
+  guint16 GSEAL (ypad);
 };
 
 struct _GtkMiscClass