transmission/gtk/tr-core-dbus.xml

15 lines
430 B
XML
Raw Normal View History

2008-05-18 16:44:30 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
<node>
<interface name="com.transmissionbt.Transmission">
<method name="AddMetainfo">
2008-05-18 16:44:30 +00:00
<arg type="b" name="handled" direction="out"/>
<arg type="s" name="metainfo" direction="in"/>
<arg type="s" name="filename" direction="in"/>
2008-05-18 16:44:30 +00:00
</method>
<method name="PresentWindow">
<arg type="b" name="handled" direction="out"/>
</method>
2008-05-18 16:44:30 +00:00
</interface>
</node>