aboutsummaryrefslogtreecommitdiff
path: root/src/notification-item.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-12 09:31:40 -0500
committerTed Gould <ted@gould.cx>2010-08-12 09:31:40 -0500
commit374ce0d9c90fb80b0fdf916a3fe170b050abb0fc (patch)
tree36d90bcb75ef8d9c4a7a07c25d16b5b30339c175 /src/notification-item.xml
parent15f7dee1de99f6bceb4c714ef1a8ff2e7b0add09 (diff)
parent6769e30333d906eb69789aff69d58851fe08fc00 (diff)
downloadlibayatana-appindicator-374ce0d9c90fb80b0fdf916a3fe170b050abb0fc.tar.gz
libayatana-appindicator-374ce0d9c90fb80b0fdf916a3fe170b050abb0fc.tar.bz2
libayatana-appindicator-374ce0d9c90fb80b0fdf916a3fe170b050abb0fc.zip
* Upstream Merge
* Add in ordering IDs
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r--src/notification-item.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml
index 01261b5..05afd83 100644
--- a/src/notification-item.xml
+++ b/src/notification-item.xml
@@ -12,8 +12,9 @@
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" />
+ <property name="XAyatanaLabel" type="s" access="read" />
+ <property name="XAyatanaLabelGuide" type="s" access="read" />
+ <property name="XAyatanaOrderingIndex" type="u" access="read" />
<!-- Methods -->
<!-- None currently -->
@@ -29,7 +30,7 @@
<signal name="NewStatus">
<arg type="s" name="status" direction="out" />
</signal>
- <signal name="NewLabel">
+ <signal name="XAyatanaNewLabel">
<arg type="s" name="label" direction="out" />
<arg type="s" name="guide" direction="out" />
</signal>