pw3270dbus.xml 10.5 KB
<?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="setURL">
      <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="getURL">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="uri" 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="getSecureState">
      <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="input">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="text" direction="in" />
    </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" />
      <arg type="i" name="result" direction="out" />
    </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="y" name="lf" direction="in" />
      <arg type="s" name="text" direction="out" />
    </method>
    <method name="getText">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="addr" direction="in" />
      <arg type="i" name="len" direction="in" />
      <arg type="y" name="lf" direction="in" />
      <arg type="s" name="text" direction="out" />
    </method>
    <method name="setClipboard">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="text" direction="in" />
      <arg type="i" name="result" direction="out" />
    </method>
    <method name="getClipboard">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <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="setCursorAddress">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="addr" direction="in" />
      <arg type="i" name="result" direction="out" />
    </method>
    <method name="getCursorAddress">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="addr" direction="out" />
    </method>
    <method name="getScreenWidth">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="width" direction="out" />
    </method>
    <method name="getScreenHeight">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="height" direction="out" />
    </method>
    <method name="getScreenLength">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="len" direction="out" />
    </method>
    <method name="getNextUnprotected">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="addr" direction="in" />
      <arg type="i" name="result" direction="out" />
    </method>
    <method name="getIsProtected">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="addr" direction="in" />
      <arg type="i" name="result" direction="out" />
    </method>
    <method name="getIsProtectedAt">
      <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="y" name="lf" direction="in" />
      <arg type="i" name="result" direction="out" />
    </method>
    <method name="getFieldStart">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="addr" direction="in" />
      <arg type="i" name="result" direction="out" />
    </method>
    <method name="getFieldLength">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="addr" direction="in" />
      <arg type="i" name="result" direction="out" />
    </method>
    <method name="setScript">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="id" direction="in" />
      <arg type="i" name="status" direction="in" />
      <arg type="i" name="result" direction="out" />
    </method>
    <method name="showPopup">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="id" direction="in" />
      <arg type="s" name="title" direction="in" />
      <arg type="s" name="msg" direction="in" />
      <arg type="s" name="text" direction="in" />
    </method>
    <method name="getHostCharset">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="charset" direction="out" />
    </method>
    <method name="getDisplayCharset">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="charset" direction="out" />
    </method>
    <method name="setHostCharset">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="charset" direction="in" />
      <arg type="i" name="result" direction="out" />
    </method>
    <method name="eraseEof">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="result" direction="out" />
    </method>
    <method name="print">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="result" direction="out" />
    </method>
    <method name="ebc2asc">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="from" direction="in" />
      <arg type="s" name="to" direction="out" />
    </method>
    <method name="asc2ebc">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="from" direction="in" />
      <arg type="s" name="to" direction="out" />
    </method>

    <method name="action">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="name" direction="in" />
      <arg type="i" name="result" direction="out" />
    </method>

    <method name="filetransfer">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="local" direction="in" />
      <arg type="s" name="remote" direction="in" />
      <arg type="i" name="flags" direction="in" />
      <arg type="i" name="lrecl" direction="in" />
      <arg type="i" name="blksize" direction="in" />
      <arg type="i" name="primspace" direction="in" />
      <arg type="i" name="secspace" direction="in" />
      <arg type="i" name="dft" direction="in" />
      <arg type="i" name="result" direction="out" />
    </method>

    <method name="setUnlockDelay">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="value" direction="in" />
      <arg type="i" name="result" direction="out" />
    </method>

  </interface>

</node>