blob: 80ac29cc8ccbc839f8740272a8d939e14adf98d7 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8" ?>
<node>
<interface name="com.meego.inputmethod.inputcontext1">
<method name="activationLostEvent">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="imInitiatedHide">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="commitString">
<arg name="string" type="s" direction="in"/>
<arg name="replaceStart" type="i" direction="in" />
<arg name="replaceLength" type="i" direction="in" />
<arg name="cursorPos" type="i" direction="in" />
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="updatePreedit">
<arg name="string" type="s" direction="in"/>
<arg name="formatList" type="a(iii)" direction="in" />
<arg name="replaceStart" type="i" direction="in" />
<arg name="replaceLength" type="i" direction="in" />
<arg name="cursorPos" type="i" direction="in" />
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="keyEvent">
<arg name="type" type="i" direction="in"/>
<arg name="key" type="i" direction="in"/>
<arg name="modifiers" type="i" direction="in"/>
<arg name="text" type="s" direction="in"/>
<arg name="autoRepeat" type="b" direction="in"/>
<arg name="count" type="i" direction="in"/>
<arg name="requestType" type="y" direction="in"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="updateInputMethodArea">
<arg name="data" type="ay" direction="in"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="setGlobalCorrectionEnabled">
<arg name="enabled" type="b" direction="in"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="copy">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="paste">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="setRedirectKeys">
<arg name="enabled" type="b" direction="in"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="preeditRectangle">
<arg name="valid" type="b" direction="out"/>
<arg name="rect" type="(iiii)" direction="out"/>
</method>
<method name="setDetectableAutoRepeat">
<arg name="enabled" type="b"/>
</method>
<method name="setSelection">
<arg name="start" type="i"/>
<arg name="length" type="i"/>
</method>
<method name="selection">
<arg name="valid" type="b" direction="out"/>
<arg name="selectionText" type="s" direction="out"/>
</method>
</interface>
</node>
|