aboutsummaryrefslogtreecommitdiff
path: root/src/notification-item.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-01-28 21:16:29 -0600
committerTed Gould <ted@gould.cx>2012-01-28 21:16:29 -0600
commite5b9bc347ccaf27c351fbcb2305db5dc5816e5e0 (patch)
tree896b2c0566128e5e46f5d2964d060f7027d74633 /src/notification-item.xml
parent3c1556cb30938195c6646d203f949912d7af5c4e (diff)
downloadlibayatana-appindicator-e5b9bc347ccaf27c351fbcb2305db5dc5816e5e0.tar.gz
libayatana-appindicator-e5b9bc347ccaf27c351fbcb2305db5dc5816e5e0.tar.bz2
libayatana-appindicator-e5b9bc347ccaf27c351fbcb2305db5dc5816e5e0.zip
Adding the 'Title' property and 'NewTitle' signal to the DBus interface description
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>