Codebase list fcitx-qt5 / upstream/1.2.6 platforminputcontext / org.fcitx.Fcitx.InputMethod.xml
upstream/1.2.6

Tree @upstream/1.2.6 (Download .tar.gz)

org.fcitx.Fcitx.InputMethod.xml @upstream/1.2.6raw · history · blame

<!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.fcitx.Fcitx.InputMethod">
    <method name="CreateICv3">
      <arg name="appname" direction="in" type="s"/>
      <arg name="pid" direction="in" type="i"/>
      <arg name="icid" direction="out" type="i"/>
      <arg name="enable" direction="out" type="b"/>
      <arg name="keyval1" direction="out" type="u"/>
      <arg name="state1" direction="out" type="u"/>
      <arg name="keyval2" direction="out" type="u"/>
      <arg name="state2" direction="out" type="u"/>
    </method>
  </interface>
</node>