diff options
author | Ted Gould <ted@gould.cx> | 2010-08-13 12:22:42 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-13 12:22:42 -0500 |
commit | 564b2afe7960f5b277070c00370cbf1358e5246f (patch) | |
tree | 6711d5bfabf1b02f08f169a61dd1c34a2f2d6260 /src/notification-item.xml | |
parent | 7a4bfc9135ea55b0f495513fbd7ad2734b328098 (diff) | |
parent | d81670cc9cf081b1296561d9da2176975da7643b (diff) | |
download | libayatana-appindicator-564b2afe7960f5b277070c00370cbf1358e5246f.tar.gz libayatana-appindicator-564b2afe7960f5b277070c00370cbf1358e5246f.tar.bz2 libayatana-appindicator-564b2afe7960f5b277070c00370cbf1358e5246f.zip |
Updating to trunk
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r-- | src/notification-item.xml | 7 |
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> |