summaryrefslogtreecommitdiffstats
path: root/knetworkmanager-0.8/introspection/nm-ip4-config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'knetworkmanager-0.8/introspection/nm-ip4-config.xml')
-rw-r--r--knetworkmanager-0.8/introspection/nm-ip4-config.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/knetworkmanager-0.8/introspection/nm-ip4-config.xml b/knetworkmanager-0.8/introspection/nm-ip4-config.xml
new file mode 100644
index 0000000..8e3bf57
--- /dev/null
+++ b/knetworkmanager-0.8/introspection/nm-ip4-config.xml
@@ -0,0 +1,25 @@
+<?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>
+