From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2015 19:38:58 +0200 Subject: Imported Upstream version 1.0.4 --- docs/api/html/NetworkManager.devhelp2 | 1 - docs/api/html/index.html | 7 +++---- docs/api/html/ix01.html | 7 +++---- docs/api/html/license.html | 7 +++---- docs/api/html/ref-dbus.html | 7 +++---- docs/api/html/ref-migrating.html | 7 +++---- docs/api/html/ref-settings.html | 17 +++++++++++------ docs/api/html/secrets-flags.html | 7 +++---- docs/api/html/spec.html | 10 ++++++++-- docs/api/html/style.css | 15 +++++++++------ 10 files changed, 46 insertions(+), 39 deletions(-) (limited to 'docs/api/html') diff --git a/docs/api/html/NetworkManager.devhelp2 b/docs/api/html/NetworkManager.devhelp2 index 79421726..112d9686 100644 --- a/docs/api/html/NetworkManager.devhelp2 +++ b/docs/api/html/NetworkManager.devhelp2 @@ -1,5 +1,4 @@ - diff --git a/docs/api/html/index.html b/docs/api/html/index.html index b227e2ee..c2c59933 100644 --- a/docs/api/html/index.html +++ b/docs/api/html/index.html @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@
-

Version 1.0.2 +

Version 1.0.4

@@ -72,7 +72,6 @@
+
Generated by GTK-Doc V1.24
\ No newline at end of file diff --git a/docs/api/html/ix01.html b/docs/api/html/ix01.html index d2c5a387..54a8424f 100644 --- a/docs/api/html/ix01.html +++ b/docs/api/html/ix01.html @@ -2,13 +2,13 @@ -NetworkManager D-Bus Reference Manual: Index +Index: NetworkManager D-Bus Reference Manual - + @@ -25,7 +25,6 @@
+
Generated by GTK-Doc V1.24
\ No newline at end of file diff --git a/docs/api/html/license.html b/docs/api/html/license.html index bd063781..b7944bba 100644 --- a/docs/api/html/license.html +++ b/docs/api/html/license.html @@ -2,12 +2,12 @@ -NetworkManager D-Bus Reference Manual: Appendix A. License +Appendix A. License: NetworkManager D-Bus Reference Manual - + @@ -379,7 +379,6 @@ Public License instead of this License.

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/api/html/ref-dbus.html b/docs/api/html/ref-dbus.html index 8bc3817f..8a0b56c7 100644 --- a/docs/api/html/ref-dbus.html +++ b/docs/api/html/ref-dbus.html @@ -2,13 +2,13 @@ -NetworkManager D-Bus Reference Manual: D-Bus API Reference +D-Bus API Reference: NetworkManager D-Bus Reference Manual - + @@ -29,7 +29,6 @@ spec.html +
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/api/html/ref-migrating.html b/docs/api/html/ref-migrating.html index 02fcb588..34f90ebb 100644 --- a/docs/api/html/ref-migrating.html +++ b/docs/api/html/ref-migrating.html @@ -2,13 +2,13 @@ -NetworkManager D-Bus Reference Manual: Migrating from NetworkManager 0.8 to NetworkManager 0.9 +Migrating from NetworkManager 0.8 to NetworkManager 0.9: NetworkManager D-Bus Reference Manual - + @@ -535,7 +535,6 @@ +
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/api/html/ref-settings.html b/docs/api/html/ref-settings.html index 6fca6945..10405a35 100644 --- a/docs/api/html/ref-settings.html +++ b/docs/api/html/ref-settings.html @@ -2,13 +2,13 @@ -NetworkManager D-Bus Reference Manual: Network Configuration Setting Specification +Network Configuration Setting Specification: NetworkManager D-Bus Reference Manual - + @@ -248,7 +248,7 @@
system-ca-certs
boolean
FALSE
-When TRUE, overrides the "ca-path" and "phase2-ca-path" properties using the system CA directory specified at configure time with the --system-ca-path switch. The certificates in this directory are added to the verification chain in addition to any certificates specified by the "ca-cert" and "phase2-ca-cert" properties. +When TRUE, overrides the "ca-path" and "phase2-ca-path" properties using the system CA directory specified at configure time with the --system-ca-path switch. The certificates in this directory are added to the verification chain in addition to any certificates specified by the "ca-cert" and "phase2-ca-cert" properties. If the path provided with --system-ca-path is rather a file name (bundle of trusted CA certificates), it overrides "ca-cert" and "phase2-ca-cert" properties instead (sets ca_cert/ca_cert2 options for wpa_supplicant). @@ -595,6 +595,12 @@ The autoconnect priority. If the connection is set to autoconnect, connections with higher priority will be preferred. Defaults to 0. The higher number means higher priority. +
autoconnect-slaves
+
NMSettingConnectionAutoconnectSlaves (int32)
+

