summaryrefslogtreecommitdiffstats
path: root/binding/gdbus/api/client1.xml
blob: 1bbb1ee6cd3c887166bc7fb41e75100cab3fed43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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.bluez.obex.Client1">
		<method name="CreateSession"><arg name="destination" type="s" direction="in"/>
			<arg name="args" type="a{sv}" direction="in"/>
			<arg name="session" type="o" direction="out"/>
		</method>
		<method name="RemoveSession"><arg name="session" type="o" direction="in"/>
		</method>
	</interface>
</node>