Fix formatting
This commit is contained in:
parent
aefce3ccd0
commit
8b96bb5f27
@ -1,19 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<!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.freedesktop.DBus.ObjectManager">
|
||||
<method name="GetManagedObjects">
|
||||
<arg name="objects" type="a{oa{sa{sv}}}" direction="out"/>
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ManagedObjectList"/>
|
||||
</method>
|
||||
<signal name="InterfacesAdded">
|
||||
<arg name="object" type="o"/>
|
||||
<arg name="interfaces" type="a{sa{sv}}"/>
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="InterfacesAndProperties"/>
|
||||
</signal>
|
||||
<signal name="InterfacesRemoved">
|
||||
<arg type="o" name="object_path"/>
|
||||
<arg type="as" name="interfaces"/>
|
||||
</signal>
|
||||
</interface>
|
||||
<interface name="org.freedesktop.DBus.ObjectManager">
|
||||
<method name="GetManagedObjects">
|
||||
<arg name="objects" type="a{oa{sa{sv}}}" direction="out" />
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ManagedObjectList" />
|
||||
</method>
|
||||
<signal name="InterfacesAdded">
|
||||
<arg name="object" type="o" />
|
||||
<arg name="interfaces" type="a{sa{sv}}" />
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="InterfacesAndProperties" />
|
||||
</signal>
|
||||
<signal name="InterfacesRemoved">
|
||||
<arg type="o" name="object_path" />
|
||||
<arg type="as" name="interfaces" />
|
||||
</signal>
|
||||
</interface>
|
||||
</node>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<property name='PlaylistCount' type='u' access='read' />
|
||||
<property name='Orderings' type='as' access='read' />
|
||||
<property name='ActivePlaylist' type='(b(oss))' access='read'>
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName" value="MaybePlaylist"/>
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName" value="MaybePlaylist" />
|
||||
</property>
|
||||
<method name='ActivatePlaylist'>
|
||||
<arg direction='in' name='PlaylistId' type='o' />
|
||||
@ -17,7 +17,7 @@
|
||||
<arg direction='in' name='Order' type='s' />
|
||||
<arg direction='in' name='ReverseOrder' type='b' />
|
||||
<arg direction='out' name='Playlists' type='a(oss)' />
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="MprisPlaylistList"/>
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="MprisPlaylistList" />
|
||||
</method>
|
||||
<signal name='PlaylistChanged'>
|
||||
<arg name='Playlist' type='(oss)' />
|
||||
|
@ -4,39 +4,39 @@
|
||||
<node>
|
||||
<interface name='org.mpris.MediaPlayer2.TrackList'>
|
||||
<method name='GetTracksMetadata'>
|
||||
<arg direction='in' name='TrackIds' type='ao'/>
|
||||
<arg direction='out' name='Metadata' type='aa{sv}'/>
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="TrackMetadata" />
|
||||
<arg direction='in' name='TrackIds' type='ao' />
|
||||
<arg direction='out' name='Metadata' type='aa{sv}' />
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="TrackMetadata" />
|
||||
</method>
|
||||
<method name='AddTrack'>
|
||||
<arg direction='in' name='Uri' type='s'/>
|
||||
<arg direction='in' name='AfterTrack' type='o'/>
|
||||
<arg direction='in' name='SetAsCurrent' type='b'/>
|
||||
<arg direction='in' name='Uri' type='s' />
|
||||
<arg direction='in' name='AfterTrack' type='o' />
|
||||
<arg direction='in' name='SetAsCurrent' type='b' />
|
||||
</method>
|
||||
<method name='RemoveTrack'>
|
||||
<arg direction='in' name='TrackId' type='o'/>
|
||||
<arg direction='in' name='TrackId' type='o' />
|
||||
</method>
|
||||
<method name='GoTo'>
|
||||
<arg direction='in' name='TrackId' type='o'/>
|
||||
<arg direction='in' name='TrackId' type='o' />
|
||||
</method>
|
||||
<signal name='TrackListReplaced'>
|
||||
<arg name='Tracks' type='ao'/>
|
||||
<arg name='CurrentTrack' type='o'/>
|
||||
<arg name='Tracks' type='ao' />
|
||||
<arg name='CurrentTrack' type='o' />
|
||||
</signal>
|
||||
<signal name='TrackAdded'>
|
||||
<arg name='Metadata' type='a{sv}'/>
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="TrackMetadata"/>
|
||||
<arg name='AfterTrack' type='o'/>
|
||||
<arg name='Metadata' type='a{sv}' />
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="TrackMetadata" />
|
||||
<arg name='AfterTrack' type='o' />
|
||||
</signal>
|
||||
<signal name='TrackRemoved'>
|
||||
<arg name='TrackId' type='o'/>
|
||||
<arg name='TrackId' type='o' />
|
||||
</signal>
|
||||
<signal name='TrackMetadataChanged'>
|
||||
<arg name='TrackId' type='o'/>
|
||||
<arg name='Metadata' type='a{sv}'/>
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="TrackMetadata"/>
|
||||
<arg name='TrackId' type='o' />
|
||||
<arg name='Metadata' type='a{sv}' />
|
||||
<annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="TrackMetadata" />
|
||||
</signal>
|
||||
<property name='Tracks' type='ao' access='read'/>
|
||||
<property name='CanEditTracks' type='b' access='read'/>
|
||||
<property name='Tracks' type='ao' access='read' />
|
||||
<property name='CanEditTracks' type='b' access='read' />
|
||||
</interface>
|
||||
</node>
|
||||
|
@ -3,16 +3,16 @@
|
||||
|
||||
<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'/>
|
||||
<property name='Fullscreen' type='b' access='readwrite'/>
|
||||
<property name='CanSetFullscreen' type='b' access='read'/>
|
||||
<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' />
|
||||
</interface>
|
||||
</node>
|
||||
|
Loading…
x
Reference in New Issue
Block a user