Added GSEAL to GtkAlignment.

* gtk/gtkalignment.h: Seal the object data with GSEAL.

svn path=/trunk/; revision=20479
This commit is contained in:
Tim Janik
2008-06-20 10:56:50 +00:00
parent a72fdab93f
commit b345e36f97

View File

@ -54,10 +54,10 @@ struct _GtkAlignment
{ {
GtkBin bin; GtkBin bin;
gfloat xalign; gfloat GSEAL(xalign);
gfloat yalign; gfloat GSEAL(yalign);
gfloat xscale; gfloat GSEAL(xscale);
gfloat yscale; gfloat GSEAL(yscale);
}; };
struct _GtkAlignmentClass struct _GtkAlignmentClass