summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/org.openobex.agent.xml
blob: d21f31493f1d8286d794e49299aabcc35499eacf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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>