[vala/0.10] dbus-glib-1: Fix dbus_connection_get_g_connection binding
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.10] dbus-glib-1: Fix dbus_connection_get_g_connection binding
- Date: Tue, 19 Oct 2010 19:01:53 +0000 (UTC)
commit 976745fdec8d5752112fa31d0e7d7bc99cebc134
Author: Jürg Billeter <j bitron ch>
Date: Wed Oct 13 17:06:42 2010 +0200
dbus-glib-1: Fix dbus_connection_get_g_connection binding
vapi/dbus-glib-1.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/dbus-glib-1.vapi b/vapi/dbus-glib-1.vapi
index 7aa9df9..cc70e1e 100644
--- a/vapi/dbus-glib-1.vapi
+++ b/vapi/dbus-glib-1.vapi
@@ -51,7 +51,7 @@ namespace DBus {
[CCode (cname = "dbus_connection_setup_with_g_main")]
public void setup_with_main (GLib.MainContext? context = null);
[CCode (cname = "dbus_connection_get_g_connection")]
- public Connection get_g_connection ();
+ public unowned Connection get_g_connection ();
[CCode (cname = "dbus_connection_register_g_object")]
public void register_object (string at_path, GLib.Object object);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]