[vala] glib-2.0: Do not use dbus-glib GType for GLib.ObjectPath
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] glib-2.0: Do not use dbus-glib GType for GLib.ObjectPath
- Date: Sun, 10 Oct 2010 16:57:22 +0000 (UTC)
commit 15b3c58d28e5236cb91a853d718fe1f6bd3dcbe6
Author: Jürg Billeter <j bitron ch>
Date: Sun Oct 10 18:55:10 2010 +0200
glib-2.0: Do not use dbus-glib GType for GLib.ObjectPath
vapi/glib-2.0.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 397a9a3..bc60f56 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]