]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
dbus-glib-1: Fix dbus_connection_get_g_connection binding
authorJürg Billeter <j@bitron.ch>
Wed, 13 Oct 2010 15:06:42 +0000 (17:06 +0200)
committerJürg Billeter <j@bitron.ch>
Tue, 19 Oct 2010 18:32:29 +0000 (20:32 +0200)
vapi/dbus-glib-1.vapi

index 7aa9df91dd59203f423ae81f523a30f525417447..cc70e1eb51db50d386e756333bfe4733d73b6829 100644 (file)
@@ -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);