<?xml version="1.0"?>
<!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.KGlobalAccel">
    <signal name="yourShortcutGotChanged">
      <arg name="actionId" type="as" direction="out"/>
      <arg name="newKeys" type="ai" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QList&lt;int&gt;"/>
      <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
    </signal>

    <method name="allComponents">
      <arg type="ao" direction="out"/>
    </method>

    <method name="allMainComponents">
      <arg type="aas" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;QStringList&gt;"/>
    </method>

    <method name="allActionsForComponent">
      <arg type="aas" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;QStringList&gt;"/>
      <arg name="actionId" type="as" direction="in"/>
    </method>

    <method name="action">
      <arg type="as" direction="out"/>
      <arg name="key" type="i" direction="in"/>
      <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
    </method>

    <method name="getComponent">
      <arg type="o" direction="out"/>
      <arg name="componentUnique" type="s" direction="in"/>
    </method>

    <method name="shortcut">
      <arg type="ai" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/>
      <arg name="actionId" type="as" direction="in"/>
      <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
    </method>

    <method name="defaultShortcut">
      <arg type="ai" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/>
      <arg name="actionId" type="as" direction="in"/>
      <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
    </method>

    <method name="setShortcut">
      <arg type="ai" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/>
      <arg name="actionId" type="as" direction="in"/>
      <arg name="keys" type="ai" direction="in"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QList&lt;int&gt;"/>
      <arg name="flags" type="u" direction="in"/>
      <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
    </method>

    <method name="setForeignShortcut">
      <arg name="actionId" type="as" direction="in"/>
      <arg name="keys" type="ai" direction="in"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QList&lt;int&gt;"/>
      <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
    </method>

    <method name="setInactive">
      <arg name="actionId" type="as" direction="in"/>
    </method>

    <method name="doRegister">
      <arg name="actionId" type="as" direction="in"/>
    </method>

    <method name="unRegister">
      <arg name="actionId" type="as" direction="in"/>
      <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
    </method>

    <method name="activateGlobalShortcutContext">
      <arg name="component" type="s" direction="in"/>
      <arg name="context" type="s" direction="in"/>
    </method>

    <method name="getGlobalShortcutsByKey">
      <arg type="a(ssssssaiai)" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;KGlobalShortcutInfo&gt;"/>
      <arg name="key" type="i" direction="in"/>
    </method>

    <method name="isGlobalShortcutAvailable">
      <arg type="b" direction="out"/>
      <arg name="key" type="i" direction="in"/>
      <arg name="component" type="s" direction="in"/>
    </method>

    <method name="unregister">
      <arg type="b" direction="out"/>
      <arg name="componentUnique" type="s" direction="in"/>
      <arg name="shortcutUnique" type="s" direction="in"/>
    </method>

    <method name="blockGlobalShortcuts">
      <arg type="b" direction="in"/>
    </method>

    <!-- v2 interface -->

    <signal name="yourShortcutsChanged">
      <arg name="actionId" type="as" direction="out"/>
      <arg name="newKeys" type="a(ai)" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QList&lt;QKeySequence&gt;"/>
    </signal>

    <method name="shortcutKeys">
      <arg type="a(ai)" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;QKeySequence&gt;"/>
      <arg name="actionId" type="as" direction="in"/>
    </method>

    <method name="defaultShortcutKeys">
      <arg type="a(ai)" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;QKeySequence&gt;"/>
      <arg name="actionId" type="as" direction="in"/>
    </method>

    <method name="actionList">
      <arg type="as" direction="out"/>
      <arg name="key" type="(ai)" direction="in"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QKeySequence"/>
      <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
    </method>

    <method name="setShortcutKeys">
      <arg type="a(ai)" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;QKeySequence&gt;"/>
      <arg name="actionId" type="as" direction="in"/>
      <arg name="keys" type="a(ai)" direction="in"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QList&lt;QKeySequence&gt;"/>
      <arg name="flags" type="u" direction="in"/>
    </method>

    <method name="setForeignShortcutKeys">
      <arg name="actionId" type="as" direction="in"/>
      <arg name="keys" type="a(ai)" direction="in"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QList&lt;QKeySequence&gt;"/>
    </method>

    <method name="globalShortcutsByKey">
      <arg type="a(ssssssaiai)" direction="out"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;KGlobalShortcutInfo&gt;"/>
      <arg name="key" type="(ai)" direction="in"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QKeySequence"/>
      <arg name="matchType" type="(i)" direction="in"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="KGlobalAccel::MatchType"/>
    </method>

    <method name="globalShortcutAvailable">
      <arg type="b" direction="out"/>
      <arg name="key" type="(ai)" direction="in"/>
      <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QKeySequence"/>
      <arg name="component" type="s" direction="in"/>
    </method>

    <method name="setInverseShortcutActions">
      <arg type="b" direction="out"/>
      <arg name="componentUnique" type="s" direction="in"/>
      <arg name="forwardActionUnique" type="s" direction="in"/>
      <arg name="backwardActionUnique" type="s" direction="in"/>
      <arg name="flags" type="u" direction="in"/>
    </method>
  </interface>
</node>
