diff options
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.AgentManager.xml')
| -rw-r--r-- | docs/api/dbus-org.freedesktop.NetworkManager.AgentManager.xml | 31 |
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> |