vala r1875 - in trunk: . vapi



Author: juergbi
Date: Thu Oct 23 10:08:29 2008
New Revision: 1875
URL: http://svn.gnome.org/viewvc/vala?rev=1875&view=rev

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

	* vapi/gobject-2.0.vapi:

	Support passing GValues as variants over 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 10:08:29 2008
@@ -253,7 +253,7 @@
 
 	public static delegate void ValueTransform (Value src_value, out Value dest_value);
 
-	[CCode (type_id = "G_TYPE_VALUE")]
+	[CCode (type_id = "G_TYPE_VALUE", 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]