File: org.fcitx.Fcitx.InputMethod1.xml

package info (click to toggle)
fcitx5-qt 5.0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,100 kB
  • sloc: cpp: 9,104; xml: 218; ansic: 46; makefile: 9; sh: 9
file content (12 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (6)
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="FcitxQtStringKeyValueList" />
  </method>
 </interface>
</node>