NetworkManager/introspection/nm-device-ethernet.xml
Lubomir Rintel 618373a14f dbus: use the annotations for documentation
gdbus only understands those (and gtk docstrings, which we should eventually
use) when generating the documentation.
2016-03-26 11:28:19 +01:00

47 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.freedesktop.NetworkManager.Device.Wired">
<annotation name="org.gtk.GDBus.C.Name" value="DeviceEthernet"/>
<property name="HwAddress" type="s" access="read">
<annotation name="org.gtk.GDBus.DocString" value="
Active hardware address of the device.
" />
</property>
<property name="PermHwAddress" type="s" access="read">
<annotation name="org.gtk.GDBus.DocString" value="
Permanent hardware address of the device.
" />
</property>
<property name="Speed" type="u" access="read">
<annotation name="org.gtk.GDBus.DocString" value="
Design speed of the device, in megabits/second (Mb/s).
" />
</property>
<property name="S390Subchannels" type="as" access="read">
<annotation name="org.gtk.GDBus.DocString" value="
Array of S/390 subchannels for S/390 or z/Architecture devices.
" />
</property>
<property name="Carrier" type="b" access="read">
<annotation name="org.gtk.GDBus.DocString" value="
Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not).
" />
</property>
<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>
</signal>
</interface>
</node>