diff options
author | Ted Gould <ted@gould.cx> | 2010-03-12 14:00:20 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-12 14:00:20 -0600 |
commit | 64c34204592848587c9b965c339d75305b35eebe (patch) | |
tree | 42a5f6f04165aa9ba7fd1c98fa114a0a48be1056 /src/session-dbus.xml | |
parent | 931ee90269a965820091d1397e4f5ebf123720a7 (diff) | |
download | ayatana-indicator-session-64c34204592848587c9b965c339d75305b35eebe.tar.gz ayatana-indicator-session-64c34204592848587c9b965c339d75305b35eebe.tar.bz2 ayatana-indicator-session-64c34204592848587c9b965c339d75305b35eebe.zip |
Setting up session dbus interface client server 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> |