diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-09 01:53:38 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-09 01:53:38 +0200 |
commit | 3aa62b0543d978c1a01c5cf05a898fd8d805c44b (patch) | |
tree | 84ebdd8d94728375cd21457d8f5773f46ee0dcc7 /sowatchd/daemon.xml | |
parent | 081aa7b760986092377be7f62cac3bdee7400874 (diff) | |
download | sowatch-3aa62b0543d978c1a01c5cf05a898fd8d805c44b.tar.gz sowatch-3aa62b0543d978c1a01c5cf05a898fd8d805c44b.zip |
new watch scanning ui
Diffstat (limited to 'sowatchd/daemon.xml')
-rw-r--r-- | sowatchd/daemon.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sowatchd/daemon.xml b/sowatchd/daemon.xml index 0a08913..2d21592 100644 --- a/sowatchd/daemon.xml +++ b/sowatchd/daemon.xml @@ -6,5 +6,9 @@ <arg name="status" type="s" direction="out" /> </method> <method name="Terminate" /> + <signal name="WatchStatusChanged"> + <arg name="watch" type="s" /> + <arg name="status" type="s" /> + </signal> </interface> </node> |