~stgraber/+junk/nm-ofono

« back to all changes in this revision

Viewing changes to introspection/nm-device-bond.xml

  • Committer: Stéphane Graber
  • Date: 2013-03-15 18:27:57 UTC
  • Revision ID: stgraber@ubuntu.com-20130315182757-7bcjymubsn3lsshs
Import of NM 0.9.8.0

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.Bond">
 
5
 
 
6
    <property name="HwAddress" type="s" access="read">
 
7
      <tp:docstring>
 
8
        Hardware address of the device.
 
9
      </tp:docstring>
 
10
    </property>
 
11
 
 
12
    <property name="Carrier" type="b" access="read">
 
13
      <tp:docstring>
 
14
        Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not).
 
15
      </tp:docstring>
 
16
    </property>
 
17
 
 
18
    <property name="Slaves" type="ao" access="read">
 
19
      <tp:docstring>
 
20
        Array of object paths representing devices which are currently
 
21
        slaved to this device.
 
22
      </tp:docstring>
 
23
    </property>
 
24
 
 
25
    <signal name="PropertiesChanged">
 
26
        <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
 
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>