diff src/audacious/objects.xml @ 2731:f4a5f8fa3836 trunk

[svn] Added stubs in audctrl.c for the unimplemented functions defined in audctrl.h. Fixed audtool by moving all the DBus methods defined in objects.xml to a common interface; this will be decentralized for MPRIS. Modified the Makefile so that libaudclient is built after audacious to eliminates a build warning.
author magma
date Fri, 11 May 2007 01:42:32 -0700
parents c35913222440
children cf080b11c3fa
line wrap: on
line diff
--- a/src/audacious/objects.xml	Thu May 10 16:59:22 2007 -0700
+++ b/src/audacious/objects.xml	Fri May 11 01:42:32 2007 -0700
@@ -92,15 +92,13 @@
 
 <node name="/">
     <!-- Audacious General Information -->
-    <interface name="org.atheme.audacious.general">
+    <interface name="org.atheme.audacious">
         <!-- Audacious version -->
         <method name="Version">
             <arg type="s" direction="out" name="version"/>
         </method>
-    </interface>
 
-    <!-- Playback Information/Manipulation -->
-    <interface name="org.atheme.audacious.playback">
+        <!-- Playback Information/Manipulation -->
         <!-- Begin or resume playback -->
         <method name="Play">
             <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/>
@@ -179,10 +177,8 @@
             <!-- Balance between left and right channels -->
             <arg type="i" direction="out" name="balance"/>
         </method>
-    </interface>
 
-    <!-- Playlist Information/Manipulation -->
-    <interface name="org.atheme.audacious.playlist">
+        <!-- Playlist Information/Manipulation -->
         <!-- Playlist position -->
         <method name="Position">
             <!-- Return position of current song in current playlist -->