File: dbus.xml

package info (click to toggle)
pcb 20080202-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 22,684 kB
  • ctags: 10,254
  • sloc: ansic: 81,609; sh: 5,803; yacc: 5,032; pascal: 3,999; makefile: 1,322; lex: 410; perl: 308; awk: 158; tcl: 63; xml: 20
file content (25 lines) | stat: -rw-r--r-- 826 bytes parent folder | download | duplicates (8)
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
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Should name="/org/geda/seul/pcb" ? -->
<node>
  <!-- This section isn't needed for the glib binding
       but is convenient for our raw binding          -->
  <interface name="org.freedesktop.DBus.Introspectable">
    <method name="Introspect">
      <arg direction="out" type="s" name="data" />
    </method>
  </interface>
  <!-- End section not needed for glib binding        -->
  <interface name="org.seul.geda.pcb">
    <method name="GetFilename">
      <arg direction="out" type="s" />
    </method>
  </interface>
  <interface name="org.seul.geda.pcb.actions">
    <method name="ExecAction">
      <arg direction="in" type="s" name="action" />
      <arg direction="in" type="as" name="args" />
      <arg direction="out" type="u" />
    </method>
  </interface>
</node>