device: renew dhcp leases on awake for software devices
[NetworkManager.git] / introspection / all.xml.in
1 <tp:spec
2   xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
3   xmlns:xi="http://www.w3.org/2001/XInclude">
4
5 <tp:title>NetworkManager D-Bus Interface Specification</tp:title>
6 <tp:version>@VERSION@</tp:version>
7
8
9 <tp:copyright>Copyright (C) 2008 - 2016 Red Hat, Inc.</tp:copyright>
10 <tp:copyright>Copyright (C) 2008 - 2009 Novell, Inc.</tp:copyright>
11
12 <tp:license xmlns="http://www.w3.org/1999/xhtml">
13 <p>This program is free software; you can redistribute it and/or modify
14 it under the terms of the GNU General Public License as published by
15 the Free Software Foundation; either version 2 of the License, or
16 (at your option) any later version.</p>
17
18 <p>This program is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
21 General Public License for more details.</p>
22
23 <p>You should have received a copy of the GNU Lesser General Public
24 License along with this library; if not, write to the Free Software
25 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
26 </tp:license>
27
28 <xi:include href="nm-manager.xml"/>
29 <xi:include href="nm-access-point.xml"/>
30 <xi:include href="nm-device.xml"/>
31 <xi:include href="nm-device-adsl.xml"/>
32 <xi:include href="nm-device-bond.xml"/>
33 <xi:include href="nm-device-bridge.xml"/>
34 <xi:include href="nm-device-bt.xml"/>
35 <xi:include href="nm-device-ethernet.xml"/>
36 <xi:include href="nm-device-generic.xml"/>
37 <xi:include href="nm-device-infiniband.xml"/>
38 <xi:include href="nm-device-ip-tunnel.xml"/>
39 <xi:include href="nm-device-macvlan.xml"/>
40 <xi:include href="nm-device-modem.xml"/>
41 <xi:include href="nm-device-olpc-mesh.xml"/>
42 <xi:include href="nm-device-team.xml"/>
43 <xi:include href="nm-device-tun.xml"/>
44 <xi:include href="nm-device-veth.xml"/>
45 <xi:include href="nm-device-vlan.xml"/>
46 <xi:include href="nm-device-vxlan.xml"/>
47 <xi:include href="nm-device-wifi.xml"/>
48 <xi:include href="nm-device-wimax.xml"/>
49 <xi:include href="nm-wimax-nsp.xml"/>
50 <xi:include href="nm-ip4-config.xml"/>
51 <xi:include href="nm-ip6-config.xml"/>
52 <xi:include href="nm-dhcp4-config.xml"/>
53 <xi:include href="nm-dhcp6-config.xml"/>
54 <xi:include href="nm-settings.xml"/>
55 <xi:include href="nm-settings-connection.xml"/>
56 <xi:include href="nm-active-connection.xml"/>
57 <xi:include href="nm-agent-manager.xml"/>
58 <xi:include href="nm-secret-agent.xml"/>
59 <xi:include href="nm-vpn-connection.xml"/>
60 <xi:include href="nm-vpn-plugin.xml"/>
61
62 <xi:include href="errors.xml"/>
63 <xi:include href="vpn-errors.xml"/>
64 <xi:include href="generic-types.xml"/>
65
66 <!--
67 <xi:include href="extensions.xml">
68         <xi:fallback>
69                 <!- - absence of non-spec extensions is OK - ->
70         </xi:fallback>
71 </xi:include>
72 -->
73
74 </tp:spec>