]> 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)
committerEvan Nemerson <evan@coeus-group.com>
Mon, 22 Oct 2012 00:52:54 +0000 (17:52 -0700)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index fdce84772583e19c82c119a557166ae3441ec232..8adea199ff8813f7e0c8d9cedeaac507b4322a3f 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 2128c78450e138ffa3478cdf69eeaf83b4344651..6e7fb347c67bf895693e9df082911db5b196b6f2 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"