GNOME Bugzilla – Bug 628935
add gtk_radio_button_join_group method for bindings
Last modified: 2010-09-10 18:05:04 UTC
* this mirrors the committed change for gtk_radio_action_join_group in commit 85b53969b24d318b219663841e678943516f443a * Due to object ownership issues it is impossible to correctly use get_group/set_group from a GI binding * join_group is safer because at the binding level it works with individual GtkRadioButton objects and not with the list of objects that gets modified in the library
Created attachment 169639 [details] [review] add gtk_radio_button_join_group method for bindings
Created attachment 169643 [details] [review] add gtk_radio_button_join_group method for bindings * this mirrors the committed change for gtk_radio_action_join_group in commit 85b53969b24d318b219663841e678943516f443a * Due to object ownership issues it is impossible to correctly use get_group/set_group from a GI binding * join_group is safer because at the binding level it works with individual GtkRadioButton objects and not with the list of objects that gets modified in the library