aboutsummaryrefslogtreecommitdiff
path: root/src/notification-item.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-23 20:51:06 -0600
committerTed Gould <ted@gould.cx>2011-02-23 20:51:06 -0600
commitd63e2d04123cb7e37fa5f9a3cb8239364d81e629 (patch)
tree06f9ce11cd84da1d17845a90a00f55722fa1bded /src/notification-item.xml
parent5824bcdd09bc63f62ecc9856d8e10115df73a863 (diff)
downloadlibayatana-appindicator-d63e2d04123cb7e37fa5f9a3cb8239364d81e629.tar.gz
libayatana-appindicator-d63e2d04123cb7e37fa5f9a3cb8239364d81e629.tar.bz2
libayatana-appindicator-d63e2d04123cb7e37fa5f9a3cb8239364d81e629.zip
Changing the signal to match what was discussed with the KDE folks
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r--src/notification-item.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml
index 3e5b3ff..bbf77c5 100644
--- a/src/notification-item.xml
+++ b/src/notification-item.xml
@@ -7,7 +7,9 @@
<property name="Category" type="s" access="read" />
<property name="Status" type="s" access="read" />
<property name="IconName" type="s" access="read" />
+ <property name="IconAccessibleDesc" type="s" access="read" />
<property name="AttentionIconName" type="s" access="read" />
+ <property name="AttentionAccessibleDesc" type="s" access="read" />
<!-- An additional path to add to the theme search path
to find the icons specified above. -->
<property name="IconThemePath" type="s" access="read" />
@@ -15,7 +17,6 @@
<property name="XAyatanaLabel" type="s" access="read" />
<property name="XAyatanaLabelGuide" type="s" access="read" />
<property name="XAyatanaOrderingIndex" type="u" access="read" />
- <property name="AccessibleDesc" type="s" access="read" />
<!-- Methods -->
<method name="Scroll">
@@ -38,9 +39,6 @@
<arg type="s" name="label" direction="out" />
<arg type="s" name="guide" direction="out" />
</signal>
- <signal name="AccessibleDesc">
- <arg type="s" name="accessible_desc" direction="out" />
- </signal>
</interface>
</node>