pw3270dbus.xml
4.05 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/br/com/bb/pw3270">
<interface name="br.com.bb.pw3270">
<method name="getRevision">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="s" name="revision" direction="out" />
</method>
<method name="quit">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="result" direction="out" />
</method>
<method name="connect">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="s" name="uri" direction="in" />
<arg type="i" name="result" direction="out" />
</method>
<method name="disconnect">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="result" direction="out" />
</method>
<method name="getMessageID">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="status" direction="out" />
</method>
<method name="getConnectionState">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="status" direction="out" />
</method>
<method name="getScreenContents">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="s" name="contents" direction="out" />
</method>
<method name="enter">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="result" direction="out" />
</method>
<method name="pfKey">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="key" direction="in" />
<arg type="i" name="result" direction="out" />
</method>
<method name="paKey">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="key" direction="in" />
<arg type="i" name="result" direction="out" />
</method>
<method name="setTextAt">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="row" direction="in" />
<arg type="i" name="col" direction="in" />
<arg type="s" name="text" direction="in" />
</method>
<method name="getTextAt">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="row" direction="in" />
<arg type="i" name="col" direction="in" />
<arg type="i" name="len" direction="in" />
<arg type="s" name="text" direction="out" />
</method>
<method name="isConnected">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="result" direction="out" />
</method>
<method name="isReady">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="result" direction="out" />
</method>
<method name="inTN3270E">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="result" direction="out" />
</method>
<method name="waitForReady">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="timeout" direction="in" />
<arg type="i" name="result" direction="out" />
</method>
<method name="setCursorAt">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="row" direction="in" />
<arg type="i" name="col" direction="in" />
<arg type="i" name="result" direction="out" />
</method>
<method name="setToggle">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="id" direction="in" />
<arg type="i" name="value" direction="in" />
<arg type="i" name="result" direction="out" />
</method>
<method name="cmpTextAt">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
<arg type="i" name="row" direction="in" />
<arg type="i" name="col" direction="in" />
<arg type="s" name="text" direction="in" />
<arg type="i" name="result" direction="out" />
</method>
</interface>
</node>