diff options
author | Ted Gould <ted@gould.cx> | 2010-08-05 17:06:59 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-05 17:06:59 -0500 |
commit | 649c799e5edc8d22c4b55af75c88aebf0c6d61f3 (patch) | |
tree | d30e3faf06f835f07b360b83615f44c73b414efb /src/notification-item.xml | |
parent | 9291697e3e6d4270a7f6200c0dc3d85743feb6d2 (diff) | |
parent | d377c945f1dcc36710313fdfa7e79b725fa8d42e (diff) | |
download | libayatana-appindicator-649c799e5edc8d22c4b55af75c88aebf0c6d61f3.tar.gz libayatana-appindicator-649c799e5edc8d22c4b55af75c88aebf0c6d61f3.tar.bz2 libayatana-appindicator-649c799e5edc8d22c4b55af75c88aebf0c6d61f3.zip |
Adding label support
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> |