2018-02-27 18:06:05 +01:00
|
|
|
<!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'>
|
2019-03-22 23:12:41 +01:00
|
|
|
<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' />
|
|
|
|
<property name='Fullscreen' type='b' access='readwrite' />
|
|
|
|
<property name='CanSetFullscreen' type='b' access='read' />
|
2018-02-27 18:06:05 +01:00
|
|
|
</interface>
|
|
|
|
</node>
|