]> 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>
Sun, 10 Oct 2010 16:55:10 +0000 (18:55 +0200)
vapi/glib-2.0.vapi

index 397a9a33548630af069b1d6790959789a8a0dfef..bc60f56a24ecda8786909058a64b0d2bdbc06035 100644 (file)
@@ -4299,7 +4299,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);