vala r1876 - in trunk: . vapi



Author: juergbi
Date: Thu Oct 23 11:21:41 2008
New Revision: 1876
URL: http://svn.gnome.org/viewvc/vala?rev=1876&view=rev

Log:
2008-10-23  JÃrg Billeter  <j bitron ch>

	* vapi/gobject-2.0.vapi:

	Fix runtime error when using GValue with D-Bus


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

Modified: trunk/vapi/gobject-2.0.vapi
==============================================================================
--- trunk/vapi/gobject-2.0.vapi	(original)
+++ trunk/vapi/gobject-2.0.vapi	Thu Oct 23 11:21:41 2008
@@ -253,7 +253,7 @@
 
 	public static delegate void ValueTransform (Value src_value, out Value dest_value);
 
-	[CCode (type_id = "G_TYPE_VALUE", type_signature = "v")]
+	[CCode (type_id = "G_TYPE_VALUE", marshaller_type_name = "BOXED", get_value_function = "g_value_get_boxed", set_value_function = "g_value_set_boxed", type_signature = "v")]
 	public struct Value {
 		[CCode (cname = "G_VALUE_HOLDS")]
 		public bool holds (Type type);



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