aboutsummaryrefslogtreecommitdiff
path: root/src/notification-watcher.xml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-11 05:58:50 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-11 05:19:36 +0000
commit13e1544b396a5212e82b940e420a1cd44d8aa24b (patch)
tree685580aed7a640a4a5312182fe083b22648fd90e /src/notification-watcher.xml
parent6935795be2a8295554aba36b054347d95de19e6e (diff)
downloadayatana-indicator-application-13e1544b396a5212e82b940e420a1cd44d8aa24b.tar.gz
ayatana-indicator-application-13e1544b396a5212e82b940e420a1cd44d8aa24b.tar.bz2
ayatana-indicator-application-13e1544b396a5212e82b940e420a1cd44d8aa24b.zip
Fork from Ubuntu's indicator-application code project.
Diffstat (limited to 'src/notification-watcher.xml')
-rw-r--r--src/notification-watcher.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/notification-watcher.xml b/src/notification-watcher.xml
deleted file mode 100644
index e1897f5..0000000
--- a/src/notification-watcher.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<node name="/StatusNotifierWatcher">
- <interface name="org.kde.StatusNotifierWatcher">
-
-<!-- Properties -->
- <property name="ProtocolVersion" type="i" access="read" />
- <property name="IsStatusNotifierHostRegistered" type="b" access="read" />
- <property name="RegisteredStatusNotifierItems" type="as" access="read" />
-
-<!-- Methods -->
- <method name="RegisterStatusNotifierItem">
- <annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
- <arg type="s" name="service" direction="in" />
- </method>
- <method name="RegisterStatusNotifierHost">
- <arg type="s" name="service" direction="in" />
- </method>
-
-<!-- Signals -->
- <signal name="StatusNotifierItemRegistered">
- <arg type="s" name="service" direction="out" />
- </signal>
- <signal name="StatusNotifierItemUnregistered">
- <arg type="s" name="service" direction="out" />
- </signal>
- <signal name="StatusNotifierHostRegistered">
- </signal>
-
- </interface>
-</node>