*gtk/gtkfixed.h: seal members.

svn path=/trunk/; revision=20512
This commit is contained in:
Tim Janik 2008-06-20 10:59:53 +00:00
parent 2c8371202a
commit 6e1e3c5942

View File

@ -54,7 +54,7 @@ struct _GtkFixed
{
GtkContainer container;
GList *children;
GList *GSEAL (children);
};
struct _GtkFixedClass