<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.freedesktop.DBus.Peer">
<method name="Ping"/>
<method name="GetMachineId">
<arg type="s" name="machine_uuid" direction="out"/>
</method>
</interface>
<interface name="org.freedesktop.DBus.Introspectable">
<method name="Introspect">
<arg name="xml_data" type="s" direction="out"/>
</method>
</interface>
<interface name="org.freedesktop.DBus.Properties">
<method name="Get">
<arg name="interface_name" direction="in" type="s"/>
<arg name="property_name" direction="in" type="s"/>
<arg name="value" direction="out" type="v"/>
</method>
<method name="GetAll">
<arg name="interface_name" direction="in" type="s"/>
<arg name="props" direction="out" type="a{sv}"/>
</method>
<method name="Set">
<arg name="interface_name" direction="in" type="s"/>
<arg name="property_name" direction="in" type="s"/>
<arg name="value" direction="in" type="v"/>
</method>
<signal name="PropertiesChanged">
<arg type="s" name="interface_name"/>
<arg type="a{sv}" name="changed_properties"/>
<arg type="as" name="invalidated_properties"/>
</signal>
</interface>
<interface name="org.freedesktop.import1.Manager">
<method name="ImportTar">
<arg type="h" name="fd" direction="in"/>
<arg type="s" name="local_name" direction="in"/>
<arg type="b" name="force" direction="in"/>
<arg type="b" name="read_only" direction="in"/>
<arg type="u" name="transfer_id" direction="out"/>
<arg type="o" name="transfer_path" direction="out"/>
</method>
<method name="ImportRaw">
<arg type="h" name="fd" direction="in"/>
<arg type="s" name="local_name" direction="in"/>
<arg type="b" name="force" direction="in"/>
<arg type="b" name="read_only" direction="in"/>
<arg type="u" name="transfer_id" direction="out"/>
<arg type="o" name="transfer_path" direction="out"/>
</method>
<method name="ImportFileSystem">
<arg type="h" name="fd" direction="in"/>
<arg type="s" name="local_name" direction="in"/>
<arg type="b" name="force" direction="in"/>
<arg type="b" name="read_only" direction="in"/>
<arg type="u" name="transfer_id" direction="out"/>
<arg type="o" name="transfer_path" direction="out"/>
</method>
<method name="ExportTar">
<arg type="s" name="local_name" direction="in"/>
<arg type="h" name="fd" direction="in"/>
<arg type="s" name="format" direction="in"/>
<arg type="u" name="transfer_id" direction="out"/>
<arg type="o" name="transfer_path" direction="out"/>
</method>
<method name="ExportRaw">
<arg type="s" name="local_name" direction="in"/>
<arg type="h" name="fd" direction="in"/>
<arg type="s" name="format" direction="in"/>
<arg type="u" name="transfer_id" direction="out"/>
<arg type="o" name="transfer_path" direction="out"/>
</method>
<method name="PullTar">
<arg type="s" name="url" direction="in"/>
<arg type="s" name="local_name" direction="in"/>
<arg type="s" name="verify_mode" direction="in"/>
<arg type="b" name="force" direction="in"/>
<arg type="u" name="transfer_id" direction="out"/>
<arg type="o" name="transfer_path" direction="out"/>
</method>
<method name="PullRaw">
<arg type="s" name="url" direction="in"/>
<arg type="s" name="local_name" direction="in"/>
<arg type="s" name="verify_mode" direction="in"/>
<arg type="b" name="force" direction="in"/>
<arg type="u" name="transfer_id" direction="out"/>
<arg type="o" name="transfer_path" direction="out"/>
</method>
<method name="ListTransfers">
<arg type="a(usssdo)" name="transfers" direction="out"/>
</method>
<method name="CancelTransfer">
<arg type="u" name="transfer_id" direction="in"/>
</method>
<signal name="TransferNew">
<arg type="u" name="transfer_id"/>
<arg type="o" name="transfer_path"/>
</signal>
<signal name="TransferRemoved">
<arg type="u" name="transfer_id"/>
<arg type="o" name="transfer_path"/>
<arg type="s" name="result"/>
</signal>
</interface>
<node name="transfer"/>
</node>
|