diff options
author | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-01-07 13:29:50 +0100 |
---|---|---|
committer | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-01-07 13:29:50 +0100 |
commit | 0aaa6a25ab78a044e1b004a6943d2b6f07598c17 (patch) | |
tree | 0003020793783b478f58ad6f56ec46e53f68a016 /src/notification-watcher.xml | |
parent | dd2ed951b8aeb16671bebd2ea104953252ab54a5 (diff) | |
download | ayatana-indicator-application-0aaa6a25ab78a044e1b004a6943d2b6f07598c17.tar.gz ayatana-indicator-application-0aaa6a25ab78a044e1b004a6943d2b6f07598c17.tar.bz2 ayatana-indicator-application-0aaa6a25ab78a044e1b004a6943d2b6f07598c17.zip |
Use org.freedesktop namespace
Diffstat (limited to 'src/notification-watcher.xml')
-rw-r--r-- | src/notification-watcher.xml | 8 |
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"> |