(no commit message)
[geda-pcb/pcjc2.git] / src / dbus.xml
blob34a16213b33ea5c18b0420dae46b1a24845b0163
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!-- Should name="/org/geda/seul/pcb" ? -->
3 <node>
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" />
9     </method>
10   </interface>
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" />
15     </method>
16   </interface>
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" />
22     </method>
23   </interface>
24 </node>