Fix formatting

This commit is contained in:
Jonas Kvinge
2019-03-22 23:12:41 +01:00
parent aefce3ccd0
commit 8b96bb5f27
4 changed files with 47 additions and 47 deletions

View File

@@ -1,19 +1,19 @@
<?xml version="1.0"?> <?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"> <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node> <node>
<interface name="org.freedesktop.DBus.ObjectManager"> <interface name="org.freedesktop.DBus.ObjectManager">
<method name="GetManagedObjects"> <method name="GetManagedObjects">
<arg name="objects" type="a{oa{sa{sv}}}" direction="out"/> <arg name="objects" type="a{oa{sa{sv}}}" direction="out" />
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ManagedObjectList"/> <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ManagedObjectList" />
</method> </method>
<signal name="InterfacesAdded"> <signal name="InterfacesAdded">
<arg name="object" type="o"/> <arg name="object" type="o" />
<arg name="interfaces" type="a{sa{sv}}"/> <arg name="interfaces" type="a{sa{sv}}" />
<annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="InterfacesAndProperties"/> <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="InterfacesAndProperties" />
</signal> </signal>
<signal name="InterfacesRemoved"> <signal name="InterfacesRemoved">
<arg type="o" name="object_path"/> <arg type="o" name="object_path" />
<arg type="as" name="interfaces"/> <arg type="as" name="interfaces" />
</signal> </signal>
</interface> </interface>
</node> </node>

View File

@@ -6,7 +6,7 @@
<property name='PlaylistCount' type='u' access='read' /> <property name='PlaylistCount' type='u' access='read' />
<property name='Orderings' type='as' access='read' /> <property name='Orderings' type='as' access='read' />
<property name='ActivePlaylist' type='(b(oss))' 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> </property>
<method name='ActivatePlaylist'> <method name='ActivatePlaylist'>
<arg direction='in' name='PlaylistId' type='o' /> <arg direction='in' name='PlaylistId' type='o' />
@@ -17,7 +17,7 @@
<arg direction='in' name='Order' type='s' /> <arg direction='in' name='Order' type='s' />
<arg direction='in' name='ReverseOrder' type='b' /> <arg direction='in' name='ReverseOrder' type='b' />
<arg direction='out' name='Playlists' type='a(oss)' /> <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> </method>
<signal name='PlaylistChanged'> <signal name='PlaylistChanged'>
<arg name='Playlist' type='(oss)' /> <arg name='Playlist' type='(oss)' />

View File

@@ -4,39 +4,39 @@
<node> <node>
<interface name='org.mpris.MediaPlayer2.TrackList'> <interface name='org.mpris.MediaPlayer2.TrackList'>
<method name='GetTracksMetadata'> <method name='GetTracksMetadata'>
<arg direction='in' name='TrackIds' type='ao'/> <arg direction='in' name='TrackIds' type='ao' />
<arg direction='out' name='Metadata' type='aa{sv}'/> <arg direction='out' name='Metadata' type='aa{sv}' />
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="TrackMetadata" /> <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="TrackMetadata" />
</method> </method>
<method name='AddTrack'> <method name='AddTrack'>
<arg direction='in' name='Uri' type='s'/> <arg direction='in' name='Uri' type='s' />
<arg direction='in' name='AfterTrack' type='o'/> <arg direction='in' name='AfterTrack' type='o' />
<arg direction='in' name='SetAsCurrent' type='b'/> <arg direction='in' name='SetAsCurrent' type='b' />
</method> </method>
<method name='RemoveTrack'> <method name='RemoveTrack'>
<arg direction='in' name='TrackId' type='o'/> <arg direction='in' name='TrackId' type='o' />
</method> </method>
<method name='GoTo'> <method name='GoTo'>
<arg direction='in' name='TrackId' type='o'/> <arg direction='in' name='TrackId' type='o' />
</method> </method>
<signal name='TrackListReplaced'> <signal name='TrackListReplaced'>
<arg name='Tracks' type='ao'/> <arg name='Tracks' type='ao' />
<arg name='CurrentTrack' type='o'/> <arg name='CurrentTrack' type='o' />
</signal> </signal>
<signal name='TrackAdded'> <signal name='TrackAdded'>
<arg name='Metadata' type='a{sv}'/> <arg name='Metadata' type='a{sv}' />
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="TrackMetadata"/> <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="TrackMetadata" />
<arg name='AfterTrack' type='o'/> <arg name='AfterTrack' type='o' />
</signal> </signal>
<signal name='TrackRemoved'> <signal name='TrackRemoved'>
<arg name='TrackId' type='o'/> <arg name='TrackId' type='o' />
</signal> </signal>
<signal name='TrackMetadataChanged'> <signal name='TrackMetadataChanged'>
<arg name='TrackId' type='o'/> <arg name='TrackId' type='o' />
<arg name='Metadata' type='a{sv}'/> <arg name='Metadata' type='a{sv}' />
<annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="TrackMetadata"/> <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="TrackMetadata" />
</signal> </signal>
<property name='Tracks' type='ao' access='read'/> <property name='Tracks' type='ao' access='read' />
<property name='CanEditTracks' type='b' access='read'/> <property name='CanEditTracks' type='b' access='read' />
</interface> </interface>
</node> </node>

View File

@@ -3,16 +3,16 @@
<node> <node>
<interface name='org.mpris.MediaPlayer2'> <interface name='org.mpris.MediaPlayer2'>
<method name='Raise'/> <method name='Raise' />
<method name='Quit'/> <method name='Quit' />
<property name='CanQuit' type='b' access='read'/> <property name='CanQuit' type='b' access='read' />
<property name='CanRaise' type='b' access='read'/> <property name='CanRaise' type='b' access='read' />
<property name='HasTrackList' type='b' access='read'/> <property name='HasTrackList' type='b' access='read' />
<property name='Identity' type='s' access='read'/> <property name='Identity' type='s' access='read' />
<property name='DesktopEntry' type='s' access='read'/> <property name='DesktopEntry' type='s' access='read' />
<property name='SupportedUriSchemes' type='as' access='read'/> <property name='SupportedUriSchemes' type='as' access='read' />
<property name='SupportedMimeTypes' type='as' access='read'/> <property name='SupportedMimeTypes' type='as' access='read' />
<property name='Fullscreen' type='b' access='readwrite'/> <property name='Fullscreen' type='b' access='readwrite' />
<property name='CanSetFullscreen' type='b' access='read'/> <property name='CanSetFullscreen' type='b' access='read' />
</interface> </interface>
</node> </node>