From: Jürg Billeter Date: Thu, 23 Oct 2008 10:08:29 +0000 (+0000) Subject: Support passing GValues as variants over D-Bus X-Git-Tag: VALA_0_5_1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb1dc38db2edd0acb15d8fb0a953756542fa2140;p=thirdparty%2Fvala.git Support passing GValues as variants over D-Bus 2008-10-23 Jürg Billeter * vapi/gobject-2.0.vapi: Support passing GValues as variants over D-Bus svn path=/trunk/; revision=1875 --- diff --git a/ChangeLog b/ChangeLog index 4729bc0e0..b55b25325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-10-23 Jürg Billeter + + * vapi/gobject-2.0.vapi: + + Support passing GValues as variants over D-Bus + 2008-10-23 Jürg Billeter * gobject/valaccodegenerator.vala: diff --git a/vapi/gobject-2.0.vapi b/vapi/gobject-2.0.vapi index 69c2bec26..d18864d96 100644 --- a/vapi/gobject-2.0.vapi +++ b/vapi/gobject-2.0.vapi @@ -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);