diff 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
line wrap: on
line diff
--- a/src/audacious/objects.xml	Thu Jun 05 00:53:37 2008 +0300
+++ b/src/audacious/objects.xml	Thu Jun 05 01:05:36 2008 +0300
@@ -142,6 +142,12 @@
             <arg type="b" name="show"/>
         </method>
 
+        <!-- Get names of available 'standard' tuple fields -->
+        <method name="GetTupleFields">
+            <!-- Return array of tuple field names -->
+            <arg type="as" direction="out" name="fields"/>
+        </method>
+
         <!-- Playback Information/Manipulation -->
         <!-- Begin or resume playback -->
         <method name="Play">