blob: d21f31493f1d8286d794e49299aabcc35499eacf [file] [log] [blame]
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.openobex.Agent">
<method name="Release">
</method>
<method name="Request">
<arg type="o" direction="in"/>
<arg type="s" direction="out"/>
</method>
<method name="Progress">
<arg type="o" direction="in"/>
<arg type="t" direction="in"/>
</method>
<method name="Complete">
<arg type="o" direction="in"/>
</method>
<method name="Error">
<arg type="o" direction="in"/>
<arg type="s" direction="in"/>
</method>
</interface>
</node>