diff options
author | Ted Gould <ted@gould.cx> | 2010-08-09 09:43:20 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-09 09:43:20 -0500 |
commit | afac3d90213157ecb77cc2395de3d710d5d2f60d (patch) | |
tree | 7092a74a4654a3776695ec38806807b88d332462 /src/notification-item.xml | |
parent | 9291697e3e6d4270a7f6200c0dc3d85743feb6d2 (diff) | |
parent | 89186858938bec991dfcbe931764b291edd24917 (diff) | |
download | ayatana-indicator-application-afac3d90213157ecb77cc2395de3d710d5d2f60d.tar.gz ayatana-indicator-application-afac3d90213157ecb77cc2395de3d710d5d2f60d.tar.bz2 ayatana-indicator-application-afac3d90213157ecb77cc2395de3d710d5d2f60d.zip |
Start with the ABI break.
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r-- | src/notification-item.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml index dc755c9..01261b5 100644 --- a/src/notification-item.xml +++ b/src/notification-item.xml @@ -12,6 +12,8 @@ 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" /> + <property name="LabelGuide" type="s" access="read" /> <!-- Methods --> <!-- None currently --> @@ -27,6 +29,10 @@ <signal name="NewStatus"> <arg type="s" name="status" direction="out" /> </signal> + <signal name="NewLabel"> + <arg type="s" name="label" direction="out" /> + <arg type="s" name="guide" direction="out" /> + </signal> </interface> </node> |