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 --- ...rg.freedesktop.NetworkManager.AgentManager.html | 24 ++++++++++++++-------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html') diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html index b1602bcf..c11ce86b 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html @@ -47,11 +47,13 @@

Method Details

-

The Register() method

+

The Register() method

 Register (IN  s identifier);
 
-

Called by secret Agents to register their ability to provide and save network secrets.

+

Called by secret Agents to register their ability to provide and save + network secrets. +

@@ -59,18 +61,19 @@ Register (IN s identifier); - +

IN s identifier:

Identifies this agent; only one agent in each user session may use the same identifier. Identifier formatting follows the same rules as D-Bus bus names with the exception that the ':' character is not allowed. The valid set of characters is "[A-Z][a-z][0-9]_-." and the identifier is limited in length to 255 characters with a minimum of 3 characters. An example valid identifier is 'org.gnome.nm-applet' (without quotes).

Identifies this agent; only one agent in each user session may use the same identifier. Identifier formatting follows the same rules as D-Bus bus names with the exception that the ':' character is not allowed. The valid set of characters is "[A-Z][a-z][0-9]_-." and the identifier is limited in length to 255 characters with a minimum of 3 characters. An example valid identifier is 'org.gnome.nm-applet' (without quotes).


-

The RegisterWithCapabilities() method

+

The RegisterWithCapabilities() method

 RegisterWithCapabilities (IN  s identifier,
                           IN  u capabilities);
 
-

Like Register() but indicates agent capabilities to NetworkManager.

+

Like Register() but indicates agent capabilities to NetworkManager. +

@@ -79,22 +82,25 @@ RegisterWithCapabilities (IN s identifier, - + - +

IN s identifier:

See the Register() method's identifier argument.

See the Register() method's identifier argument.

IN u capabilities:

Indicates various agent capabilities to NetworkManager.

(NMSecretAgentCapabilities) Indicates various agent capabilities to NetworkManager.


-

The Unregister() method

+

The Unregister() method

 Unregister ();
 
-

Called by secret Agents to notify NetworkManager that they will no longer handle requests for network secrets. Agents are automatically unregistered when they disconnect from D-Bus.

+

Called by secret Agents to notify NetworkManager that they will no longer + handle requests for network secrets. Agents are automatically unregistered + when they disconnect from D-Bus. +

-- cgit 1.3.0-6-gf8a5