diff options
author | Ted Gould <ted@gould.cx> | 2010-01-08 11:03:33 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 11:03:33 -0600 |
commit | 458b67c8caa792c8176d494095c7eddd72600bf1 (patch) | |
tree | b06f1b8a5828b09f5a6cc1b980a8c1897dce5c59 /src/notification-watcher.xml | |
parent | 13de14e2a1944a8bee33bdd574924e0d9c8c66ed (diff) | |
parent | ab7949f8ed0d70686453a2e5c124e9095e8c19f7 (diff) | |
download | libayatana-appindicator-458b67c8caa792c8176d494095c7eddd72600bf1.tar.gz libayatana-appindicator-458b67c8caa792c8176d494095c7eddd72600bf1.tar.bz2 libayatana-appindicator-458b67c8caa792c8176d494095c7eddd72600bf1.zip |
Sync to karmic packaging branch
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"> |