diff options
author | Slávek Banko <[email protected]> | 2023-03-23 19:27:17 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-03-23 19:27:17 +0100 |
commit | c6b84c6ed249d65775e95ecce53ef4b8c3b55562 (patch) | |
tree | 161fa68e1d22d269528d18973225c5ffea591b71 /src/interfaces/org.bluez.device.xml | |
parent | 65f7663b4c01c7839d3e73510741fd1382c7ed5c (diff) | |
download | tdebluez-c6b84c6ed249d65775e95ecce53ef4b8c3b55562.tar.gz tdebluez-c6b84c6ed249d65775e95ecce53ef4b8c3b55562.zip |
Allow to define an Introspectable interface in XML files.
Signed-off-by: Slávek Banko <[email protected]>
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> |