From 2bfb3eb7d0323e69affca154395f51d8b577414d Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 6 Apr 2016 00:46:19 +0200 Subject: Imported Upstream version 1.1.93 --- ...desktop.NetworkManager.Settings.Connection.html | 76 ++++++++++++++++------ 1 file changed, 57 insertions(+), 19 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 db2a7d57..b985416f 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html @@ -62,16 +62,22 @@

Description

-

Represents a single network connection configuration.

+

Represents a single network connection configuration. +

Method Details

-

The Update() method

+

The Update() method

 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. +

@@ -85,11 +91,19 @@ Update (IN a{sa{sv}} properties);
-

The UpdateUnsaved() method

+

The UpdateUnsaved() method

 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). +

@@ -103,19 +117,24 @@ UpdateUnsaved (IN a{sa{sv}} properties);
-

The Delete() method

+

The Delete() method

 Delete ();
 
-

Delete the connection.

+

Delete the connection. +


-

The GetSettings() method

+

The GetSettings() method

 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. +

@@ -129,12 +148,16 @@ GetSettings (OUT a{sa{sv}} settings);
-

The GetSecrets() method

+

The GetSecrets() method

 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. +

@@ -143,7 +166,7 @@ GetSecrets (IN s setting_name, - + @@ -154,19 +177,22 @@ GetSecrets (IN s setting_name,
-

The ClearSecrets() method

+

The ClearSecrets() method

 ClearSecrets ();
 
-

Clear the secrets belonging to this network connection profile.

+

Clear the secrets belonging to this network connection profile. +


-

The Save() method

+

The Save() method

 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. +

@@ -176,7 +202,11 @@ Save ();
 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. +


@@ -184,7 +214,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. +


@@ -212,7 +246,11 @@ PropertiesChanged (a{sv} properties);
 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. +

-- cgit 1.3.0-6-gf8a5

IN s setting_name:

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

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

OUT a{sa{sv}} secrets: