diff options
author | Sense Egbert Hofstede <sense@ubuntu.com> | 2010-08-24 16:04:05 +0200 |
---|---|---|
committer | Sense Egbert Hofstede <sense@ubuntu.com> | 2010-08-24 16:04:05 +0200 |
commit | c553ba560850d76ee92d705bfc37a0fa39a37d72 (patch) | |
tree | 1e7542e2f2768bf97fbe65a7a6efc6d243863166 /src/notification-item.xml | |
parent | 1a0c666b3461d13265a52d35e38d260d975f02aa (diff) | |
parent | b51c1debf9807ad357564975c394badbafccaa1b (diff) | |
download | ayatana-indicator-application-c553ba560850d76ee92d705bfc37a0fa39a37d72.tar.gz ayatana-indicator-application-c553ba560850d76ee92d705bfc37a0fa39a37d72.tar.bz2 ayatana-indicator-application-c553ba560850d76ee92d705bfc37a0fa39a37d72.zip |
Merging with trunk
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r-- | src/notification-item.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml index a0141c3..05afd83 100644 --- a/src/notification-item.xml +++ b/src/notification-item.xml @@ -12,6 +12,9 @@ to find the icons specified above. --> <property name="IconThemePath" type="s" access="read" /> <property name="Menu" type="o" 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 --> @@ -19,11 +22,18 @@ <!-- Signals --> <signal name="NewIcon"> </signal> + <signal name="NewIconThemePath"> + <arg type="s" name="icon_theme_path" direction="out" /> + </signal> <signal name="NewAttentionIcon"> </signal> <signal name="NewStatus"> <arg type="s" name="status" direction="out" /> </signal> + <signal name="XAyatanaNewLabel"> + <arg type="s" name="label" direction="out" /> + <arg type="s" name="guide" direction="out" /> + </signal> </interface> </node> |