summaryrefslogtreecommitdiff
path: root/introspection/nm-device-bridge.xml
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-03-24 14:36:14 +0100
committerLubomir Rintel <lkundrak@v3.sk>2016-03-26 11:28:19 +0100
commit618373a14fd6993bd4317bed01dc48506f6f7d98 (patch)
tree77da3d9fd229ccf3d24fb0dfa43b6eb2734b8b3f /introspection/nm-device-bridge.xml
parentf88dd66e6d8afd952e286b9aa5f48c4f70141fed (diff)
downloadNetworkManager-618373a14fd6993bd4317bed01dc48506f6f7d98.tar.gz
dbus: use the annotations for documentation
gdbus only understands those (and gtk docstrings, which we should eventually use) when generating the documentation.
Diffstat (limited to 'introspection/nm-device-bridge.xml')
-rw-r--r--introspection/nm-device-bridge.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/introspection/nm-device-bridge.xml b/introspection/nm-device-bridge.xml
index f3b25602f0..6cf99a10c2 100644
--- a/introspection/nm-device-bridge.xml
+++ b/introspection/nm-device-bridge.xml
@@ -4,29 +4,29 @@
<interface name="org.freedesktop.NetworkManager.Device.Bridge">
<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>