[vala] dbus-glib-1: Fix type id of BusName
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vala] dbus-glib-1: Fix type id of BusName
- Date: Wed, 3 Feb 2010 21:12:02 +0000 (UTC)
commit 7887af51df148bdde3d50181932a432b1c982d1d
Author: Jürg Billeter <j bitron ch>
Date: Wed Feb 3 22:11:15 2010 +0100
dbus-glib-1: Fix type id of BusName
vapi/dbus-glib-1.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/dbus-glib-1.vapi b/vapi/dbus-glib-1.vapi
index e8b5010..24d080b 100644
--- a/vapi/dbus-glib-1.vapi
+++ b/vapi/dbus-glib-1.vapi
@@ -251,7 +251,7 @@ namespace DBus {
public ObjectPath (string path);
}
- [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")]
+ [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", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string")]
public class BusName : string {
[CCode (cname = "g_strdup")]
public BusName (string bus_name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]