]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Support passing GValues as variants over D-Bus
authorJürg Billeter <j@bitron.ch>
Thu, 23 Oct 2008 10:08:29 +0000 (10:08 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Thu, 23 Oct 2008 10:08:29 +0000 (10:08 +0000)
2008-10-23  Jürg Billeter  <j@bitron.ch>

* vapi/gobject-2.0.vapi:

Support passing GValues as variants over D-Bus

svn path=/trunk/; revision=1875

ChangeLog
vapi/gobject-2.0.vapi

index 4729bc0e0fdd4823f6dca08a96c8397b250b5f59..b55b253258aeb861e9fac88ef10b9ebc57a754f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-23  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/gobject-2.0.vapi:
+
+       Support passing GValues as variants over D-Bus
+
 2008-10-23  Jürg Billeter  <j@bitron.ch>
 
        * gobject/valaccodegenerator.vala:
index 69c2bec26e7008f6f94cd3dc21478977b196eb0b..d18864d969e109d7461be9e9c1b0d0f0e6eea06d 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")]
+       [CCode (type_id = "G_TYPE_VALUE", type_signature = "v")]
        public struct Value {
                [CCode (cname = "G_VALUE_HOLDS")]
                public bool holds (Type type);