/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

  1. <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
  2. <node>
  3. <interface name="org.mpris.MediaPlayer2">
  4. <method name="Raise"/>
  5. <method name="Quit"/>
  6. <property name="CanQuit" type="b" access="read"/>
  7. <property name="CanRaise" type="b" access="read"/>
  8. <property name="HasTrackList" type="b" access="read"/>
  9. <property name="Identity" type="s" access="read"/>
  10. <property name="DesktopEntry" type="s" access="read"/>
  11. <property name="SupportedUriSchemes" type="as" access="read"/>
  12. <property name="SupportedMimeTypes" type="as" access="read"/>
  13. </interface>
  14. </node>