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



Author: juergbi
Date: Fri Nov 21 08:39:17 2008
New Revision: 2044
URL: http://svn.gnome.org/viewvc/vala?rev=2044&view=rev

Log:
2008-11-21  JÃrg Billeter  <j bitron ch>

	* vapi/packages/gtk+-2.0/:

	Fix g_hscale_new and g_vscale_new bindings,
	based on patch by Geert Jan Alsem, fixes bug 560053

	* 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	Fri Nov 21 08:39:17 2008
@@ -1,4 +1,4 @@
-/* gtk+-2.0.vapi generated by vapigen, do not modify. */
+/* gtk+-2.0.vapi generated by lt-vapigen, do not modify. */
 
 [CCode (cprefix = "Gtk", lower_case_cprefix = "gtk_")]
 namespace Gtk {
@@ -1504,7 +1504,7 @@
 	[CCode (cheader_filename = "gtk/gtk.h")]
 	public class HScale : Gtk.Scale, Atk.Implementor, Gtk.Buildable {
 		[CCode (type = "GtkWidget*", has_construct_function = false)]
-		public HScale (Gtk.Adjustment adjustment);
+		public HScale (Gtk.Adjustment? adjustment);
 		[CCode (type = "GtkWidget*", has_construct_function = false)]
 		public HScale.with_range (double min, double max, double step);
 	}
@@ -4761,7 +4761,7 @@
 	[CCode (cheader_filename = "gtk/gtk.h")]
 	public class VScale : Gtk.Scale, Atk.Implementor, Gtk.Buildable {
 		[CCode (type = "GtkWidget*", has_construct_function = false)]
-		public VScale (Gtk.Adjustment adjustment);
+		public VScale (Gtk.Adjustment? adjustment);
 		[CCode (type = "GtkWidget*", has_construct_function = false)]
 		public VScale.with_range (double min, double max, double step);
 	}

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	Fri Nov 21 08:39:17 2008
@@ -109,6 +109,7 @@
 gtk_file_chooser_dialog_new_with_backend.parent nullable="1"
 gtk_frame_new.label nullable="1"
 GtkHandleBox.child_detached hidden="1"
+gtk_hscale_new.adjustment nullable="1"
 gtk_get_option_group transfer_ownership="1"
 gtk_icon_info_get_embedded_rect.rectangle is_out="1"
 gtk_icon_view_get_cursor.path transfer_ownership="1"
@@ -477,6 +478,7 @@
 gtk_true hidden="1"
 gtk_viewport_new.hadjustment nullable="1"
 gtk_viewport_new.vadjustment nullable="1"
+gtk_vscale_new.adjustment nullable="1"
 GtkWidget::can_activate_accel has_emitter="1"
 gtk_widget_class_path.path_length is_out="1"
 gtk_widget_class_path.path is_out="1"



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