vala r1352 - in trunk: . vapi vapi/packages/gtk+-2.0



Author: juergbi
Date: Sat May 10 14:50:35 2008
New Revision: 1352
URL: http://svn.gnome.org/viewvc/vala?rev=1352&view=rev

Log:
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


Modified:
   trunk/ChangeLog
   trunk/vapi/gtk+-2.0.vapi
   trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata

Modified: trunk/vapi/gtk+-2.0.vapi
==============================================================================
--- trunk/vapi/gtk+-2.0.vapi	(original)
+++ trunk/vapi/gtk+-2.0.vapi	Sat May 10 14:50:35 2008
@@ -2620,7 +2620,7 @@
 		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 @@
 	}
 	[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 {

Modified: trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
==============================================================================
--- trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata	(original)
+++ trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata	Sat May 10 14:50:35 2008
@@ -84,6 +84,8 @@
 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 @@
 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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]