You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebluez/src/interfaces/org.bluez.obex.Agent1.xml

24 lines
804 B

<?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>