diff options
| author | Michael Biebl <biebl@debian.org> | 2016-03-30 00:56:30 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-03-30 00:56:30 +0200 |
| commit | d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (patch) | |
| tree | fa41baf72753961e71dd8d5bdbe2b89c9109e4f1 /introspection/nm-device-bond.xml | |
| parent | c2de0d98ba39e0a1a970d066fd19be786092f376 (diff) | |
Imported Upstream version 1.1.92 upstream/1.1.92
Diffstat (limited to 'introspection/nm-device-bond.xml')
| -rw-r--r-- | introspection/nm-device-bond.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/introspection/nm-device-bond.xml b/introspection/nm-device-bond.xml index a804ca0b..9bc21225 100644 --- a/introspection/nm-device-bond.xml +++ b/introspection/nm-device-bond.xml @@ -4,29 +4,29 @@ <interface name="org.freedesktop.NetworkManager.Device.Bond"> <property name="HwAddress" type="s" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Hardware address of the device. - </tp:docstring> + " /> </property> <property name="Carrier" type="b" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not). - </tp:docstring> + " /> </property> <property name="Slaves" type="ao" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Array of object paths representing devices which are currently slaved to this device. - </tp:docstring> + " /> </property> <signal name="PropertiesChanged"> <arg name="properties" type="a{sv}" tp:type="String_Variant_Map"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" A dictionary mapping property names to variant boxed values - </tp:docstring> + " /> </arg> </signal> |