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 --- ...org.freedesktop.NetworkManager.AgentManager.xml | 31 +++++++++++++++------- 1 file changed, 21 insertions(+), 10 deletions(-) (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.AgentManager.xml') diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.AgentManager.xml b/docs/api/dbus-org.freedesktop.NetworkManager.AgentManager.xml index b6a73b6a..7a9b048d 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.AgentManager.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.AgentManager.xml @@ -16,7 +16,9 @@ Description - + + + Method Details @@ -26,13 +28,16 @@ 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. 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). + @@ -43,16 +48,21 @@ Register (IN s identifier); RegisterWithCapabilities (IN s identifier, IN u capabilities); - Like Register() but indicates agent capabilities to NetworkManager. + +Like Register() but indicates agent capabilities to NetworkManager. IN s identifier: - See the Register() method's identifier argument. + +See the Register() method's identifier argument. + IN u capabilities: - (NMSecretAgentCapabilities) Indicates various agent capabilities to NetworkManager. + +(NMSecretAgentCapabilities) Indicates various agent capabilities to NetworkManager. + @@ -62,9 +72,10 @@ RegisterWithCapabilities (IN s identifier, 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