diff options
author | Ted Gould <ted@gould.cx> | 2010-08-04 11:52:01 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-04 11:52:01 -0500 |
commit | 8b0b19a5ea43dbb1e676248ef6eeee6ece21f3da (patch) | |
tree | cab1937830d842d69620637ee018b5e0f1caf8d2 /src/notification-item.xml | |
parent | 17dea0907c51dfb39686f6840a9404467d79db82 (diff) | |
parent | 89a5ffef0d244b250c6cd1a809db68d64bf577ee (diff) | |
download | ayatana-indicator-application-8b0b19a5ea43dbb1e676248ef6eeee6ece21f3da.tar.gz ayatana-indicator-application-8b0b19a5ea43dbb1e676248ef6eeee6ece21f3da.tar.bz2 ayatana-indicator-application-8b0b19a5ea43dbb1e676248ef6eeee6ece21f3da.zip |
Merging in the API changes
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 a0141c3..b339e7b 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 --> @@ -24,6 +26,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> |