<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
          "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/de/lastlog/nm">
  <interface name="de.lastlog.nmInterface">
    <method name="reloadConfigurations"/>
    <method name="listConfigs">
      <arg type="u" name="count" direction="out"/>
    </method>
    <method name="executeConfiguration">
      <arg type="s" name="config" direction="in"/>
      <arg type="u" name="retval" direction="out"/>
    </method>
    <method name="queryConfigurationName">
      <arg type="u" name="pos" direction="in"/>
      <arg type="s" name="configName" direction="out"/>
    </method>
<!--     < int availableConfigs() -->
<!--     > void debugLine(QString) -->
<!--     > signal (program exit), maybe this is done by dbus itself -->
    <signal name="crashed"/>
  </interface>
</node>
