Object paths naming conventions?
Kalle Vahlman
kalle.vahlman at gmail.com
Sat Jul 19 04:06:20 PDT 2008
2008/7/18 Marcel Holtmann <marcel at holtmann.org>:
> So the object path + interface name represents to me an unique instance
> where I can have method calls on. With a different interface name, but
> the same object path is becomes a total different instance.
Let's take a scenario to clarify this:
I have a daemon, which implements both bluez and mpris spec (two specs
with "/" as the object path).
What do I get if I use the org.freedesktop.Introspectable.Introspect()
method to query introspection data?
Do I get a merge of the two implemented interfaces, as expected with
the D-Bus way?
Or do I get just the introspection data for the Introspectable
interface, as you suggest with defining same object path with
different interfaces as separate instances?
--
Kalle Vahlman, zuh at iki.fi
Powered by http://movial.fi
Interesting stuff at http://syslog.movial.fi
More information about the dbus
mailing list