NetworkManager/introspection/nm-device-olpc-mesh.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

35 lines
1.2 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.OlpcMesh">
<property name="HwAddress" type="s" access="read">
<annotation name="org.gtk.GDBus.DocString" value="
The hardware address of the device.
" />
</property>
<property name="Companion" type="o" access="read">
<annotation name="org.gtk.GDBus.DocString" value="
The object path of the companion device.
" />
</property>
<property name="ActiveChannel" type="u" access="read">
<annotation name="org.gtk.GDBus.DocString" value="
The currently active channel.
" />
</property>
<signal name="PropertiesChanged">
<arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
<annotation name="org.gtk.GDBus.DocString" value="
A dictionary containing the FIXME: check changed parameters.
" />
</arg>
<annotation name="org.gtk.GDBus.DocString" value="
Emitted when the wireless device's properties changed.
" />
</signal>
</interface>
</node>