summaryrefslogtreecommitdiff
path: root/introspection/nm-dhcp4-config.xml
blob: bca34fc53fe716f7f549d1b514b70157a78d23f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>