Add README
[tilda-gobject.git] / tilda-controller.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/net/sourceforge/Tilda">
4
5         <interface name="net.sourceforge.Tilda.Controller">
6                 <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="tilda_controller" />
7
8                 <method name="AddWindow">
9                         <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="tilda_controller_add_window" />
10                 </method>
11
12                 <method name="Quit">
13                         <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="tilda_controller_quit" />
14                 </method>
15
16         </interface>
17 </node>
18
19 <!-- vim: set ts=2 sts=2 sw=2 noet: -->