diff options
Diffstat (limited to 'introspection/nm-device-bt.xml')
-rw-r--r-- | introspection/nm-device-bt.xml | 59 |
1 files changed, 24 insertions, 35 deletions
diff --git a/introspection/nm-device-bt.xml b/introspection/nm-device-bt.xml index 3b487158e8..80b9020f4f 100644 --- a/introspection/nm-device-bt.xml +++ b/introspection/nm-device-bt.xml @@ -1,48 +1,37 @@ -<?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: #NMBluetoothCapabilities + --> + <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> |