diff options
author | Ted Gould <ted@gould.cx> | 2010-03-12 17:36:22 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-12 17:36:22 -0600 |
commit | 6bdd9dd9b36a0082d207fb6963c3f47262f457af (patch) | |
tree | a2721688f0df986ddef9bd8287d723dc252f6588 /src/session-dbus.xml | |
parent | 7f489865a78b866ce22627c3ac5fb224a8bec4d1 (diff) | |
parent | 62a79745a976eb7459a9f3aaeb9f6fa7e021897f (diff) | |
download | ayatana-indicator-session-6bdd9dd9b36a0082d207fb6963c3f47262f457af.tar.gz ayatana-indicator-session-6bdd9dd9b36a0082d207fb6963c3f47262f457af.tar.bz2 ayatana-indicator-session-6bdd9dd9b36a0082d207fb6963c3f47262f457af.zip |
Merging in the panel restart icon branch
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> |