diff options
Diffstat (limited to 'src/interfaces/org.tdebluez.agent.xml')
-rw-r--r-- | src/interfaces/org.tdebluez.agent.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/interfaces/org.tdebluez.agent.xml b/src/interfaces/org.tdebluez.agent.xml index 36bac01..d4fbd48 100644 --- a/src/interfaces/org.tdebluez.agent.xml +++ b/src/interfaces/org.tdebluez.agent.xml @@ -1,12 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <node name="/org/trinitydesktop/tdebluez"> -<!-- The Introspectable Interface gets autogenerated - <interface name="org.freedesktop.DBus.Introspectable"> - <method name="Introspect"> - <arg name="xml" type="s" direction="out"/> - </method> - </interface> ---> + <interface name="org.freedesktop.DBus.Introspectable"> + <method name="Introspect"> + <arg name="xml" type="s" direction="out" /> + </method> + </interface> <interface name="org.bluez.Agent1"> <method name="Release"> </method> |