+Whether or not slaves of this connection should be automatically brought up when NetworkManager activates this connection. This only has a real effect for master connections. The permitted values are: 0: leave slave connections untouched, 1: activate all the slave connections with this connection, -1: default. If -1 (default) is set, global connection.autoconnect-slaves is read to determine the real value. If it is default as well, this fallbacks to 0.
+
+
 
gateway-ping-timeout
uint32
0
@@ -1148,7 +1154,7 @@
ip6-privacy
NMSettingIP6ConfigPrivacy (int32)

-Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941.  If enabled, it makes the kernel generate a temporary IPv6 address in addition to the public one generated from MAC address via modified EUI-64.  This enhances privacy, but could cause problems in some applications, on the other hand.  The permitted values are: 0: disabled, 1: enabled (prefer public address), 2: enabled (prefer temporary addresses).
+Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941.  If enabled, it makes the kernel generate a temporary IPv6 address in addition to the public one generated from MAC address via modified EUI-64.  This enhances privacy, but could cause problems in some applications, on the other hand.  The permitted values are: -1: unknown, 0: disabled, 1: enabled (prefer public address), 2: enabled (prefer temporary addresses). Having a per-connection setting set to "-1" (unknown) means fallback to global configuration "ipv6.ip6-privacy". If also global configuration is unspecified or set to "-1", fallback to read "/proc/sys/net/ipv6/conf/default/use_tempaddr".
 
 
 
may-fail
@@ -2039,7 +2045,6 @@ +
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/api/html/secrets-flags.html b/docs/api/html/secrets-flags.html index 2b27c7f8..bb727419 100644 --- a/docs/api/html/secrets-flags.html +++ b/docs/api/html/secrets-flags.html @@ -2,13 +2,13 @@ -NetworkManager D-Bus Reference Manual: Secret flag types +Secret flag types: NetworkManager D-Bus Reference Manual - + @@ -58,7 +58,6 @@

+
Generated by GTK-Doc V1.24 \ No newline at end of file diff --git a/docs/api/html/spec.html b/docs/api/html/spec.html index f7992202..bcd634dd 100644 --- a/docs/api/html/spec.html +++ b/docs/api/html/spec.html @@ -1,4 +1,4 @@ -NetworkManager D-Bus Interface Specification version 1.0.2

NetworkManager D-Bus Interface Specification

Version 1.0.2

Copyright (C) 2008 - 2011 Red Hat, Inc.
Copyright (C) 2008 - 2009 Novell, Inc.
+

NetworkManager D-Bus Interface Specification

Version 1.0.4

Copyright (C) 2008 - 2011 Red Hat, Inc.
Copyright (C) 2008 - 2009 Novell, Inc.

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 @@ -811,6 +811,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

NM_DEVICE_STATE_REASON_SIM_PIN_INCORRECT = 59
The SIM PIN was incorrect. +
NM_DEVICE_STATE_REASON_NEW_ACTIVATION = 60
+ A new connection activation was enqueued. +
NM_DEVICE_STATE_REASON_PARENT_CHANGED = 61
+ The device's parent changed. +
NM_DEVICE_STATE_REASON_PARENT_MANAGED_CHANGED = 62
+ The device parent's management changed.

Sets of flags:

NM_DEVICE_CAP

NM_DEVICE_CAP_NONE = 0x0
Null capability.
NM_DEVICE_CAP_NM_SUPPORTED = 0x1
The device is supported by NetworkManager.
NM_DEVICE_CAP_CARRIER_DETECT = 0x2
The device supports carrier detection.

Structure types:

NM_DEVICE_STATE_REASON_STRUCT - ( u: state, u: reason ) diff --git a/docs/api/html/style.css b/docs/api/html/style.css index c141ddd2..36754209 100644 --- a/docs/api/html/style.css +++ b/docs/api/html/style.css @@ -60,7 +60,7 @@ a:hover div.informaltable table { border-collapse: separate; - border-spacing: 1em 0.5em; + border-spacing: 1em 0.3em; border: none; } @@ -148,6 +148,8 @@ div.table table th h4 { color: #555753; + margin-top: 1em; + margin-bottom: 1em; } hr @@ -166,17 +168,16 @@ dl.toc dt padding-bottom: 0.25em; } -dl.toc > dd > dl > dt +dl.toc > dt { padding-top: 0.25em; padding-bottom: 0.25em; + font-weight: bold; } -dl.toc > dt +dl.toc > dl { - padding-top: 1em; padding-bottom: 0.5em; - font-weight: bold; } .parameter @@ -346,7 +347,9 @@ acronym,abbr } @media screen { - sup a.footnote + /* these have a as a first child, but since there are no parent selectors + * we can't use that. */ + a.footnote { position: relative; top: 0em ! important; -- cgit 1.3.0-6-gf8a5