]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Fix GtkRadioAction:group and GtkRadioButton:group bindings
authorJürg Billeter <j@bitron.ch>
Sun, 20 Jun 2010 19:08:07 +0000 (21:08 +0200)
committerJürg Billeter <j@bitron.ch>
Sun, 20 Jun 2010 19:08:07 +0000 (21:08 +0200)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index 71147e3e4ec752f2567ea123ecf15dfdc0b5f606..a00981a8001479446452bd8ca03c6c99e39103b3 100644 (file)
@@ -2668,6 +2668,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; }
@@ -2689,6 +2690,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 b3adf5cd766e8abfc8c333a564e429b5e7e3f481..2dc8e435f35ffd958accdba54a32e4d90222ee96 100644 (file)
@@ -405,12 +405,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"