summary refs log tree commit diff
path: root/introspection/all.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-11-29 00:47:11 +0100
committerMichael Biebl <biebl@debian.org>2010-11-29 00:47:11 +0100
commit9fae01fa351805b2903e535736e06971bc0b925e (patch)
treec19bccf84c9f894e50fae678ba6ee2b2044e2d30 /introspection/all.xml
Imported Upstream version 0.8.1 upstream/0.8.1
Diffstat (limited to 'introspection/all.xml')
-rw-r--r--introspection/all.xml60
1 files changed, 60 insertions, 0 deletions
diff --git a/introspection/all.xml b/introspection/all.xml
new file mode 100644
index 00000000..d6b2f236
--- /dev/null
+++ b/introspection/all.xml
@@ -0,0 +1,60 @@
+<tp:spec
+  xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
+  xmlns:xi="http://www.w3.org/2001/XInclude">
+
+<tp:title>NetworkManager D-Bus Interface Specification</tp:title>
+<tp:version>0.8</tp:version>
+
+
+<tp:copyright>Copyright (C) 2008 - 2009 Red Hat, Inc.</tp:copyright>
+<tp:copyright>Copyright (C) 2008 - 2009 Novell, Inc.</tp:copyright>
+
+<tp:license xmlns="http://www.w3.org/1999/xhtml">
+<p>This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.</p>
+
+<p>This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+General Public License for more details.</p>
+
+<p>You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
+</tp:license>
+
+<xi:include href="nm-manager.xml"/>
+<xi:include href="nm-access-point.xml"/>
+<xi:include href="nm-device.xml"/>
+<xi:include href="nm-device-ethernet.xml"/>
+<xi:include href="nm-device-wifi.xml"/>
+<xi:include href="nm-device-cdma.xml"/>
+<xi:include href="nm-device-gsm.xml"/>
+<xi:include href="nm-device-serial.xml"/>
+<xi:include href="nm-device-bt.xml"/>
+<xi:include href="nm-device-olpc-mesh.xml"/>
+<xi:include href="nm-ip4-config.xml"/>
+<xi:include href="nm-ip6-config.xml"/>
+<xi:include href="nm-dhcp4-config.xml"/>
+<xi:include href="nm-dhcp6-config.xml"/>
+<xi:include href="nm-settings.xml"/>
+<xi:include href="nm-exported-connection.xml"/>
+<xi:include href="nm-active-connection.xml"/>
+<xi:include href="nm-vpn-connection.xml"/>
+<xi:include href="nm-vpn-plugin.xml"/>
+
+<xi:include href="errors.xml"/>
+<xi:include href="vpn-errors.xml"/>
+<xi:include href="generic-types.xml"/>
+
+<!--
+<xi:include href="extensions.xml">
+	<xi:fallback>
+		<!- - absence of non-spec extensions is OK - ->
+	</xi:fallback>
+</xi:include>
+-->
+
+</tp:spec>