aboutsummaryrefslogtreecommitdiff
path: root/src/notification-item.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-24 16:02:16 -0600
committerTed Gould <ted@gould.cx>2011-02-24 16:02:16 -0600
commit59d8e5d84c42b48efbe5874b2363b30004012a8b (patch)
tree00de0898518d94b88093efdd3aee9d85357e170b /src/notification-item.xml
parentdd6a45171e4d9c93247805043806f1a2e06d362c (diff)
parent7a1564e995770915a51c411a1856508db19206e9 (diff)
downloadlibayatana-appindicator-59d8e5d84c42b48efbe5874b2363b30004012a8b.tar.gz
libayatana-appindicator-59d8e5d84c42b48efbe5874b2363b30004012a8b.tar.bz2
libayatana-appindicator-59d8e5d84c42b48efbe5874b2363b30004012a8b.zip
* New upstream release.
* Add support for accessible descriptions * Move deregistration of object later to send final signals
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r--src/notification-item.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml
index 127eb3a..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" />
@@ -37,5 +39,6 @@
<arg type="s" name="label" direction="out" />
<arg type="s" name="guide" direction="out" />
</signal>
+
</interface>
</node>