]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: mark Gtk.FontChooserDialog construtor arguments as nullable
authorEvan Nemerson <evan@coeus-group.com>
Fri, 19 Oct 2012 21:45:29 +0000 (14:45 -0700)
committerJürg Billeter <j@bitron.ch>
Sun, 11 Nov 2012 13:00:56 +0000 (14:00 +0100)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index ba596bd94b98aaf910f1acb8b65796fe876122ed..6b53f7693ee1a08eba47bf4ceee336eb10a47405 100644 (file)
@@ -1998,7 +1998,7 @@ namespace Gtk {
        [CCode (cheader_filename = "gtk/gtk.h")]
        public class FontChooserDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable, Gtk.FontChooser {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
-               public FontChooserDialog (string title, Gtk.Window parent);
+               public FontChooserDialog (string? title, Gtk.Window? parent);
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
        public class FontChooserWidget : Gtk.Box, Atk.Implementor, Gtk.Buildable, Gtk.Orientable, Gtk.FontChooser {
index de342b5bd5807d4d738d8ce75fb6d90d8acb1a4d..94d2f764ab98de71e9f43a1062eaaa89fb1e1d11 100644 (file)
@@ -295,6 +295,7 @@ gtk_file_chooser_list_filters transfer_ownership="1" type_arguments="unowned Fil
 gtk_file_chooser_list_shortcut_folder_uris nullable="1" transfer_ownership="1" type_arguments="string"
 gtk_file_chooser_list_shortcut_folders nullable="1" transfer_ownership="1" type_arguments="string"
 GtkFixed.children type_arguments="Widget"
+gtk_font_chooser_dialog_new.* nullable="1"
 gtk_font_chooser_set_filter_func.filter transfer_ownership="1"
 gtk_font_chooser_set_filter_func.data hidden="1"
 gtk_font_chooser_set_filter_func.destroy hidden="1"