aboutsummaryrefslogtreecommitdiff
path: root/src/notification-item.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-03 11:47:45 -0500
committerTed Gould <ted@gould.cx>2010-08-03 11:47:45 -0500
commit456347aada2b1a3466efe6b27bb8ab3541b77f96 (patch)
treefbd22af733ae450f8cfc297fc5cdcb9a9108acfd /src/notification-item.xml
parent17dea0907c51dfb39686f6840a9404467d79db82 (diff)
downloadlibayatana-appindicator-456347aada2b1a3466efe6b27bb8ab3541b77f96.tar.gz
libayatana-appindicator-456347aada2b1a3466efe6b27bb8ab3541b77f96.tar.bz2
libayatana-appindicator-456347aada2b1a3466efe6b27bb8ab3541b77f96.zip
Adding the label property and a signal for it changing.
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r--src/notification-item.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml
index a0141c3..cacc6be 100644
--- a/src/notification-item.xml
+++ b/src/notification-item.xml
@@ -12,6 +12,7 @@
to find the icons specified above. -->
<property name="IconThemePath" type="s" access="read" />
<property name="Menu" type="o" access="read" />
+ <property name="Label" type="s" access="read" />
<!-- Methods -->
<!-- None currently -->
@@ -24,6 +25,9 @@
<signal name="NewStatus">
<arg type="s" name="status" direction="out" />
</signal>
+ <signal name="NewLabel">
+ <arg type="s" name="label" direction="out" />
+ </signal>
</interface>
</node>