diff options
| author | Ted Gould <ted@gould.cx> | 2010-08-10 09:27:31 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-08-10 09:27:31 -0500 |
| commit | 29311fb585fcc2a40f5bfc5438f6640ea2308bf2 (patch) | |
| tree | 31cee548daa026477a2cb53c9795d89f781e471a /src/notification-item.xml | |
| parent | 9e24b878dd38a57212689fc647d9f85214dc2e8c (diff) | |
| parent | 0e21b91a66553160e5b208d2b176282644d904bb (diff) | |
| download | libayatana-appindicator-29311fb585fcc2a40f5bfc5438f6640ea2308bf2.tar.gz libayatana-appindicator-29311fb585fcc2a40f5bfc5438f6640ea2308bf2.tar.bz2 libayatana-appindicator-29311fb585fcc2a40f5bfc5438f6640ea2308bf2.zip | |
* Upstream Merge
* Adding label support into the library
* Adding label support into the indicator
* Autogen
* Upstream Merge
* Fixing the check of the function signature
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> |
