vala r1500 - in trunk: . vapi



Author: juergbi
Date: Fri May 30 20:59:16 2008
New Revision: 1500
URL: http://svn.gnome.org/viewvc/vala?rev=1500&view=rev

Log:
2008-05-30  JÃrg Billeter  <j bitron ch>

	* vapi/glib-2.0.vapi: fix g_value_copy and g_value_transform
	bindings, fixes bug 523767


Modified:
   trunk/ChangeLog
   trunk/vapi/glib-2.0.vapi

Modified: trunk/vapi/glib-2.0.vapi
==============================================================================
--- trunk/vapi/glib-2.0.vapi	(original)
+++ trunk/vapi/glib-2.0.vapi	Fri May 30 20:59:16 2008
@@ -844,8 +844,8 @@
 		public weak string type_name ();
 
 		public Value (Type g_type);
-		public void copy (out Value dest_value);
-		public weak Value reset ();
+		public void copy (ref Value dest_value);
+		public weak Value? reset ();
 		public void init (Type g_type);
 		public void unset ();
 		public void set_instance (void* instance);
@@ -853,7 +853,7 @@
 		public void* peek_pointer ();
 		public static bool type_compatible (Type src_type, Type dest_type);
 		public static bool type_transformable (Type src_type, Type dest_type);
-		public bool transform (Value dest_value);
+		public bool transform (ref Value dest_value);
 		[CCode (cname = "g_strdup_value_contents")]
 		public string strdup_contents ();
 		public static void register_transform_func (Type src_type, Type dest_type, ValueTransform transform);



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