<!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/ladish/conf">
  <interface name="org.ladish.conf">
    <method name="set">
      <arg name="key" type="s" direction="in" />
      <arg name="value" type="s" direction="in" />
      <arg name="version" type="t" direction="out" />
    </method>
    <method name="get">
      <arg name="key" type="s" direction="in" />
      <arg name="value" type="s" direction="out" />
      <arg name="version" type="t" direction="out" />
    </method>
    <method name="exit">
    </method>
    <signal name="changed">
      <arg name="key" type="s" />
      <arg name="value" type="s" />
      <arg name="version" type="t" />
    </signal>
  </interface>
</node>

