mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
14 lines
373 B
XML
14 lines
373 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<node>
|
|
<interface name="com.transmissionbt.Transmission">
|
|
<method name="AddFile">
|
|
<arg type="b" name="handled" direction="out"/>
|
|
<arg type="s" name="filename" direction="in"/>
|
|
</method>
|
|
<method name="PresentWindow">
|
|
<arg type="b" name="handled" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|
|
|