File: org.fcitx.Fcitx.InputContext1.xml

package info (click to toggle)
fcitx-qt5 1.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 976 kB
  • sloc: cpp: 6,178; xml: 340; makefile: 9; sh: 4
file content (64 lines) | stat: -rw-r--r-- 2,336 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!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.InputContext1">
    <method name="FocusIn">
    </method>
    <method name="FocusOut">
    </method>
    <method name="Reset">
    </method>
    <method name="SetCursorRect">
      <arg name="x" direction="in" type="i"/>
      <arg name="y" direction="in" type="i"/>
      <arg name="w" direction="in" type="i"/>
      <arg name="h" direction="in" type="i"/>
    </method>
    <method name="SetCapability">
       <arg name="caps" direction="in" type="t"/>
    </method>
    <method name="SetSurroundingText">
      <arg name="text" direction="in" type="s"/>
      <arg name="cursor" direction="in" type="u"/>
      <arg name="anchor" direction="in" type="u"/>
    </method>
    <method name="SetSurroundingTextPosition">
      <arg name="cursor" direction="in" type="u"/>
      <arg name="anchor" direction="in" type="u"/>
    </method>
    <method name="DestroyIC">
    </method>
    <method name="ProcessKeyEvent">
      <arg name="keyval" direction="in" type="u"/>
      <arg name="keycode" direction="in" type="u"/>
      <arg name="state" direction="in" type="u"/>
      <arg name="type" direction="in" type="b"/>
      <arg name="time" direction="in" type="u"/>
      <arg name="ret" direction="out" type="b"/>
    </method>
    <signal name="CommitString">
      <arg name="str" type="s"/>
    </signal>
    <signal name="CurrentIM">
      <arg name="name" type="s"/>
      <arg name="uniqueName" type="s"/>
      <arg name="langCode" type="s"/>
    </signal>
    <signal name="UpdateFormattedPreedit">
      <arg name="str" type="a(si)" />
      <arg name="cursorpos" type="i"/>
      <!-- qt4 / 5 seems use in/out differently -->
      <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="FcitxFormattedPreeditList" />
      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="FcitxFormattedPreeditList" />
    </signal>
    <signal name="ForwardKey">
      <arg name="keyval" type="u"/>
      <arg name="state" type="u"/>
      <arg name="type" type="b"/>
    </signal>
    <signal name="DeleteSurroundingText">
      <arg name="offset" type="i"/>
      <arg name="nchar" type="u"/>
    </signal>
  </interface>
</node>