From: Jürg Billeter Date: Sun, 10 Oct 2010 16:55:10 +0000 (+0200) Subject: glib-2.0: Do not use dbus-glib GType for GLib.ObjectPath X-Git-Tag: 0.11.1~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15b3c58d28e5236cb91a853d718fe1f6bd3dcbe6;p=thirdparty%2Fvala.git glib-2.0: Do not use dbus-glib GType for GLib.ObjectPath --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 397a9a335..bc60f56a2 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -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);