diff options
Diffstat (limited to 'docs/api/network-manager-docs.xml')
| -rw-r--r-- | docs/api/network-manager-docs.xml | 57 |
1 files changed, 53 insertions, 4 deletions
diff --git a/docs/api/network-manager-docs.xml b/docs/api/network-manager-docs.xml index e8c99460..48f59265 100644 --- a/docs/api/network-manager-docs.xml +++ b/docs/api/network-manager-docs.xml @@ -5,11 +5,12 @@ ]> <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> <bookinfo> - <title>NetworkManager D-Bus Reference Manual</title> + <title>NetworkManager D-Bus API Reference Manual</title> <releaseinfo>Version &version;</releaseinfo> <copyright> <year>2012</year> + <year>2016</year> <holder>The NetworkManager Authors</holder> </copyright> @@ -36,13 +37,52 @@ </legalnotice> </bookinfo> - <chapter id="ref-dbus"> + <chapter id="spec"> <title>D-Bus API Reference</title> + <para> This part documents the D-Bus interface used to access the NetworkManager daemon. </para> - <ulink url="spec.html"/> + + <section id="dbus-interfaces"> + <title>Interfaces</title> + <!-- TODO: Split me into chapters about daemon, vpn plugins, dispatcher and the secret agent. + Then describe the daemon's singletons and object hierarchy. --> + <xi:include href="xml/nmdbus-manager-org.freedesktop.NetworkManager.xml"/> + <xi:include href="xml/nmdbus-settings-org.freedesktop.NetworkManager.Settings.xml"/> + <xi:include href="xml/nmdbus-agent-manager-org.freedesktop.NetworkManager.AgentManager.xml"/> + <xi:include href="xml/nmdbus-access-point-org.freedesktop.NetworkManager.AccessPoint.xml"/> + <xi:include href="xml/nmdbus-ppp-manager-org.freedesktop.NetworkManager.PPP.xml"/> + <xi:include href="xml/nmdbus-settings-connection-org.freedesktop.NetworkManager.Settings.Connection.xml"/> + <xi:include href="xml/nmdbus-vpn-connection-org.freedesktop.NetworkManager.VPN.Connection.xml"/> + <xi:include href="xml/nmdbus-active-connection-org.freedesktop.NetworkManager.Connection.Active.xml"/> + <xi:include href="xml/nmdbus-device-org.freedesktop.NetworkManager.Device.xml"/> + <xi:include href="xml/nmdbus-device-adsl-org.freedesktop.NetworkManager.Device.Adsl.xml"/> + <xi:include href="xml/nmdbus-device-bond-org.freedesktop.NetworkManager.Device.Bond.xml"/> + <xi:include href="xml/nmdbus-device-bridge-org.freedesktop.NetworkManager.Device.Bridge.xml"/> + <xi:include href="xml/nmdbus-device-bt-org.freedesktop.NetworkManager.Device.Bluetooth.xml"/> + <xi:include href="xml/nmdbus-device-ethernet-org.freedesktop.NetworkManager.Device.Wired.xml"/> + <xi:include href="xml/nmdbus-device-generic-org.freedesktop.NetworkManager.Device.Generic.xml"/> + <xi:include href="xml/nmdbus-device-infiniband-org.freedesktop.NetworkManager.Device.Infiniband.xml"/> + <xi:include href="xml/nmdbus-device-ip-tunnel-org.freedesktop.NetworkManager.Device.IPTunnel.xml"/> + <xi:include href="xml/nmdbus-device-macvlan-org.freedesktop.NetworkManager.Device.Macvlan.xml"/> + <xi:include href="xml/nmdbus-device-modem-org.freedesktop.NetworkManager.Device.Modem.xml"/> + <xi:include href="xml/nmdbus-device-olpc-mesh-org.freedesktop.NetworkManager.Device.OlpcMesh.xml"/> + <xi:include href="xml/nmdbus-device-team-org.freedesktop.NetworkManager.Device.Team.xml"/> + <xi:include href="xml/nmdbus-device-tun-org.freedesktop.NetworkManager.Device.Tun.xml"/> + <xi:include href="xml/nmdbus-device-veth-org.freedesktop.NetworkManager.Device.Veth.xml"/> + <xi:include href="xml/nmdbus-device-vlan-org.freedesktop.NetworkManager.Device.Vlan.xml"/> + <xi:include href="xml/nmdbus-device-vxlan-org.freedesktop.NetworkManager.Device.Vxlan.xml"/> + <xi:include href="xml/nmdbus-device-wifi-org.freedesktop.NetworkManager.Device.Wireless.xml"/> + <xi:include href="xml/nmdbus-device-wimax-org.freedesktop.NetworkManager.Device.WiMax.xml"/> + <xi:include href="xml/nmdbus-dhcp4-config-org.freedesktop.NetworkManager.DHCP4Config.xml"/> + <xi:include href="xml/nmdbus-dhcp6-config-org.freedesktop.NetworkManager.DHCP6Config.xml"/> + <xi:include href="xml/nmdbus-ip4-config-org.freedesktop.NetworkManager.IP4Config.xml"/> + <xi:include href="xml/nmdbus-ip6-config-org.freedesktop.NetworkManager.IP6Config.xml"/> + <xi:include href="xml/nmdbus-vpn-plugin-org.freedesktop.NetworkManager.VPN.Plugin.xml"/> + <xi:include href="xml/nmdbus-secret-agent-org.freedesktop.NetworkManager.SecretAgent.xml"/> + </section> </chapter> <chapter id="ref-settings"> @@ -102,7 +142,16 @@ </section> </chapter> - <xi:include href="migrating-to-09.xml" /> + <chapter id="manpages"> + <title>UNIX Manual Pages</title> + <xi:include href="xml/NetworkManager.xml"/> + <xi:include href="xml/NetworkManager.conf.xml"/> + <xi:include href="xml/nmcli-examples.xml"/> + <xi:include href="xml/nm-settings.xml"><xi:fallback /></xi:include> + <xi:include href="xml/nm-settings-keyfile.xml"><xi:fallback /></xi:include> + <xi:include href="xml/nm-settings-ifcfg-rh.xml"><xi:fallback /></xi:include> + </chapter> + <index> <title>Index</title> |