diff options
Diffstat (limited to 'binding/gdbus/api/client1.xml')
-rw-r--r-- | binding/gdbus/api/client1.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binding/gdbus/api/client1.xml b/binding/gdbus/api/client1.xml new file mode 100644 index 0000000..1bbb1ee --- /dev/null +++ b/binding/gdbus/api/client1.xml @@ -0,0 +1,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> |