remove fdo interfaces from music control dbus xml

This commit is contained in:
Mike Blumenkrantz 2017-09-15 13:36:44 -04:00
parent 2ffa0f23dc
commit e8e93eaa7d
1 changed files with 0 additions and 26 deletions

View File

@ -1,31 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<node name="/org/mpris/MediaPlayer2">
<interface name="org.freedesktop.DBus.Introspectable">
<method name="Introspect">
<arg type="s" direction="out" />
</method>
</interface>
<interface name="org.freedesktop.DBus.Properties">
<method name="Get">
<arg type="s" direction="in" />
<arg type="s" direction="in" />
<arg type="v" direction="out" />
</method>
<method name="GetAll">
<arg type="s" direction="in" />
<arg type="a{sv}" direction="out" />
</method>
<method name="Set">
<arg type="s" direction="in" />
<arg type="s" direction="in" />
<arg type="v" direction="in" />
</method>
<signal name="PropertiesChanged">
<arg type="s" />
<arg type="a{sv}" />
<arg type="as" />
</signal>
</interface>
<interface name="org.mpris.MediaPlayer2">
<method name="Quit">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true" />