<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.kde.kded5">
    <method name="loadModule">
      <arg type="b" direction="out"/>
      <arg name="obj" type="s" direction="in"/>
    </method>
    <method name="loadedModules">
      <arg type="as" direction="out"/>
    </method>
    <method name="unloadModule">
      <arg type="b" direction="out"/>
      <arg name="obj" type="s" direction="in"/>
    </method>
    <method name="registerWindowId">
      <arg name="windowId" type="x" direction="in"/>
    </method>
    <method name="unregisterWindowId">
      <arg name="windowId" type="x" direction="in"/>
    </method>
    <method name="reconfigure">
    </method>
    <method name="loadSecondPhase">
    </method>
    <method name="quit">
    </method>
    <method name="isModuleAutoloaded">
      <arg type="b" direction="out"/>
      <arg name="module" type="s" direction="in"/>
    </method>
    <method name="isModuleLoadedOnDemand">
      <arg type="b" direction="out"/>
      <arg name="module" type="s" direction="in"/>
    </method>
    <method name="setModuleAutoloading">
      <arg name="module" type="s" direction="in"/>
      <arg name="autoload" type="b" direction="in"/>
    </method>
  </interface>
</node>
