]> 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)
committerJürg Billeter <j@bitron.ch>
Sun, 11 Nov 2012 13:03:53 +0000 (14:03 +0100)
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 dde406058c541c8ff1e40de9b3a69b1048e8bbc6..6db49342f458e1a752b0b2deed08aa1d127a63ae 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 edc748f91b5944d2838bb2a0ccbb7845049f8fd5..86a30391eda26fd398f13767c5c6b698be130baf 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 6ea385a1b7b119507835fb482c2bba51046561fe..d15d6b0b7bc060d75740c42463bcf4a33f9f64e8 100644 (file)
@@ -469,6 +469,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 af19b3518ebe7ef92f5a8fc8e0ee190c1120be4d..697f2bb82da5e74f67b136504af7e63f9cd1736c 100644 (file)
@@ -587,6 +587,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"