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.adapter.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.adapter.xml')
-rw-r--r-- | src/interfaces/org.bluez.adapter.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/interfaces/org.bluez.adapter.xml b/src/interfaces/org.bluez.adapter.xml index 4cdd6a5..c681bb2 100644 --- a/src/interfaces/org.bluez.adapter.xml +++ b/src/interfaces/org.bluez.adapter.xml @@ -1,13 +1,11 @@ <!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.freedesktop.DBus.Introspectable"> <method name="Introspect"> <arg name="xml" type="s" direction="out" /> </method> </interface> - --> <interface name="org.bluez.Adapter1"> <method name="StartDiscovery"></method> <method name="SetDiscoveryFilter"> @@ -85,4 +83,4 @@ <arg name="uuid" type="s" direction="in" /> </method> </interface> -</node>
\ No newline at end of file +</node> |