[rhythmbox] shell: export database-load-completed and removable-media-scan-finished over dbus



commit 7d834d044069e0304e4f1cb4a01c22184cd6ef8e
Author: Jonathan Matthew <jonathan d14n org>
Date:   Tue Aug 10 17:26:30 2010 +1000

    shell: export database-load-completed and removable-media-scan-finished over dbus
    
    dbus clients can use these after starting a new rhythmbox instance to wait
    until it is ready to accept playback control, or until sources for devices
    have been created.

 shell/rb-shell.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/shell/rb-shell.xml b/shell/rb-shell.xml
index 7cf417d..84ce86b 100644
--- a/shell/rb-shell.xml
+++ b/shell/rb-shell.xml
@@ -61,6 +61,9 @@
       <arg type="b" name="visibility"/>
     </signal>
 
+    <signal name="removableMediaScanFinished"/>
+    <signal name="databaseLoadComplete"/>
+
     <!-- Until a version of dbus with bug #7057 fixed is widely available,
          this does more harm than good.  -->
     <!-- <property name="visibility" type="b" access="readwrite"/> -->



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