<!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.BalooWatcherApplication">

    <!-- interaction: the systemtray wants the application to do something -->
    <method name="renamedFiles">
        <!-- we're passing the coordinates of the icon, so the app knows where to put the popup window -->
        <arg name="from" type="s" direction="in"/>
        <arg name="to" type="s" direction="in"/>
        <arg name="listFiles" type="as" direction="in"/>
    </method>

  </interface>
</node>
