mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
13 lines
377 B
XML
13 lines
377 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"/>
|
|
</method>
|
|
<method name="PresentWindow">
|
|
<arg type="b" name="handled" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|
|
|