diff options
author | Ted Gould <ted@canonical.com> | 2009-10-15 17:01:35 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-15 17:01:35 -0500 |
commit | e576b286340dfdaa080004231c578e760b24342d (patch) | |
tree | c04625cef42f15f8b66cac9855596c8577d33dd4 /src/notification-watcher.xml | |
parent | e265e46176c6c8633849b3a5d65b7f86bda47318 (diff) | |
parent | afd1d1747e91db94c370ea4a3400906fe4227e09 (diff) | |
download | ayatana-indicator-application-e576b286340dfdaa080004231c578e760b24342d.tar.gz ayatana-indicator-application-e576b286340dfdaa080004231c578e760b24342d.tar.bz2 ayatana-indicator-application-e576b286340dfdaa080004231c578e760b24342d.zip |
We're on the dbus branch now
Diffstat (limited to 'src/notification-watcher.xml')
-rw-r--r-- | src/notification-watcher.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/notification-watcher.xml b/src/notification-watcher.xml new file mode 100644 index 0000000..93acf74 --- /dev/null +++ b/src/notification-watcher.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<node name="/"> + <interface name="org.ayatana.indicator.custom.NotificationWatcher"> + +<!-- Properties --> + <!-- None currently --> + +<!-- Methods --> + <method name="RegisterService"> + <arg type="s" name="service" direction="in" /> + </method> + <method name="RegisteredServices"> + <arg type="as" name="services" direction="out" /> + </method> + <method name="ProtocolVersion"> + <arg type="s" name="version" direction="out" /> + </method> + <method name="RegisterNotificationHost"> + <arg type="s" name="service" direction="in" /> + </method> + <method name="IsNotificationHostRegistered"> + <arg type="b" name="hasHost" direction="out" /> + </method> + +<!-- Signals --> + <signal name="ServiceRegistered"> + <arg type="s" name="service" direction="out" /> + </signal> + <signal name="ServiceUnregistered"> + <arg type="s" name="service" direction="out" /> + </signal> + <signal name="NotificationHostRegistered"> + </signal> + <signal name="NotificationHostUnegistered"> + </signal> + + </interface> +</node> |