File: org.fcitx.Fcitx.InputMethod1.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 (12 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
<!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.InputMethod1">
  <method name="CreateInputContext">
   <arg type="a(ss)" direction="in"/>
   <arg type="o" direction="out"/>
   <arg type="ay" direction="out"/>
   <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="FcitxInputContextArgumentList" />
  </method>
 </interface>
</node>