summaryrefslogtreecommitdiffstats
path: root/src/org.openslx.pvs.xml
blob: 382e825e0a5256f04d4086a617b8105b8d66efe2 (plain) (blame)
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
<!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.openslx.pvs">
    <signal name="project">
      <arg name="host" type="s" direction="out"/>
      <arg name="port" type="i" direction="out"/>
      <arg name="passwd" type="s" direction="out"/>
      <arg name="fullscreen" type="b" direction="out"/>
      <arg name="smoothTransformation" type="b" direction="out"/>
      <arg name="quality" type="i" direction="out"/>
    </signal>
    <signal name="unproject">
    </signal>
    <signal name="chat_receive">
      <arg name="nick_from" type="s" direction="out"/>
      <arg name="nick_to" type="s" direction="out"/>
      <arg name="msg" type="s" direction="out"/>
    </signal>
    <signal name="chat_client_add">
      <arg name="nick" type="s" direction="out"/>
    </signal>
    <signal name="chat_client_remove">
      <arg name="nick" type="s" direction="out"/>
    </signal>
    <signal name="showMessage">
      <arg name="title" type="s" direction="out"/>
      <arg name="msg" type="s" direction="out"/>
      <arg name="useDialog" type="b" direction="out"/>
    </signal>
    <signal name="connected">
      <arg name="host" type="s" direction="out"/>
    </signal>
    <signal name="disconnected">
    </signal>
    <signal name="addHost">
      <arg name="host" type="s" direction="out"/>
    </signal>
    <signal name="delHost">
      <arg name="host" type="s" direction="out"/>
    </signal>
    <method name="start">
      <arg type="b" direction="out"/>
    </method>
    <method name="quit">
    </method>
    <method name="chat_send">
      <arg name="nick_to" type="s" direction="in"/>
      <arg name="nick_from" type="s" direction="in"/>
      <arg name="msg" type="s" direction="in"/>
    </method>
    <method name="chat_getNickname">
      <arg type="s" direction="out"/>
    </method>
    <method name="chat_getNicknames">
      <arg type="as" direction="out"/>
    </method>
    <method name="fileChanged">
      <arg name="path" type="s" direction="in"/>
    </method>
    <method name="pvsConnect">
      <arg name="host" type="s" direction="in"/>
      <arg name="passwd" type="s" direction="in"/>
    </method>
    <method name="pvsDisconnect">
    </method>
    <method name="isConnected">
      <arg type="s" direction="out"/>
    </method>
    <method name="getAvailableHosts">
      <arg type="as" direction="out"/>
    </method>
    <method name="getIpByNick">
      <arg type="s" direction="out"/>
      <arg name="nick" type="s" direction="in"/>
    </method>
    <method name="setConfigValue">
      <arg name="key" type="s" direction="in"/>
      <arg name="value" type="s" direction="in"/>
    </method>
    <method name="getConfigValue">
      <arg type="s" direction="out"/>
      <arg name="key" type="s" direction="in"/>
    </method>
  </interface>
</node>