aboutsummaryrefslogtreecommitdiff
path: root/src/session-dbus.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-12 22:18:55 -0600
committerTed Gould <ted@gould.cx>2010-03-12 22:18:55 -0600
commit2681e6476dbf2f0373c8791295f6dafd9d7158a1 (patch)
tree79e6c7778a6d8a247bc0a661b61f10b5970a1ee8 /src/session-dbus.xml
parenteaf244dd1022818c3780b138497c79ff51bf0a54 (diff)
parent62a79745a976eb7459a9f3aaeb9f6fa7e021897f (diff)
downloadayatana-indicator-session-2681e6476dbf2f0373c8791295f6dafd9d7158a1.tar.gz
ayatana-indicator-session-2681e6476dbf2f0373c8791295f6dafd9d7158a1.tar.bz2
ayatana-indicator-session-2681e6476dbf2f0373c8791295f6dafd9d7158a1.zip
Make it so the panel icon can switch between two values based on whether the user needs to restart
Diffstat (limited to 'src/session-dbus.xml')
-rw-r--r--src/session-dbus.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/session-dbus.xml b/src/session-dbus.xml
new file mode 100644
index 0000000..3ce1693
--- /dev/null
+++ b/src/session-dbus.xml
@@ -0,0 +1,15 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node name="/org/ayatana/indicator/session/service">
+ <interface name="org.ayatana.indicator.session.service">
+
+ <!-- Icon -->
+ <method name="GetIcon">
+ <arg name="name" direction="out" type="s"/>
+ </method>
+
+ <signal name="IconUpdated">
+ <arg name="name" type="s"/>
+ </signal>
+
+ </interface>
+</node>