[vala] dbus-glib-1: Add binding for dbus_g_connection_unregister_g_object
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] dbus-glib-1: Add binding for dbus_g_connection_unregister_g_object
- Date: Mon, 7 Jun 2010 19:23:54 +0000 (UTC)
commit 16e4659404b501cbdf53fa53008dfe9d4cdb9a0c
Author: Mikkel Kamstrup Erlandsen <mikkel kamstrup canonical com>
Date: Fri Jun 4 09:31:52 2010 +0200
dbus-glib-1: Add binding for dbus_g_connection_unregister_g_object
Fixes bug 620543.
vapi/dbus-glib-1.vapi | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/vapi/dbus-glib-1.vapi b/vapi/dbus-glib-1.vapi
index 672540a..62817ee 100644
--- a/vapi/dbus-glib-1.vapi
+++ b/vapi/dbus-glib-1.vapi
@@ -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")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]