From: Jürg Billeter Date: Wed, 3 Feb 2010 21:10:11 +0000 (+0100) Subject: dbus-glib-1: Fix marshalling of ObjectPath X-Git-Tag: 0.7.10~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01438cc7b71a4ee29046a96ba5712e0236a40462;p=thirdparty%2Fvala.git dbus-glib-1: Fix marshalling of ObjectPath --- diff --git a/vapi/dbus-glib-1.vapi b/vapi/dbus-glib-1.vapi index b0de83354..e8b501043 100644 --- a/vapi/dbus-glib-1.vapi +++ b/vapi/dbus-glib-1.vapi @@ -245,7 +245,7 @@ namespace DBus { public signal void destroy (); } - [CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "DBUS_TYPE_G_OBJECT_PATH", marshaller_type_name = "STRING", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", type_signature = "o")] + [CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "DBUS_TYPE_G_OBJECT_PATH", marshaller_type_name = "BOXED", get_value_function = "g_value_get_boxed", set_value_function = "g_value_set_boxed", type_signature = "o")] public class ObjectPath : string { [CCode (cname = "g_strdup")] public ObjectPath (string path);