diff options
Diffstat (limited to 'introspection/nmdbus-agent-manager-org.freedesktop.NetworkManager.AgentManager.xml')
| -rw-r--r-- | introspection/nmdbus-agent-manager-org.freedesktop.NetworkManager.AgentManager.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/introspection/nmdbus-agent-manager-org.freedesktop.NetworkManager.AgentManager.xml b/introspection/nmdbus-agent-manager-org.freedesktop.NetworkManager.AgentManager.xml index 29bb71d7..2f074cbe 100644 --- a/introspection/nmdbus-agent-manager-org.freedesktop.NetworkManager.AgentManager.xml +++ b/introspection/nmdbus-agent-manager-org.freedesktop.NetworkManager.AgentManager.xml @@ -26,11 +26,13 @@ <programlisting> Register (IN s identifier); </programlisting> -<para>Called by secret Agents to register their ability to provide and save network secrets.</para> +<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> @@ -41,7 +43,8 @@ Register (IN s identifier); RegisterWithCapabilities (IN s identifier, IN u capabilities); </programlisting> -<para>Like Register() but indicates agent capabilities to NetworkManager.</para> +<para> Like Register() but indicates agent capabilities to NetworkManager. +</para> <variablelist role="params"> <varlistentry> <term><literal>IN s <parameter>identifier</parameter></literal>:</term> @@ -49,7 +52,7 @@ RegisterWithCapabilities (IN s identifier, </varlistentry> <varlistentry> <term><literal>IN u <parameter>capabilities</parameter></literal>:</term> - <listitem><para>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> @@ -59,7 +62,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> +<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> </refentry> |