diff options
author | Ted Gould <ted@gould.cx> | 2010-03-12 16:23:58 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-12 16:23:58 -0600 |
commit | 9c6bec9a3fbc11a00d167b9b2397ac7a8065409a (patch) | |
tree | 814f809764880280a1768e8edeac7c065222fb5f /src/session-dbus.xml | |
parent | 4172abb3ac9b3dbf10e007ba1422db14cc7599c5 (diff) | |
parent | 44d2e3243736990ca867eba36f4371252e2adf11 (diff) | |
download | ayatana-indicator-session-9c6bec9a3fbc11a00d167b9b2397ac7a8065409a.tar.gz ayatana-indicator-session-9c6bec9a3fbc11a00d167b9b2397ac7a8065409a.tar.bz2 ayatana-indicator-session-9c6bec9a3fbc11a00d167b9b2397ac7a8065409a.zip |
The icon changed enough, we need to have the restart icon stuff.
Diffstat (limited to 'src/session-dbus.xml')
-rw-r--r-- | src/session-dbus.xml | 15 |
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> |