<!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.KCookieServer">
    <method name="listCookies">
      <arg type="s" direction="out"/>
      <arg name="url" type="s" direction="in"/>
    </method>
    <method name="findCookies">
      <arg type="s" direction="out"/>
      <arg name="url" type="s" direction="in"/>
      <arg name="windowId" type="x" direction="in"/>
    </method>
    <method name="findDomains">
      <arg type="as" direction="out"/>
    </method>
    <method name="findCookies">
      <arg type="as" direction="out"/>
      <arg name="fields" type="ai" direction="in"/>
      <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QList&lt;int&gt;"/>
      <arg name="domain" type="s" direction="in"/>
      <arg name="fqdn" type="s" direction="in"/>
      <arg name="path" type="s" direction="in"/>
      <arg name="name" type="s" direction="in"/>
    </method>
    <method name="findDOMCookies">
      <arg type="s" direction="out"/>
      <arg name="url" type="s" direction="in"/>
    </method>
    <method name="findDOMCookies">
      <arg type="s" direction="out"/>
      <arg name="url" type="s" direction="in"/>
      <arg name="windowId" type="x" direction="in"/>
    </method>
    <method name="addCookies">
      <arg name="url" type="s" direction="in"/>
      <arg name="cookieHeader" type="ay" direction="in"/>
      <arg name="windowId" type="x" direction="in"/>
    </method>
    <method name="deleteCookie">
      <arg name="domain" type="s" direction="in"/>
      <arg name="fqdn" type="s" direction="in"/>
      <arg name="path" type="s" direction="in"/>
      <arg name="name" type="s" direction="in"/>
    </method>
    <method name="deleteCookiesFromDomain">
      <arg name="domain" type="s" direction="in"/>
    </method>
    <method name="deleteSessionCookies">
      <arg name="windowId" type="x" direction="in"/>
    </method>
    <method name="deleteSessionCookiesFor">
      <arg name="fqdn" type="s" direction="in"/>
      <arg name="windowId" type="x" direction="in"/>
    </method>
    <method name="deleteAllCookies">
    </method>
    <method name="addDOMCookies">
      <arg name="url" type="s" direction="in"/>
      <arg name="cookieHeader" type="ay" direction="in"/>
      <arg name="windowId" type="x" direction="in"/>
    </method>
    <method name="setDomainAdvice">
      <arg type="b" direction="out"/>
      <arg name="url" type="s" direction="in"/>
      <arg name="advice" type="s" direction="in"/>
    </method>
    <method name="getDomainAdvice">
      <arg type="s" direction="out"/>
      <arg name="url" type="s" direction="in"/>
    </method>
    <method name="reloadPolicy">
    </method>
    <method name="shutdown">
    </method>
  </interface>
</node>
