API Version: 3.0
Library Version: 3.24
Generated by gi-docgen 2024.2
GSList* gtk_radio_button_get_group ( GtkRadioButton* radio_button )
Retrieves the group assigned to a radio button.
Type: A list of None
None
A linked list containing all the radio buttons in the same group as radio_button. The returned list is owned by the radio button and must not be modified or freed.
radio_button