]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
dbus-glib-1: Add binding for dbus_g_connection_unregister_g_object
authorMikkel Kamstrup Erlandsen <mikkel.kamstrup@canonical.com>
Fri, 4 Jun 2010 07:31:52 +0000 (09:31 +0200)
committerJürg Billeter <j@bitron.ch>
Mon, 7 Jun 2010 19:12:19 +0000 (21:12 +0200)
Fixes bug 620543.

vapi/dbus-glib-1.vapi

index 672540af485535f9d8a3f4b5e77ffcb7556c6080..62817ee16bdb7fa93063044d4702cb8e88adcb62 100644 (file)
@@ -247,6 +247,8 @@ namespace DBus {
                public GLib.Object get_object_from_type (string name, string path, string interface_, GLib.Type type);
                [CCode (cname = "dbus_g_connection_register_g_object")]
                public void register_object (string at_path, GLib.Object object);
+               [CCode (cname = "dbus_g_connection_unregister_g_object")]
+               public void unregister_object (GLib.Object object);
                [CCode (cname = "dbus_g_connection_lookup_g_object")]
                public unowned GLib.Object lookup_object (string at_path);
                [CCode (cname = "dbus_g_connection_get_connection")]