2008-10-23 Jürg Billeter <j@bitron.ch>
* vapi/gobject-2.0.vapi:
Fix runtime error when using GValue with D-Bus
svn path=/trunk/; revision=1876
+2008-10-23 Jürg Billeter <j@bitron.ch>
+
+ * vapi/gobject-2.0.vapi:
+
+ Fix runtime error when using GValue with D-Bus
+
2008-10-23 Jürg Billeter <j@bitron.ch>
* vapi/gobject-2.0.vapi:
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);