]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0, gtk+-3.0: make RadioButton radio_group_member args nullable
authorEvan Nemerson <evan@coeus-group.com>
Mon, 22 Oct 2012 00:39:45 +0000 (17:39 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Mon, 22 Oct 2012 00:39:45 +0000 (17:39 -0700)
vapi/gtk+-2.0.vapi
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index d520c419ade1f9110571405117cb54e64f82ab12..5bcbab5a7b8edd76d841a957d6779e46c598e5dd 100644 (file)
@@ -3261,17 +3261,17 @@ namespace Gtk {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public RadioButton (GLib.SList<Gtk.RadioButton>? group);
                [CCode (has_construct_function = false, type = "GtkWidget*")]
-               public RadioButton.from_widget (Gtk.RadioButton radio_group_member);
+               public RadioButton.from_widget (Gtk.RadioButton? radio_group_member);
                public unowned GLib.SList<Gtk.RadioButton> get_group ();
                public void set_group (GLib.SList<Gtk.RadioButton> group);
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public RadioButton.with_label (GLib.SList<Gtk.RadioButton>? group, string label);
                [CCode (has_construct_function = false, type = "GtkWidget*")]
-               public RadioButton.with_label_from_widget (Gtk.RadioButton radio_group_member, string label);
+               public RadioButton.with_label_from_widget (Gtk.RadioButton? radio_group_member, string label);
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public RadioButton.with_mnemonic (GLib.SList<Gtk.RadioButton>? group, string label);
                [CCode (has_construct_function = false, type = "GtkWidget*")]
-               public RadioButton.with_mnemonic_from_widget (Gtk.RadioButton radio_group_member, string label);
+               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 eb7f6c7645f21461b77ec23505978a9289921b32..fdce84772583e19c82c119a557166ae3441ec232 100644 (file)
@@ -3334,18 +3334,18 @@ namespace Gtk {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public RadioButton (GLib.SList<Gtk.RadioButton>? group);
                [CCode (has_construct_function = false, type = "GtkWidget*")]
-               public RadioButton.from_widget (Gtk.RadioButton radio_group_member);
+               public RadioButton.from_widget (Gtk.RadioButton? radio_group_member);
                public unowned GLib.SList<Gtk.RadioButton> get_group ();
                public void join_group (Gtk.RadioButton group_source);
                public void set_group (GLib.SList<Gtk.RadioButton> group);
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public RadioButton.with_label (GLib.SList<Gtk.RadioButton>? group, string label);
                [CCode (has_construct_function = false, type = "GtkWidget*")]
-               public RadioButton.with_label_from_widget (Gtk.RadioButton radio_group_member, string label);
+               public RadioButton.with_label_from_widget (Gtk.RadioButton? radio_group_member, string label);
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public RadioButton.with_mnemonic (GLib.SList<Gtk.RadioButton>? group, string label);
                [CCode (has_construct_function = false, type = "GtkWidget*")]
-               public RadioButton.with_mnemonic_from_widget (Gtk.RadioButton radio_group_member, string label);
+               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 78846c4b7a50a15b237d2e1af34fa9b7f52eebea..3f6389717949e1b32a9c80721b633e8006fd7712 100644 (file)
@@ -470,6 +470,7 @@ 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_*from_widget.radio_group_member nullable="1"
 gtk_radio_button_new_with_label.group nullable="1" type_arguments="RadioButton"
 gtk_radio_button_new_with_mnemonic.group nullable="1" type_arguments="RadioButton"
 gtk_radio_button_set_group.group type_arguments="RadioButton"
index 706fbb5bb0f8fbf6b667db3ca527d7a14129c04f..2128c78450e138ffa3478cdf69eeaf83b4344651 100644 (file)
@@ -588,6 +588,7 @@ GtkRadioButton:group accessor_method="0"
 GtkRcStyle deprecated_since="3.0" replacement="CssProvider"
 gtk_radio_button_get_group type_arguments="RadioButton"
 gtk_radio_button_new.group nullable="1" type_arguments="RadioButton"
+gtk_radio_button_new_*from_widget.radio_group_member nullable="1"
 gtk_radio_button_new_with_label.group nullable="1" type_arguments="RadioButton"
 gtk_radio_button_new_with_mnemonic.group nullable="1" type_arguments="RadioButton"
 gtk_radio_button_set_group.group type_arguments="RadioButton"