aboutsummaryrefslogtreecommitdiff
path: root/src/notifications-service.xml
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-15 15:41:32 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-15 15:41:32 -0400
commit239dec68b0e37d20d07af51e4bc21200447b0aaa (patch)
tree226b0f22a9939530d96b0b7e582eece89a2329da /src/notifications-service.xml
parentfc92dc2b4c0173b17b2c4a771aef593316425e81 (diff)
downloadayatana-indicator-notifications-239dec68b0e37d20d07af51e4bc21200447b0aaa.tar.gz
ayatana-indicator-notifications-239dec68b0e37d20d07af51e4bc21200447b0aaa.tar.bz2
ayatana-indicator-notifications-239dec68b0e37d20d07af51e4bc21200447b0aaa.zip
Couldn't seem to get a signal when a menu item is added to the dbusmenu, so adding the interface back from indicator-datetime with a MessageAdded signal to notify the indicator when a notification is added to the menu.
Diffstat (limited to 'src/notifications-service.xml')
-rw-r--r--src/notifications-service.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/notifications-service.xml b/src/notifications-service.xml
new file mode 100644
index 0000000..36edd68
--- /dev/null
+++ b/src/notifications-service.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
+ <interface name="com.launchpad.RecentNotifications.indicator.service">
+
+<!-- Methods -->
+
+<!-- Signals -->
+ <signal name="MessageAdded" />
+
+ </interface>
+</node>