]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0: Fix GtkRadioAction:group and GtkRadioButton:group bindings
authorLuca Bruno <lethalman88@gmail.com>
Wed, 16 Jun 2010 18:35:40 +0000 (20:35 +0200)
committerJürg Billeter <j@bitron.ch>
Sun, 20 Jun 2010 19:07:03 +0000 (21:07 +0200)
Fixes bug 621754.

vapi/gtk+-2.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata

index c09d2e3a7912c0089e5e9979572ed543f19e0bc0..fed1382747623fc45b26f6dc638dbf87343302a6 100644 (file)
@@ -2983,6 +2983,7 @@ namespace Gtk {
                public void set_current_value (int current_value);
                public void set_group (GLib.SList<Gtk.RadioAction> group);
                public int current_value { get; set; }
+               [NoAccessorMethod]
                public Gtk.RadioAction group { set; }
                [NoAccessorMethod]
                public int value { get; set; }
@@ -3004,6 +3005,7 @@ namespace Gtk {
                public RadioButton.with_mnemonic (GLib.SList<Gtk.RadioButton>? group, string label);
                [CCode (type = "GtkWidget*", has_construct_function = false)]
                public RadioButton.with_mnemonic_from_widget (Gtk.RadioButton radio_group_member, string label);
+               [NoAccessorMethod]
                public Gtk.RadioButton group { set; }
                public virtual signal void group_changed ();
        }
index d340044c0eb4aeba6ed54c570a61cc2b068857b5..7b04c710c0ef711e14eeb733a28b6c667a1bbb61 100644 (file)
@@ -402,12 +402,14 @@ GtkProgress hidden="1"
 GtkProgressBar base_class="GtkWidget"
 GtkProgressClass hidden="1"
 gtk_quit_add_full hidden="1"
+GtkRadioAction:group accessor_method="0"
 gtk_radio_action_new.label nullable="1"
 gtk_radio_action_new.tooltip nullable="1"
 gtk_radio_action_new.stock_id nullable="1"
 gtk_radio_action_get_group type_arguments="RadioAction"
 gtk_radio_action_set_group.group type_arguments="RadioAction"
 GtkRadioActionEntry is_value_type="1"
+GtkRadioButton:group accessor_method="0"
 gtk_radio_button_get_group type_arguments="RadioButton"
 gtk_radio_button_new.group nullable="1" type_arguments="RadioButton"
 gtk_radio_button_new_with_label.group nullable="1" type_arguments="RadioButton"