aboutsummaryrefslogtreecommitdiff
path: root/src/notification-watcher.xml
diff options
context:
space:
mode:
authorAurélien Gâteau <agateau@canonical.com>2010-01-08 09:56:56 -0600
committerTed Gould <ted@gould.cx>2010-01-08 09:56:56 -0600
commit1c834b9b1e97a7a2ef552a5cdff726f3d4e6194a (patch)
treee9b9249dd7aed9227c0f423a9494a28980e8cc04 /src/notification-watcher.xml
parentd7719b9d3dd3647e7b412d60665d534f6923b87a (diff)
parent5f86c7263748a2e95c3f9101a5197ef924b69ec9 (diff)
downloadayatana-indicator-application-1c834b9b1e97a7a2ef552a5cdff726f3d4e6194a.tar.gz
ayatana-indicator-application-1c834b9b1e97a7a2ef552a5cdff726f3d4e6194a.tar.bz2
ayatana-indicator-application-1c834b9b1e97a7a2ef552a5cdff726f3d4e6194a.zip
Changing to freedesktop.org namespace and fixing some of the function names and interfaces that weren't matching the FD.o spec.
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">