<!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>

