]> git.ipfire.org Git - thirdparty/shairport-sync.git/blame - org.mpris.MediaPlayer2.xml
Clean up native dbus interface files and associated changes to existing files.
[thirdparty/shairport-sync.git] / org.mpris.MediaPlayer2.xml
CommitLineData
74f41a17
MB
1<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3
4
5<node>
6 <interface name="org.mpris.MediaPlayer2">
7 <method name="Raise"/>
8
9 <method name="Quit"/>
10
11 <property name="CanQuit" type="b" access="read"/>
12
13 <property name="CanRaise" type="b" access="read"/>
14
15 <property name="HasTrackList" type="b" access="read"/>
16
17 <property name="Identity" type="s" access="read"/>
18
19 <property name="DesktopEntry" type="s" access="read"/>
20
21 <property name="SupportedUriSchemes" type="as" access="read"/>
22
23 <property name="SupportedMimeTypes" type="as" access="read"/>
24 </interface>
25</node>