<!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.freedesktop.IBus">
    <method name="GetAddress">
      <arg name="address" direction="out" type="s"/>
    </method>
    <method name="CreateInputContext">
      <arg name="name" direction="in" type="s"/>
      <arg name="context" direction="out" type="o"/>
    </method>
    <method name="RegisterComponent">
      <arg name="components" direction="in" type="v"/>
    </method>
    <method name="ListEngines">
      <arg name="engines" direction="out" type="av"/>
    </method>
    <method name="ListActiveEngines">
      <arg name="engines" direction="out" type="av"/>
    </method>
    <method name="Exit">
      <arg name="restart" direction="in" type="b"/>
    </method>
    <method name="Ping">
      <arg name="data" direction="in" type="v"/>
      <arg name="data" direction="out" type="v"/>
    </method>
  </interface>
</node>

