diff options
Diffstat (limited to 'src/interfaces/org.bluez.device.xml')
-rw-r--r-- | src/interfaces/org.bluez.device.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/interfaces/org.bluez.device.xml b/src/interfaces/org.bluez.device.xml index 7715379..468ea40 100644 --- a/src/interfaces/org.bluez.device.xml +++ b/src/interfaces/org.bluez.device.xml @@ -1,12 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <node> -<!-- <interface name="org.freedesktop.DBus.Introspectable"> <method name="Introspect"> <arg name="xml" type="s" direction="out" /> </method> </interface> ---> <interface name="org.bluez.Device1"> <method name="Disconnect"> <annotation name="org.freedesktop.DBus.GLib.Async"/> @@ -109,4 +107,4 @@ <property name="Connected" type="b" access="read"></property> <property name="Player" type="o" access="read"></property> </interface> -</node>
\ No newline at end of file +</node> |