diff options
author | Ted Gould <ted@gould.cx> | 2010-08-04 14:55:07 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-04 14:55:07 -0500 |
commit | 6eeaa491a8749fc13b7fc5a63fc8e62134d5c803 (patch) | |
tree | 0b3f492704dfbab0341608aad877d288de72f982 /src/notification-item.xml | |
parent | 3f326bdebf4052e5ae620caf2cf1e17909c2f8f8 (diff) | |
parent | f2b808303f336aad4ee2663efb80a096dd61dcbd (diff) | |
download | libayatana-appindicator-6eeaa491a8749fc13b7fc5a63fc8e62134d5c803.tar.gz libayatana-appindicator-6eeaa491a8749fc13b7fc5a63fc8e62134d5c803.tar.bz2 libayatana-appindicator-6eeaa491a8749fc13b7fc5a63fc8e62134d5c803.zip |
* Upstream Merge
* Adding label support into the library
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> |