Seal GtkRadioButton.
* gtk/gtkradiobutton.h: seal member field. svn path=/trunk/; revision=20529
This commit is contained in:
@ -53,7 +53,7 @@ struct _GtkRadioButton
|
|||||||
{
|
{
|
||||||
GtkCheckButton check_button;
|
GtkCheckButton check_button;
|
||||||
|
|
||||||
GSList *group;
|
GSList *GSEAL (group);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkRadioButtonClass
|
struct _GtkRadioButtonClass
|
||||||
|
Reference in New Issue
Block a user