diff options
Diffstat (limited to 'src/interfaces/org.bluez.obex.Agent1.xml')
-rw-r--r-- | src/interfaces/org.bluez.obex.Agent1.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/interfaces/org.bluez.obex.Agent1.xml b/src/interfaces/org.bluez.obex.Agent1.xml new file mode 100644 index 0000000..e7a0289 --- /dev/null +++ b/src/interfaces/org.bluez.obex.Agent1.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- https://github.com/r10r/bluez/blob/master/doc/obex-agent-api.txt --> +<node name="/org/trinitydesktop/tdeobex"> +<!-- <interface name="org.freedesktop.DBus.Introspectable"> + <method name="Introspect"> + <arg name="xml" type="s" direction="out"/> + </method> + </interface> +--> + <interface name="org.bluez.obex.Agent1"> + <method name="Release"> + <annotation name="org.freedesktop.DBus.GLib.Async"/> + </method> + <method name="AuthorizePush"> + <annotation name="org.freedesktop.DBus.GLib.Async"/> + <arg name="transfer" direction="in" type="o"/> + <arg name="filepath" direction="out" type="s"/> + </method> + <method name="Cancel"> + <annotation name="org.freedesktop.DBus.GLib.Async"/> + </method> + </interface> +</node> |