]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Do not use dbus-glib GType for GLib.ObjectPath
authorJürg Billeter <j@bitron.ch>
Sun, 10 Oct 2010 16:55:10 +0000 (18:55 +0200)
committerJürg Billeter <j@bitron.ch>
Tue, 19 Oct 2010 18:24:56 +0000 (20:24 +0200)
vapi/glib-2.0.vapi

index ed2c97b205723db2efcbca880e29410c150c5e75..43dc2e5232e0e67835b26e12e10b16085becc5ae 100644 (file)
@@ -4278,7 +4278,7 @@ namespace GLib {
        }
 
 #if !DBUS_GLIB
-       [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")]
+       [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 = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "o")]
        public class ObjectPath : string {
                [CCode (cname = "g_strdup")]
                public ObjectPath (string path);