From 7514efc2f38c9ace4557d4e69d68e7d380389030 Mon Sep 17 00:00:00 2001
From: Michael Biebl
Date: Fri, 26 Aug 2016 02:18:32 +0200
Subject: Imported Upstream version 1.4.0
---
docs/libnm/html/NMConnection.html | 222 +++++++++++++++++++-------------------
1 file changed, 111 insertions(+), 111 deletions(-)
(limited to 'docs/libnm/html/NMConnection.html')
diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html
index bf8587db..239c3737 100644
--- a/docs/libnm/html/NMConnection.html
+++ b/docs/libnm/html/NMConnection.html
@@ -8,7 +8,7 @@
-
+
@@ -572,7 +572,7 @@ same name which has previously been added to the NMSetting object and does not increase
the setting object's reference count.
-
Parameters
+
Parameters
@@ -603,7 +603,7 @@ nm_connection_remove_setting (NMSetting with the given GType from the NMConnection. This
operation dereferences the NMSetting object.
-
Parameters
+
Parameters
@@ -634,7 +634,7 @@ nm_connection_get_setting (NMSetting with the given GType, if one has been previously added
to the NMConnection.
the NMSetting, or NULL if no setting with that name was previously
added to the NMConnection.
[transfer none]
@@ -709,7 +709,7 @@ nm_connection_to_dbus (NM_VARIANT_TYPE_CONNECTION describing the connection, suitable for
marshalling over D-Bus or otherwise serializing.
-
Parameters
+
Parameters
@@ -731,7 +731,7 @@ marshalling over D-Bus or otherwise serializing.
-
Returns
+
Returns
a new floating GVariant describing the connection,
its settings, and each setting's properties.
@@ -777,7 +777,7 @@ need to result in a connection that passes
-
Returns
+
Returns
TRUE if connection was updated, FALSE if new_settings
could not
be deserialized (in which case connection
@@ -796,7 +796,7 @@ nm_connection_replace_settings_from_connection
with the copied settings.
@@ -853,7 +853,7 @@ nm_connection_compare (nm_setting_compare() for a description of
each flag's behavior.
-
Parameters
+
Parameters
@@ -880,7 +880,7 @@ each flag's behavior.
-
Returns
+
Returns
TRUE if the comparison succeeds, FALSE if it does not
@@ -899,7 +899,7 @@ each setting that differ are added to the returned o
hash table.
No values are returned, only key names.
-
Parameters
+
Parameters
@@ -934,7 +934,7 @@ differ mapped to one or more of
-
Returns
+
Returns
TRUE if the connections contain the same values, FALSE if they do
not
@@ -955,7 +955,7 @@ connection for the connection to be valid. As another example, the
MAC address. The returned GError contains information about which
setting and which property failed validation, and how it failed validation.
-
Parameters
+
Parameters
@@ -977,7 +977,7 @@ setting and which property failed validation, and how it failed validation.
-
Returns
+
Returns
TRUE if the connection is valid, FALSE if it is not
TRUE if the secrets are valid, FALSE if they are not
Since: 1.2
@@ -1033,7 +1033,7 @@ is valid. As this function only performs some specific normalization steps
it cannot repair all connections. If the connection has errors that
cannot be normalized, the connection will not be modified.
-
Parameters
+
Parameters
@@ -1070,7 +1070,7 @@ why the connection is invalid, if the function returns an error.
-
Returns
+
Returns
TRUE if the connection is valid, FALSE if it is not
@@ -1086,7 +1086,7 @@ intended as a guide to what secrets may be required, because in some
circumstances, there is no way to conclusively determine exactly which
secrets are needed.
-
Parameters
+
Parameters
@@ -1112,7 +1112,7 @@ elements.
-
Returns
+
Returns
the setting name of the NMSetting object which has invalid or
missing secrets
@@ -1306,7 +1306,7 @@ If the connection contains no NMSettingConnection, it will return
-
Parameters
+
Parameters
@@ -1321,7 +1321,7 @@ NetworkManager, this is the name of the created interface.
-
Returns
+
Returns
Name of the kernel interface or NULL
@@ -1337,7 +1337,7 @@ type (ie wired, Wi-Fi, ppp, etc). Checks the type
.
-
Parameters
+
Parameters
@@ -1360,7 +1360,7 @@ property of the connection and matches that against
-
Returns
+
Returns
TRUE if the connection is of the given type
, FALSE if not
@@ -1375,7 +1375,7 @@ nm_connection_for_each_setting_value (NMSetting object in the NMConnection,
calling the supplied user function for each property.