gdbus: Allow GDBusObjectManagerClient to work on peer connections
authorStef Walter <stefw@gnome.org>
Fri, 26 Oct 2012 08:30:29 +0000 (10:30 +0200)
committerStef Walter <stefw@gnome.org>
Fri, 26 Oct 2012 19:20:04 +0000 (21:20 +0200)
commitfb2d3aacb5998397586ce4523f987dff60a9ca85
tree469d4ae459da66a906e2652c79ea40e4e33ebe4c
parent7db2ac7b88a4d2211894153212e92ea9db5cacbb
gdbus: Allow GDBusObjectManagerClient to work on peer connections

Allow GDBusObjectManagerClient to work on peer to peer DBus
connections. Don't require that a unique bus name is available
for the object manager, if the owned bus name is NULL.

https://bugzilla.gnome.org/show_bug.cgi?id=686920
gio/gdbusobjectmanagerclient.c
gio/tests/.gitignore
gio/tests/Makefile.am
gio/tests/gdbus-peer-object-manager.c [new file with mode: 0644]