diff options
Diffstat (limited to 'knetworkmanager-0.9/introspection/nm-ip4-config.xml')
-rw-r--r-- | knetworkmanager-0.9/introspection/nm-ip4-config.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/knetworkmanager-0.9/introspection/nm-ip4-config.xml b/knetworkmanager-0.9/introspection/nm-ip4-config.xml deleted file mode 100644 index 8e3bf57..0000000 --- a/knetworkmanager-0.9/introspection/nm-ip4-config.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> - -<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> - <interface name="org.freedesktop.NetworkManager.IP4Config"> - <property name="Addresses" type="aau" access="read"> - <tp:docstring>Tuples of IPv4 address/netmask/gateway. The gateway is optional, if not given should be 0.</tp:docstring> - </property> - <property name="Hostname" type="s" access="read"> - <tp:docstring>The hostname associated with this IPv4 address. FIXME: what about multiple hostnames?</tp:docstring> - </property> - <property name="Nameservers" type="au" access="read"> - <tp:docstring>The nameservers in use.</tp:docstring> - </property> - <property name="Domains" type="as" access="read"> - <tp:docstring>A list of domains this address belongs to.</tp:docstring> - </property> - <property name="NisDomain" type="s" access="read"> - <tp:docstring>The NIS domain this address belongs to.</tp:docstring> - </property> - <property name="NisServers" type="au" access="read"> - <tp:docstring>The NIS servers associated with this address.</tp:docstring> - </property> - </interface> -</node> - |