aboutsummaryrefslogtreecommitdiff
path: root/src/notification-watcher.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-08 11:00:08 -0600
committerTed Gould <ted@gould.cx>2010-01-08 11:00:08 -0600
commitd5b59335dd93b758b541394af03d00097513c7f9 (patch)
tree012b1f0a15609044a0d6dac341949f4274dd4225 /src/notification-watcher.xml
parent7f27006181dc968e48017a88ddd4467c61c1a778 (diff)
parent1c834b9b1e97a7a2ef552a5cdff726f3d4e6194a (diff)
downloadayatana-indicator-application-d5b59335dd93b758b541394af03d00097513c7f9.tar.gz
ayatana-indicator-application-d5b59335dd93b758b541394af03d00097513c7f9.tar.bz2
ayatana-indicator-application-d5b59335dd93b758b541394af03d00097513c7f9.zip
* Upstream update
* Switching DBus interface to org.freedesktop * Adding check/radio support to menu parsing
Diffstat (limited to 'src/notification-watcher.xml')
-rw-r--r--src/notification-watcher.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/notification-watcher.xml b/src/notification-watcher.xml
index 2ef54a0..22ada5f 100644
--- a/src/notification-watcher.xml
+++ b/src/notification-watcher.xml
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<node name="/">
- <interface name="org.ayatana.indicator.application.NotificationWatcher">
+<node name="/StatusNotifierWatcher">
+ <interface name="org.freedesktop.StatusNotifierWatcher">
<!-- Properties -->
<!-- None currently -->
<!-- Methods -->
- <method name="RegisterService">
+ <method name="RegisterStatusNotifierItem">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
<arg type="s" name="service" direction="in" />
</method>
- <method name="RegisteredServices">
+ <method name="RegisteredStatusNotifierItems">
<arg type="as" name="services" direction="out" />
</method>
<method name="ProtocolVersion">