aboutsummaryrefslogtreecommitdiff
path: root/src/messages-service.xml
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-06-27 22:44:30 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-06-27 22:44:30 +0200
commitcc6cbf767baba6ab2b5f2ec32f0d9ff2a7f94cfa (patch)
treeedbd734c50a5842c9968720dd35ef221c3765222 /src/messages-service.xml
parentd1492d66b1bdb7e70a342454c4fde781f448b83e (diff)
downloadayatana-indicator-messages-cc6cbf767baba6ab2b5f2ec32f0d9ff2a7f94cfa.tar.gz
ayatana-indicator-messages-cc6cbf767baba6ab2b5f2ec32f0d9ff2a7f94cfa.tar.bz2
ayatana-indicator-messages-cc6cbf767baba6ab2b5f2ec32f0d9ff2a7f94cfa.zip
Sync chat status from and to clients
Diffstat (limited to 'src/messages-service.xml')
-rw-r--r--src/messages-service.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/messages-service.xml b/src/messages-service.xml
index 450d1fa..edd47c7 100644
--- a/src/messages-service.xml
+++ b/src/messages-service.xml
@@ -6,9 +6,18 @@
<arg type="s" name="desktop_id" direction="in" />
<arg type="o" name="menu_path" direction="in" />
</method>
+
<method name="UnregisterApplication">
<arg type="s" name="desktop_id" direction="in" />
</method>
+ <method name="SetStatus">
+ <arg type="s" name="status" direction="in" />
+ </method>
+
+ <signal name="StatusChanged">
+ <arg type="s" name="status" direction="in" />
+ </signal>
+
</interface>
</node>