]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
dbus-glib-1: Fix marshalling of ObjectPath
authorJürg Billeter <j@bitron.ch>
Wed, 3 Feb 2010 21:10:11 +0000 (22:10 +0100)
committerJürg Billeter <j@bitron.ch>
Wed, 3 Feb 2010 21:10:11 +0000 (22:10 +0100)
vapi/dbus-glib-1.vapi

index b0de83354b902e23af79f19502965451cfb0b425..e8b5010430792f64dc89bc1d15f3aa8af49ba5f3 100644 (file)
@@ -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);