Method

GtkRadioMenuItemget_group

Declaration [src]

GSList*
gtk_radio_menu_item_get_group (
  GtkRadioMenuItem* radio_menu_item
)

Description [src]

Returns the group to which the radio menu item belongs, as a GList of GtkRadioMenuItem. The list belongs to GTK+ and should not be freed.

Return value

Type: A list of None

The group of radio_menu_item.

The returned data is owned by the instance.