Seal GtkRadioButton.

* gtk/gtkradiobutton.h: seal member field.

svn path=/trunk/; revision=20529
This commit is contained in:
Tim Janik
2008-06-20 11:01:29 +00:00
parent 4e1a46ebc3
commit a346897fc5

View File

@ -53,7 +53,7 @@ struct _GtkRadioButton
{ {
GtkCheckButton check_button; GtkCheckButton check_button;
GSList *group; GSList *GSEAL (group);
}; };
struct _GtkRadioButtonClass struct _GtkRadioButtonClass