/src/libtomahawk/infosystem/infoplugins/unix/mprispluginrootadaptor.xml
http://github.com/tomahawk-player/tomahawk · XML · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · 38baeff09310f59530ebe2d955fdd041 MD5 · raw file
- <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
- <node>
- <interface name="org.mpris.MediaPlayer2">
- <method name="Raise"/>
- <method name="Quit"/>
- <property name="CanQuit" type="b" access="read"/>
- <property name="CanRaise" type="b" access="read"/>
- <property name="HasTrackList" type="b" access="read"/>
- <property name="Identity" type="s" access="read"/>
- <property name="DesktopEntry" type="s" access="read"/>
- <property name="SupportedUriSchemes" type="as" access="read"/>
- <property name="SupportedMimeTypes" type="as" access="read"/>
- </interface>
- </node>