[Window] Fix automatic pulldown code
[tilda-gobject.git] / tilda-terminal.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/net/sourceforge/Tilda/Window/Terminal">
4
5         <interface name="net.sourceforge.Tilda.Window.Terminal">
6                 <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="tilda_terminal" />
7
8         <method name="RunCommand">
9                 <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="tilda_terminal_run_command" />
10                 <arg type="s" name="command" direction="in" />
11         </method>
12
13         <method name="Close">
14                 <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="tilda_terminal_close" />
15         </method>
16
17         </interface>
18 </node>
19
20 <!-- vim: set ts=2 sts=2 sw=2 noet: -->