]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: fix nullability of ColorChooserDialog constructor arguments
authorEvan Nemerson <evan@coeus-group.com>
Mon, 22 Oct 2012 00:52:54 +0000 (17:52 -0700)
committerJürg Billeter <j@bitron.ch>
Sun, 11 Nov 2012 13:04:00 +0000 (14:04 +0100)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index 86a30391eda26fd398f13767c5c6b698be130baf..6d51ac2ce7134fceff197af00a726197b928ca1e 100644 (file)
@@ -1373,7 +1373,7 @@ namespace Gtk {
        [CCode (cheader_filename = "gtk/gtk.h")]
        public class ColorChooserDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable, Gtk.ColorChooser {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
-               public ColorChooserDialog (string title, Gtk.Window parent);
+               public ColorChooserDialog (string? title, Gtk.Window? parent);
                [NoAccessorMethod]
                public bool show_editor { get; set; }
        }
index 697f2bb82da5e74f67b136504af7e63f9cd1736c..c7a4e23d9bd3e89758590b4010c3f24856f165c4 100644 (file)
@@ -203,6 +203,7 @@ gtk_color_button_get_rgba type_name="Gdk.RGBA"
 gtk_color_button_get_rgba.rgba hidden="1"
 gtk_color_chooser_get_rgba type_name="Gdk.RGBA"
 gtk_color_chooser_get_rgba.color hidden="1"
+gtk_color_chooser_dialog_new.* nullable="1"
 GtiColorSelection:current-color deprecated_since="3.4" replacement="current_rgba"
 gtk_color_selection_get_current_color deprecated_since="3.4" replacement="get_current_rgba"
 gtk_color_selection_get_current_color.color is_out="1"