blob: a6024cb6041518141087c5fabb3c09cf437a5e74 (
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
72
73
74
75
76
77
78
|
<?xml version="1.0" encoding="UTF-8" ?>
<node>
<interface name="com.meego.inputmethod.uiserver1">
<method name="showInputMethod">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="hideInputMethod">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="mouseClickedOnPreedit">
<arg name="posX" type="i"/>
<arg name="posY" type="i"/>
<arg name="preeditX" type="i"/>
<arg name="preeditY" type="i"/>
<arg name="preeditWidth" type="i"/>
<arg name="preeditHeight" type="i"/>
</method>
<method name="setPreedit">
<arg name="text" type="s" direction="in"/>
<arg name="cursorPos" type="i"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="updateWidgetInformation">
<arg name="encodedState" type="a{sv}"/>
<arg name="focusChanged" type="b"/>
</method>
<method name="reset">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="setContextObject">
<arg name="callbackObject" type="s" direction="in"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="activateContext">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="appOrientationAboutToChange">
<arg name="angle" type="i"/>
</method>
<method name="appOrientationChanged">
<arg name="angle" type="i" direction="in"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="setCopyPasteState">
<arg name="copyAvailable" type="b" direction="in"/>
<arg name="pasteAvailable" type="b" direction="in"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="processKeyEvent">
<arg name="keyType" type="i" direction="in"/>
<arg name="keyCode" 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="nativeScanCode" type="u" direction="in"/>
<arg name="nativeModifiers" type="u" direction="in"/>
<arg name="time" type="u" />
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="registerAttributeExtension">
<arg name="id" type="i"/>
<arg name="fileName" type="s"/>
</method>
<method name="unregisterAttributeExtension">
<arg name="id" type="i"/>
</method>
<method name="setExtendedAttribute">
<arg name="id" type="i"/>
<arg name="target" type="s"/>
<arg name="targetItem" type="s"/>
<arg name="attribute" type="s"/>
<arg name="value" type="ay"/>
</method>
</interface>
</node>
|