NetworkManager/introspection/nm-dhcp4-config.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

22 lines
964 B
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.DHCP4Config">
<annotation name="org.gtk.GDBus.C.Name" value="Dhcp4Config"/>
<annotation name="org.gtk.GDBus.DocString" value="
Options and configuration returned by the IPv4 DHCP server.
" />
<property name="Options" type="a{sv}" access="read">
<annotation name="org.gtk.GDBus.DocString" value="Configuration options returned by a DHCP server, if any." />
</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>