diff options
author | Ted Gould <ted@gould.cx> | 2010-01-08 11:20:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 11:20:32 -0600 |
commit | 96e4332ec96cd0b649d829857efb4d4f0268bb76 (patch) | |
tree | 535fb7809abc19be414318743bc55f586470d926 /src/notification-watcher.xml | |
parent | 5d97173ceb9192b8cf01c8f1ba0d761f2434817c (diff) | |
parent | a5753822cc80f3f579aa61801b54134b3baa8076 (diff) | |
download | libayatana-appindicator-96e4332ec96cd0b649d829857efb4d4f0268bb76.tar.gz libayatana-appindicator-96e4332ec96cd0b649d829857efb4d4f0268bb76.tar.bz2 libayatana-appindicator-96e4332ec96cd0b649d829857efb4d4f0268bb76.zip |
Updating to trunk
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"> |