File: org.gnome.glycin.DecodingInstruction.xml

package info (click to toggle)
glycin 2.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,216 kB
  • sloc: python: 432; ansic: 215; xml: 70; makefile: 30; sh: 27; javascript: 10
file content (14 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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.gnome.glycin.DecodingInstruction">
    <method name="Init">
      <arg name="message" type="(h(ss))" direction="in"/>
      <arg type="(uusayaybs(dd))" direction="out"/>
    </method>
    <method name="DecodeFrame">
      <arg name="frame_request" type="((uu)(uuuu))" direction="in"/>
      <arg type="(uuuu(uh)ayay(tu))" direction="out"/>
    </method>
  </interface>
</node>