mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-19 00:20:09 +00:00
Seal GtkRadioButton.
* gtk/gtkradiobutton.h: seal member field. svn path=/trunk/; revision=20529
This commit is contained in:
parent
4e1a46ebc3
commit
a346897fc5
@ -53,7 +53,7 @@ struct _GtkRadioButton
|
||||
{
|
||||
GtkCheckButton check_button;
|
||||
|
||||
GSList *group;
|
||||
GSList *GSEAL (group);
|
||||
};
|
||||
|
||||
struct _GtkRadioButtonClass
|
||||
|
Loading…
Reference in New Issue
Block a user