File: org.fcitx.Fcitx.InputMethod.xml

package info (click to toggle)
fcitx-qt5 1.2.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 940 kB
  • sloc: cpp: 6,202; xml: 340; makefile: 12; sh: 4
file content (16 lines) | stat: -rw-r--r-- 679 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>