+2008-05-23 Jürg Billeter <j@bitron.ch>
+
+ * vapi/dbus-glib-1.vapi: add DBus.ObjectPath class
+
2008-05-23 Jürg Billeter <j@bitron.ch>
* vapi/sdl.vapi: fix syntax errors
/* dbus-glib-1.vala
*
- * Copyright (C) 2007 Jürg Billeter
+ * Copyright (C) 2007-2008 Jürg Billeter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
public weak string get_interface ();
}
+ [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", type_signature = "o")]
+ public class ObjectPath : string {
+ [CCode (cname = "g_strdup")]
+ public ObjectPath (string path);
+ }
+
[CCode (cname = "DBusGProxyCallNotify")]
public delegate void ProxyCallNotify (Object obj, ProxyCall call_id);