mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-19 08:30:09 +00:00
Seal GtkRadioMenuItem.
* gtk/gtkradiomenuitem.h: Seal member field. svn path=/trunk/; revision=20530
This commit is contained in:
parent
a346897fc5
commit
a0782663f6
@ -52,7 +52,7 @@ struct _GtkRadioMenuItem
|
||||
{
|
||||
GtkCheckMenuItem check_menu_item;
|
||||
|
||||
GSList *group;
|
||||
GSList *GSEAL (group);
|
||||
};
|
||||
|
||||
struct _GtkRadioMenuItemClass
|
||||
|
Loading…
Reference in New Issue
Block a user