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-item.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-item.xml')
-rw-r--r-- | src/notification-item.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml new file mode 100644 index 0000000..f3a4792 --- /dev/null +++ b/src/notification-item.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<node name="/"> + <interface name="org.ayatana.indicator.custom.NotificationItem"> + +<!-- Properties --> + <property name="Id" type="s" access="read" /> + <property name="Category" type="s" access="read" /> + <property name="Status" type="s" access="read" /> + <property name="IconName" type="s" access="read" /> + <property name="AttentionIconName" type="s" access="read" /> + <property name="Menu" type="o" access="read" /> + +<!-- Methods --> + <!-- None currently --> + +<!-- Signals --> + <signal name="NewIcon"> + </signal> + <signal name="NewAttentionIcon"> + </signal> + <signal name="NewStatus"> + <arg type="s" name="status" direction="out" /> + </signal> + + </interface> +</node> |