diff options
| author | Michael Biebl <biebl@debian.org> | 2022-08-13 16:40:06 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-08-13 16:40:06 +0200 |
| commit | 38ca7ae9c3556e9a5b50ee15015ea194e6ca8da1 (patch) | |
| tree | 99f19f118f550362c3288e7b82a7aab3a75c8d64 /docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html | |
| parent | c2473cb3f165975f2899ccef11f036c9762a8aa3 (diff) | |
| parent | 49ac65f875a36d7ebcbc8270cf0fc60acbb2e052 (diff) | |
Merge tag 'debian/1.38.4-1' into debian/bullseye-backports
network-manager Debian release 1.38.4-1
Diffstat (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html')
| -rw-r--r-- | docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html index 4060e228..f230e84f 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html @@ -42,7 +42,10 @@ </div> <div class="refsect1"> <a name="gdbus-interface-org-freedesktop-NetworkManager-AgentManager"></a><h2>Description</h2> -<p></p> +<p> +</p> +<p> +</p> </div> <div class="refsect1"> <a name="gdbus-methods-org.freedesktop.NetworkManager.AgentManager"></a><h2>Method Details</h2> @@ -51,8 +54,9 @@ <pre class="programlisting"> Register (IN s identifier); </pre> -<p> Called by secret Agents to register their ability to provide and save - network secrets. +<p> +Called by secret Agents to register their ability to provide and save +network secrets. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> @@ -61,7 +65,9 @@ Register (IN s identifier); </colgroup> <tbody><tr> <td><p><span class="term"><code class="literal">IN s <em class="parameter"><code>identifier</code></em></code>:</span></p></td> -<td><p>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).</p></td> +<td><p> +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). +</p></td> </tr></tbody> </table></div> </div> @@ -72,7 +78,8 @@ Register (IN s identifier); RegisterWithCapabilities (IN s identifier, IN u capabilities); </pre> -<p> Like Register() but indicates agent capabilities to NetworkManager. +<p> +Like Register() but indicates agent capabilities to NetworkManager. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> @@ -82,11 +89,15 @@ RegisterWithCapabilities (IN s identifier, <tbody> <tr> <td><p><span class="term"><code class="literal">IN s <em class="parameter"><code>identifier</code></em></code>:</span></p></td> -<td><p>See the Register() method's identifier argument.</p></td> +<td><p> +See the Register() method's identifier argument. +</p></td> </tr> <tr> <td><p><span class="term"><code class="literal">IN u <em class="parameter"><code>capabilities</code></em></code>:</span></p></td> -<td><p>(<a class="link" href="nm-dbus-types.html#NMSecretAgentCapabilities" title="enum NMSecretAgentCapabilities">NMSecretAgentCapabilities</a>) Indicates various agent capabilities to NetworkManager.</p></td> +<td><p> +(<a class="link" href="nm-dbus-types.html#NMSecretAgentCapabilities" title="enum NMSecretAgentCapabilities">NMSecretAgentCapabilities</a>) Indicates various agent capabilities to NetworkManager. +</p></td> </tr> </tbody> </table></div> @@ -97,9 +108,10 @@ RegisterWithCapabilities (IN s identifier, <pre class="programlisting"> Unregister (); </pre> -<p> 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. +<p> +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. </p> </div> </div> |