diff options
| author | Michael Biebl <biebl@debian.org> | 2016-04-20 21:11:10 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-04-20 21:11:10 +0200 |
| commit | 78c3b8801ecf4975e5da1af3b10ae20dd2d876de (patch) | |
| tree | 19b80fbe9429f554a48ed126911026d4fa8a4b3f /docs/libnm | |
| parent | 288a08a3672a89a9bfdb8354b6863cc039759fc2 (diff) | |
Imported Upstream version 1.2.0 upstream/1.2.0
Diffstat (limited to 'docs/libnm')
| -rw-r--r-- | docs/libnm/html/NMAccessPoint.html | 8 | ||||
| -rw-r--r-- | docs/libnm/html/NMActiveConnection.html | 12 | ||||
| -rw-r--r-- | docs/libnm/html/NMClient.html | 16 | ||||
| -rw-r--r-- | docs/libnm/html/NMDevice.html | 34 | ||||
| -rw-r--r-- | docs/libnm/html/NMRemoteConnection.html | 4 | ||||
| -rw-r--r-- | docs/libnm/html/NMSecretAgentOld.html | 18 | ||||
| -rw-r--r-- | docs/libnm/html/NMSetting.html | 10 | ||||
| -rw-r--r-- | docs/libnm/html/NMSettingConnection.html | 6 | ||||
| -rw-r--r-- | docs/libnm/html/NMSettingGeneric.html | 2 | ||||
| -rw-r--r-- | docs/libnm/html/NMSimpleConnection.html | 24 | ||||
| -rw-r--r-- | docs/libnm/html/NMVpnEditorPlugin.html | 44 | ||||
| -rw-r--r-- | docs/libnm/html/NMWimaxNsp.html | 8 | ||||
| -rw-r--r-- | docs/libnm/html/api-index-full.html | 6 | ||||
| -rw-r--r-- | docs/libnm/html/index.html | 4 | ||||
| -rw-r--r-- | docs/libnm/html/index.sgml | 1 | ||||
| -rw-r--r-- | docs/libnm/html/libnm-NMConnection.html | 276 | ||||
| -rw-r--r-- | docs/libnm/html/libnm-nm-errors.html | 20 | ||||
| -rw-r--r-- | docs/libnm/html/libnm-nm-utils.html | 2 | ||||
| -rw-r--r-- | docs/libnm/libnm-docs.xml | 2 | ||||
| -rw-r--r-- | docs/libnm/version.xml | 2 |
20 files changed, 250 insertions, 249 deletions
diff --git a/docs/libnm/html/NMAccessPoint.html b/docs/libnm/html/NMAccessPoint.html index b1469048..2fbd6507 100644 --- a/docs/libnm/html/NMAccessPoint.html +++ b/docs/libnm/html/NMAccessPoint.html @@ -573,7 +573,7 @@ with this function.</p> </tr> <tr> <td class="parameter_name"><p>connections</p></td> -<td class="parameter_description"><p> an array of <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnections</span></a> to +<td class="parameter_description"><p> an array of <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnections</span></a> to filter. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMConnection]</span></td> </tr> @@ -583,7 +583,7 @@ filter. </p></td> <div class="refsect3"> <a name="id-1.5.23.8.12.7"></a><h4>Returns</h4> <p> an array of -<a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnections</span></a> that could be activated with the given <em class="parameter"><code>ap</code></em> +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnections</span></a> that could be activated with the given <em class="parameter"><code>ap</code></em> . The array should be freed with <code class="function">g_ptr_array_unref()</code> when it is no longer required. </p> <p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMConnection]</span></p> @@ -594,7 +594,7 @@ be freed with <code class="function">g_ptr_array_unref()</code> when it is no lo <a name="nm-access-point-connection-valid"></a><h3>nm_access_point_connection_valid ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_access_point_connection_valid (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Validates a given connection against a given Wi-Fi access point to ensure that the connection may be activated with that AP. The connection must match the <em class="parameter"><code>ap</code></em> @@ -617,7 +617,7 @@ against</p></td> </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>an <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> to validate against <em class="parameter"><code>ap</code></em> +<td class="parameter_description"><p>an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to validate against <em class="parameter"><code>ap</code></em> </p></td> <td class="parameter_annotations"> </td> </tr> diff --git a/docs/libnm/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html index bcd2410d..55266de2 100644 --- a/docs/libnm/html/NMActiveConnection.html +++ b/docs/libnm/html/NMActiveConnection.html @@ -374,7 +374,7 @@ nm_active_connection_get_connection (<em class="parameter"><code><a class="link" <a name="nm-active-connection-get-id"></a><h3>nm_active_connection_get_id ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_active_connection_get_id (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p>Gets the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>'s ID.</p> +<p>Gets the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>'s ID.</p> <div class="refsect3"> <a name="id-1.5.20.8.3.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> @@ -392,7 +392,7 @@ nm_active_connection_get_id (<em class="parameter"><code><a class="link" href="N </div> <div class="refsect3"> <a name="id-1.5.20.8.3.6"></a><h4>Returns</h4> -<p> the ID of the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> that backs the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. +<p> the ID of the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> that backs the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. This is the internal string used by the connection, and must not be modified.</p> </div> </div> @@ -401,7 +401,7 @@ This is the internal string used by the connection, and must not be modified.</p <a name="nm-active-connection-get-uuid"></a><h3>nm_active_connection_get_uuid ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_active_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p>Gets the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>'s UUID.</p> +<p>Gets the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>'s UUID.</p> <div class="refsect3"> <a name="id-1.5.20.8.4.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> @@ -419,7 +419,7 @@ nm_active_connection_get_uuid (<em class="parameter"><code><a class="link" href= </div> <div class="refsect3"> <a name="id-1.5.20.8.4.6"></a><h4>Returns</h4> -<p> the UUID of the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> that backs the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. +<p> the UUID of the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> that backs the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. This is the internal string used by the connection, and must not be modified.</p> </div> </div> @@ -429,7 +429,7 @@ This is the internal string used by the connection, and must not be modified.</p <pre class="programlisting">const <span class="returnvalue">char</span> * nm_active_connection_get_connection_type (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p>Gets the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>'s type.</p> +<p>Gets the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>'s type.</p> <div class="refsect3"> <a name="id-1.5.20.8.5.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> @@ -447,7 +447,7 @@ nm_active_connection_get_connection_type </div> <div class="refsect3"> <a name="id-1.5.20.8.5.6"></a><h4>Returns</h4> -<p> the type of the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> that backs the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. +<p> the type of the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> that backs the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. This is the internal string used by the connection, and must not be modified.</p> </div> </div> diff --git a/docs/libnm/html/NMClient.html b/docs/libnm/html/NMClient.html index 1e51c552..a990346a 100644 --- a/docs/libnm/html/NMClient.html +++ b/docs/libnm/html/NMClient.html @@ -2018,7 +2018,7 @@ any. </p> <a name="nm-client-activate-connection-async"></a><h3>nm_client_activate_connection_async ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_client_activate_connection_async (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, <em class="parameter"><code>const <span class="type">char</span> *specific_object</code></em>, <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>, @@ -2058,7 +2058,7 @@ track the activation to its completion.</p> </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p> an <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>. </p></td> +<td class="parameter_description"><p> an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td> </tr> <tr> @@ -2147,7 +2147,7 @@ will be set. </p> <pre class="programlisting"><span class="returnvalue">void</span> nm_client_add_and_activate_connection_async (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *partial</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *partial</code></em>, <em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, <em class="parameter"><code>const <span class="type">char</span> *specific_object</code></em>, <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>, @@ -2178,7 +2178,7 @@ track the activation to its completion.</p> </tr> <tr> <td class="parameter_name"><p>partial</p></td> -<td class="parameter_description"><p> an <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> to add; the connection may be +<td class="parameter_description"><p> an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to add; the connection may be partially filled (or even <code class="literal">NULL</code>) and will be completed by NetworkManager using the given <em class="parameter"><code>device</code></em> and <em class="parameter"><code>specific_object</code></em> @@ -2232,7 +2232,7 @@ nm_client_add_and_activate_connection_finish <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMClient.html#nm-client-add-and-activate-connection-async" title="nm_client_add_and_activate_connection_async ()"><code class="function">nm_client_add_and_activate_connection_async()</code></a>.</p> <p>You can call <a class="link" href="NMActiveConnection.html#nm-active-connection-get-connection" title="nm_active_connection_get_connection ()"><code class="function">nm_active_connection_get_connection()</code></a> on the returned -<a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> to find the path of the created <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>.</p> +<a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> to find the path of the created <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>.</p> <div class="refsect3"> <a name="id-1.3.2.9.41.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> @@ -2556,7 +2556,7 @@ to <a class="link" href="libnm-NMConnection.html#nm-connection-verify" title="nm <a name="nm-client-add-connection-async"></a><h3>nm_client_add_connection_async ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_client_add_connection_async (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">gboolean</span> save_to_disk</code></em>, <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>, <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>, @@ -3609,7 +3609,7 @@ regular devices and placeholder devices.</p> user_function (<a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client, <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="type">NMRemoteConnection</span></a> *connection, <span class="type">gpointer</span> user_data)</pre> -<p>Notifies that a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> has been added.</p> +<p>Notifies that a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> has been added.</p> <div class="refsect3"> <a name="id-1.3.2.12.4.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> @@ -3646,7 +3646,7 @@ user_function (<a class="link" href="NMClient.html" title="NMClient"><span class user_function (<a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client, <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="type">NMRemoteConnection</span></a> *connection, <span class="type">gpointer</span> user_data)</pre> -<p>Notifies that a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> has been removed.</p> +<p>Notifies that a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> has been removed.</p> <div class="refsect3"> <a name="id-1.3.2.12.5.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html index 67f70037..6dd8dd36 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -327,7 +327,7 @@ </tr> <tr> <td class="function_type"> -<a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * </td> <td class="function_name"> <a class="link" href="NMDevice.html#nm-device-get-applied-connection" title="nm_device_get_applied_connection ()">nm_device_get_applied_connection</a> <span class="c_punctuation">()</span> @@ -343,7 +343,7 @@ </tr> <tr> <td class="function_type"> -<a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * </td> <td class="function_name"> <a class="link" href="NMDevice.html#nm-device-get-applied-connection-finish" title="nm_device_get_applied_connection_finish ()">nm_device_get_applied_connection_finish</a> <span class="c_punctuation">()</span> @@ -1781,7 +1781,7 @@ devices in <em class="parameter"><code>devices</code></em> <a name="nm-device-reapply"></a><h3>nm_device_reapply ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_device_reapply (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">guint64</span> version_id</code></em>, <em class="parameter"><code><span class="type">guint32</span> flags</code></em>, <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>, @@ -1804,7 +1804,7 @@ made since it was last applied.</p> </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> to replace the applied settings with or <code class="literal">NULL</code> to reuse existing</p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to replace the applied settings with or <code class="literal">NULL</code> to reuse existing</p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -1844,7 +1844,7 @@ will be set.</p> <a name="nm-device-reapply-async"></a><h3>nm_device_reapply_async ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_device_reapply_async (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">guint64</span> version_id</code></em>, <em class="parameter"><code><span class="type">guint32</span> flags</code></em>, <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>, @@ -1868,7 +1868,7 @@ currently active connection made since it was last applied.</p> </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> to replace the applied settings with or <code class="literal">NULL</code> to reuse existing</p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to replace the applied settings with or <code class="literal">NULL</code> to reuse existing</p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -1949,7 +1949,7 @@ will be set.</p> <hr> <div class="refsect2"> <a name="nm-device-get-applied-connection"></a><h3>nm_device_get_applied_connection ()</h3> -<pre class="programlisting"><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * +<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * nm_device_get_applied_connection (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, <em class="parameter"><code><span class="type">guint32</span> flags</code></em>, <em class="parameter"><code><span class="type">guint64</span> *version_id</code></em>, @@ -1996,7 +1996,7 @@ the applied connection. </p></td> </div> <div class="refsect3"> <a name="id-1.5.2.10.39.6"></a><h4>Returns</h4> -<p> a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><code class="literal">NMConnection</code></a> with the currently applied settings +<p> a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><code class="literal">NMConnection</code></a> with the currently applied settings or <code class="literal">NULL</code> on error.</p> <p>The connection is as received from D-Bus and might not validate according to <a class="link" href="libnm-NMConnection.html#nm-connection-verify" title="nm_connection_verify ()"><code class="function">nm_connection_verify()</code></a>. </p> @@ -2058,7 +2058,7 @@ nm_device_get_applied_connection_async <hr> <div class="refsect2"> <a name="nm-device-get-applied-connection-finish"></a><h3>nm_device_get_applied_connection_finish ()</h3> -<pre class="programlisting"><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * +<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * nm_device_get_applied_connection_finish (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>, @@ -2100,7 +2100,7 @@ connection. </p></td> </div> <div class="refsect3"> <a name="id-1.5.2.10.41.6"></a><h4>Returns</h4> -<p> a currently applied <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><code class="literal">NMConnection</code></a> or <code class="literal">NULL</code> in case +<p> a currently applied <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><code class="literal">NMConnection</code></a> or <code class="literal">NULL</code> in case of error.</p> <p>The connection is as received from D-Bus and might not validate according to <a class="link" href="libnm-NMConnection.html#nm-connection-verify" title="nm_connection_verify ()"><code class="function">nm_connection_verify()</code></a>. </p> @@ -2395,7 +2395,7 @@ incompatible with the device. To get the full list of connections see </tr> <tr> <td class="parameter_name"><p>connections</p></td> -<td class="parameter_description"><p> an array of <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnections</span></a> to filter. </p></td> +<td class="parameter_description"><p> an array of <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnections</span></a> to filter. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMConnection]</span></td> </tr> </tbody> @@ -2404,7 +2404,7 @@ incompatible with the device. To get the full list of connections see <div class="refsect3"> <a name="id-1.5.2.10.48.6"></a><h4>Returns</h4> <p> an array of -<a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnections</span></a> that could be activated with the given <em class="parameter"><code>device</code></em> +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnections</span></a> that could be activated with the given <em class="parameter"><code>device</code></em> . The array should be freed with <code class="function">g_ptr_array_unref()</code> when it is no longer required. </p> <p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMConnection]</span></p> @@ -2415,7 +2415,7 @@ should be freed with <code class="function">g_ptr_array_unref()</code> when it i <a name="nm-device-connection-valid"></a><h3>nm_device_connection_valid ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_device_connection_valid (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Validates a given connection for a given <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> object and returns whether the connection may be activated with the device. For example if <em class="parameter"><code>device</code></em> @@ -2441,7 +2441,7 @@ against</p></td> </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>an <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> to validate against <em class="parameter"><code>device</code></em> +<td class="parameter_description"><p>an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to validate against <em class="parameter"><code>device</code></em> </p></td> <td class="parameter_annotations"> </td> </tr> @@ -2459,7 +2459,7 @@ if is incompatible with the device's capabilities and characteristics.</p> <a name="nm-device-connection-compatible"></a><h3>nm_device_connection_compatible ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_device_connection_compatible (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Validates a given connection for a given <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> object and returns whether the connection may be activated with the device. For example if @@ -2489,7 +2489,7 @@ against</p></td> </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>an <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> to validate against <em class="parameter"><code>device</code></em> +<td class="parameter_description"><p>an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to validate against <em class="parameter"><code>device</code></em> </p></td> <td class="parameter_annotations"> </td> </tr> @@ -3022,7 +3022,7 @@ operations like addressing and routing.</p> <div class="refsect2"> <a name="NMDevice--ip4-config"></a><h3>The <code class="literal">“ip4-config”</code> property</h3> <pre class="programlisting"> “ip4-config” <a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *</pre> -<p>The <a href="https://developer.gnome.org/libnm-glib/0.9/NMIP4Config.html"><span class="type">NMIP4Config</span></a> of the device.</p> +<p>The <a href="/usr/share/gtk-doc/html/libnm-glib/NMIP4Config.html"><span class="type">NMIP4Config</span></a> of the device.</p> <p>Flags: Read</p> </div> <hr> diff --git a/docs/libnm/html/NMRemoteConnection.html b/docs/libnm/html/NMRemoteConnection.html index dac135b3..48fc088c 100644 --- a/docs/libnm/html/NMRemoteConnection.html +++ b/docs/libnm/html/NMRemoteConnection.html @@ -795,7 +795,7 @@ nm_remote_connection_get_visible (<em class="parameter"><code><a class="link" hr connection is not visible then it is essentially useless; it will not contain any settings, and operations such as <a class="link" href="NMRemoteConnection.html#nm-remote-connection-save" title="nm_remote_connection_save ()"><code class="function">nm_remote_connection_save()</code></a> and <a class="link" href="NMRemoteConnection.html#nm-remote-connection-delete" title="nm_remote_connection_delete ()"><code class="function">nm_remote_connection_delete()</code></a> will -always fail. (<a href="https://developer.gnome.org/libnm-glib/0.9/NMRemoteSettings.html"><span class="type">NMRemoteSettings</span></a> will not normally return +always fail. (<a href="/usr/share/gtk-doc/html/libnm-glib/NMRemoteSettings.html"><span class="type">NMRemoteSettings</span></a> will not normally return non-visible connections to callers, but it is possible for a connection's visibility to change after you already have a reference to it.)</p> @@ -865,7 +865,7 @@ to disk, <code class="literal">FALSE</code> if the connection is the same as its not. If the connection is not visible then it is essentially useless; it will not contain any settings, and operations such as <a class="link" href="NMRemoteConnection.html#nm-remote-connection-save" title="nm_remote_connection_save ()"><code class="function">nm_remote_connection_save()</code></a> and <a class="link" href="NMRemoteConnection.html#nm-remote-connection-delete" title="nm_remote_connection_delete ()"><code class="function">nm_remote_connection_delete()</code></a> will always -fail. (<a href="https://developer.gnome.org/libnm-glib/0.9/NMRemoteSettings.html"><span class="type">NMRemoteSettings</span></a> will not normally return non-visible connections +fail. (<a href="/usr/share/gtk-doc/html/libnm-glib/NMRemoteSettings.html"><span class="type">NMRemoteSettings</span></a> will not normally return non-visible connections to callers, but it is possible for a connection's visibility to change after you already have a reference to it.)</p> <p>Flags: Read</p> diff --git a/docs/libnm/html/NMSecretAgentOld.html b/docs/libnm/html/NMSecretAgentOld.html index c95971c3..3fb7ca3a 100644 --- a/docs/libnm/html/NMSecretAgentOld.html +++ b/docs/libnm/html/NMSecretAgentOld.html @@ -223,7 +223,7 @@ <a name="NMSecretAgentOldGetSecretsFunc"></a><h3>NMSecretAgentOldGetSecretsFunc ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> <span class="c_punctuation">(</span>*NMSecretAgentOldGetSecretsFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="NMSecretAgentOld.html" title="NMSecretAgentOld"><span class="type">NMSecretAgentOld</span></a> *agent</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GVariant</span> *secrets</code></em>, <em class="parameter"><code><span class="type">GError</span> *error</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> @@ -328,7 +328,7 @@ and the value is the secret</p></td> <a name="NMSecretAgentOldSaveSecretsFunc"></a><h3>NMSecretAgentOldSaveSecretsFunc ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> <span class="c_punctuation">(</span>*NMSecretAgentOldSaveSecretsFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="NMSecretAgentOld.html" title="NMSecretAgentOld"><span class="type">NMSecretAgentOld</span></a> *agent</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> *error</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Called as a result of a request by NM to save secrets. When the @@ -375,7 +375,7 @@ has returned. </p></td> <a name="NMSecretAgentOldDeleteSecretsFunc"></a><h3>NMSecretAgentOldDeleteSecretsFunc ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> <span class="c_punctuation">(</span>*NMSecretAgentOldDeleteSecretsFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="NMSecretAgentOld.html" title="NMSecretAgentOld"><span class="type">NMSecretAgentOld</span></a> *agent</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> *error</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Called as a result of a request by NM to delete secrets. When the @@ -705,7 +705,7 @@ nm_secret_agent_old_get_registered (<em class="parameter"><code><a class="link" <a name="nm-secret-agent-old-get-secrets"></a><h3>nm_secret_agent_old_get_secrets ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_secret_agent_old_get_secrets (<em class="parameter"><code><a class="link" href="NMSecretAgentOld.html" title="NMSecretAgentOld"><span class="type">NMSecretAgentOld</span></a> *self</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *setting_name</code></em>, <em class="parameter"><code>const <span class="type">char</span> **hints</code></em>, <em class="parameter"><code><a class="link" href="libnm-nm-dbus-interface.html#NMSecretAgentGetSecretsFlags" title="enum NMSecretAgentGetSecretsFlags"><span class="type">NMSecretAgentGetSecretsFlags</span></a> flags</code></em>, @@ -736,7 +736,7 @@ secrets from the user.</p> </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> for which we're asked secrets</p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> for which we're asked secrets</p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -774,7 +774,7 @@ secrets from the user.</p> <a name="nm-secret-agent-old-save-secrets"></a><h3>nm_secret_agent_old_save_secrets ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_secret_agent_old_save_secrets (<em class="parameter"><code><a class="link" href="NMSecretAgentOld.html" title="NMSecretAgentOld"><span class="type">NMSecretAgentOld</span></a> *self</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><a class="link" href="NMSecretAgentOld.html#NMSecretAgentOldSaveSecretsFunc" title="NMSecretAgentOldSaveSecretsFunc ()"><span class="type">NMSecretAgentOldSaveSecretsFunc</span></a> callback</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Asynchronously ensures that all secrets inside <em class="parameter"><code>connection</code></em> @@ -797,7 +797,7 @@ disk.</p> </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -820,7 +820,7 @@ disk.</p> <a name="nm-secret-agent-old-delete-secrets"></a><h3>nm_secret_agent_old_delete_secrets ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_secret_agent_old_delete_secrets (<em class="parameter"><code><a class="link" href="NMSecretAgentOld.html" title="NMSecretAgentOld"><span class="type">NMSecretAgentOld</span></a> *self</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><a class="link" href="NMSecretAgentOld.html#NMSecretAgentOldDeleteSecretsFunc" title="NMSecretAgentOldDeleteSecretsFunc ()"><span class="type">NMSecretAgentOldDeleteSecretsFunc</span></a> callback</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Asynchronously asks the agent to delete all saved secrets belonging to @@ -843,7 +843,7 @@ nm_secret_agent_old_delete_secrets (<em class="parameter"><code><a class="link" </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> diff --git a/docs/libnm/html/NMSetting.html b/docs/libnm/html/NMSetting.html index 65b56b96..1a8a870f 100644 --- a/docs/libnm/html/NMSetting.html +++ b/docs/libnm/html/NMSetting.html @@ -263,7 +263,7 @@ <p>Each <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> contains properties that describe configuration that applies to a specific network layer (like IPv4 or IPv6 configuration) or device type (like Ethernet, or Wi-Fi). A collection of individual settings together -make up an <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>. Each property is strongly typed and usually has +make up an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>. Each property is strongly typed and usually has a number of allowed values. See each <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> subclass for a description of properties and allowed values.</p> </div> @@ -467,7 +467,7 @@ like 'ppp' or 'wireless' or 'wired'.</p> <a name="nm-setting-verify"></a><h3>nm_setting_verify ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_verify (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Validates the setting. Each setting's properties have allowed values, and some are dependent on other values (hence the need for <em class="parameter"><code>connection</code></em> @@ -490,7 +490,7 @@ failed validation, and in what way that property failed validation.</p> </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p> the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> that <em class="parameter"><code>setting</code></em> +<td class="parameter_description"><p> the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> that <em class="parameter"><code>setting</code></em> came from, or <code class="literal">NULL</code> if <em class="parameter"><code>setting</code></em> is being verified in isolation. </p></td> @@ -514,7 +514,7 @@ is being verified in isolation. </p></td> <a name="nm-setting-verify-secrets"></a><h3>nm_setting_verify_secrets ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_verify_secrets (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Verifies the secrets in the setting. The returned <span class="type">GError</span> contains information about which secret of the setting @@ -537,7 +537,7 @@ in some cases connection failure is not desired just for the secrets.</p> </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p> the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> that <em class="parameter"><code>setting</code></em> +<td class="parameter_description"><p> the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> that <em class="parameter"><code>setting</code></em> came from, or <code class="literal">NULL</code> if <em class="parameter"><code>setting</code></em> is being verified in isolation. </p></td> diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index 8c845502..0cb7806e 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -484,8 +484,8 @@ <div class="refsect1"> <a name="NMSettingConnection.description"></a><h2>Description</h2> <p>The <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object is a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> subclass that describes -properties that apply to all <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> objects, regardless of what type -of network connection they describe. Each <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> object must contain +properties that apply to all <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> objects, regardless of what type +of network connection they describe. Each <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> object must contain a <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> setting.</p> </div> <div class="refsect1"> @@ -1757,7 +1757,7 @@ provider, or <a class="link" href="NMSettingConnection.html#NMSettingConnection- <p>The UUID must be in the format "2815492f-7e56-435e-b2e9-246bd7cdc664" (ie, contains only hexadecimal characters and "-"). A suitable UUID may be generated by <a class="link" href="libnm-nm-utils.html#nm-utils-uuid-generate" title="nm_utils_uuid_generate ()"><code class="function">nm_utils_uuid_generate()</code></a> or -<a href="https://developer.gnome.org/libnm-util/0.9/libnm-util-nm-utils.html#nm-utils-uuid-generate-from-string"><code class="function">nm_utils_uuid_generate_from_string()</code></a>.</p> +<a href="/usr/share/gtk-doc/html/libnm-util/libnm-util-nm-utils.html#nm-utils-uuid-generate-from-string"><code class="function">nm_utils_uuid_generate_from_string()</code></a>.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> diff --git a/docs/libnm/html/NMSettingGeneric.html b/docs/libnm/html/NMSettingGeneric.html index f1975597..81cb154a 100644 --- a/docs/libnm/html/NMSettingGeneric.html +++ b/docs/libnm/html/NMSettingGeneric.html @@ -75,7 +75,7 @@ optional properties that apply to "generic" devices (ie, devices that NetworkManager does not specifically recognize).</p> <p>There are currently no properties on this object; it exists only to be -the "connection type" setting on <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnections</span></a> for generic devices.</p> +the "connection type" setting on <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnections</span></a> for generic devices.</p> </div> <div class="refsect1"> <a name="NMSettingGeneric.functions_details"></a><h2>Functions</h2> diff --git a/docs/libnm/html/NMSimpleConnection.html b/docs/libnm/html/NMSimpleConnection.html index d596d39d..d6bf39e4 100644 --- a/docs/libnm/html/NMSimpleConnection.html +++ b/docs/libnm/html/NMSimpleConnection.html @@ -42,7 +42,7 @@ <tbody> <tr> <td class="function_type"> -<a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * </td> <td class="function_name"> <a class="link" href="NMSimpleConnection.html#nm-simple-connection-new" title="nm_simple_connection_new ()">nm_simple_connection_new</a> <span class="c_punctuation">()</span> @@ -50,7 +50,7 @@ </tr> <tr> <td class="function_type"> -<a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * </td> <td class="function_name"> <a class="link" href="NMSimpleConnection.html#nm-simple-connection-new-from-dbus" title="nm_simple_connection_new_from_dbus ()">nm_simple_connection_new_from_dbus</a> <span class="c_punctuation">()</span> @@ -58,7 +58,7 @@ </tr> <tr> <td class="function_type"> -<a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * </td> <td class="function_name"> <a class="link" href="NMSimpleConnection.html#nm-simple-connection-new-clone" title="nm_simple_connection_new_clone ()">nm_simple_connection_new_clone</a> <span class="c_punctuation">()</span> @@ -80,21 +80,21 @@ <a name="NMSimpleConnection.functions_details"></a><h2>Functions</h2> <div class="refsect2"> <a name="nm-simple-connection-new"></a><h3>nm_simple_connection_new ()</h3> -<pre class="programlisting"><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * +<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * nm_simple_connection_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSimpleConnection.html" title="NMSimpleConnection"><span class="type">NMSimpleConnection</span></a> object with no <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> objects. An <a class="link" href="NMSimpleConnection.html" title="NMSimpleConnection"><span class="type">NMSimpleConnection</span></a> does not directly represent a D-Bus-exported connection, but might be used in the process of creating a new one.</p> <div class="refsect3"> <a name="id-1.4.3.6.2.5"></a><h4>Returns</h4> -<p> the new empty <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> object. </p> +<p> the new empty <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> </div> <hr> <div class="refsect2"> <a name="nm-simple-connection-new-from-dbus"></a><h3>nm_simple_connection_new_from_dbus ()</h3> -<pre class="programlisting"><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * +<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * nm_simple_connection_new_from_dbus (<em class="parameter"><code><span class="type">GVariant</span> *dict</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Creates a new <a class="link" href="NMSimpleConnection.html" title="NMSimpleConnection"><span class="type">NMSimpleConnection</span></a> from a hash table describing the @@ -133,9 +133,9 @@ connection failed to normalize. </p> <hr> <div class="refsect2"> <a name="nm-simple-connection-new-clone"></a><h3>nm_simple_connection_new_clone ()</h3> -<pre class="programlisting"><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * -nm_simple_connection_new_clone (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> -<p>Clones an <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> as an <a class="link" href="NMSimpleConnection.html" title="NMSimpleConnection"><span class="type">NMSimpleConnection</span></a>.</p> +<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * +nm_simple_connection_new_clone (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +<p>Clones an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> as an <a class="link" href="NMSimpleConnection.html" title="NMSimpleConnection"><span class="type">NMSimpleConnection</span></a>.</p> <div class="refsect3"> <a name="id-1.4.3.6.4.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> @@ -146,15 +146,15 @@ nm_simple_connection_new_clone (<em class="parameter"><code><a href="https://dev </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> to clone</p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to clone</p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> </div> <div class="refsect3"> <a name="id-1.4.3.6.4.6"></a><h4>Returns</h4> -<p> a new <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> containing the same settings -and properties as the source <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>. </p> +<p> a new <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> containing the same settings +and properties as the source <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> </div> diff --git a/docs/libnm/html/NMVpnEditorPlugin.html b/docs/libnm/html/NMVpnEditorPlugin.html index 13cc3db2..ad04d23d 100644 --- a/docs/libnm/html/NMVpnEditorPlugin.html +++ b/docs/libnm/html/NMVpnEditorPlugin.html @@ -77,7 +77,7 @@ </tr> <tr> <td class="function_type"> -<a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * </td> <td class="function_name"> <a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-import" title="nm_vpn_editor_plugin_import ()">nm_vpn_editor_plugin_import</a> <span class="c_punctuation">()</span> @@ -226,7 +226,7 @@ nm_vpn_editor_plugin_factory (<em class="parameter"><code><span class="type">GEr <a name="nm-vpn-editor-plugin-get-editor"></a><h3>nm_vpn_editor_plugin_get_editor ()</h3> <pre class="programlisting"><a class="link" href="NMVpnEditorPlugin.html#NMVpnEditor"><span class="returnvalue">NMVpnEditor</span></a> * nm_vpn_editor_plugin_get_editor (<em class="parameter"><code><a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="type">NMVpnEditorPlugin</span></a> *plugin</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <div class="refsect3"> <a name="id-1.7.3.11.4.4"></a><h4>Parameters</h4> @@ -244,7 +244,7 @@ nm_vpn_editor_plugin_get_editor (<em class="parameter"><code><a class="link" hre </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> to be edited</p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to be edited</p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -270,7 +270,7 @@ nm_vpn_editor_plugin_get_capabilities (<em class="parameter"><code><a class="lin <hr> <div class="refsect2"> <a name="nm-vpn-editor-plugin-import"></a><h3>nm_vpn_editor_plugin_import ()</h3> -<pre class="programlisting"><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * +<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * nm_vpn_editor_plugin_import (<em class="parameter"><code><a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="type">NMVpnEditorPlugin</span></a> *plugin</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> @@ -290,7 +290,7 @@ nm_vpn_editor_plugin_import (<em class="parameter"><code><a class="link" href="N </tr> <tr> <td class="parameter_name"><p>path</p></td> -<td class="parameter_description"><p>full path to the file to attempt to read into a new <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>full path to the file to attempt to read into a new <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -303,7 +303,7 @@ nm_vpn_editor_plugin_import (<em class="parameter"><code><a class="link" href="N </div> <div class="refsect3"> <a name="id-1.7.3.11.6.5"></a><h4>Returns</h4> -<p> a new <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> imported from <em class="parameter"><code>path</code></em> +<p> a new <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> imported from <em class="parameter"><code>path</code></em> , or <code class="literal">NULL</code> on error or if the file at <em class="parameter"><code>path</code></em> was not recognized by this plugin. </p> @@ -316,7 +316,7 @@ was not recognized by this plugin. </p> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_vpn_editor_plugin_export (<em class="parameter"><code><a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="type">NMVpnEditorPlugin</span></a> *plugin</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> </div> <hr> @@ -325,24 +325,29 @@ nm_vpn_editor_plugin_export (<em class="parameter"><code><a class="link" href="N <pre class="programlisting"><span class="returnvalue">char</span> * nm_vpn_editor_plugin_get_suggested_filename (<em class="parameter"><code><a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="type">NMVpnEditorPlugin</span></a> *plugin</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> </div> <hr> <div class="refsect2"> <a name="nm-vpn-editor-plugin-load-from-file"></a><h3>nm_vpn_editor_plugin_load_from_file ()</h3> <pre class="programlisting"><a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="returnvalue">NMVpnEditorPlugin</span></a> * -nm_vpn_editor_plugin_load_from_file (<em class="parameter"><code>const <span class="type">char</span> *plugin_filename</code></em>, +nm_vpn_editor_plugin_load_from_file (<em class="parameter"><code>const <span class="type">char</span> *plugin_name</code></em>, <em class="parameter"><code>const <span class="type">char</span> *check_service</code></em>, <em class="parameter"><code><span class="type">int</span> check_owner</code></em>, <em class="parameter"><code><a class="link" href="libnm-nm-utils.html#NMUtilsCheckFilePredicate" title="NMUtilsCheckFilePredicate ()"><span class="type">NMUtilsCheckFilePredicate</span></a> check_file</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> -<p>Load the shared libary <em class="parameter"><code>plugin_filename</code></em> +<p>Load the shared libary <em class="parameter"><code>plugin_name</code></em> and create a new <a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="type">NMVpnEditorPlugin</span></a> instace via the <a class="link" href="NMVpnEditorPlugin.html#NMVpnEditorPluginFactory" title="NMVpnEditorPluginFactory ()"><span class="type">NMVpnEditorPluginFactory</span></a> function.</p> +<p>If <em class="parameter"><code>plugin_name</code></em> + is not an absolute path name, it assumes the file +is in the plugin directory of NetworkManager. In any case, the call +will do certain checks on the file before passing it to dlopen. +A consequence for that is, that you cannot omit the ".so" suffix.</p> <div class="refsect3"> -<a name="id-1.7.3.11.9.5"></a><h4>Parameters</h4> +<a name="id-1.7.3.11.9.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -351,14 +356,11 @@ function.</p> </colgroup> <tbody> <tr> -<td class="parameter_name"><p>plugin_filename</p></td> -<td class="parameter_description"><p>The path to the share library to load. -Apply some common heuristics to find the library, such as -appending "so" file ending. -If the path is not an absolute path or no matching module -can be found, lookup inside a directory defined at compile time. -Due to this, <em class="parameter"><code>check_file</code></em> -might be called for two different paths.</p></td> +<td class="parameter_name"><p>plugin_name</p></td> +<td class="parameter_description"><p>The path or name of the shared library to load. +The path must either be an absolute filename to an existing file. +Alternatively, it can be the name (without path) of a library in the +plugin directory of NetworkManager.</p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -396,7 +398,7 @@ loading the shared library. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.7.3.11.9.6"></a><h4>Returns</h4> +<a name="id-1.7.3.11.9.7"></a><h4>Returns</h4> <p> a new plugin instance or <code class="literal">NULL</code> on error. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -520,7 +522,7 @@ if non-<code class="literal">NULL</code>.</p></td> <tr> <td class="struct_member_name"><p><em class="structfield"><code><a name="NMVpnEditorPluginInterface.import-from-file"></a>import_from_file</code></em> ()</p></td> <td class="struct_member_description"><p>Try to import a connection from the specified path. On -success, return a partial <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> object. On error, return <code class="literal">NULL</code> and +success, return a partial <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> object. On error, return <code class="literal">NULL</code> and set <em class="parameter"><code>error</code></em> with additional information. Note that <em class="parameter"><code>error</code></em> can be <code class="literal">NULL</code>, in diff --git a/docs/libnm/html/NMWimaxNsp.html b/docs/libnm/html/NMWimaxNsp.html index ecaae0aa..6e343d65 100644 --- a/docs/libnm/html/NMWimaxNsp.html +++ b/docs/libnm/html/NMWimaxNsp.html @@ -249,7 +249,7 @@ connections will match the <em class="parameter"><code>nsp</code></em> </tr> <tr> <td class="parameter_name"><p>connections</p></td> -<td class="parameter_description"><p> an array of <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnections</span></a> to +<td class="parameter_description"><p> an array of <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnections</span></a> to filter. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMConnection]</span></td> </tr> @@ -259,7 +259,7 @@ filter. </p></td> <div class="refsect3"> <a name="id-1.5.24.8.5.6"></a><h4>Returns</h4> <p> an array of -<a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnections</span></a> that could be activated with the given <em class="parameter"><code>nsp</code></em> +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnections</span></a> that could be activated with the given <em class="parameter"><code>nsp</code></em> . The array should be freed with <code class="function">g_ptr_array_unref()</code> when it is no longer required. </p> <p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMConnection]</span></p> @@ -270,7 +270,7 @@ be freed with <code class="function">g_ptr_array_unref()</code> when it is no lo <a name="nm-wimax-nsp-connection-valid"></a><h3>nm_wimax_nsp_connection_valid ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_wimax_nsp_connection_valid (<em class="parameter"><code><a class="link" href="NMWimaxNsp.html" title="NMWimaxNsp"><span class="type">NMWimaxNsp</span></a> *nsp</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Validates a given connection against a given WiMAX NSP to ensure that the connection may be activated with that NSP. The connection must match the <em class="parameter"><code>nsp</code></em> @@ -292,7 +292,7 @@ against</p></td> </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>an <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> to validate against <em class="parameter"><code>nsp</code></em> +<td class="parameter_description"><p>an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to validate against <em class="parameter"><code>nsp</code></em> </p></td> <td class="parameter_annotations"> </td> </tr> diff --git a/docs/libnm/html/api-index-full.html b/docs/libnm/html/api-index-full.html index fe6ccbeb..8e4f01ca 100644 --- a/docs/libnm/html/api-index-full.html +++ b/docs/libnm/html/api-index-full.html @@ -8214,7 +8214,7 @@ </dt> <dd></dd> <dt> -<a href="https://developer.gnome.org/libnm-glib/0.9/libnm-glib-NMVpnPluginUiWidget.html#NMVpnEditorInterface">NMVpnEditorInterface</a>, struct in <a class="link" href="NMVpnEditorPlugin.html#NMVpnEditor">NMVpnEditor</a> +<a href="/usr/share/gtk-doc/html/libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NMVpnEditorInterface">NMVpnEditorInterface</a>, struct in <a class="link" href="NMVpnEditorPlugin.html#NMVpnEditor">NMVpnEditor</a> </dt> <dd></dd> <dt> @@ -8282,7 +8282,7 @@ </dt> <dd></dd> <dt> -<a href="https://developer.gnome.org/libnm-glib/0.9/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-editor-get-widget">nm_vpn_editor_get_widget</a>, function in <a class="link" href="NMVpnEditorPlugin.html#NMVpnEditor">NMVpnEditor</a> +<a href="/usr/share/gtk-doc/html/libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-editor-get-widget">nm_vpn_editor_get_widget</a>, function in <a class="link" href="NMVpnEditorPlugin.html#NMVpnEditor">NMVpnEditor</a> </dt> <dd></dd> <dt> @@ -8326,7 +8326,7 @@ </dt> <dd></dd> <dt> -<a href="https://developer.gnome.org/libnm-glib/0.9/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-editor-update-connection">nm_vpn_editor_update_connection</a>, function in <a class="link" href="NMVpnEditorPlugin.html#NMVpnEditor">NMVpnEditor</a> +<a href="/usr/share/gtk-doc/html/libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-editor-update-connection">nm_vpn_editor_update_connection</a>, function in <a class="link" href="NMVpnEditorPlugin.html#NMVpnEditor">NMVpnEditor</a> </dt> <dd></dd> <dt> diff --git a/docs/libnm/html/index.html b/docs/libnm/html/index.html index 1267d387..eec37428 100644 --- a/docs/libnm/html/index.html +++ b/docs/libnm/html/index.html @@ -15,10 +15,10 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libnm Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - for libnm 1.1.94 + for libnm 1.2.0 The latest version of this documentation can be found on-line at - <a class="ulink" href="https://developer.gnome.org/libnm/1.0/" target="_top">https://developer.gnome.org/libnm/1.0/</a>. + <a class="ulink" href="https://developer.gnome.org/libnm/stable/" target="_top">https://developer.gnome.org/libnm/stable/</a>. </p></div> <div><p class="copyright">Copyright © 2012-2014 The NetworkManager Authors</p></div> <div><div class="legalnotice"> diff --git a/docs/libnm/html/index.sgml b/docs/libnm/html/index.sgml index f0c50d66..9aa08657 100644 --- a/docs/libnm/html/index.sgml +++ b/docs/libnm/html/index.sgml @@ -1,4 +1,3 @@ -<ONLINE href="https://developer.gnome.org/libnm/1.0/"> <ANCHOR id="NMClient" href="libnm/NMClient.html"> <ANCHOR id="NMClient.functions" href="libnm/NMClient.html#NMClient.functions"> <ANCHOR id="NMClient.properties" href="libnm/NMClient.html#NMClient.properties"> diff --git a/docs/libnm/html/libnm-NMConnection.html b/docs/libnm/html/libnm-NMConnection.html index 852c8876..5166dcf6 100644 --- a/docs/libnm/html/libnm-NMConnection.html +++ b/docs/libnm/html/libnm-NMConnection.html @@ -548,12 +548,12 @@ </div> <div class="refsect1"> <a name="libnm-NMConnection.description"></a><h2>Description</h2> -<p>An <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> describes all the settings and configuration values that +<p>An <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> describes all the settings and configuration values that are necessary to configure network devices for operation on a specific network. Connections are the fundamental operating object for -NetworkManager; no device is connected without a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>, or -disconnected without having been connected with a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>.</p> -<p>Each <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> contains a list of <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> objects usually referenced +NetworkManager; no device is connected without a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>, or +disconnected without having been connected with a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>.</p> +<p>Each <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> contains a list of <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> objects usually referenced by name (using <a class="link" href="libnm-NMConnection.html#nm-connection-get-setting-by-name" title="nm_connection_get_setting_by_name ()"><code class="function">nm_connection_get_setting_by_name()</code></a>) or by type (with <a class="link" href="libnm-NMConnection.html#nm-connection-get-setting" title="nm_connection_get_setting ()"><code class="function">nm_connection_get_setting()</code></a>). The settings describe the actual parameters with which the network devices are configured, including device-specific @@ -565,10 +565,10 @@ parameters (MTU, SSID, APN, channel, rate, etc) and IP-level parameters <div class="refsect2"> <a name="nm-connection-add-setting"></a><h3>nm_connection_add_setting ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> -nm_connection_add_setting (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, +nm_connection_add_setting (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);</pre> <p>Adds a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> to the connection, replacing any previous <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> of the -same name which has previously been added to the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>. The +same name which has previously been added to the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>. The connection takes ownership of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object and does not increase the setting object's reference count.</p> <div class="refsect3"> @@ -582,7 +582,7 @@ the setting object's reference count.</p> <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -598,9 +598,9 @@ the setting object's reference count.</p> <div class="refsect2"> <a name="nm-connection-remove-setting"></a><h3>nm_connection_remove_setting ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> -nm_connection_remove_setting (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, +nm_connection_remove_setting (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GType</span> setting_type</code></em>);</pre> -<p>Removes the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> with the given <span class="type">GType</span> from the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>. This +<p>Removes the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> with the given <span class="type">GType</span> from the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>. This operation dereferences the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object.</p> <div class="refsect3"> <a name="id-1.4.2.7.3.5"></a><h4>Parameters</h4> @@ -613,7 +613,7 @@ operation dereferences the <a class="link" href="NMSetting.html" title="NMSettin <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -629,10 +629,10 @@ operation dereferences the <a class="link" href="NMSetting.html" title="NMSettin <div class="refsect2"> <a name="nm-connection-get-setting"></a><h3>nm_connection_get_setting ()</h3> <pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> * -nm_connection_get_setting (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, +nm_connection_get_setting (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GType</span> setting_type</code></em>);</pre> <p>Gets the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> with the given <span class="type">GType</span>, if one has been previously added -to the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>.</p> +to the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>.</p> <div class="refsect3"> <a name="id-1.4.2.7.4.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> @@ -644,7 +644,7 @@ to the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><s <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -658,7 +658,7 @@ to the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><s <div class="refsect3"> <a name="id-1.4.2.7.4.6"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>, or <code class="literal">NULL</code> if no setting of that type was previously -added to the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>. </p> +added to the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> @@ -666,10 +666,10 @@ added to the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.ht <div class="refsect2"> <a name="nm-connection-get-setting-by-name"></a><h3>nm_connection_get_setting_by_name ()</h3> <pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> * -nm_connection_get_setting_by_name (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, +nm_connection_get_setting_by_name (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre> <p>Gets the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> with the given name, if one has been previously added -the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>.</p> +the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>.</p> <div class="refsect3"> <a name="id-1.4.2.7.5.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> @@ -681,7 +681,7 @@ the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -695,7 +695,7 @@ the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span <div class="refsect3"> <a name="id-1.4.2.7.5.6"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>, or <code class="literal">NULL</code> if no setting with that name was previously -added to the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>. </p> +added to the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> @@ -703,9 +703,9 @@ added to the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.ht <div class="refsect2"> <a name="nm-connection-to-dbus"></a><h3>nm_connection_to_dbus ()</h3> <pre class="programlisting"><span class="returnvalue">GVariant</span> * -nm_connection_to_dbus (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, +nm_connection_to_dbus (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><a class="link" href="libnm-NMConnection.html#NMConnectionSerializationFlags" title="enum NMConnectionSerializationFlags"><span class="type">NMConnectionSerializationFlags</span></a> flags</code></em>);</pre> -<p>Converts the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> into a <span class="type">GVariant</span> of type +<p>Converts the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> into a <span class="type">GVariant</span> of type <code class="literal">NM_VARIANT_TYPE_CONNECTION</code> describing the connection, suitable for marshalling over D-Bus or otherwise serializing.</p> <div class="refsect3"> @@ -719,7 +719,7 @@ marshalling over D-Bus or otherwise serializing.</p> <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -741,7 +741,7 @@ its settings, and each setting's properties. </p> <div class="refsect2"> <a name="nm-connection-replace-settings"></a><h3>nm_connection_replace_settings ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> -nm_connection_replace_settings (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, +nm_connection_replace_settings (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GVariant</span> *new_settings</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Replaces <em class="parameter"><code>connection</code></em> @@ -760,7 +760,7 @@ need to result in a connection that passes <a class="link" href="libnm-NMConnect <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -789,8 +789,8 @@ will be unchanged).</p> <a name="nm-connection-replace-settings-from-connection"></a><h3>nm_connection_replace_settings_from_connection ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_connection_replace_settings_from_connection - (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *new_connection</code></em>);</pre> + (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *new_connection</code></em>);</pre> <p>Deep-copies the settings of <em class="parameter"><code>new_connection</code></em> and replaces the settings of <em class="parameter"><code>connection</code></em> @@ -806,12 +806,12 @@ with the copied settings.</p> <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>new_connection</p></td> -<td class="parameter_description"><p>a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> to replace the settings of <em class="parameter"><code>connection</code></em> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to replace the settings of <em class="parameter"><code>connection</code></em> with</p></td> <td class="parameter_annotations"> </td> </tr> @@ -823,7 +823,7 @@ with</p></td> <div class="refsect2"> <a name="nm-connection-clear-settings"></a><h3>nm_connection_clear_settings ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> -nm_connection_clear_settings (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_clear_settings (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Deletes all of <em class="parameter"><code>connection</code></em> 's settings.</p> <div class="refsect3"> @@ -836,7 +836,7 @@ nm_connection_clear_settings (<em class="parameter"><code><a href="https://devel </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -846,10 +846,10 @@ nm_connection_clear_settings (<em class="parameter"><code><a href="https://devel <div class="refsect2"> <a name="nm-connection-compare"></a><h3>nm_connection_compare ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> -nm_connection_compare (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *a</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *b</code></em>, +nm_connection_compare (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *a</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *b</code></em>, <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags"><span class="type">NMSettingCompareFlags</span></a> flags</code></em>);</pre> -<p>Compares two <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> objects for similarity, with comparison behavior +<p>Compares two <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> objects for similarity, with comparison behavior modified by a set of flags. See <a class="link" href="NMSetting.html#nm-setting-compare" title="nm_setting_compare ()"><code class="function">nm_setting_compare()</code></a> for a description of each flag's behavior.</p> <div class="refsect3"> @@ -863,12 +863,12 @@ each flag's behavior.</p> <tbody> <tr> <td class="parameter_name"><p>a</p></td> -<td class="parameter_description"><p>a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>b</p></td> -<td class="parameter_description"><p>a second <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> to compare with the first</p></td> +<td class="parameter_description"><p>a second <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to compare with the first</p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -888,11 +888,11 @@ each flag's behavior.</p> <div class="refsect2"> <a name="nm-connection-diff"></a><h3>nm_connection_diff ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> -nm_connection_diff (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *a</code></em>, - <em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *b</code></em>, +nm_connection_diff (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *a</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *b</code></em>, <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags"><span class="type">NMSettingCompareFlags</span></a> flags</code></em>, <em class="parameter"><code><span class="type">GHashTable</span> **out_settings</code></em>);</pre> -<p>Compares two <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> objects for similarity, with comparison behavior +<p>Compares two <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> objects for similarity, with comparison behavior modified by a set of flags. See <a class="link" href="NMSetting.html#nm-setting-compare" title="nm_setting_compare ()"><code class="function">nm_setting_compare()</code></a> for a description of each flag's behavior. If the connections differ, settings and keys within each setting that differ are added to the returned <em class="parameter"><code>out_settings</code></em> @@ -909,12 +909,12 @@ No values are returned, only key names.</p> <tbody> <tr> <td class="parameter_name"><p>a</p></td> -<td class="parameter_description"><p>a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>b</p></td> -<td class="parameter_description"><p>a second <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> to compare with the first</p></td> +<td class="parameter_description"><p>a second <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to compare with the first</p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -943,7 +943,7 @@ not</p> <div class="refsect2"> <a name="nm-connection-verify"></a><h3>nm_connection_verify ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> -nm_connection_verify (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, +nm_connection_verify (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Validates the connection and all its settings. Each setting's properties have allowed values, and some values are dependent on other values. For @@ -965,7 +965,7 @@ setting and which property failed validation, and how it failed validation.</p> <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> to verify</p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to verify</p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -985,7 +985,7 @@ setting and which property failed validation, and how it failed validation.</p> <div class="refsect2"> <a name="nm-connection-verify-secrets"></a><h3>nm_connection_verify_secrets ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> -nm_connection_verify_secrets (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, +nm_connection_verify_secrets (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Verifies the secrets in the connection.</p> <div class="refsect3"> @@ -999,7 +999,7 @@ nm_connection_verify_secrets (<em class="parameter"><code><a href="https://devel <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> to verify in</p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to verify in</p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -1020,7 +1020,7 @@ nm_connection_verify_secrets (<em class="parameter"><code><a href="https://devel <div class="refsect2"> <a name="nm-connection-normalize"></a><h3>nm_connection_normalize ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> -nm_connection_normalize (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, +nm_connection_normalize (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GHashTable</span> *parameters</code></em>, <em class="parameter"><code><span class="type">gboolean</span> *modified</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> @@ -1043,7 +1043,7 @@ cannot be normalized, the connection will not be modified.</p> <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> to normalize</p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to normalize</p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -1078,7 +1078,7 @@ why the connection is invalid, if the function returns an error.</p></td> <div class="refsect2"> <a name="nm-connection-need-secrets"></a><h3>nm_connection_need_secrets ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * -nm_connection_need_secrets (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, +nm_connection_need_secrets (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GPtrArray</span> **hints</code></em>);</pre> <p>Returns the name of the first setting object in the connection which would need secrets to make a successful connection. The returned hints are only @@ -1096,7 +1096,7 @@ secrets are needed.</p> <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -1121,7 +1121,7 @@ missing secrets</p> <div class="refsect2"> <a name="nm-connection-clear-secrets"></a><h3>nm_connection_clear_secrets ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> -nm_connection_clear_secrets (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_clear_secrets (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Clears and frees any secrets that may be stored in the connection, to avoid keeping secret data in memory when not needed.</p> <div class="refsect3"> @@ -1134,7 +1134,7 @@ keeping secret data in memory when not needed.</p> </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1145,7 +1145,7 @@ keeping secret data in memory when not needed.</p> <a name="nm-connection-clear-secrets-with-flags"></a><h3>nm_connection_clear_secrets_with_flags ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_connection_clear_secrets_with_flags - (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingClearSecretsWithFlagsFn" title="NMSettingClearSecretsWithFlagsFn ()"><span class="type">NMSettingClearSecretsWithFlagsFn</span></a> func</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Clears and frees secrets determined by <em class="parameter"><code>func</code></em> @@ -1161,7 +1161,7 @@ nm_connection_clear_secrets_with_flags <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -1184,7 +1184,7 @@ specific secret should be cleared or not. </p></td> <div class="refsect2"> <a name="nm-connection-update-secrets"></a><h3>nm_connection_update_secrets ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> -nm_connection_update_secrets (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, +nm_connection_update_secrets (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *setting_name</code></em>, <em class="parameter"><code><span class="type">GVariant</span> *secrets</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> @@ -1192,7 +1192,7 @@ nm_connection_update_secrets (<em class="parameter"><code><a href="https://devel intended for that setting (deserialized from D-Bus for example). Will also extract the given setting's secrets hash if given a connection dictionary. If <em class="parameter"><code>setting_name</code></em> - is <code class="literal">NULL</code>, expects a fully serialized <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> as + is <code class="literal">NULL</code>, expects a fully serialized <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> as returned by <a class="link" href="libnm-NMConnection.html#nm-connection-to-dbus" title="nm_connection_to_dbus ()"><code class="function">nm_connection_to_dbus()</code></a> and will update all secrets from all settings contained in <em class="parameter"><code>secrets</code></em> .</p> @@ -1207,7 +1207,7 @@ settings contained in <em class="parameter"><code>secrets</code></em> <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -1239,10 +1239,10 @@ failed (tried to update secrets for a setting that doesn't exist, etc)</p> <div class="refsect2"> <a name="nm-connection-set-path"></a><h3>nm_connection_set_path ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> -nm_connection_set_path (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, +nm_connection_set_path (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Sets the D-Bus path of the connection. This property is not serialized, and -is only for the reference of the caller. Sets the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html#NMConnection--path"><span class="type">“path”</span></a> +is only for the reference of the caller. Sets the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection--path"><span class="type">“path”</span></a> property.</p> <div class="refsect3"> <a name="id-1.4.2.7.19.5"></a><h4>Parameters</h4> @@ -1255,7 +1255,7 @@ property.</p> <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -1272,7 +1272,7 @@ which provides the connection</p></td> <div class="refsect2"> <a name="nm-connection-get-path"></a><h3>nm_connection_get_path ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * -nm_connection_get_path (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_path (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Returns the connection's D-Bus path.</p> <div class="refsect3"> <a name="id-1.4.2.7.20.5"></a><h4>Parameters</h4> @@ -1284,7 +1284,7 @@ nm_connection_get_path (<em class="parameter"><code><a href="https://developer.g </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1299,7 +1299,7 @@ nm_connection_get_path (<em class="parameter"><code><a href="https://developer.g <div class="refsect2"> <a name="nm-connection-get-interface-name"></a><h3>nm_connection_get_interface_name ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * -nm_connection_get_interface_name (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_interface_name (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Returns the interface name as stored in NMSettingConnection:interface_name. If the connection contains no NMSettingConnection, it will return <code class="literal">NULL</code>.</p> <p>For hardware devices and software devices created outside of NetworkManager, @@ -1315,7 +1315,7 @@ NetworkManager, this is the name of the created interface.</p> </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>The <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>The <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1329,7 +1329,7 @@ NetworkManager, this is the name of the created interface.</p> <div class="refsect2"> <a name="nm-connection-is-type"></a><h3>nm_connection_is_type ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> -nm_connection_is_type (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, +nm_connection_is_type (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *type</code></em>);</pre> <p>A convenience function to check if the given <em class="parameter"><code>connection</code></em> is a particular @@ -1347,7 +1347,7 @@ property of the connection and matches that against <em class="parameter"><code> <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -1369,10 +1369,10 @@ property of the connection and matches that against <em class="parameter"><code> <div class="refsect2"> <a name="nm-connection-for-each-setting-value"></a><h3>nm_connection_for_each_setting_value ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> -nm_connection_for_each_setting_value (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, +nm_connection_for_each_setting_value (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingValueIterFn" title="NMSettingValueIterFn ()"><span class="type">NMSettingValueIterFn</span></a> func</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> -<p>Iterates over the properties of each <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object in the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a>, +<p>Iterates over the properties of each <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object in the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>, calling the supplied user function for each property.</p> <div class="refsect3"> <a name="id-1.4.2.7.23.5"></a><h4>Parameters</h4> @@ -1385,7 +1385,7 @@ calling the supplied user function for each property.</p> <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -1407,7 +1407,7 @@ at each invocation</p></td> <div class="refsect2"> <a name="nm-connection-dump"></a><h3>nm_connection_dump ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> -nm_connection_dump (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_dump (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Print the connection to stdout. For debugging purposes ONLY, should NOT be used for serialization of the connection or machine-parsed in any way. The output format is not guaranteed to be stable and may change at any time.</p> @@ -1421,7 +1421,7 @@ output format is not guaranteed to be stable and may change at any time.</p> </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1431,7 +1431,7 @@ output format is not guaranteed to be stable and may change at any time.</p> <div class="refsect2"> <a name="nm-connection-get-uuid"></a><h3>nm_connection_get_uuid ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * -nm_connection_get_uuid (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_uuid (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return the UUID from the connection's <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>.</p> <div class="refsect3"> <a name="id-1.4.2.7.25.5"></a><h4>Parameters</h4> @@ -1443,7 +1443,7 @@ nm_connection_get_uuid (<em class="parameter"><code><a href="https://developer.g </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1457,7 +1457,7 @@ nm_connection_get_uuid (<em class="parameter"><code><a href="https://developer.g <div class="refsect2"> <a name="nm-connection-get-id"></a><h3>nm_connection_get_id ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * -nm_connection_get_id (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return the ID from the connection's <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>.</p> <div class="refsect3"> <a name="id-1.4.2.7.26.5"></a><h4>Parameters</h4> @@ -1469,7 +1469,7 @@ nm_connection_get_id (<em class="parameter"><code><a href="https://developer.gno </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1483,7 +1483,7 @@ nm_connection_get_id (<em class="parameter"><code><a href="https://developer.gno <div class="refsect2"> <a name="nm-connection-get-connection-type"></a><h3>nm_connection_get_connection_type ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * -nm_connection_get_connection_type (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_connection_type (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return the type from the connection's <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>.</p> <div class="refsect3"> <a name="id-1.4.2.7.27.5"></a><h4>Parameters</h4> @@ -1495,7 +1495,7 @@ nm_connection_get_connection_type (<em class="parameter"><code><a href="https:// </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1509,7 +1509,7 @@ nm_connection_get_connection_type (<em class="parameter"><code><a href="https:// <div class="refsect2"> <a name="nm-connection-is-virtual"></a><h3>nm_connection_is_virtual ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> -nm_connection_is_virtual (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_is_virtual (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Checks if <em class="parameter"><code>connection</code></em> refers to a virtual device (and thus can potentially be activated even if the device it refers to doesn't exist).</p> @@ -1523,7 +1523,7 @@ activated even if the device it refers to doesn't exist).</p> </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>an <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1539,7 +1539,7 @@ refers to a virtual device</p> <a name="nm-connection-get-virtual-device-description"></a><h3>nm_connection_get_virtual_device_description ()</h3> <pre class="programlisting"><span class="returnvalue">char</span> * nm_connection_get_virtual_device_description - (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> + (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Returns the name that <a class="link" href="NMDevice.html#nm-device-disambiguate-names" title="nm_device_disambiguate_names ()"><code class="function">nm_device_disambiguate_names()</code></a> would return for the virtual device that would be created for <em class="parameter"><code>connection</code></em> . @@ -1554,7 +1554,7 @@ Eg, "VLAN (eth1.1)".</p> </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>an <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> for a virtual device type</p></td> +<td class="parameter_description"><p>an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> for a virtual device type</p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1572,7 +1572,7 @@ is not a virtual connection type. </p> <div class="refsect2"> <a name="nm-connection-get-setting-802-1x"></a><h3>nm_connection_get_setting_802_1x ()</h3> <pre class="programlisting"><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="returnvalue">NMSetting8021x</span></a> * -nm_connection_get_setting_802_1x (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_802_1x (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.30.5"></a><h4>Parameters</h4> @@ -1584,7 +1584,7 @@ nm_connection_get_setting_802_1x (<em class="parameter"><code><a href="https://d </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1599,7 +1599,7 @@ nm_connection_get_setting_802_1x (<em class="parameter"><code><a href="https://d <div class="refsect2"> <a name="nm-connection-get-setting-bluetooth"></a><h3>nm_connection_get_setting_bluetooth ()</h3> <pre class="programlisting"><a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="returnvalue">NMSettingBluetooth</span></a> * -nm_connection_get_setting_bluetooth (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_bluetooth (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.31.5"></a><h4>Parameters</h4> @@ -1611,7 +1611,7 @@ nm_connection_get_setting_bluetooth (<em class="parameter"><code><a href="https: </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1626,7 +1626,7 @@ nm_connection_get_setting_bluetooth (<em class="parameter"><code><a href="https: <div class="refsect2"> <a name="nm-connection-get-setting-bond"></a><h3>nm_connection_get_setting_bond ()</h3> <pre class="programlisting"><a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="returnvalue">NMSettingBond</span></a> * -nm_connection_get_setting_bond (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_bond (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.32.5"></a><h4>Parameters</h4> @@ -1638,7 +1638,7 @@ nm_connection_get_setting_bond (<em class="parameter"><code><a href="https://dev </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1653,7 +1653,7 @@ nm_connection_get_setting_bond (<em class="parameter"><code><a href="https://dev <div class="refsect2"> <a name="nm-connection-get-setting-team"></a><h3>nm_connection_get_setting_team ()</h3> <pre class="programlisting"><a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="returnvalue">NMSettingTeam</span></a> * -nm_connection_get_setting_team (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_team (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.33.5"></a><h4>Parameters</h4> @@ -1665,7 +1665,7 @@ nm_connection_get_setting_team (<em class="parameter"><code><a href="https://dev </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1680,7 +1680,7 @@ nm_connection_get_setting_team (<em class="parameter"><code><a href="https://dev <div class="refsect2"> <a name="nm-connection-get-setting-team-port"></a><h3>nm_connection_get_setting_team_port ()</h3> <pre class="programlisting"><a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="returnvalue">NMSettingTeamPort</span></a> * -nm_connection_get_setting_team_port (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_team_port (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.34.5"></a><h4>Parameters</h4> @@ -1692,7 +1692,7 @@ nm_connection_get_setting_team_port (<em class="parameter"><code><a href="https: </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1707,7 +1707,7 @@ nm_connection_get_setting_team_port (<em class="parameter"><code><a href="https: <div class="refsect2"> <a name="nm-connection-get-setting-bridge"></a><h3>nm_connection_get_setting_bridge ()</h3> <pre class="programlisting"><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="returnvalue">NMSettingBridge</span></a> * -nm_connection_get_setting_bridge (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_bridge (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.35.5"></a><h4>Parameters</h4> @@ -1719,7 +1719,7 @@ nm_connection_get_setting_bridge (<em class="parameter"><code><a href="https://d </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1734,7 +1734,7 @@ nm_connection_get_setting_bridge (<em class="parameter"><code><a href="https://d <div class="refsect2"> <a name="nm-connection-get-setting-bridge-port"></a><h3>nm_connection_get_setting_bridge_port ()</h3> <pre class="programlisting"><a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="returnvalue">NMSettingBridgePort</span></a> * -nm_connection_get_setting_bridge_port (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_bridge_port (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.36.5"></a><h4>Parameters</h4> @@ -1746,7 +1746,7 @@ nm_connection_get_setting_bridge_port (<em class="parameter"><code><a href="http </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1761,7 +1761,7 @@ nm_connection_get_setting_bridge_port (<em class="parameter"><code><a href="http <div class="refsect2"> <a name="nm-connection-get-setting-cdma"></a><h3>nm_connection_get_setting_cdma ()</h3> <pre class="programlisting"><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="returnvalue">NMSettingCdma</span></a> * -nm_connection_get_setting_cdma (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_cdma (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.37.5"></a><h4>Parameters</h4> @@ -1773,7 +1773,7 @@ nm_connection_get_setting_cdma (<em class="parameter"><code><a href="https://dev </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1788,7 +1788,7 @@ nm_connection_get_setting_cdma (<em class="parameter"><code><a href="https://dev <div class="refsect2"> <a name="nm-connection-get-setting-connection"></a><h3>nm_connection_get_setting_connection ()</h3> <pre class="programlisting"><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="returnvalue">NMSettingConnection</span></a> * -nm_connection_get_setting_connection (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_connection (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.38.5"></a><h4>Parameters</h4> @@ -1800,7 +1800,7 @@ nm_connection_get_setting_connection (<em class="parameter"><code><a href="https </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1815,7 +1815,7 @@ nm_connection_get_setting_connection (<em class="parameter"><code><a href="https <div class="refsect2"> <a name="nm-connection-get-setting-dcb"></a><h3>nm_connection_get_setting_dcb ()</h3> <pre class="programlisting"><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="returnvalue">NMSettingDcb</span></a> * -nm_connection_get_setting_dcb (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_dcb (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.39.5"></a><h4>Parameters</h4> @@ -1827,7 +1827,7 @@ nm_connection_get_setting_dcb (<em class="parameter"><code><a href="https://deve </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1842,7 +1842,7 @@ nm_connection_get_setting_dcb (<em class="parameter"><code><a href="https://deve <div class="refsect2"> <a name="nm-connection-get-setting-generic"></a><h3>nm_connection_get_setting_generic ()</h3> <pre class="programlisting"><a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="returnvalue">NMSettingGeneric</span></a> * -nm_connection_get_setting_generic (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_generic (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.40.5"></a><h4>Parameters</h4> @@ -1854,7 +1854,7 @@ nm_connection_get_setting_generic (<em class="parameter"><code><a href="https:// </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1869,7 +1869,7 @@ nm_connection_get_setting_generic (<em class="parameter"><code><a href="https:// <div class="refsect2"> <a name="nm-connection-get-setting-gsm"></a><h3>nm_connection_get_setting_gsm ()</h3> <pre class="programlisting"><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="returnvalue">NMSettingGsm</span></a> * -nm_connection_get_setting_gsm (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_gsm (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.41.5"></a><h4>Parameters</h4> @@ -1881,7 +1881,7 @@ nm_connection_get_setting_gsm (<em class="parameter"><code><a href="https://deve </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1896,7 +1896,7 @@ nm_connection_get_setting_gsm (<em class="parameter"><code><a href="https://deve <div class="refsect2"> <a name="nm-connection-get-setting-infiniband"></a><h3>nm_connection_get_setting_infiniband ()</h3> <pre class="programlisting"><a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="returnvalue">NMSettingInfiniband</span></a> * -nm_connection_get_setting_infiniband (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_infiniband (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.42.5"></a><h4>Parameters</h4> @@ -1908,7 +1908,7 @@ nm_connection_get_setting_infiniband (<em class="parameter"><code><a href="https </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1923,7 +1923,7 @@ nm_connection_get_setting_infiniband (<em class="parameter"><code><a href="https <div class="refsect2"> <a name="nm-connection-get-setting-ip-tunnel"></a><h3>nm_connection_get_setting_ip_tunnel ()</h3> <pre class="programlisting"><a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="returnvalue">NMSettingIPTunnel</span></a> * -nm_connection_get_setting_ip_tunnel (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_ip_tunnel (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.43.5"></a><h4>Parameters</h4> @@ -1935,7 +1935,7 @@ nm_connection_get_setting_ip_tunnel (<em class="parameter"><code><a href="https: </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1951,7 +1951,7 @@ nm_connection_get_setting_ip_tunnel (<em class="parameter"><code><a href="https: <div class="refsect2"> <a name="nm-connection-get-setting-ip4-config"></a><h3>nm_connection_get_setting_ip4_config ()</h3> <pre class="programlisting"><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="returnvalue">NMSettingIPConfig</span></a> * -nm_connection_get_setting_ip4_config (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_ip4_config (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> the connection might contain.</p> <p>Note that it returns the value as type <a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a>, since the vast majority of IPv4-setting-related methods are on that type, not @@ -1966,7 +1966,7 @@ majority of IPv4-setting-related methods are on that type, not </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -1982,7 +1982,7 @@ connection contains one, otherwise <code class="literal">NULL</code>. </p> <div class="refsect2"> <a name="nm-connection-get-setting-ip6-config"></a><h3>nm_connection_get_setting_ip6_config ()</h3> <pre class="programlisting"><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="returnvalue">NMSettingIPConfig</span></a> * -nm_connection_get_setting_ip6_config (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_ip6_config (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> the connection might contain.</p> <p>Note that it returns the value as type <a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a>, since the vast majority of IPv6-setting-related methods are on that type, not @@ -1997,7 +1997,7 @@ majority of IPv6-setting-related methods are on that type, not </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -2013,7 +2013,7 @@ connection contains one, otherwise <code class="literal">NULL</code>. </p> <div class="refsect2"> <a name="nm-connection-get-setting-macvlan"></a><h3>nm_connection_get_setting_macvlan ()</h3> <pre class="programlisting"><a class="link" href="NMSettingMacvlan.html" title="NMSettingMacvlan"><span class="returnvalue">NMSettingMacvlan</span></a> * -nm_connection_get_setting_macvlan (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_macvlan (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingMacvlan.html" title="NMSettingMacvlan"><span class="type">NMSettingMacvlan</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.46.5"></a><h4>Parameters</h4> @@ -2025,7 +2025,7 @@ nm_connection_get_setting_macvlan (<em class="parameter"><code><a href="https:// </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -2041,7 +2041,7 @@ nm_connection_get_setting_macvlan (<em class="parameter"><code><a href="https:// <div class="refsect2"> <a name="nm-connection-get-setting-olpc-mesh"></a><h3>nm_connection_get_setting_olpc_mesh ()</h3> <pre class="programlisting"><a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="returnvalue">NMSettingOlpcMesh</span></a> * -nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.47.5"></a><h4>Parameters</h4> @@ -2053,7 +2053,7 @@ nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a href="https: </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -2068,7 +2068,7 @@ nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a href="https: <div class="refsect2"> <a name="nm-connection-get-setting-ppp"></a><h3>nm_connection_get_setting_ppp ()</h3> <pre class="programlisting"><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="returnvalue">NMSettingPpp</span></a> * -nm_connection_get_setting_ppp (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_ppp (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.48.5"></a><h4>Parameters</h4> @@ -2080,7 +2080,7 @@ nm_connection_get_setting_ppp (<em class="parameter"><code><a href="https://deve </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -2095,7 +2095,7 @@ nm_connection_get_setting_ppp (<em class="parameter"><code><a href="https://deve <div class="refsect2"> <a name="nm-connection-get-setting-pppoe"></a><h3>nm_connection_get_setting_pppoe ()</h3> <pre class="programlisting"><a class="link" href="NMSettingPppoe.html" title="NMSettingPppoe"><span class="returnvalue">NMSettingPppoe</span></a> * -nm_connection_get_setting_pppoe (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_pppoe (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingPppoe.html" title="NMSettingPppoe"><span class="type">NMSettingPppoe</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.49.5"></a><h4>Parameters</h4> @@ -2107,7 +2107,7 @@ nm_connection_get_setting_pppoe (<em class="parameter"><code><a href="https://de </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -2122,7 +2122,7 @@ nm_connection_get_setting_pppoe (<em class="parameter"><code><a href="https://de <div class="refsect2"> <a name="nm-connection-get-setting-serial"></a><h3>nm_connection_get_setting_serial ()</h3> <pre class="programlisting"><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="returnvalue">NMSettingSerial</span></a> * -nm_connection_get_setting_serial (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_serial (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.50.5"></a><h4>Parameters</h4> @@ -2134,7 +2134,7 @@ nm_connection_get_setting_serial (<em class="parameter"><code><a href="https://d </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -2149,7 +2149,7 @@ nm_connection_get_setting_serial (<em class="parameter"><code><a href="https://d <div class="refsect2"> <a name="nm-connection-get-setting-tun"></a><h3>nm_connection_get_setting_tun ()</h3> <pre class="programlisting"><a class="link" href="NMSettingTun.html" title="NMSettingTun"><span class="returnvalue">NMSettingTun</span></a> * -nm_connection_get_setting_tun (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_tun (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingTun.html" title="NMSettingTun"><span class="type">NMSettingTun</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.51.5"></a><h4>Parameters</h4> @@ -2161,7 +2161,7 @@ nm_connection_get_setting_tun (<em class="parameter"><code><a href="https://deve </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -2177,7 +2177,7 @@ nm_connection_get_setting_tun (<em class="parameter"><code><a href="https://deve <div class="refsect2"> <a name="nm-connection-get-setting-vpn"></a><h3>nm_connection_get_setting_vpn ()</h3> <pre class="programlisting"><a class="link" href="NMSettingVpn.html" title="NMSettingVpn"><span class="returnvalue">NMSettingVpn</span></a> * -nm_connection_get_setting_vpn (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_vpn (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingVpn.html" title="NMSettingVpn"><span class="type">NMSettingVpn</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.52.5"></a><h4>Parameters</h4> @@ -2189,7 +2189,7 @@ nm_connection_get_setting_vpn (<em class="parameter"><code><a href="https://deve </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -2204,7 +2204,7 @@ nm_connection_get_setting_vpn (<em class="parameter"><code><a href="https://deve <div class="refsect2"> <a name="nm-connection-get-setting-wimax"></a><h3>nm_connection_get_setting_wimax ()</h3> <pre class="programlisting"><a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="returnvalue">NMSettingWimax</span></a> * -nm_connection_get_setting_wimax (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_wimax (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.53.5"></a><h4>Parameters</h4> @@ -2216,7 +2216,7 @@ nm_connection_get_setting_wimax (<em class="parameter"><code><a href="https://de </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -2231,7 +2231,7 @@ nm_connection_get_setting_wimax (<em class="parameter"><code><a href="https://de <div class="refsect2"> <a name="nm-connection-get-setting-adsl"></a><h3>nm_connection_get_setting_adsl ()</h3> <pre class="programlisting"><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="returnvalue">NMSettingAdsl</span></a> * -nm_connection_get_setting_adsl (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_adsl (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.54.5"></a><h4>Parameters</h4> @@ -2243,7 +2243,7 @@ nm_connection_get_setting_adsl (<em class="parameter"><code><a href="https://dev </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -2258,7 +2258,7 @@ nm_connection_get_setting_adsl (<em class="parameter"><code><a href="https://dev <div class="refsect2"> <a name="nm-connection-get-setting-wired"></a><h3>nm_connection_get_setting_wired ()</h3> <pre class="programlisting"><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="returnvalue">NMSettingWired</span></a> * -nm_connection_get_setting_wired (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_wired (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.55.5"></a><h4>Parameters</h4> @@ -2270,7 +2270,7 @@ nm_connection_get_setting_wired (<em class="parameter"><code><a href="https://de </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -2285,7 +2285,7 @@ nm_connection_get_setting_wired (<em class="parameter"><code><a href="https://de <div class="refsect2"> <a name="nm-connection-get-setting-wireless"></a><h3>nm_connection_get_setting_wireless ()</h3> <pre class="programlisting"><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="returnvalue">NMSettingWireless</span></a> * -nm_connection_get_setting_wireless (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_wireless (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.56.5"></a><h4>Parameters</h4> @@ -2297,7 +2297,7 @@ nm_connection_get_setting_wireless (<em class="parameter"><code><a href="https:/ </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -2313,7 +2313,7 @@ nm_connection_get_setting_wireless (<em class="parameter"><code><a href="https:/ <a name="nm-connection-get-setting-wireless-security"></a><h3>nm_connection_get_setting_wireless_security ()</h3> <pre class="programlisting"><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="returnvalue">NMSettingWirelessSecurity</span></a> * nm_connection_get_setting_wireless_security - (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> + (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.57.5"></a><h4>Parameters</h4> @@ -2325,7 +2325,7 @@ nm_connection_get_setting_wireless_security </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -2340,7 +2340,7 @@ nm_connection_get_setting_wireless_security <div class="refsect2"> <a name="nm-connection-get-setting-vlan"></a><h3>nm_connection_get_setting_vlan ()</h3> <pre class="programlisting"><a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="returnvalue">NMSettingVlan</span></a> * -nm_connection_get_setting_vlan (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_vlan (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.58.5"></a><h4>Parameters</h4> @@ -2352,7 +2352,7 @@ nm_connection_get_setting_vlan (<em class="parameter"><code><a href="https://dev </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> @@ -2367,7 +2367,7 @@ nm_connection_get_setting_vlan (<em class="parameter"><code><a href="https://dev <div class="refsect2"> <a name="nm-connection-get-setting-vxlan"></a><h3>nm_connection_get_setting_vxlan ()</h3> <pre class="programlisting"><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="returnvalue">NMSettingVxlan</span></a> * -nm_connection_get_setting_vxlan (<em class="parameter"><code><a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> +nm_connection_get_setting_vxlan (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> the connection might contain.</p> <div class="refsect3"> <a name="id-1.4.2.7.59.5"></a><h4>Parameters</h4> @@ -2379,7 +2379,7 @@ nm_connection_get_setting_vxlan (<em class="parameter"><code><a href="https://de </colgroup> <tbody><tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr></tbody> </table></div> diff --git a/docs/libnm/html/libnm-nm-errors.html b/docs/libnm/html/libnm-nm-errors.html index 595a766b..eee7968d 100644 --- a/docs/libnm/html/libnm-nm-errors.html +++ b/docs/libnm/html/libnm-nm-errors.html @@ -284,7 +284,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="https://developer.gnome.org/libnm-glib/0.9/NMClient.html#nm-client-activate-connection"><code class="function">nm_client_activate_connection()</code></a>), and correspond to D-Bus +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 errors in the "org.freedesktop.NetworkManager.AgentManager" namespace.</p> <div class="refsect3"> <a name="id-1.3.5.8.2.5"></a><h4>Members</h4> @@ -349,9 +349,9 @@ errors in the "org.freedesktop.NetworkManager.AgentManager" namespace.</p> <hr> <div class="refsect2"> <a name="NMConnectionError"></a><h3>enum NMConnectionError</h3> -<p>Describes errors that may result from operations involving a <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> +<p>Describes errors that may result from operations involving a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> or its <a href="NMSetting.html"><span class="type">NMSettings</span></a>.</p> -<p>These errors may be returned directly from <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> and <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> +<p>These errors may be returned directly from <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> and <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> methods, or may be returned from D-Bus operations (eg on <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> or <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>), where they correspond to errors in the "org.freedesktop.NetworkManager.Settings.Connection" namespace.</p> @@ -374,7 +374,7 @@ methods, or may be returned from D-Bus operations (eg on <a class="link" href="N <tr> <td class="enum_member_name"><p><a name="NM-CONNECTION-ERROR-SETTING-NOT-FOUND:CAPS"></a>NM_CONNECTION_ERROR_SETTING_NOT_FOUND</p></td> <td class="enum_member_description"> -<p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> object +<p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> object did not contain the specified <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object</p> </td> <td class="enum_member_annotations"> </td> @@ -382,7 +382,7 @@ methods, or may be returned from D-Bus operations (eg on <a class="link" href="N <tr> <td class="enum_member_name"><p><a name="NM-CONNECTION-ERROR-PROPERTY-NOT-FOUND:CAPS"></a>NM_CONNECTION_ERROR_PROPERTY_NOT_FOUND</p></td> <td class="enum_member_description"> -<p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> did not contain the +<p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> did not contain the requested <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> property</p> </td> <td class="enum_member_annotations"> </td> @@ -398,7 +398,7 @@ methods, or may be returned from D-Bus operations (eg on <a class="link" href="N <tr> <td class="enum_member_name"><p><a name="NM-CONNECTION-ERROR-MISSING-SETTING:CAPS"></a>NM_CONNECTION_ERROR_MISSING_SETTING</p></td> <td class="enum_member_description"> -<p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> object is missing an +<p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> object is missing an <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> which is required for its configuration. The error message will always be prefixed with "<setting-name>: ", where "<setting-name>" is the name of the setting that is missing.</p> @@ -408,7 +408,7 @@ methods, or may be returned from D-Bus operations (eg on <a class="link" href="N <tr> <td class="enum_member_name"><p><a name="NM-CONNECTION-ERROR-INVALID-SETTING:CAPS"></a>NM_CONNECTION_ERROR_INVALID_SETTING</p></td> <td class="enum_member_description"> -<p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> object contains an +<p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> object contains an invalid or inappropriate <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>. The error message will always be prefixed with "<setting-name>: ", where "<setting-name>" is the name of the setting that is invalid.</p> @@ -418,7 +418,7 @@ methods, or may be returned from D-Bus operations (eg on <a class="link" href="N <tr> <td class="enum_member_name"><p><a name="NM-CONNECTION-ERROR-MISSING-PROPERTY:CAPS"></a>NM_CONNECTION_ERROR_MISSING_PROPERTY</p></td> <td class="enum_member_description"> -<p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> object is invalid +<p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> object is invalid because it is missing a required property. The error message will always be prefixed with "<setting-name>.<property-name>: ", where "<setting-name>" is the name of the setting with the missing property, and "<property-name>" is @@ -429,7 +429,7 @@ methods, or may be returned from D-Bus operations (eg on <a class="link" href="N <tr> <td class="enum_member_name"><p><a name="NM-CONNECTION-ERROR-INVALID-PROPERTY:CAPS"></a>NM_CONNECTION_ERROR_INVALID_PROPERTY</p></td> <td class="enum_member_description"> -<p>the <a href="https://developer.gnome.org/libnm-util/0.9/NMConnection.html"><span class="type">NMConnection</span></a> object is invalid +<p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> object is invalid because a property has an invalid value. The error message will always be prefixed with "<setting-name>.<property-name>: ", where "<setting-name>" is the name of the setting with the invalid property, and "<property-name>" is @@ -725,7 +725,7 @@ errors in that namespace.</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="https://developer.gnome.org/libnm-glib/0.9/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 <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 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"> diff --git a/docs/libnm/html/libnm-nm-utils.html b/docs/libnm/html/libnm-nm-utils.html index 864e8463..1ae50f34 100644 --- a/docs/libnm/html/libnm-nm-utils.html +++ b/docs/libnm/html/libnm-nm-utils.html @@ -1091,7 +1091,7 @@ metric).</p> </colgroup> <tbody><tr> <td class="parameter_name"><p>routes</p></td> -<td class="parameter_description"><p> an array of <a href="https://developer.gnome.org/libnm-util/0.9/NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> objects. </p></td> +<td class="parameter_description"><p> an array of <a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> objects. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPRoute]</span></td> </tr></tbody> </table></div> diff --git a/docs/libnm/libnm-docs.xml b/docs/libnm/libnm-docs.xml index 6629a241..fdc83666 100644 --- a/docs/libnm/libnm-docs.xml +++ b/docs/libnm/libnm-docs.xml @@ -10,7 +10,7 @@ <releaseinfo> for libnm &version; The latest version of this documentation can be found on-line at - <ulink role="online-location" url="https://developer.gnome.org/libnm/1.0/">https://developer.gnome.org/libnm/1.0/</ulink>. + <ulink url="https://developer.gnome.org/libnm/stable/">https://developer.gnome.org/libnm/stable/</ulink>. </releaseinfo> <copyright> diff --git a/docs/libnm/version.xml b/docs/libnm/version.xml index ead65f0a..26aaba0e 100644 --- a/docs/libnm/version.xml +++ b/docs/libnm/version.xml @@ -1 +1 @@ -1.1.94 +1.2.0 |