aboutsummaryrefslogtreecommitdiff
path: root/src/notification-item.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-01-30 22:52:41 -0600
committerTed Gould <ted@gould.cx>2012-01-30 22:52:41 -0600
commitea6c887b21f216a3bfca55a650468ce027c47f73 (patch)
treec90bc0936c301540b87b3c3dd6562e1c80e9359e /src/notification-item.xml
parentd006f9d8b40a0a6dd2da09cf41d939787d0505ea (diff)
parentf6e9dcf3f3314038571798a7b6ba27c2d32b50b1 (diff)
downloadlibayatana-appindicator-ea6c887b21f216a3bfca55a650468ce027c47f73.tar.gz
libayatana-appindicator-ea6c887b21f216a3bfca55a650468ce027c47f73.tar.bz2
libayatana-appindicator-ea6c887b21f216a3bfca55a650468ce027c47f73.zip
Add the ability to set and export the title of the app indicator
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 589a438..c93afd7 100644
--- a/src/notification-item.xml
+++ b/src/notification-item.xml
@@ -10,6 +10,7 @@
<property name="IconAccessibleDesc" type="s" access="read" />
<property name="AttentionIconName" type="s" access="read" />
<property name="AttentionAccessibleDesc" type="s" access="read" />
+ <property name="Title" 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" />
@@ -46,6 +47,8 @@
<arg type="s" name="label" direction="out" />
<arg type="s" name="guide" direction="out" />
</signal>
+ <signal name="NewTitle">
+ </signal>
</interface>
</node>