aboutsummaryrefslogtreecommitdiff
path: root/src/notification-item.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-12 09:30:07 -0500
committerTed Gould <ted@gould.cx>2010-08-12 09:30:07 -0500
commitf6b5ccdf34323425d94e594c6f748c1d4201cf89 (patch)
tree12edca8958f0b5ac704f5724ac75a7263660498f /src/notification-item.xml
parentd7c7a2ae1656af559bfbdb2716fe381d313b5a53 (diff)
parentb7d28a11de1b283cffa4caea1abfb94e01db3fdd (diff)
downloadayatana-indicator-application-f6b5ccdf34323425d94e594c6f748c1d4201cf89.tar.gz
ayatana-indicator-application-f6b5ccdf34323425d94e594c6f748c1d4201cf89.tar.bz2
ayatana-indicator-application-f6b5ccdf34323425d94e594c6f748c1d4201cf89.zip
Switching to using ordering IDs instead of the LRU file.
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>