diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-06-27 21:47:17 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-06-27 21:47:17 +0200 |
commit | d1492d66b1bdb7e70a342454c4fde781f448b83e (patch) | |
tree | 8d7325809a805c9fb02557ab6ae57e913ae513af | |
parent | 193886f467b636a91d546656017de3fd0fa62677 (diff) | |
download | ayatana-indicator-messages-d1492d66b1bdb7e70a342454c4fde781f448b83e.tar.gz ayatana-indicator-messages-d1492d66b1bdb7e70a342454c4fde781f448b83e.tar.bz2 ayatana-indicator-messages-d1492d66b1bdb7e70a342454c4fde781f448b83e.zip |
messages-service.xml: remove unused methods and signals
-rw-r--r-- | src/messages-service.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/messages-service.xml b/src/messages-service.xml index a560187..450d1fa 100644 --- a/src/messages-service.xml +++ b/src/messages-service.xml @@ -2,14 +2,6 @@ <node name="/"> <interface name="com.canonical.indicator.messages.service"> -<!-- Methods --> - <method name="AttentionRequested"> - <arg type="b" name="dot" direction="out" /> - </method> - <method name="IconShown"> - <arg type="b" name="hidden" direction="out" /> - </method> - <method name="ClearAttention" /> <method name="RegisterApplication"> <arg type="s" name="desktop_id" direction="in" /> <arg type="o" name="menu_path" direction="in" /> @@ -18,13 +10,5 @@ <arg type="s" name="desktop_id" direction="in" /> </method> -<!-- Signals --> - <signal name="AttentionChanged"> - <arg type="b" name="dot" direction="out" /> - </signal> - <signal name="IconChanged"> - <arg type="b" name="hidden" direction="out" /> - </signal> - </interface> </node> |