aboutsummaryrefslogtreecommitdiff
path: root/src/gen-notification-item.xml.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-02-24 22:15:21 -0500
committerKen VanDine <ken.vandine@canonical.com>2011-02-24 22:15:21 -0500
commit5f97e91d0017b93369d3ddc7e7354a8f285bf336 (patch)
tree0a340347ff7d0532e0e5862d5391eaaa7a92575e /src/gen-notification-item.xml.c
parent3c0119b757b0c9f449d944e4423ff7d8ec723eaf (diff)
parent22fbdf6340b9b4e233c033e20009d2c65d18c804 (diff)
downloadlibayatana-appindicator-5f97e91d0017b93369d3ddc7e7354a8f285bf336.tar.gz
libayatana-appindicator-5f97e91d0017b93369d3ddc7e7354a8f285bf336.tar.bz2
libayatana-appindicator-5f97e91d0017b93369d3ddc7e7354a8f285bf336.zip
releasing version 0.2.96-0ubuntu10.2.96-0ubuntu1
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"
;