summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/networkbackends/network-manager/dbus-introspection/nm-dhcp4-config.xml
blob: c0821ada9722691ff64d603d2262edcaa2f1fd27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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">
        <tp:docstring>
            Options and configuration returned by the IPv4 DHCP server.
        </tp:docstring>
        <property name="Options" type="a{sv}" access="read">
            <tp:docstring>Configuration options returned by a DHCP server, if any.</tp:docstring>
        </property>

        <signal name="PropertiesChanged">
            <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
                <tp:docstring>
                    A dictionary mapping property names to variant boxed values
                </tp:docstring>
            </arg>
        </signal>
    </interface>
</node>