summary refs log tree commit diff
path: root/introspection/nm-device-bt.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-04-06 00:46:19 +0200
committerMichael Biebl <biebl@debian.org>2016-04-06 00:46:19 +0200
commit2bfb3eb7d0323e69affca154395f51d8b577414d (patch)
treee3130a5146441296df6d08a0f4ac7222a854c8f8 /introspection/nm-device-bt.xml
parentd9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (diff)
Imported Upstream version 1.1.93 upstream/1.1.93
Diffstat (limited to 'introspection/nm-device-bt.xml')
-rw-r--r--introspection/nm-device-bt.xml60
1 files changed, 24 insertions, 36 deletions
diff --git a/introspection/nm-device-bt.xml b/introspection/nm-device-bt.xml
index 3b487158..6249085b 100644
--- a/introspection/nm-device-bt.xml
+++ b/introspection/nm-device-bt.xml
@@ -1,48 +1,36 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
   <interface name="org.freedesktop.NetworkManager.Device.Bluetooth">
 
-    <property name="HwAddress" type="s" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
+    <!--
+        HwAddress:
+
         Bluetooth hardware address of the device.
-      " />
-    </property>
+    -->
+    <property name="HwAddress" type="s" access="read"/>
+
+    <!--
+        Name:
 
-    <property name="Name" type="s" access="read">
-      <annotation name="org.gtk.GDBus.DocString" value="
         Bluetooth name of the device.
-      " />
-    </property>
+    -->
+    <property name="Name" type="s" access="read"/>
+
+    <!--
+        BtCapabilities:
 
-    <property name="BtCapabilities" type="u" access="read" tp:type="NM_BT_CAPABILITIES">
-      <annotation name="org.gtk.GDBus.DocString" value="
         Bluetooth capabilities of the device (either DUN or NAP).
-      " />
-    </property>
 
+        Returns: <link linkend="NMBluetoothCapabilities">NMBluetoothCapabilities</link>
+    -->
+    <property name="BtCapabilities" type="u" access="read"/>
+
+    <!--
+        PropertiesChanged:
+        @properties: A dictionary mapping property names to variant boxed values
+    -->
     <signal name="PropertiesChanged">
-        <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
-            <annotation name="org.gtk.GDBus.DocString" value="
-                A dictionary mapping property names to variant boxed values
-            " />
-        </arg>
+      <arg name="properties" type="a{sv}"/>
     </signal>
-
-    <tp:flags name="NM_BT_CAPABILITIES" value-prefix="NM_BT_CAPABILITY" type="u">
-      <annotation name="org.gtk.GDBus.DocString" value="
-        Flags describing the capabilities of a Bluetooth device.
-      " />
-      <tp:flag suffix="NONE" value="0x0">
-        <annotation name="org.gtk.GDBus.DocString" value="The device has no recognized capabilities." />
-      </tp:flag>
-      <tp:flag suffix="DUN" value="0x1">
-        <annotation name="org.gtk.GDBus.DocString" value="The device supports Bluetooth Dial-Up Networking." />
-      </tp:flag>
-      <tp:flag suffix="PAN" value="0x2">
-        <annotation name="org.gtk.GDBus.DocString" value="The device supports Bluetooth Personal Area Networking." />
-      </tp:flag>
-    </tp:flags>
-
   </interface>
 </node>