]> 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)
committerEvan Nemerson <evan@coeus-group.com>
Fri, 19 Oct 2012 21:46:12 +0000 (14:46 -0700)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index 9b35a5272909facf25bcfff596e8c2eb2e32bddc..33a5fb87cbeecc25cdef21c756cc7ac9c3505197 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 53ff29e85cddd88ea852eec60dbc722cc6c06a54..4ff88c84d8f1f964e94e926c59d036590ec81b28 100644 (file)
@@ -296,6 +296,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"