dbus-xml: remove introspection API

We use the ObjectManager and its signals for introspection.
This commit is contained in:
Wim Taymans 2015-07-14 15:44:51 +02:00
parent aa558bf105
commit 9425a2bd2f

View file

@ -75,32 +75,6 @@
</method>
</interface>
<!--
org.pinos.Introspect:
@short_description: Main introspection interface
This interface allows one to introspect the object on the
server
-->
<interface name='org.pinos.Introspect1'>
<!-- GetClients:
@clients: an array of client objects
Get a list of clients connected to this server
-->
<method name='GetClients'>
<arg type='ao' name='clients' direction='out'/>
</method>
<!-- GetSources:
@sources: an array of source objects
Get a list of sources available on this server
-->
<method name='GetSources'>
<arg type='ao' name='sources' direction='out'/>
</method>
</interface>
<!--
org.pinos.Source1:
@short_description: Main source interface