about summary refs log tree commit diff
path: root/docs/api/dbus-org.freedesktop.NetworkManager.AgentManager.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-08-12 19:27:49 +0200
committerMichael Biebl <biebl@debian.org>2022-08-12 19:27:49 +0200
commit3237c6678bee0411e44b2d2055fb16c2f86da218 (patch)
treee3d8a0dab846c99fa6132c945ec3bbd59b1cc170 /docs/api/dbus-org.freedesktop.NetworkManager.AgentManager.xml
parentb020a0dc29267ec099f631e93f214a0d3549ba40 (diff)
parent6accbd3ec0e42d8633bbde4d47ed7bfe854e7e0b (diff)
Update upstream source from tag 'upstream/1.38.4'
Update to upstream version '1.38.4'
with Debian dir 24b65b102e62687c29d90ce76c47d939b35b96ad
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.AgentManager.xml')
-rw-r--r--docs/api/dbus-org.freedesktop.NetworkManager.AgentManager.xml31
1 files changed, 21 insertions, 10 deletions
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 @@
   </refsynopsisdiv>
 <refsect1 role="desc" id="gdbus-interface-org-freedesktop-NetworkManager-AgentManager">
   <title role="desc.title">Description</title>
-  <para></para>
+  <para>
+</para><para>
+</para>
 </refsect1>
 <refsect1 role="details" id="gdbus-methods-org.freedesktop.NetworkManager.AgentManager">
   <title role="details.title">Method Details</title>
@@ -26,13 +28,16 @@
 <programlisting>
 Register (IN  s identifier);
 </programlisting>
-<para>        Called by secret Agents to register their ability to provide and save
-        network secrets.
+<para>
+Called by secret Agents to register their ability to provide and save
+network secrets.
 </para>
 <variablelist role="params">
 <varlistentry>
   <term><literal>IN s <parameter>identifier</parameter></literal>:</term>
-  <listitem><para>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).</para></listitem>
+  <listitem><para>
+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).
+</para></listitem>
 </varlistentry>
 </variablelist>
 </refsect2>
@@ -43,16 +48,21 @@ Register (IN  s identifier);
 RegisterWithCapabilities (IN  s identifier,
                           IN  u capabilities);
 </programlisting>
-<para>        Like Register() but indicates agent capabilities to NetworkManager.
+<para>
+Like Register() but indicates agent capabilities to NetworkManager.
 </para>
 <variablelist role="params">
 <varlistentry>
   <term><literal>IN s <parameter>identifier</parameter></literal>:</term>
-  <listitem><para>See the Register() method's identifier argument.</para></listitem>
+  <listitem><para>
+See the Register() method's identifier argument.
+</para></listitem>
 </varlistentry>
 <varlistentry>
   <term><literal>IN u <parameter>capabilities</parameter></literal>:</term>
-  <listitem><para>(<link linkend="NMSecretAgentCapabilities">NMSecretAgentCapabilities</link>) Indicates various agent capabilities to NetworkManager.</para></listitem>
+  <listitem><para>
+(<link linkend="NMSecretAgentCapabilities">NMSecretAgentCapabilities</link>) Indicates various agent capabilities to NetworkManager.
+</para></listitem>
 </varlistentry>
 </variablelist>
 </refsect2>
@@ -62,9 +72,10 @@ RegisterWithCapabilities (IN  s identifier,
 <programlisting>
 Unregister ();
 </programlisting>
-<para>        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.
+<para>
+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.
 </para>
 </refsect2>
 </refsect1>