summaryrefslogblamecommitdiffstats
path: root/src/org.openslx.pvs.xml
blob: 382e825e0a5256f04d4086a617b8105b8d66efe2 (plain) (tree)




















































































                                                                                                                                              
<!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>