Fix gtk_dialog_new_with_buttons and gtk_file_chooser_dialog_new* bindings,
authorJuerg Billeter <j@bitron.ch>
Sat, 10 May 2008 14:50:35 +0000 (14:50 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sat, 10 May 2008 14:50:35 +0000 (14:50 +0000)
2008-05-10  Juerg Billeter  <j@bitron.ch>

* vapi/packages/gtk+-2.0/:

Fix gtk_dialog_new_with_buttons and gtk_file_chooser_dialog_new*
bindings, patch by Nicolas Joseph, fixes bug 531436

* vapi/gtk+-2.0.vapi: regenerated

svn path=/trunk/; revision=1352

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

index 40d6ed4..bd54a5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2008-05-10  Jürg Billeter  <j@bitron.ch>
 
+       * vapi/packages/gtk+-2.0/:
+
+       Fix gtk_dialog_new_with_buttons and gtk_file_chooser_dialog_new*
+       bindings, patch by Nicolas Joseph, fixes bug 531436
+
+       * vapi/gtk+-2.0.vapi: regenerated
+
+2008-05-10  Jürg Billeter  <j@bitron.ch>
+
        * vapi/packages/gstreamer-0.10/:
 
        Fix GstBuffer.data binding,
index 75835dd..556baf0 100644 (file)
@@ -2620,7 +2620,7 @@ namespace Gtk {
                public bool get_has_separator ();
                public int get_response_for_widget (Gtk.Widget widget);
                public Dialog ();
-               public Dialog.with_buttons (string title, Gtk.Window parent, Gtk.DialogFlags flags, ...);
+               public Dialog.with_buttons (string? title, Gtk.Window? parent, Gtk.DialogFlags flags, ...);
                public int run ();
                [CCode (sentinel = "-1")]
                public void set_alternative_button_order (...);
@@ -2826,8 +2826,8 @@ namespace Gtk {
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
        public class FileChooserDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable, Gtk.FileChooser {
-               public FileChooserDialog (string title, Gtk.Window parent, Gtk.FileChooserAction action, ...);
-               public FileChooserDialog.with_backend (string title, Gtk.Window parent, Gtk.FileChooserAction action, string backend, ...);
+               public FileChooserDialog (string? title, Gtk.Window? parent, Gtk.FileChooserAction action, ...);
+               public FileChooserDialog.with_backend (string? title, Gtk.Window? parent, Gtk.FileChooserAction action, string backend, ...);
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
        public class FileChooserWidget : Gtk.VBox, Atk.Implementor, Gtk.Buildable, Gtk.FileChooser, Gtk.FileChooserEmbed {
index 3505c7f..969737c 100644 (file)
@@ -84,6 +84,8 @@ GtkContainer::remove has_emitter="1"
 GtkContainer::set_focus_child has_emitter="1"
 gtk_container_foreach.callback_data hidden="1"
 GtkContainerClass name="pointer"
+gtk_dialog_new_with_buttons.title nullable="1"
+gtk_dialog_new_with_buttons.parent nullable="1"
 gtk_dialog_set_alternative_button_order sentinel="-1"
 GtkDialog::response has_emitter="1"
 GtkDialog.vbox type_name="VBox"
@@ -93,6 +95,10 @@ GtkEditable::insert_text has_emitter="1"
 GtkEntryCompletion::insert_prefix has_emitter="1"
 gtk_entry_completion_set_model.model nullable="1"
 gtk_false hidden="1"
+gtk_file_chooser_dialog_new.title nullable="1"
+gtk_file_chooser_dialog_new.parent nullable="1"
+gtk_file_chooser_dialog_new_with_backend.title nullable="1"
+gtk_file_chooser_dialog_new_with_backend.parent nullable="1"
 GtkHandleBox.child_detached hidden="1"
 gtk_get_option_group transfer_ownership="1"
 gtk_icon_info_get_embedded_rect.rectangle is_out="1"