summaryrefslogtreecommitdiff
path: root/introspection/nm-dhcp4-config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'introspection/nm-dhcp4-config.xml')
-rw-r--r--introspection/nm-dhcp4-config.xml36
1 files changed, 21 insertions, 15 deletions
diff --git a/introspection/nm-dhcp4-config.xml b/introspection/nm-dhcp4-config.xml
index bca34fc53f..1811613e95 100644
--- a/introspection/nm-dhcp4-config.xml
+++ b/introspection/nm-dhcp4-config.xml
@@ -1,21 +1,27 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.NetworkManager.DHCP4Config">
+ <!--
+ org.freedesktop.NetworkManager.DHCP4Config:
+
+ Options and configuration returned by the IPv4 DHCP server.
+ -->
+ <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>
+ <!--
+ Options:
+
+ Configuration options returned by a DHCP server, if any.
+ -->
+ <property name="Options" type="a{sv}" access="read"/>
+
+ <!--
+ PropertiesChanged:
+ @properties: A dictionary mapping property names to variant boxed values
+ -->
+ <signal name="PropertiesChanged">
+ <arg name="properties" type="a{sv}"/>
</signal>
</interface>
</node>