[banshee] [PlayQueue] Add dbus method to clear queue (bgo#635292)



commit 9055b2f0b09590afd179b6efe73cb52fe21219fc
Author: William Friesen <wfriesen gmail com>
Date:   Sat Nov 27 22:56:14 2010 +1100

    [PlayQueue] Add dbus method to clear queue (bgo#635292)
    
    Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>

 .../Banshee.PlayQueue/IPlayQueue.cs                |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/IPlayQueue.cs b/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/IPlayQueue.cs
index 77d1948..d128b0a 100644
--- a/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/IPlayQueue.cs
+++ b/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/IPlayQueue.cs
@@ -35,5 +35,6 @@ namespace Banshee.PlayQueue
     public interface IPlayQueue
     {
         void EnqueueUri (string uri, bool prepend);
+        void Clear ();
     }
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]