diff options
author | Ted Gould <ted@gould.cx> | 2011-02-24 15:34:16 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-24 15:34:16 -0600 |
commit | ce7b22d25a6ee30dc55df5022c72652ad19e406a (patch) | |
tree | 30d40ab958ba7e79a8e66e70d42b1616104a21b3 /src/notification-item.xml | |
parent | abccdd7479fb3a5c1e51e52f91fbe7cada89bfd6 (diff) | |
parent | d21b676e9fe3a9b7f52465cd75d833ce05a6c7a7 (diff) | |
download | libayatana-appindicator-ce7b22d25a6ee30dc55df5022c72652ad19e406a.tar.gz libayatana-appindicator-ce7b22d25a6ee30dc55df5022c72652ad19e406a.tar.bz2 libayatana-appindicator-ce7b22d25a6ee30dc55df5022c72652ad19e406a.zip |
Add the ability to set accessible descriptions for the icon and attention icon.
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r-- | src/notification-item.xml | 3 |
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> |