~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to solid/networkmanager-0.7/dbus/introspection/nm-device-bt.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
 
 
3
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
 
4
  <interface name="org.freedesktop.NetworkManager.Device.Bluetooth">
 
5
 
 
6
    <property name="HwAddress" type="s" access="read">
 
7
      <tp:docstring>
 
8
        Bluetooth hardware address of the device.
 
9
      </tp:docstring>
 
10
    </property>
 
11
 
 
12
    <property name="Name" type="s" access="read">
 
13
      <tp:docstring>
 
14
        Bluetooth name of the device.
 
15
      </tp:docstring>
 
16
    </property>
 
17
 
 
18
    <property name="BtCapabilities" type="u" access="read">
 
19
      <tp:docstring>
 
20
        Bluetooth capabilities of the device (either DUN or NAP).
 
21
      </tp:docstring>
 
22
    </property>
 
23
 
 
24
    <signal name="PropertiesChanged">
 
25
        <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
 
26
            <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
 
27
            <tp:docstring>
 
28
                A dictionary mapping property names to variant boxed values
 
29
            </tp:docstring>
 
30
        </arg>
 
31
    </signal>
 
32
 
 
33
  </interface>
 
34
</node>