diff options
Diffstat (limited to 'docs/libnm/html/libnm-nm-errors.html')
| -rw-r--r-- | docs/libnm/html/libnm-nm-errors.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/libnm/html/libnm-nm-errors.html b/docs/libnm/html/libnm-nm-errors.html index c283275a..d1ff13ff 100644 --- a/docs/libnm/html/libnm-nm-errors.html +++ b/docs/libnm/html/libnm-nm-errors.html @@ -254,7 +254,7 @@ nm_vpn_plugin_error_quark (<em class="parameter"><code><span class="type">void</ <a name="NMAgentManagerError"></a><h3>enum NMAgentManagerError</h3> <p>Errors returned from the secret-agent manager.</p> <p>These errors may be returned from operations that could cause secrets to be -requested (such as <a href="/usr/share/gtk-doc/html/libnm-glib/NMClient.html#nm-client-activate-connection"><code class="function">nm_client_activate_connection()</code></a>), and correspond to D-Bus +requested (such as <code class="function">nm_client_activate_connection()</code>), and correspond to D-Bus errors in the "org.freedesktop.NetworkManager.AgentManager" namespace.</p> <div class="refsect3"> <a name="NMAgentManagerError.members"></a><h4>Members</h4> @@ -319,7 +319,7 @@ request</p> <hr> <div class="refsect2"> <a name="NM-AGENT-MANAGER-ERROR:CAPS"></a><h3>NM_AGENT_MANAGER_ERROR</h3> -<pre class="programlisting">#define NM_AGENT_MANAGER_ERROR (nm_agent_manager_error_quark ()) +<pre class="programlisting">#define NM_AGENT_MANAGER_ERROR (nm_agent_manager_error_quark()) </pre> </div> <hr> @@ -420,7 +420,7 @@ the property that is invalid.</p> <hr> <div class="refsect2"> <a name="NM-CONNECTION-ERROR:CAPS"></a><h3>NM_CONNECTION_ERROR</h3> -<pre class="programlisting">#define NM_CONNECTION_ERROR nm_connection_error_quark () +<pre class="programlisting">#define NM_CONNECTION_ERROR nm_connection_error_quark() </pre> </div> <hr> @@ -487,7 +487,7 @@ was invalid</p> <hr> <div class="refsect2"> <a name="NM-CRYPTO-ERROR:CAPS"></a><h3>NM_CRYPTO_ERROR</h3> -<pre class="programlisting">#define NM_CRYPTO_ERROR nm_crypto_error_quark () +<pre class="programlisting">#define NM_CRYPTO_ERROR nm_crypto_error_quark() </pre> </div> <hr> @@ -596,7 +596,7 @@ be completed due to missing dependencies.</p> <hr> <div class="refsect2"> <a name="NM-DEVICE-ERROR:CAPS"></a><h3>NM_DEVICE_ERROR</h3> -<pre class="programlisting">#define NM_DEVICE_ERROR nm_device_error_quark () +<pre class="programlisting">#define NM_DEVICE_ERROR nm_device_error_quark() </pre> </div> <hr> @@ -727,7 +727,7 @@ activation but is not available.</p> <hr> <div class="refsect2"> <a name="NM-MANAGER-ERROR:CAPS"></a><h3>NM_MANAGER_ERROR</h3> -<pre class="programlisting">#define NM_MANAGER_ERROR (nm_manager_error_quark ()) +<pre class="programlisting">#define NM_MANAGER_ERROR (nm_manager_error_quark()) </pre> </div> <hr> @@ -737,7 +737,7 @@ activation but is not available.</p> when they encounter problems retrieving secrets on behalf of NM. They correspond to errors in the "org.freedesktop.NetworkManager.SecretManager" namespace.</p> -<p>Client APIs such as <a href="/usr/share/gtk-doc/html/libnm-glib/NMClient.html#nm-client-activate-connection"><code class="function">nm_client_activate_connection()</code></a> will not see these error +<p>Client APIs such as <code class="function">nm_client_activate_connection()</code> will not see these error codes; instead, the secret agent manager will translate them to the corresponding <a class="link" href="libnm-nm-errors.html#NMAgentManagerError" title="enum NMAgentManagerError"><span class="type">NMAgentManagerError</span></a> codes.</p> <div class="refsect3"> @@ -802,7 +802,7 @@ connection</p> <hr> <div class="refsect2"> <a name="NM-SECRET-AGENT-ERROR:CAPS"></a><h3>NM_SECRET_AGENT_ERROR</h3> -<pre class="programlisting">#define NM_SECRET_AGENT_ERROR (nm_secret_agent_error_quark ()) +<pre class="programlisting">#define NM_SECRET_AGENT_ERROR (nm_secret_agent_error_quark()) </pre> </div> <hr> @@ -886,7 +886,7 @@ active settings backend</p> <hr> <div class="refsect2"> <a name="NM-SETTINGS-ERROR:CAPS"></a><h3>NM_SETTINGS_ERROR</h3> -<pre class="programlisting">#define NM_SETTINGS_ERROR (nm_settings_error_quark ()) +<pre class="programlisting">#define NM_SETTINGS_ERROR (nm_settings_error_quark()) </pre> </div> <hr> @@ -992,7 +992,7 @@ performed as the plugin does not support interactive operations, such as <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-ERROR:CAPS"></a><h3>NM_VPN_PLUGIN_ERROR</h3> -<pre class="programlisting">#define NM_VPN_PLUGIN_ERROR (nm_vpn_plugin_error_quark ()) +<pre class="programlisting">#define NM_VPN_PLUGIN_ERROR (nm_vpn_plugin_error_quark()) </pre> </div> </div> |