summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/org.openobex.client.xml
blob: fad2f6ef5ea31ccf303b3462c9b4bb8ea6c0196e (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!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.Client">
		<method name="SendFiles">
			<arg type="a{sv}" direction="in"/>
			<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
			<arg type="as" direction="in"/>
			<arg type="o" direction="in"/>
		</method>
		<method name="PullBusinessCard">
			<arg type="a{sv}" direction="in"/>
			<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
			<arg type="s" direction="in"/>
		</method>
		<method name="ExchangeBusinessCards">
			<arg type="a{sv}" direction="in"/>
			<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
			<arg type="s" direction="in"/>
			<arg type="s" direction="in"/>
		</method>
		<method name="CreateSession">
			<arg type="a{sv}" direction="in"/>
			<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
			<arg type="o" direction="out"/>
		</method>
		<method name="GetCapabilities">
			<arg type="a{sv}" direction="in"/>
			<annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
			<arg type="s" direction="out"/>
		</method>
	</interface>
	<node name="org"/>
</node>