]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
dbus-glib-1: Add bindings for DBusGProxy::destroy signal.
authorEvan Nemerson <evan@coeus-group.com>
Thu, 14 Jan 2010 01:47:18 +0000 (17:47 -0800)
committerEvan Nemerson <evan@coeus-group.com>
Thu, 14 Jan 2010 01:47:18 +0000 (17:47 -0800)
vapi/dbus-glib-1.vapi

index 11f7bd6b754dc3c44e98e9160b0939eefaba838e..92704111cd200320dfe059bd6cdc4c1a14c5801d 100644 (file)
@@ -128,6 +128,8 @@ namespace DBus {
                public weak string get_path ();
                public weak string get_bus_name ();
                public weak string get_interface ();
+
+               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 = "STRING", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", type_signature = "o")]