From f7c750061dab327e638c0129cfafd5b2215b3a2e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 17 Jun 2022 22:03:19 +0200 Subject: New upstream version 1.38.2 --- .../gdbus-org.freedesktop.NetworkManager.Settings.Connection.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html') diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html index 08c3f4d2..0c4467cb 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html @@ -8,7 +8,7 @@ - + @@ -378,6 +378,6 @@ Filename readable s +
Generated by GTK-Doc V1.33.0 \ No newline at end of file -- cgit 1.3.0-6-gf8a5 From 6accbd3ec0e42d8633bbde4d47ed7bfe854e7e0b Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 12 Aug 2022 19:21:11 +0200 Subject: New upstream version 1.38.4 --- ...desktop.NetworkManager.Settings.Connection.html | 185 +++++++++++++-------- 1 file changed, 112 insertions(+), 73 deletions(-) (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html') diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html index 0c4467cb..d0b2322f 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html @@ -8,7 +8,7 @@ - + @@ -67,7 +67,8 @@

Description

-

Represents a single network connection configuration. +

+Represents a single network connection configuration.

@@ -77,11 +78,12 @@
 Update (IN  a{sa{sv}} properties);
 
-

Update the connection with new settings and properties (replacing all - previous settings and properties) and save the connection to disk. Secrets - may be part of the update request, and will be either stored in persistent - storage or sent to a Secret Agent for storage, depending on the flags - associated with each secret. +

+Update the connection with new settings and properties (replacing all +previous settings and properties) and save the connection to disk. Secrets +may be part of the update request, and will be either stored in persistent +storage or sent to a Secret Agent for storage, depending on the flags +associated with each secret.

@@ -90,7 +92,9 @@ Update (IN a{sa{sv}} properties); - +

IN a{sa{sv}} properties:

New connection settings, properties, and (optionally) secrets.

+New connection settings, properties, and (optionally) secrets. +

@@ -100,14 +104,15 @@ Update (IN a{sa{sv}} properties);
 UpdateUnsaved (IN  a{sa{sv}} properties);
 
-

Update the connection with new settings and properties (replacing all - previous settings and properties) but do not immediately save the - connection to disk. Secrets may be part of the update request and may sent - to a Secret Agent for storage, depending on the flags associated with each - secret. Use the 'Save' method to save these changes to disk. Note that - unsaved changes will be lost if the connection is reloaded from disk - (either automatically on file change or due to an explicit - ReloadConnections call). +

+Update the connection with new settings and properties (replacing all +previous settings and properties) but do not immediately save the +connection to disk. Secrets may be part of the update request and may sent +to a Secret Agent for storage, depending on the flags associated with each +secret. Use the 'Save' method to save these changes to disk. Note that +unsaved changes will be lost if the connection is reloaded from disk +(either automatically on file change or due to an explicit +ReloadConnections call).

@@ -116,7 +121,9 @@ UpdateUnsaved (IN a{sa{sv}} properties); - +

IN a{sa{sv}} properties:

New connection settings, properties, and (optionally) secrets.

+New connection settings, properties, and (optionally) secrets. +

@@ -126,7 +133,8 @@ UpdateUnsaved (IN a{sa{sv}} properties);
 Delete ();
 
-

Delete the connection. +

+Delete the connection.


@@ -135,10 +143,11 @@ Delete ();
 GetSettings (OUT a{sa{sv}} settings);
 
-

Get the settings maps describing this network configuration. This will - never include any secrets required for connection to the network, as those - are often protected. Secrets must be requested separately using the - GetSecrets() call. +

+Get the settings maps describing this network configuration. This will +never include any secrets required for connection to the network, as those +are often protected. Secrets must be requested separately using the +GetSecrets() call.

@@ -147,7 +156,9 @@ GetSettings (OUT a{sa{sv}} settings); - +

OUT a{sa{sv}} settings:

The nested settings maps describing this object.

+The nested settings maps describing this object. +

@@ -158,10 +169,11 @@ GetSettings (OUT a{sa{sv}} settings); GetSecrets (IN s setting_name, OUT a{sa{sv}} secrets); -

Get the secrets belonging to this network configuration. Only secrets from - persistent storage or a Secret Agent running in the requestor's session - will be returned. The user will never be prompted for secrets as a result - of this request. +

+Get the secrets belonging to this network configuration. Only secrets from +persistent storage or a Secret Agent running in the requestor's session +will be returned. The user will never be prompted for secrets as a result +of this request.

@@ -171,11 +183,15 @@ GetSecrets (IN s setting_name, - + - +

IN s setting_name:

Name of the setting to return secrets for. If empty, all secrets will be returned.

+Name of the setting to return secrets for. If empty, all secrets will be returned. +

OUT a{sa{sv}} secrets:

Nested settings maps containing secrets.

+Nested settings maps containing secrets. +

@@ -186,7 +202,8 @@ GetSecrets (IN s setting_name,
 ClearSecrets ();
 
-

Clear the secrets belonging to this network connection profile. +

+Clear the secrets belonging to this network connection profile.


@@ -195,8 +212,9 @@ ClearSecrets ();
 Save ();
 
-

Saves a "dirty" connection (that had previously been updated with - UpdateUnsaved) to persistent storage. +

+Saves a "dirty" connection (that had previously been updated with +UpdateUnsaved) to persistent storage.


@@ -208,19 +226,23 @@ Update2 (IN a{sa{sv}} settings, IN a{sv} args, OUT a{sv} result); -

Update the connection with new settings and properties (replacing all - previous settings and properties). +

+Update the connection with new settings and properties (replacing all +previous settings and properties).

-

Update2 is an alternative to - Update, - UpdateUnsaved - and Save - extensible with extra flags and args arguments. +

+Update2 is an alternative to +Update, +UpdateUnsaved +and Save +extensible with extra flags and args arguments.

-

The flags argument accepts the combination of following values, - logically or-ed together: +

+The flags argument accepts the combination of following values, +logically or-ed together: +

+

-

@@ -234,18 +256,18 @@ Update2 (IN a{sa{sv}} settings, +profile on disk). If neither 0x1 nor 0x2 is set, the change is made in memory +only, if the connection is already in memory only.

+the profile from disk to in-memory.

+the profile from disk to in-memory.

@@ -258,15 +280,17 @@ Update2 (IN a{sa{sv}} settings, +to take effect on currently active devices.

0x2 (in-memory):

The change is only made in memory (without touching an eventual - profile on disk). If neither 0x1 nor 0x2 is set, the change is made in memory - only, if the connection is already in memory only.

0x4 (in-memory-detached):

Like "in-memory", but behaves slightly different when migrating - the profile from disk to in-memory.

0x8 (in-memory-only):

Like "in-memory", but behaves slightly different when migrating - the profile from disk to in-memory.

0x10 (volatile):

0x40 (no-reapply):

Prevents "connection.zone" and "connection.metered" properties - to take effect on currently active devices.

-

The args argument accepts the following keys: +

+The args argument accepts the following keys: +

+

-

@@ -276,16 +300,17 @@ Update2 (IN a{sa{sv}} settings,

plugin:

The settings plugin the connection will be migrated to - such as "keyfile" or "ifcfg-rh".

+such as "keyfile" or "ifcfg-rh".

Since 1.38

-

Secrets may be part of the update request, and will be either stored in persistent - storage or sent to a Secret Agent for storage, depending on the flags - associated with each secret. +

+Secrets may be part of the update request, and will be either stored in persistent +storage or sent to a Secret Agent for storage, depending on the flags +associated with each secret.

@@ -295,19 +320,27 @@ Update2 (IN a{sa{sv}} settings, - + - + - + - +

IN a{sa{sv}} settings:

New connection settings, properties, and (optionally) secrets. Provide an empty array to use the current settings.

+New connection settings, properties, and (optionally) secrets. Provide an empty array to use the current settings. +

IN u flags:

Optional flags. Unknown flags cause the call to fail.

+Optional flags. Unknown flags cause the call to fail. +

IN a{sv} args:

Optional arguments dictionary, for extentibility. Specifying unknown keys causes the call to fail.

+Optional arguments dictionary, for extentibility. Specifying unknown keys causes the call to fail. +

OUT a{sv} result:

Currently no results are returned.

+Currently no results are returned. +

@@ -321,10 +354,11 @@ Update2 (IN a{sa{sv}} settings,
 Updated ();
 
-

Emitted when any settings or permissions change. When handling this - signal, clients should re-read the connection using the GetSettings method - to get the changes and to ensure the client still has permission to access - the connection. +

+Emitted when any settings or permissions change. When handling this +signal, clients should re-read the connection using the GetSettings method +to get the changes and to ensure the client still has permission to access +the connection.


@@ -333,10 +367,11 @@ Updated ();
 Removed ();
 
-

Emitted when this connection is no longer available. This happens when the - connection is deleted or if it is no longer accessible by any of the - system's logged-in users. After receipt of this signal, the object no - longer exists. Also see the Settings.ConnectionRemoved signal. +

+Emitted when this connection is no longer available. This happens when the +connection is deleted or if it is no longer accessible by any of the +system's logged-in users. After receipt of this signal, the object no +longer exists. Also see the Settings.ConnectionRemoved signal.

@@ -347,10 +382,11 @@ Removed ();
 Unsaved  readable   b
 
-

If set, indicates that the in-memory state of the connection does not - match the on-disk state. This flag will be set when UpdateUnsaved() is - called or when any connection details change, and cleared when the - connection is saved to disk via Save() or from internal operations. +

+If set, indicates that the in-memory state of the connection does not +match the on-disk state. This flag will be set when UpdateUnsaved() is +called or when any connection details change, and cleared when the +connection is saved to disk via Save() or from internal operations.


@@ -359,9 +395,11 @@ Unsaved readable b
 Flags  readable   u
 
-

Additional flags of the connection profile. +

+Additional flags of the connection profile.

-

Returns: NMSettingsConnectionFlags +

+Returns: NMSettingsConnectionFlags

Since 1.12

@@ -371,13 +409,14 @@ Flags readable u
 Filename  readable   s
 
-

File that stores the connection in case the connection is file-backed. +

+File that stores the connection in case the connection is file-backed.

Since 1.12

+
Generated by GTK-Doc V1.33.1 \ No newline at end of file -- cgit 1.3.0-6-gf8a5