]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0: parent argument to Gtk.show_about_dialog is nullable.
authorMake Massonnet <mike.massonnet@gmail.com>
Wed, 13 Jan 2010 17:36:46 +0000 (09:36 -0800)
committerEvan Nemerson <evan@coeus-group.com>
Wed, 13 Jan 2010 18:03:54 +0000 (10:03 -0800)
Fixes bug 605051.

vapi/gtk+-2.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata

index 1e2f37909fa0c9c6f3c88c6fa623fa7b1b9961e9..3986db90c47026e4817017ad2b39810dcb06e029 100644 (file)
@@ -7699,7 +7699,7 @@ namespace Gtk {
        [CCode (cheader_filename = "gtk/gtk.h")]
        public static unowned string set_locale ();
        [CCode (cheader_filename = "gtk/gtk.h")]
-       public static void show_about_dialog (Gtk.Window parent, ...);
+       public static void show_about_dialog (Gtk.Window? parent, ...);
        [CCode (cheader_filename = "gtk/gtk.h")]
        public static bool show_uri (Gdk.Screen? screen, string uri, uint32 timestamp) throws GLib.Error;
        [CCode (cheader_filename = "gtk/gtk.h")]
index 58c4dc9c54d5e97cbc555b8474faef97857f9c94..951ecea383f9ef66c1c8babe38267f695279c6b1 100644 (file)
@@ -386,6 +386,7 @@ gtk_selection_data_set.length hidden="1"
 gtk_selection_data_set_uris.uris is_array="1" no_array_length="1"
 GtkSettings.queued_settings hidden="1"
 gtk_show_about_dialog ellipsis="1"
+gtk_show_about_dialog.parent nullable="1"
 gtk_show_uri.screen nullable="1"
 gtk_spin_button_get_range.min is_out="1"
 gtk_spin_button_get_range.max is_out="1"