summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/org.openobex.transfer.xml
blob: 21033665bc5d3421d7cc594412ce1fc4227c7acd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/">
	<interface name="org.freedesktop.DBus.Introspectable">
		<method name="Introspect">
			<arg type="s" direction="out"/>
		</method>
	</interface>
	<interface name="org.openobex.Transfer">
		<method name="GetProperties">
			<arg type="a{sv}" direction="out"/>
			<annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
		</method>
		<method name="Cancel">
		</method>
	</interface>
	<node name="org"/>
</node>