comparison src/audacious/objects.xml @ 4610:c9b0da38d07d

Add a new dbus / remote interface function for getting available "standard" Tuple field names.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Jun 2008 01:05:36 +0300
parents 51d82bf6ba63
children 736e981747d8
comparison
equal deleted inserted replaced
4609:30782d57c7e6 4610:c9b0da38d07d
140 <method name="ShowPlaylist"> 140 <method name="ShowPlaylist">
141 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> 141 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/>
142 <arg type="b" name="show"/> 142 <arg type="b" name="show"/>
143 </method> 143 </method>
144 144
145 <!-- Get names of available 'standard' tuple fields -->
146 <method name="GetTupleFields">
147 <!-- Return array of tuple field names -->
148 <arg type="as" direction="out" name="fields"/>
149 </method>
150
145 <!-- Playback Information/Manipulation --> 151 <!-- Playback Information/Manipulation -->
146 <!-- Begin or resume playback --> 152 <!-- Begin or resume playback -->
147 <method name="Play"> 153 <method name="Play">
148 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> 154 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/>
149 </method> 155 </method>