GDBusServer: Make ::new-connection return whether the connection was claimed
authorDavid Zeuthen <davidz@redhat.com>
Thu, 9 Sep 2010 18:00:46 +0000 (14:00 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 9 Sep 2010 18:02:31 +0000 (14:02 -0400)
commitee945d8f621609086a8777ca4226cb93308c12e4
treec3e72eec3d6d6db832b66ce9347164165e6a6202
parentc3371efcaa47b03941c6c8148687b0a21d18dfbe
GDBusServer: Make ::new-connection return whether the connection was claimed

Otherwise things probably won't work in a garbage-collected world
(consider the trivial GC that never collects garbage).

This commit breaks GDBusServer ABI. No known released software is
using this code.

Signed-off-by: David Zeuthen <davidz@redhat.com>
gio/gdbusserver.c
gio/gio-marshal.list
gio/tests/gdbus-example-peer.c
gio/tests/gdbus-peer.c