gdbus: Add support for org.freedesktop.DBus.ObjectManager interface
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 4 Oct 2012 07:26:32 +0000 (04:26 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 26 Nov 2012 11:54:27 +0000 (12:54 +0100)
commit7db2a0bfcc0d3e640c879e2c429ee4b442aa1a5f
tree8a11c9aba69a3519d9df6f179892da45ef637f57
parent8c634044edaab62448858a8dd1a200a96f3feb6c
gdbus: Add support for org.freedesktop.DBus.ObjectManager interface

This implements initial support for ObjectManager, it automatically adds
objects to its parents so no action is needed by daemons to get their
objects managed by this interface.

ObjectManager is part of D-Bus spec since revision 0.17:
http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager
gdbus/object.c