mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
14 lines
430 B
XML
14 lines
430 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<node>
|
|
<interface name="com.transmissionbt.Transmission">
|
|
<method name="AddMetainfo">
|
|
<arg type="b" name="handled" direction="out"/>
|
|
<arg type="s" name="metainfo" direction="in"/>
|
|
<arg type="s" name="filename" direction="in"/>
|
|
</method>
|
|
<method name="PresentWindow">
|
|
<arg type="b" name="handled" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|
|
|