summaryrefslogtreecommitdiff
path: root/vapi/dbus-glib-1.vapi
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2010-06-19 23:09:11 +0200
committerJürg Billeter <j@bitron.ch>2010-06-20 02:08:26 +0200
commit142ca8fe0e5b4b8058d4913e909ccc820b6f7768 (patch)
tree4fcdaf7ddc8ee8b200933b14a01821b1cb5b4dcb /vapi/dbus-glib-1.vapi
parent8c5f1ddf0e4d1990acdc2284b5602e9bf18aab5c (diff)
downloadvala-142ca8fe0e5b4b8058d4913e909ccc820b6f7768.tar.gz
Move ObjectPath class from dbus-glib-1 to glib-2.0
Diffstat (limited to 'vapi/dbus-glib-1.vapi')
-rw-r--r--vapi/dbus-glib-1.vapi6
1 files changed, 0 insertions, 6 deletions
diff --git a/vapi/dbus-glib-1.vapi b/vapi/dbus-glib-1.vapi
index 62817ee16..6252921b1 100644
--- a/vapi/dbus-glib-1.vapi
+++ b/vapi/dbus-glib-1.vapi
@@ -269,12 +269,6 @@ namespace DBus {
public signal void destroy ();
}
- [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")]
- public class ObjectPath : string {
- [CCode (cname = "g_strdup")]
- 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 = "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")]