From d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 30 Mar 2016 00:56:30 +0200 Subject: Imported Upstream version 1.1.92 --- ...rg.freedesktop.NetworkManager.AgentManager.html | 104 +++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html (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 new file mode 100644 index 00000000..b1602bcf --- /dev/null +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html @@ -0,0 +1,104 @@ + + + + +org.freedesktop.NetworkManager.AgentManager: NetworkManager D-Bus API Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

org.freedesktop.NetworkManager.AgentManager

+

org.freedesktop.NetworkManager.AgentManager

+
+
+

Methods

+
+Register                 (IN  s identifier);
+RegisterWithCapabilities (IN  s identifier,
+                          IN  u capabilities);
+Unregister               ();
+
+
+
+

Description

+

+
+
+

Method Details

+
+

The Register() method

+
+Register (IN  s identifier);
+
+

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

+
++++ + + + + +

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

+
+
+
+

The RegisterWithCapabilities() method

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

Like Register() but indicates agent capabilities to NetworkManager.

+
++++ + + + + + + + + + + +

IN s identifier:

See the Register() method's identifier argument.

IN u capabilities:

Indicates various agent capabilities to NetworkManager.

+
+
+
+

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.

+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5