]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix runtime error when using GValue with D-Bus
authorJürg Billeter <j@bitron.ch>
Thu, 23 Oct 2008 11:21:41 +0000 (11:21 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Thu, 23 Oct 2008 11:21:41 +0000 (11:21 +0000)
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

ChangeLog
vapi/gobject-2.0.vapi

index b55b253258aeb861e9fac88ef10b9ebc57a754f4..2c8bcde408c17c4bb621f272401bea307f26215a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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:
index d18864d969e109d7461be9e9c1b0d0f0e6eea06d..d5d7e502c858c0f6ac7d7cd18b4431b444c47393 100644 (file)
@@ -253,7 +253,7 @@ namespace GLib {
 
        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);