1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!-- Should name="/org/geda/seul/pcb" ? -->
4 <!-- This section isn't needed for the glib binding
5 but is convenient for our raw binding -->
6 <interface name="org.freedesktop.DBus.Introspectable">
7 <method name="Introspect">
8 <arg direction="out" type="s" name="data" />
11 <!-- End section not needed for glib binding -->
12 <interface name="org.seul.geda.pcb">
13 <method name="GetFilename">
14 <arg direction="out" type="s" />
17 <interface name="org.seul.geda.pcb.actions">
18 <method name="ExecAction">
19 <arg direction="in" type="s" name="action" />
20 <arg direction="in" type="as" name="args" />
21 <arg direction="out" type="u" />