aboutsummaryrefslogtreecommitdiff
path: root/src/gen-notification-item.xml.c
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/gen-notification-item.xml.c
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/gen-notification-item.xml.c')
-rw-r--r--src/gen-notification-item.xml.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gen-notification-item.xml.c b/src/gen-notification-item.xml.c
index b80567e..aa2ee0d 100644
--- a/src/gen-notification-item.xml.c
+++ b/src/gen-notification-item.xml.c
@@ -8,7 +8,9 @@ const char * _notification_item =
" <property name=\"Category\" type=\"s\" access=\"read\" />\n"
" <property name=\"Status\" type=\"s\" access=\"read\" />\n"
" <property name=\"IconName\" type=\"s\" access=\"read\" />\n"
+" <property name=\"IconAccessibleDesc\" type=\"s\" access=\"read\" />\n"
" <property name=\"AttentionIconName\" type=\"s\" access=\"read\" />\n"
+" <property name=\"AttentionAccessibleDesc\" type=\"s\" access=\"read\" />\n"
" <!-- An additional path to add to the theme search path\n"
" to find the icons specified above. -->\n"
" <property name=\"IconThemePath\" type=\"s\" access=\"read\" />\n"
@@ -38,6 +40,7 @@ const char * _notification_item =
" <arg type=\"s\" name=\"label\" direction=\"out\" />\n"
" <arg type=\"s\" name=\"guide\" direction=\"out\" />\n"
" </signal>\n"
+"\n"
" </interface>\n"
"</node>\n"
;