File: minputmethodcontext1interface.xml

package info (click to toggle)
maliit-framework 2.3.0-3.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,488 kB
  • sloc: cpp: 13,098; ansic: 2,506; xml: 299; sh: 34; makefile: 23; sed: 4
file content (77 lines) | stat: -rw-r--r-- 2,221 bytes parent folder | download | duplicates (3)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/">
  <interface name="com.meego.inputmethod.inputcontext1">
    <method name="activationLostEvent">
    </method>
    <method name="imInitiatedHide">
    </method>
    <method name="commitString">
      <arg type="s"/>
      <arg type="i"/>
      <arg type="i"/>
      <arg type="i"/>
    </method>
    <method name="updatePreedit">
      <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QList&lt;Maliit::PreeditTextFormat&gt;"/>
      <arg type="s"/>
      <arg type="a(iii)"/>
      <arg type="i"/>
      <arg type="i"/>
      <arg type="i"/>
    </method>
    <method name="keyEvent">
      <annotation name="org.qtproject.QtDBus.QtTypeName.In6" value="Maliit::EventRequestType"/>
      <arg type="i"/>
      <arg type="i"/>
      <arg type="i"/>
      <arg type="s"/>
      <arg type="b"/>
      <arg type="i"/>
      <arg type="y"/>
    </method>
    <method name="updateInputMethodArea">
      <arg type="i"/>
      <arg type="i"/>
      <arg type="i"/>
      <arg type="i"/>
    </method>
    <method name="setGlobalCorrectionEnabled">
      <arg type="b"/>
    </method>
    <method name="preeditRectangle">
      <arg type="b" direction="out"/>
      <arg type="i" direction="out"/>
      <arg type="i" direction="out"/>
      <arg type="i" direction="out"/>
      <arg type="i" direction="out"/>
    </method>
    <method name="setRedirectKeys">
      <arg type="b"/>
    </method>
    <method name="setDetectableAutoRepeat">
      <arg type="b"/>
    </method>
    <method name="setSelection">
        <arg type="i"/>
        <arg type="i"/>
    </method>
    <method name="selection">
      <arg type="b" direction="out"/>
      <arg type="s" direction="out"/>
    </method>
    <method name="setLanguage">
      <arg type="s"/>
    </method>
    <method name="notifyExtendedAttributeChanged">
      <arg type="i"/>
      <arg type="s"/>
      <arg type="s"/>
      <arg type="s"/>
      <arg type="v"/>
    </method>
    <method name="pluginSettingsLoaded">
      <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QList&lt;MImPluginSettingsInfo&gt;"/>
      <arg type="a(sssia(ssibva{sv}))"/>
    </method>
  </interface>
</node>