diff options
Diffstat (limited to 'docs/libnm-util/html')
38 files changed, 1244 insertions, 3221 deletions
diff --git a/docs/libnm-util/html/NMConnection.html b/docs/libnm-util/html/NMConnection.html index 7572c017..2b57f263 100644 --- a/docs/libnm-util/html/NMConnection.html +++ b/docs/libnm-util/html/NMConnection.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="ch01.html" title="libnm-util API Reference"> <link rel="next" href="NMSetting.html" title="NMSetting"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -631,7 +631,7 @@ parameters (MTU, SSID, APN, channel, rate, etc) and IP-level parameters nm_connection_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.2.10.2.5"></a><h4>Returns</h4> +<a name="nm-connection-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> errors.</p> </div> </div> @@ -642,7 +642,7 @@ nm_connection_error_quark (<em class="parameter"><code><span class="type">void</ nm_connection_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> object with no <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> objects.</p> <div class="refsect3"> -<a name="id-1.2.2.10.3.5"></a><h4>Returns</h4> +<a name="nm-connection-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> object</p> </div> </div> @@ -655,7 +655,7 @@ nm_connection_new_from_hash (<em class="parameter"><code><span class="type">GHas <p>Creates a new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> from a hash table describing the connection. See <a class="link" href="NMConnection.html#nm-connection-to-hash" title="nm_connection_to_hash ()"><code class="function">nm_connection_to_hash()</code></a> for a description of the expected hash table.</p> <div class="refsect3"> -<a name="id-1.2.2.10.4.5"></a><h4>Parameters</h4> +<a name="nm-connection-new-from-hash.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -678,7 +678,7 @@ the connection. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.4.6"></a><h4>Returns</h4> +<a name="nm-connection-new-from-hash.returns"></a><h4>Returns</h4> <p> the new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> object, populated with settings created from the values in the hash table, or <code class="literal">NULL</code> if the connection failed to validate</p> @@ -691,7 +691,7 @@ validate</p> nm_connection_duplicate (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Duplicates a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.2.10.5.5"></a><h4>Parameters</h4> +<a name="nm-connection-duplicate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -706,7 +706,7 @@ nm_connection_duplicate (<em class="parameter"><code><a class="link" href="NMCon </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.5.6"></a><h4>Returns</h4> +<a name="nm-connection-duplicate.returns"></a><h4>Returns</h4> <p> a new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> containing the same settings and properties as the source <a class="link" href="NMConnection.html" title="NMConnection"><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> @@ -719,7 +719,7 @@ as the source <a class="link" href="NMConnection.html" title="NMConnection"><spa nm_connection_create_setting (<em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre> <p>Create a new <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object of the desired type, given a setting name.</p> <div class="refsect3"> -<a name="id-1.2.2.10.6.5"></a><h4>Parameters</h4> +<a name="nm-connection-create-setting.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -734,7 +734,7 @@ nm_connection_create_setting (<em class="parameter"><code>const <span class="typ </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.6.6"></a><h4>Returns</h4> +<a name="nm-connection-create-setting.returns"></a><h4>Returns</h4> <p> the new setting object, or <code class="literal">NULL</code> if the setting name was unknown. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -750,7 +750,7 @@ same name which has previously been added to the <a class="link" href="NMConnect 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"> -<a name="id-1.2.2.10.7.5"></a><h4>Parameters</h4> +<a name="nm-connection-add-setting.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -781,7 +781,7 @@ nm_connection_remove_setting (<em class="parameter"><code><a class="link" href=" <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 class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.8.5"></a><h4>Parameters</h4> +<a name="nm-connection-remove-setting.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -812,7 +812,7 @@ nm_connection_get_setting (<em class="parameter"><code><a class="link" href="NMC <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 class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.2.10.9.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -834,7 +834,7 @@ to the <a class="link" href="NMConnection.html" title="NMConnection"><span class </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.9.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting.returns"></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 class="link" href="NMConnection.html" title="NMConnection"><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> @@ -849,7 +849,7 @@ nm_connection_get_setting_by_name (<em class="parameter"><code><a class="link" h <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 class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.2.10.10.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-by-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -871,7 +871,7 @@ the <a class="link" href="NMConnection.html" title="NMConnection"><span class="t </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.10.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-by-name.returns"></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 class="link" href="NMConnection.html" title="NMConnection"><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> @@ -885,7 +885,7 @@ nm_connection_replace_settings (<em class="parameter"><code><a class="link" href <em class="parameter"><code><span class="type">GHashTable</span> *new_settings</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.2.10.11.4"></a><h4>Parameters</h4> +<a name="nm-connection-replace-settings.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -912,7 +912,7 @@ nm_connection_replace_settings (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.11.5"></a><h4>Returns</h4> +<a name="nm-connection-replace-settings.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the settings were valid and added to the connection, <code class="literal">FALSE</code> if they were not</p> </div> @@ -930,7 +930,7 @@ nm_connection_replace_settings_from_connection with the copied settings.</p> <div class="refsect3"> -<a name="id-1.2.2.10.12.5"></a><h4>Parameters</h4> +<a name="nm-connection-replace-settings-from-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -958,7 +958,7 @@ with</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.12.6"></a><h4>Returns</h4> +<a name="nm-connection-replace-settings-from-connection.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the settings were valid after replacing the connection, <code class="literal">FALSE</code> if they were not. Regardless of whether <code class="literal">TRUE</code> or <code class="literal">FALSE</code> is returned, the connection is successfully replaced. <code class="literal">FALSE</code> only means, that the connection does not verify @@ -977,7 +977,7 @@ nm_connection_compare (<em class="parameter"><code><a class="link" href="NMConne 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"> -<a name="id-1.2.2.10.13.5"></a><h4>Parameters</h4> +<a name="nm-connection-compare.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1004,7 +1004,7 @@ each flag's behavior.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.13.6"></a><h4>Returns</h4> +<a name="nm-connection-compare.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the comparison succeeds, <code class="literal">FALSE</code> if it does not</p> </div> </div> @@ -1023,7 +1023,7 @@ each setting that differ are added to the returned <em class="parameter"><code>o hash table. No values are returned, only key names.</p> <div class="refsect3"> -<a name="id-1.2.2.10.14.5"></a><h4>Parameters</h4> +<a name="nm-connection-diff.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1058,7 +1058,7 @@ differ mapped to one or more of <a class="link" href="NMSetting.html#NMSettingDi </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.14.6"></a><h4>Returns</h4> +<a name="nm-connection-diff.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connections contain the same values, <code class="literal">FALSE</code> if they do not</p> </div> @@ -1079,7 +1079,7 @@ connection for the connection to be valid. As another example, the MAC address. The returned <span class="type">GError</span> contains information about which setting and which property failed validation, and how it failed validation.</p> <div class="refsect3"> -<a name="id-1.2.2.10.15.5"></a><h4>Parameters</h4> +<a name="nm-connection-verify.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1101,7 +1101,7 @@ setting and which property failed validation, and how it failed validation.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.15.6"></a><h4>Returns</h4> +<a name="nm-connection-verify.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection is valid, <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -1122,7 +1122,7 @@ is valid. As this function only performs some specific normalization steps it cannot repair all connections. If the connection has errors that cannot be normalized, the connection will not be modified.</p> <div class="refsect3"> -<a name="id-1.2.2.10.16.6"></a><h4>Parameters</h4> +<a name="nm-connection-normalize.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1159,7 +1159,7 @@ why the connection is invalid, if the function returns an error.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.16.7"></a><h4>Returns</h4> +<a name="nm-connection-normalize.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection is valid, <code class="literal">FALSE</code> if it is not</p> </div> <p class="since">Since: 1.0</p> @@ -1176,7 +1176,7 @@ intended as a guide to what secrets may be required, because in some circumstances, there is no way to conclusively determine exactly which secrets are needed.</p> <div class="refsect3"> -<a name="id-1.2.2.10.17.5"></a><h4>Parameters</h4> +<a name="nm-connection-need-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1202,7 +1202,7 @@ elements. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.17.6"></a><h4>Returns</h4> +<a name="nm-connection-need-secrets.returns"></a><h4>Returns</h4> <p> the setting name of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object which has invalid or missing secrets</p> </div> @@ -1215,7 +1215,7 @@ nm_connection_clear_secrets (<em class="parameter"><code><a class="link" href="N <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"> -<a name="id-1.2.2.10.18.5"></a><h4>Parameters</h4> +<a name="nm-connection-clear-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1241,7 +1241,7 @@ nm_connection_clear_secrets_with_flags <p>Clears and frees secrets determined by <em class="parameter"><code>func</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.2.10.19.5"></a><h4>Parameters</h4> +<a name="nm-connection-clear-secrets-with-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1287,7 +1287,7 @@ a fully serialized <a class="link" href="NMConnection.html" title="NMConnection" will update all secrets from all settings contained in <em class="parameter"><code>secrets</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.2.10.20.5"></a><h4>Parameters</h4> +<a name="nm-connection-update-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1321,7 +1321,7 @@ string:<span class="type">GValue</span> of setting property names and secrets of </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.20.6"></a><h4>Returns</h4> +<a name="nm-connection-update-secrets.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the secrets were successfully updated, <code class="literal">FALSE</code> if the update failed (tried to update secrets for a setting that doesn't exist, etc)</p> </div> @@ -1336,7 +1336,7 @@ nm_connection_set_path (<em class="parameter"><code><a class="link" href="NMConn is only for the reference of the caller. Sets the <a class="link" href="NMConnection.html#NMConnection--path" title="The “path” property"><span class="type">“path”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.2.10.21.5"></a><h4>Parameters</h4> +<a name="nm-connection-set-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1366,7 +1366,7 @@ which provides the connection</p></td> nm_connection_get_path (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.22.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1381,7 +1381,7 @@ nm_connection_get_path (<em class="parameter"><code><a class="link" href="NMConn </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.22.6"></a><h4>Returns</h4> +<a name="nm-connection-get-path.returns"></a><h4>Returns</h4> <p> the D-Bus path of the connection, previously set by a call to <a class="link" href="NMConnection.html#nm-connection-set-path" title="nm_connection_set_path ()"><code class="function">nm_connection_set_path()</code></a>.</p> </div> @@ -1396,7 +1396,7 @@ needs to use if specified in the settings. This function abstracts all connection types which require this functionality. For all other connection types, this function will return <code class="literal">NULL</code>.</p> <div class="refsect3"> -<a name="id-1.2.2.10.23.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-virtual-iface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1411,7 +1411,7 @@ connection types, this function will return <code class="literal">NULL</code>.</ </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.23.6"></a><h4>Returns</h4> +<a name="nm-connection-get-virtual-iface-name.returns"></a><h4>Returns</h4> <p> Name of the kernel interface or <code class="literal">NULL</code></p> </div> </div> @@ -1426,7 +1426,7 @@ If the connection contains no NMSettingConnection, it will return <code class="l this name is used to match the device. for software devices created by NetworkManager, this is the name of the created interface.</p> <div class="refsect3"> -<a name="id-1.2.2.10.24.6"></a><h4>Parameters</h4> +<a name="nm-connection-get-interface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1441,7 +1441,7 @@ NetworkManager, this is the name of the created interface.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.24.7"></a><h4>Returns</h4> +<a name="nm-connection-get-interface-name.returns"></a><h4>Returns</h4> <p> Name of the kernel interface or <code class="literal">NULL</code></p> </div> <p class="since">Since: 1.0</p> @@ -1458,7 +1458,7 @@ type (ie wired, Wi-Fi, ppp, etc). Checks the <a class="link" href="NMSettingConn property of the connection and matches that against <em class="parameter"><code>type</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.2.10.25.5"></a><h4>Parameters</h4> +<a name="nm-connection-is-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1481,7 +1481,7 @@ property of the connection and matches that against <em class="parameter"><code> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.25.6"></a><h4>Returns</h4> +<a name="nm-connection-is-type.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection is of the given <em class="parameter"><code>type</code></em> , <code class="literal">FALSE</code> if not</p> </div> @@ -1496,7 +1496,7 @@ nm_connection_for_each_setting_value (<em class="parameter"><code><a class="link <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 class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>, calling the supplied user function for each property.</p> <div class="refsect3"> -<a name="id-1.2.2.10.26.5"></a><h4>Parameters</h4> +<a name="nm-connection-for-each-setting-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1537,7 +1537,7 @@ a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMS are <span class="type">GHashTables</span> mapping string:GValue, each of which represents the properties of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object.</p> <div class="refsect3"> -<a name="id-1.2.2.10.27.5"></a><h4>Parameters</h4> +<a name="nm-connection-to-hash.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1559,7 +1559,7 @@ properties of the <a class="link" href="NMSetting.html" title="NMSetting"><span </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.27.6"></a><h4>Returns</h4> +<a name="nm-connection-to-hash.returns"></a><h4>Returns</h4> <p> a new <span class="type">GHashTable</span> describing the connection, its settings, and each setting's properties. The caller owns the hash table and must unref the hash table @@ -1576,7 +1576,7 @@ nm_connection_dump (<em class="parameter"><code><a class="link" href="NMConnecti 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> <div class="refsect3"> -<a name="id-1.2.2.10.28.5"></a><h4>Parameters</h4> +<a name="nm-connection-dump.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1598,7 +1598,7 @@ output format is not guaranteed to be stable and may change at any time.</p> nm_connection_lookup_setting_type (<em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre> <p>Returns the <span class="type">GType</span> of the setting's class for a given setting name.</p> <div class="refsect3"> -<a name="id-1.2.2.10.29.5"></a><h4>Parameters</h4> +<a name="nm-connection-lookup-setting-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1613,7 +1613,7 @@ nm_connection_lookup_setting_type (<em class="parameter"><code>const <span class </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.29.6"></a><h4>Returns</h4> +<a name="nm-connection-lookup-setting-type.returns"></a><h4>Returns</h4> <p> the <span class="type">GType</span> of the setting's class</p> </div> </div> @@ -1626,7 +1626,7 @@ nm_connection_lookup_setting_type_by_quark <p>Returns the <span class="type">GType</span> of the setting's class for a given setting error quark. Useful for figuring out which setting a returned error is for.</p> <div class="refsect3"> -<a name="id-1.2.2.10.30.5"></a><h4>Parameters</h4> +<a name="nm-connection-lookup-setting-type-by-quark.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1641,7 +1641,7 @@ Useful for figuring out which setting a returned error is for.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.30.6"></a><h4>Returns</h4> +<a name="nm-connection-lookup-setting-type-by-quark.returns"></a><h4>Returns</h4> <p> the <span class="type">GType</span> of the setting's class</p> </div> </div> @@ -1652,7 +1652,7 @@ Useful for figuring out which setting a returned error is for.</p> nm_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.31.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-uuid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1667,7 +1667,7 @@ nm_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMConn </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.31.6"></a><h4>Returns</h4> +<a name="nm-connection-get-uuid.returns"></a><h4>Returns</h4> <p> the UUID from the connection's 'connection' setting</p> </div> </div> @@ -1678,7 +1678,7 @@ nm_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMConn nm_connection_get_id (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.32.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1693,7 +1693,7 @@ nm_connection_get_id (<em class="parameter"><code><a class="link" href="NMConnec </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.32.6"></a><h4>Returns</h4> +<a name="nm-connection-get-id.returns"></a><h4>Returns</h4> <p> the ID from the connection's 'connection' setting</p> </div> </div> @@ -1704,7 +1704,7 @@ nm_connection_get_id (<em class="parameter"><code><a class="link" href="NMConnec nm_connection_get_connection_type (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.33.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-connection-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1719,7 +1719,7 @@ nm_connection_get_connection_type (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.33.6"></a><h4>Returns</h4> +<a name="nm-connection-get-connection-type.returns"></a><h4>Returns</h4> <p> the type from the connection's 'connection' setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -1735,7 +1735,7 @@ return for the virtual device that would be created for <em class="parameter"><c . Eg, "VLAN (eth1.1)".</p> <div class="refsect3"> -<a name="id-1.2.2.10.34.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-virtual-device-description.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1750,7 +1750,7 @@ Eg, "VLAN (eth1.1)".</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.34.6"></a><h4>Returns</h4> +<a name="nm-connection-get-virtual-device-description.returns"></a><h4>Returns</h4> <p> the name of <em class="parameter"><code>connection</code></em> 's device, or <code class="literal">NULL</code> if <em class="parameter"><code>connection</code></em> @@ -1766,7 +1766,7 @@ is not a virtual connection type. </p> nm_connection_get_setting_802_1x (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.35.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-802-1x.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1781,7 +1781,7 @@ nm_connection_get_setting_802_1x (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.35.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-802-1x.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -1793,7 +1793,7 @@ nm_connection_get_setting_802_1x (<em class="parameter"><code><a class="link" hr nm_connection_get_setting_bluetooth (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.36.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-bluetooth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1808,7 +1808,7 @@ nm_connection_get_setting_bluetooth (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.36.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-bluetooth.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -1820,7 +1820,7 @@ nm_connection_get_setting_bluetooth (<em class="parameter"><code><a class="link" nm_connection_get_setting_bond (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.37.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-bond.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1835,7 +1835,7 @@ nm_connection_get_setting_bond (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.37.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-bond.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -1847,7 +1847,7 @@ nm_connection_get_setting_bond (<em class="parameter"><code><a class="link" href nm_connection_get_setting_team (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.38.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-team.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1862,7 +1862,7 @@ nm_connection_get_setting_team (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.38.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-team.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -1875,7 +1875,7 @@ nm_connection_get_setting_team (<em class="parameter"><code><a class="link" href nm_connection_get_setting_team_port (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.39.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-team-port.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1890,7 +1890,7 @@ nm_connection_get_setting_team_port (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.39.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-team-port.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -1903,7 +1903,7 @@ nm_connection_get_setting_team_port (<em class="parameter"><code><a class="link" nm_connection_get_setting_bridge (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.40.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-bridge.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1918,7 +1918,7 @@ nm_connection_get_setting_bridge (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.40.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-bridge.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -1930,7 +1930,7 @@ nm_connection_get_setting_bridge (<em class="parameter"><code><a class="link" hr nm_connection_get_setting_bridge_port (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.41.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-bridge-port.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1945,7 +1945,7 @@ nm_connection_get_setting_bridge_port (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.41.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-bridge-port.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -1957,7 +1957,7 @@ nm_connection_get_setting_bridge_port (<em class="parameter"><code><a class="lin nm_connection_get_setting_cdma (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.42.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-cdma.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1972,7 +1972,7 @@ nm_connection_get_setting_cdma (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.42.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-cdma.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -1984,7 +1984,7 @@ nm_connection_get_setting_cdma (<em class="parameter"><code><a class="link" href nm_connection_get_setting_connection (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.43.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1999,7 +1999,7 @@ nm_connection_get_setting_connection (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.43.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-connection.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2011,7 +2011,7 @@ nm_connection_get_setting_connection (<em class="parameter"><code><a class="link nm_connection_get_setting_dcb (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.44.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-dcb.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2026,7 +2026,7 @@ nm_connection_get_setting_dcb (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.44.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-dcb.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> if the connection contains one, otherwise NULL. </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> @@ -2039,7 +2039,7 @@ nm_connection_get_setting_dcb (<em class="parameter"><code><a class="link" href= nm_connection_get_setting_generic (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.45.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-generic.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2054,7 +2054,7 @@ nm_connection_get_setting_generic (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.45.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-generic.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> if the connection contains one, otherwise NULL. </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> @@ -2067,7 +2067,7 @@ nm_connection_get_setting_generic (<em class="parameter"><code><a class="link" h nm_connection_get_setting_gsm (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.46.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-gsm.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2082,7 +2082,7 @@ nm_connection_get_setting_gsm (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.46.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-gsm.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2094,7 +2094,7 @@ nm_connection_get_setting_gsm (<em class="parameter"><code><a class="link" href= nm_connection_get_setting_infiniband (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.47.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-infiniband.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2109,7 +2109,7 @@ nm_connection_get_setting_infiniband (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.47.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-infiniband.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2121,7 +2121,7 @@ nm_connection_get_setting_infiniband (<em class="parameter"><code><a class="link nm_connection_get_setting_ip4_config (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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> <div class="refsect3"> -<a name="id-1.2.2.10.48.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-ip4-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2136,7 +2136,7 @@ nm_connection_get_setting_ip4_config (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.48.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-ip4-config.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2148,7 +2148,7 @@ nm_connection_get_setting_ip4_config (<em class="parameter"><code><a class="link nm_connection_get_setting_ip6_config (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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> <div class="refsect3"> -<a name="id-1.2.2.10.49.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-ip6-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2163,7 +2163,7 @@ nm_connection_get_setting_ip6_config (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.49.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-ip6-config.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2175,7 +2175,7 @@ nm_connection_get_setting_ip6_config (<em class="parameter"><code><a class="link nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.50.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-olpc-mesh.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2190,7 +2190,7 @@ nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.50.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-olpc-mesh.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2202,7 +2202,7 @@ nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a class="link" nm_connection_get_setting_ppp (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.51.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-ppp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2217,7 +2217,7 @@ nm_connection_get_setting_ppp (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.51.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-ppp.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2229,7 +2229,7 @@ nm_connection_get_setting_ppp (<em class="parameter"><code><a class="link" href= nm_connection_get_setting_pppoe (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.52.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-pppoe.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2244,7 +2244,7 @@ nm_connection_get_setting_pppoe (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.52.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-pppoe.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2256,7 +2256,7 @@ nm_connection_get_setting_pppoe (<em class="parameter"><code><a class="link" hre nm_connection_get_setting_serial (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.53.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-serial.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2271,7 +2271,7 @@ nm_connection_get_setting_serial (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.53.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-serial.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2283,7 +2283,7 @@ nm_connection_get_setting_serial (<em class="parameter"><code><a class="link" hr nm_connection_get_setting_vpn (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.54.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-vpn.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2298,7 +2298,7 @@ nm_connection_get_setting_vpn (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.54.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-vpn.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2310,7 +2310,7 @@ nm_connection_get_setting_vpn (<em class="parameter"><code><a class="link" href= nm_connection_get_setting_wimax (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.55.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-wimax.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2325,7 +2325,7 @@ nm_connection_get_setting_wimax (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.55.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-wimax.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2337,7 +2337,7 @@ nm_connection_get_setting_wimax (<em class="parameter"><code><a class="link" hre nm_connection_get_setting_adsl (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.56.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-adsl.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2352,7 +2352,7 @@ nm_connection_get_setting_adsl (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.56.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-adsl.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2364,7 +2364,7 @@ nm_connection_get_setting_adsl (<em class="parameter"><code><a class="link" href nm_connection_get_setting_wired (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.57.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-wired.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2379,7 +2379,7 @@ nm_connection_get_setting_wired (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.57.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-wired.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2391,7 +2391,7 @@ nm_connection_get_setting_wired (<em class="parameter"><code><a class="link" hre nm_connection_get_setting_wireless (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.58.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-wireless.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2406,7 +2406,7 @@ nm_connection_get_setting_wireless (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.58.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-wireless.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2419,7 +2419,7 @@ nm_connection_get_setting_wireless_security (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.59.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-wireless-security.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2434,7 +2434,7 @@ nm_connection_get_setting_wireless_security </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.59.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-wireless-security.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2446,7 +2446,7 @@ nm_connection_get_setting_wireless_security nm_connection_get_setting_vlan (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><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.2.2.10.60.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-vlan.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2461,7 +2461,7 @@ nm_connection_get_setting_vlan (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.60.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-vlan.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </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> @@ -2497,7 +2497,7 @@ nm_connection_get_setting_vlan (<em class="parameter"><code><a class="link" href <a name="NMConnectionError"></a><h3>enum NMConnectionError</h3> <p>Describes errors that may result from operations involving a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.2.11.6.4"></a><h4>Members</h4> +<a name="NMConnectionError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2593,7 +2593,7 @@ user_function (<a class="link" href="NMConnection.html" title="NMConnection"><sp (including secrets) of any setting of the connection is modified, or when settings are added or removed.</p> <div class="refsect3"> -<a name="id-1.2.2.13.2.5"></a><h4>Parameters</h4> +<a name="NMConnection-changed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2626,7 +2626,7 @@ user_function (<a class="link" href="NMConnection.html" title="NMConnection"><sp <p>The ::secrets-cleared signal is emitted when the secrets of a connection are cleared.</p> <div class="refsect3"> -<a name="id-1.2.2.13.3.5"></a><h4>Parameters</h4> +<a name="NMConnection-secrets-cleared.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2659,7 +2659,7 @@ user_function (<a class="link" href="NMConnection.html" title="NMConnection"><sp <p>The ::secrets-updated signal is emitted when the secrets of a setting have been changed.</p> <div class="refsect3"> -<a name="id-1.2.2.13.4.5"></a><h4>Parameters</h4> +<a name="NMConnection-secrets-updated.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2691,6 +2691,6 @@ updated</p></td> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSetting.html b/docs/libnm-util/html/NMSetting.html index 3ce89683..fe956fc8 100644 --- a/docs/libnm-util/html/NMSetting.html +++ b/docs/libnm-util/html/NMSetting.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMConnection.html" title="NMConnection"> <link rel="next" href="NMSettingConnection.html" title="NMSettingConnection"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -50,22 +50,6 @@ </td> </tr> <tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-SERIALIZE:CAPS" title="NM_SETTING_PARAM_SERIALIZE">NM_SETTING_PARAM_SERIALIZE</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS" title="NM_SETTING_PARAM_REQUIRED">NM_SETTING_PARAM_REQUIRED</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS" title="NM_SETTING_PARAM_SECRET">NM_SETTING_PARAM_SECRET</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS" title="NM_SETTING_PARAM_FUZZY_IGNORE">NM_SETTING_PARAM_FUZZY_IGNORE</a></td> -</tr> -<tr> <td class="function_type"> <span class="returnvalue">gboolean</span> </td> @@ -244,6 +228,22 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-SERIALIZE:CAPS" title="NM_SETTING_PARAM_SERIALIZE">NM_SETTING_PARAM_SERIALIZE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS" title="NM_SETTING_PARAM_REQUIRED">NM_SETTING_PARAM_REQUIRED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS" title="NM_SETTING_PARAM_SECRET">NM_SETTING_PARAM_SECRET</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS" title="NM_SETTING_PARAM_FUZZY_IGNORE">NM_SETTING_PARAM_FUZZY_IGNORE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-NAME:CAPS" title="NM_SETTING_NAME">NM_SETTING_NAME</a></td> </tr> <tr> @@ -329,36 +329,12 @@ of properties and allowed values.</p> nm_setting_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.3.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for NMSetting errors.</p> </div> </div> <hr> <div class="refsect2"> -<a name="NM-SETTING-PARAM-SERIALIZE:CAPS"></a><h3>NM_SETTING_PARAM_SERIALIZE</h3> -<pre class="programlisting">#define NM_SETTING_PARAM_SERIALIZE (1 << (0 + G_PARAM_USER_SHIFT)) -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="NM-SETTING-PARAM-REQUIRED:CAPS"></a><h3>NM_SETTING_PARAM_REQUIRED</h3> -<pre class="programlisting">#define NM_SETTING_PARAM_REQUIRED (1 << (1 + G_PARAM_USER_SHIFT)) -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="NM-SETTING-PARAM-SECRET:CAPS"></a><h3>NM_SETTING_PARAM_SECRET</h3> -<pre class="programlisting">#define NM_SETTING_PARAM_SECRET (1 << (2 + G_PARAM_USER_SHIFT)) -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"></a><h3>NM_SETTING_PARAM_FUZZY_IGNORE</h3> -<pre class="programlisting">#define NM_SETTING_PARAM_FUZZY_IGNORE (1 << (3 + G_PARAM_USER_SHIFT)) -</pre> -</div> -<hr> -<div class="refsect2"> <a name="NMSettingClearSecretsWithFlagsFn"></a><h3>NMSettingClearSecretsWithFlagsFn ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> <span class="c_punctuation">(</span>*NMSettingClearSecretsWithFlagsFn<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>, @@ -366,7 +342,7 @@ nm_setting_error_quark (<em class="parameter"><code><span class="type">void</spa <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> flags</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.3.9.7.4"></a><h4>Parameters</h4> +<a name="NMSettingClearSecretsWithFlagsFn.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -398,7 +374,7 @@ nm_setting_error_quark (<em class="parameter"><code><span class="type">void</spa </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.7.5"></a><h4>Returns</h4> +<a name="NMSettingClearSecretsWithFlagsFn.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> to clear the secret, <code class="literal">FALSE</code> to not clear the secret</p> </div> </div> @@ -412,7 +388,7 @@ nm_setting_error_quark (<em class="parameter"><code><span class="type">void</spa <em class="parameter"><code><span class="type">GParamFlags</span> flags</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.3.9.8.4"></a><h4>Parameters</h4> +<a name="NMSettingValueIterFn.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -460,7 +436,7 @@ nm_setting_to_hash (<em class="parameter"><code><a class="link" href="NMSetting. name to a GValue describing that property, suitable for marshalling over D-Bus or serializing. The mapping is string to GValue.</p> <div class="refsect3"> -<a name="id-1.2.3.9.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-to-hash.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -482,7 +458,7 @@ D-Bus or serializing. The mapping is string to GValue.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.9.6"></a><h4>Returns</h4> +<a name="nm-setting-to-hash.returns"></a><h4>Returns</h4> <p> a new <span class="type">GHashTable</span> describing the setting's properties. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8 GObject.Value]</span></p> @@ -501,7 +477,7 @@ are strongly typed, thus the GValue type of the hash value must be correct. See the documentation on each <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object subclass for the correct property names and value types.</p> <div class="refsect3"> -<a name="id-1.2.3.9.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-new-from-hash.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -524,7 +500,7 @@ string to GValue mapping of properties that apply to the setting. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.10.6"></a><h4>Returns</h4> +<a name="nm-setting-new-from-hash.returns"></a><h4>Returns</h4> <p> a new <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object populated with the properties from the hash table, or <code class="literal">NULL</code> on failure</p> </div> @@ -536,7 +512,7 @@ hash table, or <code class="literal">NULL</code> on failure</p> nm_setting_duplicate (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);</pre> <p>Duplicates a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.3.9.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-duplicate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -551,7 +527,7 @@ nm_setting_duplicate (<em class="parameter"><code><a class="link" href="NMSettin </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.11.6"></a><h4>Returns</h4> +<a name="nm-setting-duplicate.returns"></a><h4>Returns</h4> <p> a new <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> containing the same properties and values as the source <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</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> @@ -564,7 +540,7 @@ source <a class="link" href="NMSetting.html" title="NMSetting"><span class="type nm_setting_get_name (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);</pre> <p>Returns the type name of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object</p> <div class="refsect3"> -<a name="id-1.2.3.9.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-get-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -579,7 +555,7 @@ nm_setting_get_name (<em class="parameter"><code><a class="link" href="NMSetting </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.12.6"></a><h4>Returns</h4> +<a name="nm-setting-get-name.returns"></a><h4>Returns</h4> <p> a string containing the type name of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object, like 'ppp' or 'wireless' or 'wired'.</p> </div> @@ -597,7 +573,7 @@ some are dependent on other values (hence the need for <em class="parameter"><co returned <span class="type">GError</span> contains information about which property of the setting failed validation, and in what way that property failed validation.</p> <div class="refsect3"> -<a name="id-1.2.3.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-verify.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -626,7 +602,7 @@ came. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.13.6"></a><h4>Returns</h4> +<a name="nm-setting-verify.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the setting is valid, <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -641,7 +617,7 @@ nm_setting_compare (<em class="parameter"><code><a class="link" href="NMSetting. modified by a set of flags. See the documentation for <a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags"><span class="type">NMSettingCompareFlags</span></a> for a description of each flag's behavior.</p> <div class="refsect3"> -<a name="id-1.2.3.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-compare.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -668,7 +644,7 @@ for a description of each flag's behavior.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.14.6"></a><h4>Returns</h4> +<a name="nm-setting-compare.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the comparison succeeds, <code class="literal">FALSE</code> if it does not</p> </div> </div> @@ -688,7 +664,7 @@ of each setting that differ from the other are added to <em class="parameter"><c , mapped to one or more <a class="link" href="NMSetting.html#NMSettingDiffResult" title="enum NMSettingDiffResult"><span class="type">NMSettingDiffResult</span></a> values.</p> <div class="refsect3"> -<a name="id-1.2.3.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-diff.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -730,7 +706,7 @@ in and the settings differ, a new one is created and returned. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.15.6"></a><h4>Returns</h4> +<a name="nm-setting-diff.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the settings contain the same values, <code class="literal">FALSE</code> if they do not</p> </div> </div> @@ -744,7 +720,7 @@ nm_setting_enumerate_values (<em class="parameter"><code><a class="link" href="N <p>Iterates over each property of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object, calling the supplied user function for each property.</p> <div class="refsect3"> -<a name="id-1.2.3.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-enumerate-values.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -781,7 +757,7 @@ nm_setting_to_string (<em class="parameter"><code><a class="link" href="NMSettin be used for serialization of the setting, or machine-parsed in any way. The output format is not guaranteed to be stable and may change at any time.</p> <div class="refsect3"> -<a name="id-1.2.3.9.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-to-string.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -796,7 +772,7 @@ output format is not guaranteed to be stable and may change at any time.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.17.6"></a><h4>Returns</h4> +<a name="nm-setting-to-string.returns"></a><h4>Returns</h4> <p> an allocated string containing a textual representation of the setting's properties and values (including secrets!), which the caller should free with <code class="function">g_free()</code></p> @@ -811,7 +787,7 @@ nm_setting_clear_secrets (<em class="parameter"><code><a class="link" href="NMSe setting only when needed, and cleared immediately after use to prevent leakage of information.</p> <div class="refsect3"> -<a name="id-1.2.3.9.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-clear-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -836,7 +812,7 @@ nm_setting_clear_secrets_with_flags (<em class="parameter"><code><a class="link" <p>Clears and frees secrets determined by <em class="parameter"><code>func</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.3.9.19.5"></a><h4>Parameters</h4> +<a name="nm-setting-clear-secrets-with-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -875,7 +851,7 @@ to make a successful connection. The returned hints are only intended as a guide to what secrets may be required, because in some circumstances, there is no way to conclusively determine exactly which secrets are needed.</p> <div class="refsect3"> -<a name="id-1.2.3.9.20.5"></a><h4>Parameters</h4> +<a name="nm-setting-need-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -890,7 +866,7 @@ is no way to conclusively determine exactly which secrets are needed.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.20.6"></a><h4>Returns</h4> +<a name="nm-setting-need-secrets.returns"></a><h4>Returns</h4> <p> a <span class="type">GPtrArray</span> containing the property names of secrets of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> which may be required; the caller owns the array and must free it with <code class="function">g_ptr_array_free()</code>, but must not @@ -908,7 +884,7 @@ nm_setting_update_secrets (<em class="parameter"><code><a class="link" href="NMS <p>Update the setting's secrets, given a hash table of secrets intended for that setting (deserialized from D-Bus for example).</p> <div class="refsect3"> -<a name="id-1.2.3.9.21.5"></a><h4>Parameters</h4> +<a name="nm-setting-update-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -936,7 +912,7 @@ string to <span class="type">GValue</span> of setting property names and secrets </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.21.6"></a><h4>Returns</h4> +<a name="nm-setting-update-secrets.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the secrets were successfully updated, <code class="literal">FALSE</code> on failure to update one or more of the secrets.</p> </div> @@ -952,7 +928,7 @@ nm_setting_get_secret_flags (<em class="parameter"><code><a class="link" href="N <p>For a given secret, retrieves the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> describing how to handle that secret.</p> <div class="refsect3"> -<a name="id-1.2.3.9.22.5"></a><h4>Parameters</h4> +<a name="nm-setting-get-secret-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -984,7 +960,7 @@ handle that secret.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.22.6"></a><h4>Returns</h4> +<a name="nm-setting-get-secret-flags.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success (if the given secret name was a valid property of this setting, and if that property is secret), <code class="literal">FALSE</code> if not</p> </div> @@ -1000,7 +976,7 @@ nm_setting_set_secret_flags (<em class="parameter"><code><a class="link" href="N <p>For a given secret, stores the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> describing how to handle that secret.</p> <div class="refsect3"> -<a name="id-1.2.3.9.23.5"></a><h4>Parameters</h4> +<a name="nm-setting-set-secret-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1032,7 +1008,7 @@ handle that secret.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.23.6"></a><h4>Returns</h4> +<a name="nm-setting-set-secret-flags.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success (if the given secret name was a valid property of this setting, and if that property is secret), <code class="literal">FALSE</code> if not</p> </div> @@ -1045,7 +1021,7 @@ nm_setting_get_virtual_iface_name (<em class="parameter"><code><a class="link" h <p>Returns the name of the virtual kernel interface which the connection needs to use if specified in the settings.</p> <div class="refsect3"> -<a name="id-1.2.3.9.24.5"></a><h4>Parameters</h4> +<a name="nm-setting-get-virtual-iface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1060,7 +1036,7 @@ needs to use if specified in the settings.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.24.6"></a><h4>Returns</h4> +<a name="nm-setting-get-virtual-iface-name.returns"></a><h4>Returns</h4> <p> Name of the virtual interface or <code class="literal">NULL</code> if the setting does not support this feature</p> </div> @@ -1072,7 +1048,7 @@ support this feature</p> <a name="NMSettingError"></a><h3>enum NMSettingError</h3> <p>Describes errors that may result from operations involving a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.3.10.2.4"></a><h4>Members</h4> +<a name="NMSettingError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1124,6 +1100,30 @@ support this feature</p> </div> <hr> <div class="refsect2"> +<a name="NM-SETTING-PARAM-SERIALIZE:CAPS"></a><h3>NM_SETTING_PARAM_SERIALIZE</h3> +<pre class="programlisting">#define NM_SETTING_PARAM_SERIALIZE (1 << (0 + G_PARAM_USER_SHIFT)) +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="NM-SETTING-PARAM-REQUIRED:CAPS"></a><h3>NM_SETTING_PARAM_REQUIRED</h3> +<pre class="programlisting">#define NM_SETTING_PARAM_REQUIRED (1 << (1 + G_PARAM_USER_SHIFT)) +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="NM-SETTING-PARAM-SECRET:CAPS"></a><h3>NM_SETTING_PARAM_SECRET</h3> +<pre class="programlisting">#define NM_SETTING_PARAM_SECRET (1 << (2 + G_PARAM_USER_SHIFT)) +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"></a><h3>NM_SETTING_PARAM_FUZZY_IGNORE</h3> +<pre class="programlisting">#define NM_SETTING_PARAM_FUZZY_IGNORE (1 << (3 + G_PARAM_USER_SHIFT)) +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-SETTING-NAME:CAPS"></a><h3>NM_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_NAME "name" </pre> @@ -1135,7 +1135,7 @@ support this feature</p> secret has a corresponding set of these flags which indicate how the secret is to be stored and/or requested when it is needed.</p> <div class="refsect3"> -<a name="id-1.2.3.10.5.4"></a><h4>Members</h4> +<a name="NMSettingSecretFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1188,7 +1188,7 @@ secret is not required</p> <p>These flags modify the comparison behavior when comparing two settings or two connections.</p> <div class="refsect3"> -<a name="id-1.2.3.10.6.4"></a><h4>Members</h4> +<a name="NMSettingCompareFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1295,7 +1295,7 @@ It should only be accessed through the functions described below.</p> <p>These flags determine which properties are added to the resulting hash when calling <a class="link" href="NMSetting.html#nm-setting-to-hash" title="nm_setting_to_hash ()"><code class="function">nm_setting_to_hash()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.3.10.8.4"></a><h4>Members</h4> +<a name="NMSettingHashFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1333,7 +1333,7 @@ when calling <a class="link" href="NMSetting.html#nm-setting-to-hash" title="nm_ <a name="NMSettingDiffResult"></a><h3>enum NMSettingDiffResult</h3> <p>These values indicate the result of a setting difference operation.</p> <div class="refsect3"> -<a name="id-1.2.3.10.9.4"></a><h4>Members</h4> +<a name="NMSettingDiffResult.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1399,6 +1399,6 @@ example "ppp" or "wireless" or "wired".</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSetting8021x.html b/docs/libnm-util/html/NMSetting8021x.html index 05d9516c..6713ef28 100644 --- a/docs/libnm-util/html/NMSetting8021x.html +++ b/docs/libnm-util/html/NMSetting8021x.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingDcb.html" title="NMSettingDcb"> <link rel="next" href="NMSettingIP4Config.html" title="NMSettingIP4Config"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -966,7 +966,7 @@ following books.</p> nm_setting_802_1x_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.24.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> errors.</p> </div> </div> @@ -977,7 +977,7 @@ nm_setting_802_1x_error_quark (<em class="parameter"><code><span class="type">vo nm_setting_802_1x_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.24.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> object</p> </div> </div> @@ -992,7 +992,7 @@ network. Generally only one EAP method is used. Use the functions and <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-remove-eap-method" title="nm_setting_802_1x_remove_eap_method ()"><code class="function">nm_setting_802_1x_remove_eap_method()</code></a> for adding, removing, and retrieving allowed EAP methods.</p> <div class="refsect3"> -<a name="id-1.2.24.9.4.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-num-eap-methods.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1007,7 +1007,7 @@ allowed EAP methods.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.4.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-num-eap-methods.returns"></a><h4>Returns</h4> <p> the number of allowed EAP methods</p> </div> </div> @@ -1020,7 +1020,7 @@ nm_setting_802_1x_get_eap_method (<em class="parameter"><code><a class="link" hr <p>Returns the name of the allowed EAP method at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.24.9.5.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-eap-method.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1042,7 +1042,7 @@ nm_setting_802_1x_get_eap_method (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.5.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-eap-method.returns"></a><h4>Returns</h4> <p> the name of the allowed EAP method at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1057,7 +1057,7 @@ nm_setting_802_1x_add_eap_method (<em class="parameter"><code><a class="link" hr EAP method has been added. See <a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title="The “eap” property"><span class="type">“eap”</span></a> property for a list of allowed EAP methods.</p> <div class="refsect3"> -<a name="id-1.2.24.9.6.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-add-eap-method.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1079,7 +1079,7 @@ allowed EAP methods.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.6.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-add-eap-method.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the EAP method was successfully added, <code class="literal">FALSE</code> if it was not a valid method or if it was already allowed.</p> </div> @@ -1092,7 +1092,7 @@ nm_setting_802_1x_remove_eap_method (<em class="parameter"><code><a class="link" <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <p>Removes the allowed EAP method at the specified index.</p> <div class="refsect3"> -<a name="id-1.2.24.9.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-eap-method.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1124,7 +1124,7 @@ nm_setting_802_1x_remove_eap_method_by_value <p>Removes the allowed EAP method <em class="parameter"><code>method</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.24.9.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-eap-method-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1146,7 +1146,7 @@ nm_setting_802_1x_remove_eap_method_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.8.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-remove-eap-method-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the EAP method was founs and removed, <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -1158,7 +1158,7 @@ nm_setting_802_1x_remove_eap_method_by_value nm_setting_802_1x_clear_eap_methods (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Clears all allowed EAP methods.</p> <div class="refsect3"> -<a name="id-1.2.24.9.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-clear-eap-methods.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1181,7 +1181,7 @@ nm_setting_802_1x_get_identity (<em class="parameter"><code><a class="link" href <p>Returns the identifier used by some EAP methods (like TLS) to authenticate the user. Often this is a username or login name.</p> <div class="refsect3"> -<a name="id-1.2.24.9.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-identity.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1196,7 +1196,7 @@ authenticate the user. Often this is a username or login name.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.10.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-identity.returns"></a><h4>Returns</h4> <p> the user identifier</p> </div> </div> @@ -1211,7 +1211,7 @@ authenticate the user in the outer unencrypted "phase 1" authentication. The inner "phase 2" authentication will use the <a class="link" href="NMSetting8021x.html#NMSetting8021x--identity" title="The “identity” property"><span class="type">“identity”</span></a> in a secure form, if applicable for that EAP method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-anonymous-identity.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1226,7 +1226,7 @@ a secure form, if applicable for that EAP method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.11.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-anonymous-identity.returns"></a><h4>Returns</h4> <p> the anonymous identifier</p> </div> </div> @@ -1237,7 +1237,7 @@ a secure form, if applicable for that EAP method.</p> nm_setting_802_1x_get_pac_file (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Returns the file containing PAC credentials used by EAP-FAST method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-pac-file.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1252,7 +1252,7 @@ nm_setting_802_1x_get_pac_file (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.12.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-pac-file.returns"></a><h4>Returns</h4> <p> the PAC file</p> </div> </div> @@ -1268,7 +1268,7 @@ properties are ignored if the <a class="link" href="NMSetting8021x.html#NMSettin compile time (using the --system-ca-path configure option) is used in place of these properties.</p> <div class="refsect3"> -<a name="id-1.2.24.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-system-ca-certs.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1283,7 +1283,7 @@ of these properties.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.13.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-system-ca-certs.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if a system CA certificate path should be used, <code class="literal">FALSE</code> if not</p> </div> </div> @@ -1298,7 +1298,7 @@ which the supplicant can then add to the verification chain. This may be used in addition to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-cert" title="The “ca-cert” property"><span class="type">“ca-cert”</span></a> property to add more CA certificates for verifying the network to client.</p> <div class="refsect3"> -<a name="id-1.2.24.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-ca-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1313,7 +1313,7 @@ certificates for verifying the network to client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.14.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-ca-path.returns"></a><h4>Returns</h4> <p> the CA certificate directory path</p> </div> </div> @@ -1328,7 +1328,7 @@ certificates which the supplicant can then add to the verification chain. This may be used in addition to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-cert" title="The “phase2-ca-cert” property"><span class="type">“phase2-ca-cert”</span></a> property to add more CA certificates for verifying the network to client.</p> <div class="refsect3"> -<a name="id-1.2.24.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-ca-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1343,7 +1343,7 @@ to add more CA certificates for verifying the network to client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.15.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-ca-path.returns"></a><h4>Returns</h4> <p> the "phase 2" CA certificate directory path</p> </div> </div> @@ -1356,7 +1356,7 @@ nm_setting_802_1x_get_ca_cert_scheme (<em class="parameter"><code><a class="link is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob" title="nm_setting_802_1x_get_ca_cert_blob ()"><code class="function">nm_setting_802_1x_get_ca_cert_blob()</code></a>; if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path" title="nm_setting_802_1x_get_ca_cert_path ()"><code class="function">nm_setting_802_1x_get_ca_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.24.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-ca-cert-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1371,7 +1371,7 @@ if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CA </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.16.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-ca-cert-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the CA certificate (blob or path)</p> </div> </div> @@ -1387,7 +1387,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.2.24.9.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-ca-cert-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1402,7 +1402,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.17.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-ca-cert-blob.returns"></a><h4>Returns</h4> <p> the CA certificate data</p> </div> </div> @@ -1418,7 +1418,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.2.24.9.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-ca-cert-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1433,7 +1433,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.18.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-ca-cert-path.returns"></a><h4>Returns</h4> <p> path to the CA certificate file</p> </div> </div> @@ -1451,7 +1451,7 @@ with the raw certificate data if using the <a class="link" href="NMSetting8021x. scheme, or with the path to the certificate file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a> scheme.</p> <div class="refsect3"> -<a name="id-1.2.24.9.19.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-ca-cert.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1493,7 +1493,7 @@ clears the CA certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.19.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-ca-cert.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -1503,7 +1503,7 @@ clears the CA certificate.</p></td> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_subject_match (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.20.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-subject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1518,7 +1518,7 @@ nm_setting_802_1x_get_subject_match (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.20.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-subject-match.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting8021x.html#NMSetting8021x--subject-match" title="The “subject-match” property"><span class="type">“subject-match”</span></a> property. This is the substring to be matched against the subject of the authentication server certificate, or <code class="literal">NULL</code> no subject verification is to be @@ -1534,7 +1534,7 @@ nm_setting_802_1x_get_num_altsubject_matches <p>Returns the number of entries in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--altsubject-matches" title="The “altsubject-matches” property"><span class="type">“altsubject-matches”</span></a> property of this setting.</p> <div class="refsect3"> -<a name="id-1.2.24.9.21.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-num-altsubject-matches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1549,7 +1549,7 @@ nm_setting_802_1x_get_num_altsubject_matches </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.21.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-num-altsubject-matches.returns"></a><h4>Returns</h4> <p> the number of altsubject-matches entries.</p> </div> </div> @@ -1563,7 +1563,7 @@ nm_setting_802_1x_get_altsubject_match <p>Returns the altSubjectName match at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.24.9.22.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1585,7 +1585,7 @@ nm_setting_802_1x_get_altsubject_match </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.22.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-altsubject-match.returns"></a><h4>Returns</h4> <p> the altSubjectName match at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1601,7 +1601,7 @@ nm_setting_802_1x_add_altsubject_match match is added, the altSubjectName of the remote authentication server is not verified.</p> <div class="refsect3"> -<a name="id-1.2.24.9.23.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-add-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1623,7 +1623,7 @@ server is not verified.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.23.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-add-altsubject-match.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the alternative subject name match was successfully added, <code class="literal">FALSE</code> if it was already allowed.</p> </div> @@ -1637,7 +1637,7 @@ nm_setting_802_1x_remove_altsubject_match <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <p>Removes the allowed altSubjectName at the specified index.</p> <div class="refsect3"> -<a name="id-1.2.24.9.24.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1669,7 +1669,7 @@ nm_setting_802_1x_remove_altsubject_match_by_value <p>Removes the allowed altSubjectName <em class="parameter"><code>altsubject_match</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.24.9.25.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-altsubject-match-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1691,7 +1691,7 @@ nm_setting_802_1x_remove_altsubject_match_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.25.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-remove-altsubject-match-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the alternative subject name match was found and removed, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -1705,7 +1705,7 @@ nm_setting_802_1x_clear_altsubject_matches (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Clears all altSubjectName matches.</p> <div class="refsect3"> -<a name="id-1.2.24.9.26.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-clear-altsubject-matches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1730,7 +1730,7 @@ nm_setting_802_1x_get_client_cert_scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob" title="nm_setting_802_1x_get_client_cert_blob ()"><code class="function">nm_setting_802_1x_get_client_cert_blob()</code></a>; if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.24.9.27.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-client-cert-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1745,7 +1745,7 @@ if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CA </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.27.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-client-cert-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the client certificate (blob or path)</p> </div> </div> @@ -1759,7 +1759,7 @@ nm_setting_802_1x_get_client_cert_blob when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.28.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-client-cert-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1774,7 +1774,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.28.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-client-cert-blob.returns"></a><h4>Returns</h4> <p> the client certificate data</p> </div> </div> @@ -1788,7 +1788,7 @@ nm_setting_802_1x_get_client_cert_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.29.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-client-cert-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1803,7 +1803,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.29.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-client-cert-path.returns"></a><h4>Returns</h4> <p> path to the client certificate file</p> </div> </div> @@ -1824,7 +1824,7 @@ file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.30.6"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-client-cert.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1867,7 +1867,7 @@ clears the client certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.30.7"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-client-cert.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -1877,7 +1877,7 @@ clears the client certificate.</p></td> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_phase1_peapver (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.31.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase1-peapver.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1892,7 +1892,7 @@ nm_setting_802_1x_get_phase1_peapver (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.31.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase1-peapver.returns"></a><h4>Returns</h4> <p> the "phase 1" PEAP version to be used when authenticating with EAP-PEAP as contained in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-peapver" title="The “phase1-peapver” property"><span class="type">“phase1-peapver”</span></a> property. Valid values are <code class="literal">NULL</code> (unset), "0" (PEAP version 0), and "1" (PEAP version 1).</p> @@ -1905,7 +1905,7 @@ values are <code class="literal">NULL</code> (unset), "0" (PEAP version 0), and nm_setting_802_1x_get_phase1_peaplabel (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.32.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase1-peaplabel.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1920,7 +1920,7 @@ nm_setting_802_1x_get_phase1_peaplabel </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.32.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase1-peaplabel.returns"></a><h4>Returns</h4> <p> whether the "phase 1" PEAP label is new-style or old-style, to be used when authenticating with EAP-PEAP, as contained in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-peaplabel" title="The “phase1-peaplabel” property"><span class="type">“phase1-peaplabel”</span></a> property. Valid values are <code class="literal">NULL</code> (unset), @@ -1935,7 +1935,7 @@ wpa_supplicant documentation for more details.</p> nm_setting_802_1x_get_phase1_fast_provisioning (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.33.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase1-fast-provisioning.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1950,7 +1950,7 @@ nm_setting_802_1x_get_phase1_fast_provisioning </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.33.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase1-fast-provisioning.returns"></a><h4>Returns</h4> <p> whether "phase 1" PEAP fast provisioning should be used, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-fast-provisioning" title="The “phase1-fast-provisioning” property"><span class="type">“phase1-fast-provisioning”</span></a> property. See the wpa_supplicant documentation for more details.</p> @@ -1962,7 +1962,7 @@ wpa_supplicant documentation for more details.</p> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_phase2_auth (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.34.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-auth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1977,7 +1977,7 @@ nm_setting_802_1x_get_phase2_auth (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.34.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-auth.returns"></a><h4>Returns</h4> <p> the "phase 2" non-EAP (ex MD5) allowed authentication method as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-auth" title="The “phase2-auth” property"><span class="type">“phase2-auth”</span></a> property.</p> </div> @@ -1988,7 +1988,7 @@ specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_phase2_autheap (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.35.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-autheap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2003,7 +2003,7 @@ nm_setting_802_1x_get_phase2_autheap (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.35.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-autheap.returns"></a><h4>Returns</h4> <p> the "phase 2" EAP-based (ex TLS) allowed authentication method as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-autheap" title="The “phase2-autheap” property"><span class="type">“phase2-autheap”</span></a> property.</p> </div> @@ -2019,7 +2019,7 @@ returned scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-C <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob" title="nm_setting_802_1x_get_ca_cert_blob ()"><code class="function">nm_setting_802_1x_get_ca_cert_blob()</code></a>; if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path" title="nm_setting_802_1x_get_ca_cert_path ()"><code class="function">nm_setting_802_1x_get_ca_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.24.9.36.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2034,7 +2034,7 @@ use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.36.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the "phase 2" CA certificate (blob or path)</p> </div> </div> @@ -2051,7 +2051,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.2.24.9.37.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2066,7 +2066,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.37.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-blob.returns"></a><h4>Returns</h4> <p> the "phase 2" CA certificate data</p> </div> </div> @@ -2083,7 +2083,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.2.24.9.38.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2098,7 +2098,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.38.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-path.returns"></a><h4>Returns</h4> <p> path to the "phase 2" CA certificate file</p> </div> </div> @@ -2116,7 +2116,7 @@ property with the raw certificate data if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a> scheme, or with the path to the certificate file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a> scheme.</p> <div class="refsect3"> -<a name="id-1.2.24.9.39.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-phase2-ca-cert.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2158,7 +2158,7 @@ clears the "phase2" CA certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.39.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-phase2-ca-cert.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -2169,7 +2169,7 @@ clears the "phase2" CA certificate.</p></td> nm_setting_802_1x_get_phase2_subject_match (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.40.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-subject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2184,7 +2184,7 @@ nm_setting_802_1x_get_phase2_subject_match </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.40.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-subject-match.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-subject-match" title="The “phase2-subject-match” property"><span class="type">“phase2-subject-match”</span></a> property. This is the substring to be matched against the subject of the "phase 2" authentication server certificate, or <code class="literal">NULL</code> no subject verification @@ -2200,7 +2200,7 @@ nm_setting_802_1x_get_num_phase2_altsubject_matches <p>Returns the number of entries in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-altsubject-matches" title="The “phase2-altsubject-matches” property"><span class="type">“phase2-altsubject-matches”</span></a> property of this setting.</p> <div class="refsect3"> -<a name="id-1.2.24.9.41.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-num-phase2-altsubject-matches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2215,7 +2215,7 @@ nm_setting_802_1x_get_num_phase2_altsubject_matches </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.41.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-num-phase2-altsubject-matches.returns"></a><h4>Returns</h4> <p> the number of phase2-altsubject-matches entries.</p> </div> </div> @@ -2229,7 +2229,7 @@ nm_setting_802_1x_get_phase2_altsubject_match <p>Returns the "phase 2" altSubjectName match at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.24.9.42.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2251,7 +2251,7 @@ nm_setting_802_1x_get_phase2_altsubject_match </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.42.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-altsubject-match.returns"></a><h4>Returns</h4> <p> the "phase 2" altSubjectName match at index <em class="parameter"><code>i</code></em> </p> </div> @@ -2267,7 +2267,7 @@ nm_setting_802_1x_add_phase2_altsubject_match at least one match is added, the altSubjectName of the "phase 2" remote authentication server is not verified.</p> <div class="refsect3"> -<a name="id-1.2.24.9.43.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-add-phase2-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2290,7 +2290,7 @@ connection</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.43.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-add-phase2-altsubject-match.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the "phase 2" alternative subject name match was successfully added, <code class="literal">FALSE</code> if it was already allowed.</p> </div> @@ -2304,7 +2304,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <p>Removes the allowed "phase 2" altSubjectName at the specified index.</p> <div class="refsect3"> -<a name="id-1.2.24.9.44.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-phase2-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2336,7 +2336,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match_by_value <p>Removes the allowed "phase 2" altSubjectName <em class="parameter"><code>phase2_altsubject_match</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.24.9.45.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-phase2-altsubject-match-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2358,7 +2358,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.45.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-remove-phase2-altsubject-match-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the alternative subject name match for "phase 2" was found and removed, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -2372,7 +2372,7 @@ nm_setting_802_1x_clear_phase2_altsubject_matches (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Clears all "phase 2" altSubjectName matches.</p> <div class="refsect3"> -<a name="id-1.2.24.9.46.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-clear-phase2-altsubject-matches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2399,7 +2399,7 @@ returned scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-C <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.24.9.47.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2414,7 +2414,7 @@ returned scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-C </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.47.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the "phase 2" client certificate (blob or path)</p> </div> </div> @@ -2428,7 +2428,7 @@ nm_setting_802_1x_get_phase2_client_cert_blob when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.48.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2443,7 +2443,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.48.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-blob.returns"></a><h4>Returns</h4> <p> the "phase 2" client certificate data</p> </div> </div> @@ -2457,7 +2457,7 @@ nm_setting_802_1x_get_phase2_client_cert_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.49.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2472,7 +2472,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.49.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-path.returns"></a><h4>Returns</h4> <p> path to the "phase 2" client certificate file</p> </div> </div> @@ -2494,7 +2494,7 @@ file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.50.6"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-phase2-client-cert.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2537,7 +2537,7 @@ clears the "phase2" client certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.50.7"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-phase2-client-cert.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -2547,7 +2547,7 @@ clears the "phase2" client certificate.</p></td> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_password (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.51.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2562,7 +2562,7 @@ nm_setting_802_1x_get_password (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.51.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-password.returns"></a><h4>Returns</h4> <p> the password used by the authentication method, if any, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title="The “password” property"><span class="type">“password”</span></a> property</p> </div> @@ -2573,7 +2573,7 @@ by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_802_1x_get_password_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.52.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2588,7 +2588,7 @@ nm_setting_802_1x_get_password_flags (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.52.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -2598,7 +2598,7 @@ nm_setting_802_1x_get_password_flags (<em class="parameter"><code><a class="link <pre class="programlisting">const <span class="returnvalue">GByteArray</span> * nm_setting_802_1x_get_password_raw (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.53.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-password-raw.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2613,7 +2613,7 @@ nm_setting_802_1x_get_password_raw (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.53.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-password-raw.returns"></a><h4>Returns</h4> <p> the password used by the authentication method as a UTF-8-encoded array of bytes, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password-raw" title="The “password-raw” property"><span class="type">“password-raw”</span></a> property</p> @@ -2626,7 +2626,7 @@ UTF-8-encoded array of bytes, as specified by the nm_setting_802_1x_get_password_raw_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.54.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-password-raw-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2641,7 +2641,7 @@ nm_setting_802_1x_get_password_raw_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.54.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-password-raw-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password-raw" title="The “password-raw” property"><span class="type">“password-raw”</span></a></p> </div> @@ -2652,7 +2652,7 @@ nm_setting_802_1x_get_password_raw_flags <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_pin (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.55.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-pin.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2667,7 +2667,7 @@ nm_setting_802_1x_get_pin (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.55.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-pin.returns"></a><h4>Returns</h4> <p> the PIN used by the authentication method, if any, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--pin" title="The “pin” property"><span class="type">“pin”</span></a> property</p> </div> @@ -2678,7 +2678,7 @@ by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--pin" title="The <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_802_1x_get_pin_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.56.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-pin-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2693,7 +2693,7 @@ nm_setting_802_1x_get_pin_flags (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.56.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-pin-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--pin" title="The “pin” property"><span class="type">“pin”</span></a></p> </div> @@ -2710,7 +2710,7 @@ nm_setting_802_1x_get_private_key_scheme <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.24.9.57.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2725,7 +2725,7 @@ nm_setting_802_1x_get_private_key_scheme </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.57.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the private key (blob or path)</p> </div> </div> @@ -2742,7 +2742,7 @@ authentication method.</p> unencrypted private key data may be readable by unprivileged users. Private keys should always be encrypted with a private key password.</p> <div class="refsect3"> -<a name="id-1.2.24.9.58.6"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2757,7 +2757,7 @@ keys should always be encrypted with a private key password.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.58.7"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-blob.returns"></a><h4>Returns</h4> <p> the private key data</p> </div> </div> @@ -2771,7 +2771,7 @@ nm_setting_802_1x_get_private_key_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.59.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2786,7 +2786,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.59.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-path.returns"></a><h4>Returns</h4> <p> path to the private key file</p> </div> </div> @@ -2824,7 +2824,7 @@ unencrypted private key data using the BLOB scheme may be readable by unprivileged users. Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data.</p> <div class="refsect3"> -<a name="id-1.2.24.9.60.8"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-private-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2873,7 +2873,7 @@ an error is returned.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.60.9"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-private-key.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -2884,7 +2884,7 @@ an error is returned.</p></td> nm_setting_802_1x_get_private_key_password (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.61.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2899,7 +2899,7 @@ nm_setting_802_1x_get_private_key_password </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.61.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-password.returns"></a><h4>Returns</h4> <p> the private key password used to decrypt the private key if previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-private-key" title="nm_setting_802_1x_set_private_key ()"><code class="function">nm_setting_802_1x_set_private_key()</code></a>, or the <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key-password" title="The “private-key-password” property"><span class="type">“private-key-password”</span></a> property.</p> @@ -2912,7 +2912,7 @@ previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x- nm_setting_802_1x_get_private_key_password_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.62.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2927,7 +2927,7 @@ nm_setting_802_1x_get_private_key_password_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.62.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key-password" title="The “private-key-password” property"><span class="type">“private-key-password”</span></a></p> </div> @@ -2939,7 +2939,7 @@ nm_setting_802_1x_get_private_key_password_flags nm_setting_802_1x_get_private_key_format (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.63.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-format.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2954,7 +2954,7 @@ nm_setting_802_1x_get_private_key_format </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.63.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-format.returns"></a><h4>Returns</h4> <p> the data format of the private key data stored in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key" title="The “private-key” property"><span class="type">“private-key”</span></a> property</p> </div> @@ -2971,7 +2971,7 @@ scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME- <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.24.9.64.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2986,7 +2986,7 @@ scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME- </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.64.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the "phase 2" private key (blob or path)</p> </div> </div> @@ -3003,7 +3003,7 @@ authentication method.</p> unencrypted private key data may be readable by unprivileged users. Private keys should always be encrypted with a private key password.</p> <div class="refsect3"> -<a name="id-1.2.24.9.65.6"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3018,7 +3018,7 @@ keys should always be encrypted with a private key password.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.65.7"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-blob.returns"></a><h4>Returns</h4> <p> the "phase 2" private key data</p> </div> </div> @@ -3032,7 +3032,7 @@ nm_setting_802_1x_get_phase2_private_key_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.66.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3047,7 +3047,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.66.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-path.returns"></a><h4>Returns</h4> <p> path to the "phase 2" private key file</p> </div> </div> @@ -3086,7 +3086,7 @@ thus unencrypted private key data using the BLOB scheme may be readable by unprivileged users. Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data.</p> <div class="refsect3"> -<a name="id-1.2.24.9.67.8"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-phase2-private-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3136,7 +3136,7 @@ an error is returned.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.67.9"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-phase2-private-key.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -3147,7 +3147,7 @@ an error is returned.</p></td> nm_setting_802_1x_get_phase2_private_key_password (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.68.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3162,7 +3162,7 @@ nm_setting_802_1x_get_phase2_private_key_password </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.68.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-password.returns"></a><h4>Returns</h4> <p> the private key password used to decrypt the private key if previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key" title="nm_setting_802_1x_set_phase2_private_key ()"><code class="function">nm_setting_802_1x_set_phase2_private_key()</code></a> or the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key-password" title="The “phase2-private-key-password” property"><span class="type">“phase2-private-key-password”</span></a> property.</p> @@ -3175,7 +3175,7 @@ previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x- nm_setting_802_1x_get_phase2_private_key_password_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.69.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3190,7 +3190,7 @@ nm_setting_802_1x_get_phase2_private_key_password_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.69.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key-password" title="The “phase2-private-key-password” property"><span class="type">“phase2-private-key-password”</span></a></p> </div> @@ -3202,7 +3202,7 @@ nm_setting_802_1x_get_phase2_private_key_password_flags nm_setting_802_1x_get_phase2_private_key_format (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.70.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-format.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3217,7 +3217,7 @@ nm_setting_802_1x_get_phase2_private_key_format </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.70.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-format.returns"></a><h4>Returns</h4> <p> the data format of the "phase 2" private key data stored in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key" title="The “phase2-private-key” property"><span class="type">“phase2-private-key”</span></a> property</p> </div> @@ -3230,7 +3230,7 @@ nm_setting_802_1x_get_phase2_private_key_format <p><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> values indicate the general type of a certificate or private key</p> <div class="refsect3"> -<a name="id-1.2.24.10.2.4"></a><h4>Members</h4> +<a name="NMSetting8021xCKFormat.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -3279,7 +3279,7 @@ and private key</p> stored in the setting properties, either as a blob of the item's data, or as a path to a certificate or private key file on the filesystem</p> <div class="refsect3"> -<a name="id-1.2.24.10.3.4"></a><h4>Members</h4> +<a name="NMSetting8021xCKScheme.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -3325,7 +3325,7 @@ to a file containing the certificate or key data</p> <div class="refsect2"> <a name="NMSetting8021xError"></a><h3>enum NMSetting8021xError</h3> <div class="refsect3"> -<a name="id-1.2.24.10.5.3"></a><h4>Members</h4> +<a name="NMSetting8021xError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -3963,6 +3963,6 @@ addition to any certificates specified by the <a class="link" href="NMSetting802 </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingAdsl.html b/docs/libnm-util/html/NMSettingAdsl.html index 165177b5..c05f9960 100644 --- a/docs/libnm-util/html/NMSettingAdsl.html +++ b/docs/libnm-util/html/NMSettingAdsl.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"> <link rel="next" href="NMSettingDcb.html" title="NMSettingDcb"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -261,7 +261,7 @@ properties of ADSL connections.</p> nm_setting_adsl_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.22.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> errors.</p> </div> </div> @@ -272,7 +272,7 @@ nm_setting_adsl_error_quark (<em class="parameter"><code><span class="type">void nm_setting_adsl_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.22.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> object</p> </div> </div> @@ -282,7 +282,7 @@ nm_setting_adsl_new (<em class="parameter"><code><span class="type">void</span>< <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_adsl_get_username (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.22.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-username.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -297,7 +297,7 @@ nm_setting_adsl_get_username (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.22.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-username.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--username" title="The “username” property"><span class="type">“username”</span></a> property of the setting</p> </div> </div> @@ -307,7 +307,7 @@ nm_setting_adsl_get_username (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_adsl_get_password (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.22.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -322,7 +322,7 @@ nm_setting_adsl_get_password (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.22.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-password.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--password" title="The “password” property"><span class="type">“password”</span></a> property of the setting</p> </div> </div> @@ -332,7 +332,7 @@ nm_setting_adsl_get_password (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_adsl_get_protocol (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.22.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-protocol.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -347,7 +347,7 @@ nm_setting_adsl_get_protocol (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.22.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-protocol.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--protocol" title="The “protocol” property"><span class="type">“protocol”</span></a> property of the setting</p> </div> </div> @@ -357,7 +357,7 @@ nm_setting_adsl_get_protocol (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_adsl_get_encapsulation (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.22.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-encapsulation.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -372,7 +372,7 @@ nm_setting_adsl_get_encapsulation (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.22.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-encapsulation.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--encapsulation" title="The “encapsulation” property"><span class="type">“encapsulation”</span></a> property of the setting</p> </div> </div> @@ -382,7 +382,7 @@ nm_setting_adsl_get_encapsulation (<em class="parameter"><code><a class="link" h <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_adsl_get_vpi (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.22.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-vpi.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -397,7 +397,7 @@ nm_setting_adsl_get_vpi (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.2.22.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-vpi.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--vpi" title="The “vpi” property"><span class="type">“vpi”</span></a> property of the setting</p> </div> </div> @@ -407,7 +407,7 @@ nm_setting_adsl_get_vpi (<em class="parameter"><code><a class="link" href="NMSet <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_adsl_get_vci (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.22.9.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-vci.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -422,7 +422,7 @@ nm_setting_adsl_get_vci (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.2.22.9.9.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-vci.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--vci" title="The “vci” property"><span class="type">“vci”</span></a> property of the setting</p> </div> </div> @@ -432,7 +432,7 @@ nm_setting_adsl_get_vci (<em class="parameter"><code><a class="link" href="NMSet <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.22.9.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -447,7 +447,7 @@ nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.22.9.10.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -463,7 +463,7 @@ nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" <div class="refsect2"> <a name="NMSettingAdslError"></a><h3>enum NMSettingAdslError</h3> <div class="refsect3"> -<a name="id-1.2.22.10.3.3"></a><h4>Members</h4> +<a name="NMSettingAdslError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -639,6 +639,6 @@ required</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingBluetooth.html b/docs/libnm-util/html/NMSettingBluetooth.html index b011f98f..8f6ca597 100644 --- a/docs/libnm-util/html/NMSettingBluetooth.html +++ b/docs/libnm-util/html/NMSettingBluetooth.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"> <link rel="next" href="NMSettingSerial.html" title="NMSettingSerial"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -166,7 +166,7 @@ Point (NAP) profiles.</p> nm_setting_bluetooth_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.8.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-bluetooth-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> errors.</p> </div> </div> @@ -177,7 +177,7 @@ nm_setting_bluetooth_error_quark (<em class="parameter"><code><span class="type" nm_setting_bluetooth_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.8.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-bluetooth-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</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> @@ -190,7 +190,7 @@ nm_setting_bluetooth_get_bdaddr (<em class="parameter"><code><a class="link" hre <p>Gets the Bluetooth address of the remote device which this setting describes a connection to.</p> <div class="refsect3"> -<a name="id-1.2.8.9.4.5"></a><h4>Parameters</h4> +<a name="nm-setting-bluetooth-get-bdaddr.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -205,7 +205,7 @@ describes a connection to.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.8.9.4.6"></a><h4>Returns</h4> +<a name="nm-setting-bluetooth-get-bdaddr.returns"></a><h4>Returns</h4> <p> the Bluetooth address</p> </div> </div> @@ -218,7 +218,7 @@ nm_setting_bluetooth_get_connection_type <p>Returns the connection method for communicating with the remote device (i.e. either DUN to a DUN-capable device or PANU to a NAP-capable device).</p> <div class="refsect3"> -<a name="id-1.2.8.9.5.5"></a><h4>Parameters</h4> +<a name="nm-setting-bluetooth-get-connection-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -233,7 +233,7 @@ either DUN to a DUN-capable device or PANU to a NAP-capable device).</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.8.9.5.6"></a><h4>Returns</h4> +<a name="nm-setting-bluetooth-get-connection-type.returns"></a><h4>Returns</h4> <p> the type, either <a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-PANU:CAPS" title="NM_SETTING_BLUETOOTH_TYPE_PANU"><code class="literal">NM_SETTING_BLUETOOTH_TYPE_PANU</code></a> or <a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-DUN:CAPS" title="NM_SETTING_BLUETOOTH_TYPE_DUN"><code class="literal">NM_SETTING_BLUETOOTH_TYPE_DUN</code></a></p> </div> @@ -250,7 +250,7 @@ either DUN to a DUN-capable device or PANU to a NAP-capable device).</p> <div class="refsect2"> <a name="NMSettingBluetoothError"></a><h3>enum NMSettingBluetoothError</h3> <div class="refsect3"> -<a name="id-1.2.8.10.3.3"></a><h4>Members</h4> +<a name="NMSettingBluetoothError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -348,6 +348,6 @@ Area Networking connections to devices supporting the NAP profile.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingBond.html b/docs/libnm-util/html/NMSettingBond.html index 8d0e4d48..3889dacd 100644 --- a/docs/libnm-util/html/NMSettingBond.html +++ b/docs/libnm-util/html/NMSettingBond.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingWimax.html" title="NMSettingWimax"> <link rel="next" href="NMSettingBridge.html" title="NMSettingBridge"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -269,7 +269,7 @@ necessary for bond connections.</p> nm_setting_bond_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.13.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-bond-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> errors.</p> </div> </div> @@ -280,7 +280,7 @@ nm_setting_bond_error_quark (<em class="parameter"><code><span class="type">void nm_setting_bond_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.13.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-bond-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</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> @@ -291,7 +291,7 @@ nm_setting_bond_new (<em class="parameter"><code><span class="type">void</span>< <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_bond_get_interface_name (<em class="parameter"><code><a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.13.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-interface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -306,7 +306,7 @@ nm_setting_bond_get_interface_name (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-interface-name.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBond.html#NMSettingBond--interface-name" title="The “interface-name” property"><span class="type">“interface-name”</span></a> property of the setting</p> </div> </div> @@ -319,7 +319,7 @@ nm_setting_bond_get_num_options (<em class="parameter"><code><a class="link" hre is activated. This can be used to retrieve each option individually using <a class="link" href="NMSettingBond.html#nm-setting-bond-get-option" title="nm_setting_bond_get_option ()"><code class="function">nm_setting_bond_get_option()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.13.9.5.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-num-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -334,7 +334,7 @@ using <a class="link" href="NMSettingBond.html#nm-setting-bond-get-option" title </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.5.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-num-options.returns"></a><h4>Returns</h4> <p> the number of bonding options</p> </div> </div> @@ -352,7 +352,7 @@ are *not* guaranteed to be static across modifications to options done by and should not be used to refer to options except for short periods of time such as during option iteration.</p> <div class="refsect3"> -<a name="id-1.2.13.9.6.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -387,7 +387,7 @@ option; this value is owned by the setting and should not be modified. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.6.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success if the index was valid and an option was found, <code class="literal">FALSE</code> if the index was invalid (ie, greater than the number of options currently held by the setting)</p> @@ -403,7 +403,7 @@ nm_setting_bond_get_option_by_name (<em class="parameter"><code><a class="link" <em class="parameter"><code>name</code></em> , if it exists.</p> <div class="refsect3"> -<a name="id-1.2.13.9.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-option-by-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -425,7 +425,7 @@ nm_setting_bond_get_option_by_name (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.7.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-option-by-name.returns"></a><h4>Returns</h4> <p> the value, or <code class="literal">NULL</code> if the key/value pair was never added to the setting; the value is owned by the setting and must not be modified</p> </div> @@ -444,7 +444,7 @@ that may already exist.</p> <p>The order of how to set several options is relevant because there are options that conflict with each other.</p> <div class="refsect3"> -<a name="id-1.2.13.9.8.6"></a><h4>Parameters</h4> +<a name="nm-setting-bond-add-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -471,7 +471,7 @@ that conflict with each other.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.8.7"></a><h4>Returns</h4> +<a name="nm-setting-bond-add-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the option was valid and was added to the internal option list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -486,7 +486,7 @@ nm_setting_bond_remove_option (<em class="parameter"><code><a class="link" href= from the internal option list.</p> <div class="refsect3"> -<a name="id-1.2.13.9.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-remove-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -508,7 +508,7 @@ list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.9.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-remove-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the option was found and removed from the internal option list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -526,7 +526,7 @@ the <em class="parameter"><code>name</code></em> . If <em class="parameter"><code>value</code></em> is <code class="literal">NULL</code>, the function only validates the option name.</p> <div class="refsect3"> -<a name="id-1.2.13.9.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-validate-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -548,7 +548,7 @@ the <em class="parameter"><code>name</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.10.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-validate-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code>, if the <em class="parameter"><code>value</code></em> is valid for the given name. If the <em class="parameter"><code>name</code></em> @@ -563,7 +563,7 @@ is not a valid option, <code class="literal">FALSE</code> will be returned.</p> nm_setting_bond_get_valid_options (<em class="parameter"><code><a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> *setting</code></em>);</pre> <p>Returns a list of valid bond options.</p> <div class="refsect3"> -<a name="id-1.2.13.9.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-valid-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -578,7 +578,7 @@ nm_setting_bond_get_valid_options (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.11.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-valid-options.returns"></a><h4>Returns</h4> <p> a <code class="literal">NULL</code>-terminated array of strings of valid bond options. </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> @@ -590,7 +590,7 @@ nm_setting_bond_get_valid_options (<em class="parameter"><code><a class="link" h nm_setting_bond_get_option_default (<em class="parameter"><code><a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> *setting</code></em>, <em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.13.9.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-option-default.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -612,7 +612,7 @@ nm_setting_bond_get_option_default (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.12.5"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-option-default.returns"></a><h4>Returns</h4> <p> the value of the bond option if not overridden by an entry in the <a class="link" href="NMSettingBond.html#NMSettingBond--options" title="The “options” property"><span class="type">“options”</span></a> property.</p> </div> @@ -629,7 +629,7 @@ the <a class="link" href="NMSettingBond.html#NMSettingBond--options" title="The <div class="refsect2"> <a name="NMSettingBondError"></a><h3>enum NMSettingBondError</h3> <div class="refsect3"> -<a name="id-1.2.13.10.3.3"></a><h4>Members</h4> +<a name="NMSettingBondError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -654,20 +654,24 @@ the <a class="link" href="NMSettingBond.html#NMSettingBond--options" title="The <tr> <td class="enum_member_name"><p><a name="NM-SETTING-BOND-ERROR-MISSING-PROPERTY:CAPS"></a>NM_SETTING_BOND_ERROR_MISSING_PROPERTY</p></td> <td class="enum_member_description"> -<p>the property was missing and is -required</p> +<p>the property was missing and is</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="NM-SETTING-BOND-ERROR-INVALID-OPTION:CAPS"></a>NM_SETTING_BOND_ERROR_INVALID_OPTION</p></td> -<td> </td> -<td> </td> +<td class="enum_member_description"> +<p>the option was invalid</p> +</td> +<td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="NM-SETTING-BOND-ERROR-MISSING-OPTION:CAPS"></a>NM_SETTING_BOND_ERROR_MISSING_OPTION</p></td> -<td> </td> -<td> </td> +<td class="enum_member_description"> +<p>the option was missing +required</p> +</td> +<td class="enum_member_annotations"> </td> </tr> </tbody> </table></div> @@ -803,6 +807,6 @@ must be strings. Option names must contain only alphanumeric characters </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingBridge.html b/docs/libnm-util/html/NMSettingBridge.html index 71cdd58f..a25a31ba 100644 --- a/docs/libnm-util/html/NMSettingBridge.html +++ b/docs/libnm-util/html/NMSettingBridge.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingBond.html" title="NMSettingBond"> <link rel="next" href="NMSettingBridgePort.html" title="NMSettingBridgePort"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -258,7 +258,7 @@ necessary for bridging connections.</p> nm_setting_bridge_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.14.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> errors.</p> </div> <p class="since">Since: 0.9.8</p> @@ -270,7 +270,7 @@ nm_setting_bridge_error_quark (<em class="parameter"><code><span class="type">vo nm_setting_bridge_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.14.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</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> @@ -282,7 +282,7 @@ nm_setting_bridge_new (<em class="parameter"><code><span class="type">void</span <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_bridge_get_interface_name (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-interface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -297,7 +297,7 @@ nm_setting_bridge_get_interface_name (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-interface-name.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--interface-name" title="The “interface-name” property"><span class="type">“interface-name”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -308,7 +308,7 @@ nm_setting_bridge_get_interface_name (<em class="parameter"><code><a class="link <pre class="programlisting">const <span class="returnvalue">GByteArray</span> * nm_setting_bridge_get_mac_address (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -323,7 +323,7 @@ nm_setting_bridge_get_mac_address (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -334,7 +334,7 @@ nm_setting_bridge_get_mac_address (<em class="parameter"><code><a class="link" h <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_bridge_get_stp (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-stp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -349,7 +349,7 @@ nm_setting_bridge_get_stp (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-stp.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--stp" title="The “stp” property"><span class="type">“stp”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -360,7 +360,7 @@ nm_setting_bridge_get_stp (<em class="parameter"><code><a class="link" href="NMS <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_get_priority (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -375,7 +375,7 @@ nm_setting_bridge_get_priority (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-priority.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--priority" title="The “priority” property"><span class="type">“priority”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -386,7 +386,7 @@ nm_setting_bridge_get_priority (<em class="parameter"><code><a class="link" href <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_get_forward_delay (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-forward-delay.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -401,7 +401,7 @@ nm_setting_bridge_get_forward_delay (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-forward-delay.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--forward-delay" title="The “forward-delay” property"><span class="type">“forward-delay”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -412,7 +412,7 @@ nm_setting_bridge_get_forward_delay (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_get_hello_time (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-hello-time.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -427,7 +427,7 @@ nm_setting_bridge_get_hello_time (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.9.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-hello-time.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--hello-time" title="The “hello-time” property"><span class="type">“hello-time”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -438,7 +438,7 @@ nm_setting_bridge_get_hello_time (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_get_max_age (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-max-age.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -453,7 +453,7 @@ nm_setting_bridge_get_max_age (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.10.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-max-age.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--max-age" title="The “max-age” property"><span class="type">“max-age”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -464,7 +464,7 @@ nm_setting_bridge_get_max_age (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_bridge_get_ageing_time (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-ageing-time.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -479,7 +479,7 @@ nm_setting_bridge_get_ageing_time (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.11.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-ageing-time.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--ageing-time" title="The “ageing-time” property"><span class="type">“ageing-time”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -496,7 +496,7 @@ nm_setting_bridge_get_ageing_time (<em class="parameter"><code><a class="link" h <div class="refsect2"> <a name="NMSettingBridgeError"></a><h3>enum NMSettingBridgeError</h3> <div class="refsect3"> -<a name="id-1.2.14.10.3.3"></a><h4>Members</h4> +<a name="NMSettingBridgeError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -670,6 +670,6 @@ bridge.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingBridgePort.html b/docs/libnm-util/html/NMSettingBridgePort.html index bc204181..48fce2eb 100644 --- a/docs/libnm-util/html/NMSettingBridgePort.html +++ b/docs/libnm-util/html/NMSettingBridgePort.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingBridge.html" title="NMSettingBridge"> <link rel="next" href="NMSettingTeam.html" title="NMSettingTeam"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -173,7 +173,7 @@ optional properties that apply to bridge ports.</p> nm_setting_bridge_port_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.15.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-port-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> errors.</p> </div> <p class="since">Since: 0.9.8</p> @@ -185,7 +185,7 @@ nm_setting_bridge_port_error_quark (<em class="parameter"><code><span class="typ nm_setting_bridge_port_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.15.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-port-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</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> @@ -197,7 +197,7 @@ nm_setting_bridge_port_new (<em class="parameter"><code><span class="type">void< <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_port_get_priority (<em class="parameter"><code><a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.15.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-port-get-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -212,7 +212,7 @@ nm_setting_bridge_port_get_priority (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.15.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-port-get-priority.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridgePort.html#NMSettingBridgePort--priority" title="The “priority” property"><span class="type">“priority”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -223,7 +223,7 @@ nm_setting_bridge_port_get_priority (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_port_get_path_cost (<em class="parameter"><code><a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.15.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-port-get-path-cost.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -238,7 +238,7 @@ nm_setting_bridge_port_get_path_cost (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.15.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-port-get-path-cost.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridgePort.html#NMSettingBridgePort--path-cost" title="The “path-cost” property"><span class="type">“path-cost”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -250,7 +250,7 @@ nm_setting_bridge_port_get_path_cost (<em class="parameter"><code><a class="link nm_setting_bridge_port_get_hairpin_mode (<em class="parameter"><code><a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.15.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-port-get-hairpin-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -265,7 +265,7 @@ nm_setting_bridge_port_get_hairpin_mode </table></div> </div> <div class="refsect3"> -<a name="id-1.2.15.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-port-get-hairpin-mode.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridgePort.html#NMSettingBridgePort--hairpin-mode" title="The “hairpin-mode” property"><span class="type">“hairpin-mode”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -282,7 +282,7 @@ nm_setting_bridge_port_get_hairpin_mode <div class="refsect2"> <a name="NMSettingBridgePortError"></a><h3>enum NMSettingBridgePortError</h3> <div class="refsect3"> -<a name="id-1.2.15.10.3.3"></a><h4>Members</h4> +<a name="NMSettingBridgePortError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -377,6 +377,6 @@ port.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingCdma.html b/docs/libnm-util/html/NMSettingCdma.html index 43980d9d..cee12173 100644 --- a/docs/libnm-util/html/NMSettingCdma.html +++ b/docs/libnm-util/html/NMSettingCdma.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingSerial.html" title="NMSettingSerial"> <link rel="next" href="NMSettingGsm.html" title="NMSettingGsm"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -191,7 +191,7 @@ networks, including those using CDMA2000/EVDO technology.</p> nm_setting_cdma_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.10.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> errors.</p> </div> </div> @@ -202,7 +202,7 @@ nm_setting_cdma_error_quark (<em class="parameter"><code><span class="type">void nm_setting_cdma_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.10.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> object</p> </div> </div> @@ -212,7 +212,7 @@ nm_setting_cdma_new (<em class="parameter"><code><span class="type">void</span>< <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_cdma_get_number (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.10.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-cdma-get-number.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -227,7 +227,7 @@ nm_setting_cdma_get_number (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.10.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-get-number.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingCdma.html#NMSettingCdma--number" title="The “number” property"><span class="type">“number”</span></a> property of the setting</p> </div> </div> @@ -237,7 +237,7 @@ nm_setting_cdma_get_number (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_cdma_get_username (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.10.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-cdma-get-username.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -252,7 +252,7 @@ nm_setting_cdma_get_username (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.10.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-get-username.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingCdma.html#NMSettingCdma--username" title="The “username” property"><span class="type">“username”</span></a> property of the setting</p> </div> </div> @@ -262,7 +262,7 @@ nm_setting_cdma_get_username (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_cdma_get_password (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.10.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-cdma-get-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -277,7 +277,7 @@ nm_setting_cdma_get_password (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.10.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-get-password.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingCdma.html#NMSettingCdma--password" title="The “password” property"><span class="type">“password”</span></a> property of the setting</p> </div> </div> @@ -287,7 +287,7 @@ nm_setting_cdma_get_password (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_cdma_get_password_flags (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.10.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-cdma-get-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -302,7 +302,7 @@ nm_setting_cdma_get_password_flags (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.10.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-get-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingCdma.html#NMSettingCdma--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -318,7 +318,7 @@ nm_setting_cdma_get_password_flags (<em class="parameter"><code><a class="link" <div class="refsect2"> <a name="NMSettingCdmaError"></a><h3>enum NMSettingCdmaError</h3> <div class="refsect3"> -<a name="id-1.2.10.10.3.3"></a><h4>Members</h4> +<a name="NMSettingCdmaError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -434,6 +434,6 @@ username is required, it is specified here.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingConnection.html b/docs/libnm-util/html/NMSettingConnection.html index ba73eb00..f1dd93b7 100644 --- a/docs/libnm-util/html/NMSettingConnection.html +++ b/docs/libnm-util/html/NMSettingConnection.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSetting.html" title="NMSetting"> <link rel="next" href="NMSettingWired.html" title="NMSettingWired"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -430,7 +430,7 @@ a <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><s nm_setting_connection_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.4.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> errors.</p> </div> </div> @@ -441,7 +441,7 @@ nm_setting_connection_error_quark (<em class="parameter"><code><span class="type nm_setting_connection_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.4.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object</p> </div> </div> @@ -452,7 +452,7 @@ nm_setting_connection_new (<em class="parameter"><code><span class="type">void</ nm_setting_connection_get_id (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--id" title="The “id” property"><span class="type">“id”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.4.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -467,7 +467,7 @@ nm_setting_connection_get_id (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.4.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-id.returns"></a><h4>Returns</h4> <p> the connection ID</p> </div> </div> @@ -478,7 +478,7 @@ nm_setting_connection_get_id (<em class="parameter"><code><a class="link" href=" nm_setting_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--uuid" title="The “uuid” property"><span class="type">“uuid”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.5.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-uuid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -493,7 +493,7 @@ nm_setting_connection_get_uuid (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.5.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-uuid.returns"></a><h4>Returns</h4> <p> the connection UUID</p> </div> </div> @@ -505,7 +505,7 @@ nm_setting_connection_get_interface_name (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--interface-name" title="The “interface-name” property"><span class="type">“interface-name”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.6.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-interface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -520,7 +520,7 @@ nm_setting_connection_get_interface_name </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.6.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-interface-name.returns"></a><h4>Returns</h4> <p> the connection's interface name</p> </div> <p class="since">Since: 0.9.10</p> @@ -533,7 +533,7 @@ nm_setting_connection_get_connection_type (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--type" title="The “type” property"><span class="type">“type”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-connection-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -548,7 +548,7 @@ nm_setting_connection_get_connection_type </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.7.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-connection-type.returns"></a><h4>Returns</h4> <p> the connection type</p> </div> </div> @@ -559,7 +559,7 @@ nm_setting_connection_get_connection_type nm_setting_connection_get_autoconnect (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--autoconnect" title="The “autoconnect” property"><span class="type">“autoconnect”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-autoconnect.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -574,7 +574,7 @@ nm_setting_connection_get_autoconnect (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.8.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-autoconnect.returns"></a><h4>Returns</h4> <p> the connection's autoconnect behavior</p> </div> </div> @@ -585,7 +585,7 @@ nm_setting_connection_get_autoconnect (<em class="parameter"><code><a class="lin nm_setting_connection_get_timestamp (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--timestamp" title="The “timestamp” property"><span class="type">“timestamp”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-timestamp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -600,7 +600,7 @@ nm_setting_connection_get_timestamp (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.9.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-timestamp.returns"></a><h4>Returns</h4> <p> the connection's timestamp</p> </div> </div> @@ -611,7 +611,7 @@ nm_setting_connection_get_timestamp (<em class="parameter"><code><a class="link" nm_setting_connection_get_read_only (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--read-only" title="The “read-only” property"><span class="type">“read-only”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-read-only.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -626,7 +626,7 @@ nm_setting_connection_get_read_only (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.10.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-read-only.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection is read-only, <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -639,7 +639,7 @@ nm_setting_connection_get_num_permissions <p>Returns the number of entires in the <a class="link" href="NMSettingConnection.html#NMSettingConnection--permissions" title="The “permissions” property"><span class="type">“permissions”</span></a> property of this setting.</p> <div class="refsect3"> -<a name="id-1.2.4.9.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-num-permissions.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -654,7 +654,7 @@ property of this setting.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.11.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-num-permissions.returns"></a><h4>Returns</h4> <p> the number of permissions entires</p> </div> </div> @@ -670,7 +670,7 @@ nm_setting_connection_get_permission (<em class="parameter"><code><a class="link <p>Retrieve one of the entries of the <a class="link" href="NMSettingConnection.html#NMSettingConnection--permissions" title="The “permissions” property"><span class="type">“permissions”</span></a> property of this setting.</p> <div class="refsect3"> -<a name="id-1.2.4.9.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-permission.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -709,7 +709,7 @@ of this setting.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.12.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-permission.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if a permission was returned, <code class="literal">FALSE</code> if <em class="parameter"><code>idx</code></em> was invalid</p> </div> @@ -721,7 +721,7 @@ was invalid</p> nm_setting_connection_get_zone (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--zone" title="The “zone” property"><span class="type">“zone”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-zone.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -736,7 +736,7 @@ nm_setting_connection_get_zone (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.13.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-zone.returns"></a><h4>Returns</h4> <p> the trust level of a connection</p> </div> </div> @@ -749,7 +749,7 @@ nm_setting_connection_permissions_user_allowed <em class="parameter"><code>const <span class="type">char</span> *uname</code></em>);</pre> <p>Checks whether the given username is allowed to view/access this connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-permissions-user-allowed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -771,7 +771,7 @@ nm_setting_connection_permissions_user_allowed </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.14.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-permissions-user-allowed.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the requested user is allowed to view this connection, <code class="literal">FALSE</code> if the given user is not allowed to view this connection</p> </div> @@ -789,7 +789,7 @@ the "user" permission type is supported, and <em class="parameter"><code>pitem</ must be a username. See <a class="link" href="NMSettingConnection.html#NMSettingConnection--permissions" title="The “permissions” property"><span class="type">“permissions”</span></a>: for more details.</p> <div class="refsect3"> -<a name="id-1.2.4.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-add-permission.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -822,7 +822,7 @@ the "user" permission type is supported, and <em class="parameter"><code>pitem</ </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.15.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-add-permission.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the permission was unique and was successfully added to the list, <code class="literal">FALSE</code> if <em class="parameter"><code>ptype</code></em> or <em class="parameter"><code>pitem</code></em> @@ -840,7 +840,7 @@ nm_setting_connection_remove_permission <p>Removes the permission at index <em class="parameter"><code>idx</code></em> from the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-remove-permission.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -876,7 +876,7 @@ At this time, only the "user" permission type is supported, and <em class="param must be a username. See <a class="link" href="NMSettingConnection.html#NMSettingConnection--permissions" title="The “permissions” property"><span class="type">“permissions”</span></a>: for more details.</p> <div class="refsect3"> -<a name="id-1.2.4.9.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-remove-permission-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -909,7 +909,7 @@ be a username. See <a class="link" href="NMSettingConnection.html#NMSettingConne </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.17.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-remove-permission-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the permission was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -921,7 +921,7 @@ be a username. See <a class="link" href="NMSettingConnection.html#NMSettingConne nm_setting_connection_get_master (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--master" title="The “master” property"><span class="type">“master”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-master.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -936,7 +936,7 @@ nm_setting_connection_get_master (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.18.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-master.returns"></a><h4>Returns</h4> <p> interface name of the master device or UUID of the master connection.</p> </div> @@ -948,7 +948,7 @@ connection.</p> nm_setting_connection_is_slave_type (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>, <em class="parameter"><code>const <span class="type">char</span> *type</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.9.19.4"></a><h4>Parameters</h4> +<a name="nm-setting-connection-is-slave-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -972,7 +972,7 @@ against <em class="parameter"><code>setting</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.19.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-is-slave-type.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if connection is of the given slave <em class="parameter"><code>type</code></em> </p> </div> @@ -984,7 +984,7 @@ against <em class="parameter"><code>setting</code></em> nm_setting_connection_get_slave_type (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--slave-type" title="The “slave-type” property"><span class="type">“slave-type”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.20.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-slave-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -999,7 +999,7 @@ nm_setting_connection_get_slave_type (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.20.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-slave-type.returns"></a><h4>Returns</h4> <p> the type of slave this connection is, if any</p> </div> </div> @@ -1010,7 +1010,7 @@ nm_setting_connection_get_slave_type (<em class="parameter"><code><a class="link nm_setting_connection_get_num_secondaries (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.9.21.4"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-num-secondaries.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1025,7 +1025,7 @@ nm_setting_connection_get_num_secondaries </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.21.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-num-secondaries.returns"></a><h4>Returns</h4> <p> the number of configured secondary connection UUIDs</p> </div> <p class="since">Since: 0.9.8</p> @@ -1037,7 +1037,7 @@ nm_setting_connection_get_num_secondaries nm_setting_connection_get_secondary (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.9.22.4"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-secondary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1059,7 +1059,7 @@ nm_setting_connection_get_secondary (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.22.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-secondary.returns"></a><h4>Returns</h4> <p> the secondary connection UUID at index <em class="parameter"><code>idx</code></em> </p> </div> @@ -1073,7 +1073,7 @@ nm_setting_connection_add_secondary (<em class="parameter"><code><a class="link" <em class="parameter"><code>const <span class="type">char</span> *sec_uuid</code></em>);</pre> <p>Adds a new secondary connetion UUID to the setting.</p> <div class="refsect3"> -<a name="id-1.2.4.9.23.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-add-secondary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1095,7 +1095,7 @@ nm_setting_connection_add_secondary (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.23.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-add-secondary.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the secondary connection UUID was added; <code class="literal">FALSE</code> if the UUID was already present</p> </div> @@ -1111,7 +1111,7 @@ nm_setting_connection_remove_secondary <p>Removes the secondary coonnection UUID at index <em class="parameter"><code>idx</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.4.9.24.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-remove-secondary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1144,7 +1144,7 @@ nm_setting_connection_remove_secondary_by_value <p>Removes the secondary coonnection UUID <em class="parameter"><code>sec_uuid</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.4.9.25.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-remove-secondary-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1166,7 +1166,7 @@ nm_setting_connection_remove_secondary_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.25.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-remove-secondary-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the secondary connection UUID was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -1178,7 +1178,7 @@ nm_setting_connection_remove_secondary_by_value nm_setting_connection_get_gateway_ping_timeout (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.9.26.4"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-gateway-ping-timeout.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1193,7 +1193,7 @@ nm_setting_connection_get_gateway_ping_timeout </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.26.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-gateway-ping-timeout.returns"></a><h4>Returns</h4> <p> the value contained in the <a class="link" href="NMSettingConnection.html#NMSettingConnection--gateway-ping-timeout" title="The “gateway-ping-timeout” property"><span class="type">“gateway-ping-timeout”</span></a> property.</p> </div> @@ -1213,7 +1213,7 @@ property.</p> <p>Describes errors that may result from operations involving a <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.4.10.3.4"></a><h4>Members</h4> +<a name="NMSettingConnectionError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1517,6 +1517,6 @@ firewall.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingDcb.html b/docs/libnm-util/html/NMSettingDcb.html index 5cd1cd53..943f3ea6 100644 --- a/docs/libnm-util/html/NMSettingDcb.html +++ b/docs/libnm-util/html/NMSettingDcb.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingAdsl.html" title="NMSettingAdsl"> <link rel="next" href="NMSetting8021x.html" title="NMSetting8021x"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -447,7 +447,7 @@ of storage technologies like Fibre Channel over Ethernet (FCoE) and iSCSI.</p> nm_setting_dcb_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.23.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> errors.</p> </div> <p class="since">Since: 0.9.10</p> @@ -459,7 +459,7 @@ nm_setting_dcb_error_quark (<em class="parameter"><code><span class="type">void< nm_setting_dcb_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.23.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</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> @@ -471,7 +471,7 @@ nm_setting_dcb_new (<em class="parameter"><code><span class="type">void</span></ <pre class="programlisting"><a class="link" href="NMSettingDcb.html#NMSettingDcbFlags" title="enum NMSettingDcbFlags"><span class="returnvalue">NMSettingDcbFlags</span></a> nm_setting_dcb_get_app_fcoe_flags (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-fcoe-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -486,7 +486,7 @@ nm_setting_dcb_get_app_fcoe_flags (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-fcoe-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-fcoe-flags" title="The “app-fcoe-flags” property"><span class="type">“app-fcoe-flags”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -497,7 +497,7 @@ nm_setting_dcb_get_app_fcoe_flags (<em class="parameter"><code><a class="link" h <pre class="programlisting"><span class="returnvalue">gint</span> nm_setting_dcb_get_app_fcoe_priority (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-fcoe-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -512,7 +512,7 @@ nm_setting_dcb_get_app_fcoe_priority (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-fcoe-priority.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-fcoe-priority" title="The “app-fcoe-priority” property"><span class="type">“app-fcoe-priority”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -523,7 +523,7 @@ nm_setting_dcb_get_app_fcoe_priority (<em class="parameter"><code><a class="link <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_dcb_get_app_fcoe_mode (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-fcoe-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -538,7 +538,7 @@ nm_setting_dcb_get_app_fcoe_mode (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-fcoe-mode.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-fcoe-mode" title="The “app-fcoe-mode” property"><span class="type">“app-fcoe-mode”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -549,7 +549,7 @@ nm_setting_dcb_get_app_fcoe_mode (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><a class="link" href="NMSettingDcb.html#NMSettingDcbFlags" title="enum NMSettingDcbFlags"><span class="returnvalue">NMSettingDcbFlags</span></a> nm_setting_dcb_get_app_iscsi_flags (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-iscsi-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -564,7 +564,7 @@ nm_setting_dcb_get_app_iscsi_flags (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-iscsi-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-iscsi-flags" title="The “app-iscsi-flags” property"><span class="type">“app-iscsi-flags”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -575,7 +575,7 @@ nm_setting_dcb_get_app_iscsi_flags (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">gint</span> nm_setting_dcb_get_app_iscsi_priority (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-iscsi-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -590,7 +590,7 @@ nm_setting_dcb_get_app_iscsi_priority (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-iscsi-priority.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-iscsi-priority" title="The “app-iscsi-priority” property"><span class="type">“app-iscsi-priority”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -601,7 +601,7 @@ nm_setting_dcb_get_app_iscsi_priority (<em class="parameter"><code><a class="lin <pre class="programlisting"><a class="link" href="NMSettingDcb.html#NMSettingDcbFlags" title="enum NMSettingDcbFlags"><span class="returnvalue">NMSettingDcbFlags</span></a> nm_setting_dcb_get_app_fip_flags (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-fip-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -616,7 +616,7 @@ nm_setting_dcb_get_app_fip_flags (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.9.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-fip-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-fip-flags" title="The “app-fip-flags” property"><span class="type">“app-fip-flags”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -627,7 +627,7 @@ nm_setting_dcb_get_app_fip_flags (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">gint</span> nm_setting_dcb_get_app_fip_priority (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-fip-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -642,7 +642,7 @@ nm_setting_dcb_get_app_fip_priority (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.10.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-fip-priority.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-fip-priority" title="The “app-fip-priority” property"><span class="type">“app-fip-priority”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -654,7 +654,7 @@ nm_setting_dcb_get_app_fip_priority (<em class="parameter"><code><a class="link" nm_setting_dcb_get_priority_flow_control_flags (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-flow-control-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -669,7 +669,7 @@ nm_setting_dcb_get_priority_flow_control_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.11.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-flow-control-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-flow-control-flags" title="The “priority-flow-control-flags” property"><span class="type">“priority-flow-control-flags”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -682,7 +682,7 @@ nm_setting_dcb_get_priority_flow_control (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> user_priority</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-flow-control.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -704,7 +704,7 @@ nm_setting_dcb_get_priority_flow_control </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.12.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-flow-control.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if flow control is enabled for the given <em class="parameter"><code>user_priority</code></em> , <code class="literal">FALSE</code> if not enabled</p> @@ -722,7 +722,7 @@ nm_setting_dcb_set_priority_flow_control <p>These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-flow-control" title="The “priority-flow-control” property"><span class="type">“priority-flow-control”</span></a> includes the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> <div class="refsect3"> -<a name="id-1.2.23.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-set-priority-flow-control.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -757,7 +757,7 @@ the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><co nm_setting_dcb_get_priority_group_flags (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.14.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-group-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -772,7 +772,7 @@ nm_setting_dcb_get_priority_group_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.14.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-group-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -784,7 +784,7 @@ nm_setting_dcb_get_priority_group_flags nm_setting_dcb_get_priority_group_id (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> user_priority</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.15.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-group-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -806,7 +806,7 @@ nm_setting_dcb_get_priority_group_id (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.15.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-group-id.returns"></a><h4>Returns</h4> <p> the group number <em class="parameter"><code>user_priority</code></em> is assigned to. These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the @@ -824,7 +824,7 @@ nm_setting_dcb_set_priority_group_id (<em class="parameter"><code><a class="link <p>These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> <div class="refsect3"> -<a name="id-1.2.23.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-set-priority-group-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -862,7 +862,7 @@ nm_setting_dcb_get_priority_group_bandwidth (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> group_id</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.17.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-group-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -884,7 +884,7 @@ nm_setting_dcb_get_priority_group_bandwidth </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.17.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-group-bandwidth.returns"></a><h4>Returns</h4> <p> the bandwidth percentage assigned to <em class="parameter"><code>group_id</code></em> . These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the @@ -903,7 +903,7 @@ nm_setting_dcb_set_priority_group_bandwidth <p>These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> <div class="refsect3"> -<a name="id-1.2.23.9.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-set-priority-group-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -939,7 +939,7 @@ to</p></td> nm_setting_dcb_get_priority_bandwidth (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> user_priority</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.19.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -961,7 +961,7 @@ nm_setting_dcb_get_priority_bandwidth (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.19.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-bandwidth.returns"></a><h4>Returns</h4> <p> the allowed bandwidth percentage of <em class="parameter"><code>user_priority</code></em> in its priority group. These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the @@ -979,7 +979,7 @@ nm_setting_dcb_set_priority_bandwidth (<em class="parameter"><code><a class="lin <p>These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> <div class="refsect3"> -<a name="id-1.2.23.9.20.5"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-set-priority-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1017,7 +1017,7 @@ nm_setting_dcb_get_priority_strict_bandwidth (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> user_priority</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.21.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-strict-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1039,7 +1039,7 @@ nm_setting_dcb_get_priority_strict_bandwidth </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.21.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-strict-bandwidth.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>user_priority</code></em> may use all of the bandwidth allocated to its assigned group, or <code class="literal">FALSE</code> if not. These values are only valid when @@ -1058,7 +1058,7 @@ nm_setting_dcb_set_priority_strict_bandwidth <p>These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> <div class="refsect3"> -<a name="id-1.2.23.9.22.5"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-set-priority-strict-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1096,7 +1096,7 @@ nm_setting_dcb_get_priority_traffic_class (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> user_priority</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.23.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-traffic-class.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1118,7 +1118,7 @@ nm_setting_dcb_get_priority_traffic_class </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.23.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-traffic-class.returns"></a><h4>Returns</h4> <p> the traffic class assigned to <em class="parameter"><code>user_priority</code></em> . These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the @@ -1147,7 +1147,7 @@ nm_setting_dcb_set_priority_traffic_class <div class="refsect2"> <a name="NMSettingDcbError"></a><h3>enum NMSettingDcbError</h3> <div class="refsect3"> -<a name="id-1.2.23.10.3.3"></a><h4>Members</h4> +<a name="NMSettingDcbError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1192,7 +1192,7 @@ required</p> <a name="NMSettingDcbFlags"></a><h3>enum NMSettingDcbFlags</h3> <p>DCB feature flags.</p> <div class="refsect3"> -<a name="id-1.2.23.10.5.4"></a><h4>Members</h4> +<a name="NMSettingDcbFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1517,6 +1517,6 @@ which the priority is mapped.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingGeneric.html b/docs/libnm-util/html/NMSettingGeneric.html index b6cc9066..4ccfa39c 100644 --- a/docs/libnm-util/html/NMSettingGeneric.html +++ b/docs/libnm-util/html/NMSettingGeneric.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingTeamPort.html" title="NMSettingTeamPort"> <link rel="next" href="NMSettingInfiniband.html" title="NMSettingInfiniband"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -102,7 +102,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="NMConnection.html"><span class="type">NMConnections</span></a> for generic devices.</p> +the "connection type" setting on <a href="NMConnection.html#NMConnection-struct"><span class="type">NMConnections</span></a> for generic devices.</p> </div> <div class="refsect1"> <a name="NMSettingGeneric.functions_details"></a><h2>Functions</h2> @@ -112,7 +112,7 @@ the "connection type" setting on <a href="NMConnection.html"><span class="type"> nm_setting_generic_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.18.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-generic-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> errors.</p> </div> <p class="since">Since: 0.9.10</p> @@ -124,7 +124,7 @@ nm_setting_generic_error_quark (<em class="parameter"><code><span class="type">v nm_setting_generic_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.18.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-generic-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</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> @@ -142,7 +142,7 @@ nm_setting_generic_new (<em class="parameter"><code><span class="type">void</spa <div class="refsect2"> <a name="NMSettingGenericError"></a><h3>enum NMSettingGenericError</h3> <div class="refsect3"> -<a name="id-1.2.18.9.3.3"></a><h4>Members</h4> +<a name="NMSettingGenericError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -186,6 +186,6 @@ is required</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingGsm.html b/docs/libnm-util/html/NMSettingGsm.html index 1e725b02..73c0b048 100644 --- a/docs/libnm-util/html/NMSettingGsm.html +++ b/docs/libnm-util/html/NMSettingGsm.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingCdma.html" title="NMSettingCdma"> <link rel="next" href="NMSettingWimax.html" title="NMSettingWimax"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -50,10 +50,6 @@ </td> </tr> <tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-BANDS-MAX:CAPS" title="NM_SETTING_GSM_BANDS_MAX">NM_SETTING_GSM_BANDS_MAX</a></td> -</tr> -<tr> <td class="function_type"> <a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> * </td> @@ -291,6 +287,10 @@ <td class="datatype_keyword">enum</td> <td class="function_name"><a class="link" href="NMSettingGsm.html#NMSettingGsmNetworkBand" title="enum NMSettingGsmNetworkBand">NMSettingGsmNetworkBand</a></td> </tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-BANDS-MAX:CAPS" title="NM_SETTING_GSM_BANDS_MAX">NM_SETTING_GSM_BANDS_MAX</a></td> +</tr> </tbody> </table></div> </div> @@ -324,29 +324,18 @@ networks, including those using GPRS/EDGE and UMTS/HSPA technology.</p> nm_setting_gsm_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.11.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> errors.</p> </div> </div> <hr> <div class="refsect2"> -<a name="NM-SETTING-GSM-BANDS-MAX:CAPS"></a><h3>NM_SETTING_GSM_BANDS_MAX</h3> -<pre class="programlisting">#define NM_SETTING_GSM_BANDS_MAX</pre> -<div class="warning"> -<p><code class="literal">NM_SETTING_GSM_BANDS_MAX</code> has been deprecated since version 0.9.10 and should not be used in newly-written code.</p> -<p>No longer used.</p> -</div> -<p><a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-BANDS-MAX:CAPS" title="NM_SETTING_GSM_BANDS_MAX"><span class="type">NM_SETTING_GSM_BANDS_MAX</span></a> macro indicate the maximal value that can be used -as the allowed frequency bands (<a class="link" href="NMSettingGsm.html#NMSettingGsm--allowed-bands" title="The “allowed-bands” property"><span class="type">“allowed-bands”</span></a> property).</p> -</div> -<hr> -<div class="refsect2"> <a name="nm-setting-gsm-new"></a><h3>nm_setting_gsm_new ()</h3> <pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> * nm_setting_gsm_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.11.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> object</p> </div> </div> @@ -356,7 +345,7 @@ nm_setting_gsm_new (<em class="parameter"><code><span class="type">void</span></ <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_number (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-number.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -371,7 +360,7 @@ nm_setting_gsm_get_number (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-number.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--number" title="The “number” property"><span class="type">“number”</span></a> property of the setting</p> </div> </div> @@ -381,7 +370,7 @@ nm_setting_gsm_get_number (<em class="parameter"><code><a class="link" href="NMS <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_username (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-username.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -396,7 +385,7 @@ nm_setting_gsm_get_username (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-username.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--username" title="The “username” property"><span class="type">“username”</span></a> property of the setting</p> </div> </div> @@ -406,7 +395,7 @@ nm_setting_gsm_get_username (<em class="parameter"><code><a class="link" href="N <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_password (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -421,7 +410,7 @@ nm_setting_gsm_get_password (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-password.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--password" title="The “password” property"><span class="type">“password”</span></a> property of the setting</p> </div> </div> @@ -431,7 +420,7 @@ nm_setting_gsm_get_password (<em class="parameter"><code><a class="link" href="N <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_apn (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-apn.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -446,7 +435,7 @@ nm_setting_gsm_get_apn (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-apn.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--apn" title="The “apn” property"><span class="type">“apn”</span></a> property of the setting</p> </div> </div> @@ -456,7 +445,7 @@ nm_setting_gsm_get_apn (<em class="parameter"><code><a class="link" href="NMSett <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_network_id (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-network-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -471,7 +460,7 @@ nm_setting_gsm_get_network_id (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.9.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-network-id.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--network-id" title="The “network-id” property"><span class="type">“network-id”</span></a> property of the setting</p> </div> </div> @@ -481,7 +470,7 @@ nm_setting_gsm_get_network_id (<em class="parameter"><code><a class="link" href= <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_pin (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-pin.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -496,7 +485,7 @@ nm_setting_gsm_get_pin (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.10.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-pin.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--pin" title="The “pin” property"><span class="type">“pin”</span></a> property of the setting</p> </div> </div> @@ -506,7 +495,7 @@ nm_setting_gsm_get_pin (<em class="parameter"><code><a class="link" href="NMSett <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_gsm_get_home_only (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-home-only.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -521,7 +510,7 @@ nm_setting_gsm_get_home_only (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.11.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-home-only.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--home-only" title="The “home-only” property"><span class="type">“home-only”</span></a> property of the setting</p> </div> </div> @@ -531,7 +520,7 @@ nm_setting_gsm_get_home_only (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_gsm_get_pin_flags (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-pin-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -546,7 +535,7 @@ nm_setting_gsm_get_pin_flags (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.12.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-pin-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingGsm.html#NMSettingGsm--pin" title="The “pin” property"><span class="type">“pin”</span></a></p> </div> </div> @@ -556,7 +545,7 @@ nm_setting_gsm_get_pin_flags (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_gsm_get_password_flags (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.13.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -571,7 +560,7 @@ nm_setting_gsm_get_password_flags (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.13.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingGsm.html#NMSettingGsm--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -585,7 +574,7 @@ nm_setting_gsm_get_network_type (<em class="parameter"><code><a class="link" hre <p>No longer used. Network type setting should be done talking to ModemManager directly.</p> </div> <div class="refsect3"> -<a name="id-1.2.11.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-network-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -600,7 +589,7 @@ nm_setting_gsm_get_network_type (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.14.6"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-network-type.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--network-type" title="The “network-type” property"><span class="type">“network-type”</span></a> property of the setting</p> </div> </div> @@ -614,7 +603,7 @@ nm_setting_gsm_get_allowed_bands (<em class="parameter"><code><a class="link" hr <p>No longer used. Bands setting should be done talking to ModemManager directly.</p> </div> <div class="refsect3"> -<a name="id-1.2.11.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-allowed-bands.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -629,7 +618,7 @@ nm_setting_gsm_get_allowed_bands (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.15.6"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-allowed-bands.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--allowed-bands" title="The “allowed-bands” property"><span class="type">“allowed-bands”</span></a> property of the setting</p> </div> </div> @@ -645,7 +634,7 @@ nm_setting_gsm_get_allowed_bands (<em class="parameter"><code><a class="link" hr <div class="refsect2"> <a name="NMSettingGsmError"></a><h3>enum NMSettingGsmError</h3> <div class="refsect3"> -<a name="id-1.2.11.10.3.3"></a><h4>Members</h4> +<a name="NMSettingGsmError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -769,7 +758,7 @@ is missing in the connection</p> <p><a class="link" href="NMSettingGsm.html#NMSettingGsmNetworkType" title="enum NMSettingGsmNetworkType"><span class="type">NMSettingGsmNetworkType</span></a> values indicate the allowed access technologies the device may use when connecting to this network.</p> <div class="refsect3"> -<a name="id-1.2.11.10.16.5"></a><h4>Members</h4> +<a name="NMSettingGsmNetworkType.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -846,7 +835,7 @@ technologies may be used</p> <p><a class="link" href="NMSettingGsm.html#NMSettingGsmNetworkBand" title="enum NMSettingGsmNetworkBand"><span class="type">NMSettingGsmNetworkBand</span></a> values indicate the allowed frequency bands the device may use when connecting to this network.</p> <div class="refsect3"> -<a name="id-1.2.11.10.17.5"></a><h4>Members</h4> +<a name="NMSettingGsmNetworkBand.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -963,6 +952,17 @@ the device may use when connecting to this network.</p> </table></div> </div> </div> +<hr> +<div class="refsect2"> +<a name="NM-SETTING-GSM-BANDS-MAX:CAPS"></a><h3>NM_SETTING_GSM_BANDS_MAX</h3> +<pre class="programlisting">#define NM_SETTING_GSM_BANDS_MAX</pre> +<div class="warning"> +<p><code class="literal">NM_SETTING_GSM_BANDS_MAX</code> has been deprecated since version 0.9.10 and should not be used in newly-written code.</p> +<p>No longer used.</p> +</div> +<p><a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-BANDS-MAX:CAPS" title="NM_SETTING_GSM_BANDS_MAX"><span class="type">NM_SETTING_GSM_BANDS_MAX</span></a> macro indicate the maximal value that can be used +as the allowed frequency bands (<a class="link" href="NMSettingGsm.html#NMSettingGsm--allowed-bands" title="The “allowed-bands” property"><span class="type">“allowed-bands”</span></a> property).</p> +</div> </div> <div class="refsect1"> <a name="NMSettingGsm.property-details"></a><h2>Property Details</h2> @@ -1100,6 +1100,6 @@ username is required, it is specified here.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingIP4Config.html b/docs/libnm-util/html/NMSettingIP4Config.html index b14b4721..825e96b8 100644 --- a/docs/libnm-util/html/NMSettingIP4Config.html +++ b/docs/libnm-util/html/NMSettingIP4Config.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSetting8021x.html" title="NMSetting8021x"> <link rel="next" href="NMSettingIP6Config.html" title="NMSettingIP6Config"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -738,7 +738,7 @@ properties related to IPv4 addressing, routing, and Domain Name Service</p> nm_setting_ip4_config_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.25.11.2.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> errors.</p> </div> </div> @@ -749,7 +749,7 @@ nm_setting_ip4_config_error_quark (<em class="parameter"><code><span class="type nm_ip4_address_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates and returns a new <a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.3.5"></a><h4>Returns</h4> +<a name="nm-ip4-address-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</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> @@ -761,7 +761,7 @@ nm_ip4_address_new (<em class="parameter"><code><span class="type">void</span></ nm_ip4_address_dup (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> *source</code></em>);</pre> <p>Copies a given <a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> object and returns the copy.</p> <div class="refsect3"> -<a name="id-1.2.25.11.4.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-dup.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -776,7 +776,7 @@ nm_ip4_address_dup (<em class="parameter"><code><a class="link" href="NMSettingI </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.4.6"></a><h4>Returns</h4> +<a name="nm-ip4-address-dup.returns"></a><h4>Returns</h4> <p> the copy of the given <a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> copy. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -788,7 +788,7 @@ nm_ip4_address_dup (<em class="parameter"><code><a class="link" href="NMSettingI nm_ip4_address_ref (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);</pre> <p>Increases the reference count of the object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.5.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-ref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -811,7 +811,7 @@ nm_ip4_address_unref (<em class="parameter"><code><a class="link" href="NMSettin <p>Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.</p> <div class="refsect3"> -<a name="id-1.2.25.11.6.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-unref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -834,7 +834,7 @@ nm_ip4_address_compare (<em class="parameter"><code><a class="link" href="NMSett <em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> *other</code></em>);</pre> <p>Determines if two <a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> objects contain the same values.</p> <div class="refsect3"> -<a name="id-1.2.25.11.7.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-compare.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -857,7 +857,7 @@ to.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.7.6"></a><h4>Returns</h4> +<a name="nm-ip4-address-compare.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the objects contain the same values, <code class="literal">FALSE</code> if they do not.</p> </div> </div> @@ -868,7 +868,7 @@ to.</p></td> nm_ip4_address_get_address (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);</pre> <p>Gets the IPv4 address property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.8.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-get-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -883,7 +883,7 @@ nm_ip4_address_get_address (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.8.6"></a><h4>Returns</h4> +<a name="nm-ip4-address-get-address.returns"></a><h4>Returns</h4> <p> the IPv4 address in network byte order</p> </div> </div> @@ -895,7 +895,7 @@ nm_ip4_address_set_address (<em class="parameter"><code><a class="link" href="NM <em class="parameter"><code><span class="type">guint32</span> addr</code></em>);</pre> <p>Sets the IPv4 address property of this object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.9.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-set-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -925,7 +925,7 @@ nm_ip4_address_get_prefix (<em class="parameter"><code><a class="link" href="NMS <p>Gets the IPv4 address prefix (ie "24" or "30" etc) property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.10.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-get-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -940,7 +940,7 @@ object.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.10.6"></a><h4>Returns</h4> +<a name="nm-ip4-address-get-prefix.returns"></a><h4>Returns</h4> <p> the IPv4 address prefix</p> </div> </div> @@ -952,7 +952,7 @@ nm_ip4_address_set_prefix (<em class="parameter"><code><a class="link" href="NMS <em class="parameter"><code><span class="type">guint32</span> prefix</code></em>);</pre> <p>Sets the IPv4 address prefix.</p> <div class="refsect3"> -<a name="id-1.2.25.11.11.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-set-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -981,7 +981,7 @@ nm_ip4_address_set_prefix (<em class="parameter"><code><a class="link" href="NMS nm_ip4_address_get_gateway (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);</pre> <p>Gets the IPv4 default gateway property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.12.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-get-gateway.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -996,7 +996,7 @@ nm_ip4_address_get_gateway (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.12.6"></a><h4>Returns</h4> +<a name="nm-ip4-address-get-gateway.returns"></a><h4>Returns</h4> <p> the IPv4 gateway address in network byte order</p> </div> </div> @@ -1008,7 +1008,7 @@ nm_ip4_address_set_gateway (<em class="parameter"><code><a class="link" href="NM <em class="parameter"><code><span class="type">guint32</span> gateway</code></em>);</pre> <p>Sets the IPv4 default gateway property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.13.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-set-gateway.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1037,7 +1037,7 @@ nm_ip4_address_set_gateway (<em class="parameter"><code><a class="link" href="NM nm_ip4_route_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates and returns a new <a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.14.5"></a><h4>Returns</h4> +<a name="nm-ip4-route-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</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> @@ -1049,7 +1049,7 @@ nm_ip4_route_new (<em class="parameter"><code><span class="type">void</span></co nm_ip4_route_dup (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> *source</code></em>);</pre> <p>Copies a given <a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> object and returns the copy.</p> <div class="refsect3"> -<a name="id-1.2.25.11.15.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-dup.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1064,7 +1064,7 @@ nm_ip4_route_dup (<em class="parameter"><code><a class="link" href="NMSettingIP4 </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.15.6"></a><h4>Returns</h4> +<a name="nm-ip4-route-dup.returns"></a><h4>Returns</h4> <p> the copy of the given <a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> copy. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -1076,7 +1076,7 @@ nm_ip4_route_dup (<em class="parameter"><code><a class="link" href="NMSettingIP4 nm_ip4_route_ref (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre> <p>Increases the reference count of the object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.16.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-ref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1099,7 +1099,7 @@ nm_ip4_route_unref (<em class="parameter"><code><a class="link" href="NMSettingI <p>Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.</p> <div class="refsect3"> -<a name="id-1.2.25.11.17.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-unref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1122,7 +1122,7 @@ nm_ip4_route_compare (<em class="parameter"><code><a class="link" href="NMSettin <em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> *other</code></em>);</pre> <p>Determines if two <a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> objects contain the same values.</p> <div class="refsect3"> -<a name="id-1.2.25.11.18.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-compare.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1145,7 +1145,7 @@ to.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.18.6"></a><h4>Returns</h4> +<a name="nm-ip4-route-compare.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the objects contain the same values, <code class="literal">FALSE</code> if they do not.</p> </div> </div> @@ -1156,7 +1156,7 @@ to.</p></td> nm_ip4_route_get_dest (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre> <p>Gets the IPv4 destination address property of this route object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.19.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-get-dest.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1171,7 +1171,7 @@ nm_ip4_route_get_dest (<em class="parameter"><code><a class="link" href="NMSetti </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.19.6"></a><h4>Returns</h4> +<a name="nm-ip4-route-get-dest.returns"></a><h4>Returns</h4> <p> the IPv4 address in network byte order</p> </div> </div> @@ -1183,7 +1183,7 @@ nm_ip4_route_set_dest (<em class="parameter"><code><a class="link" href="NMSetti <em class="parameter"><code><span class="type">guint32</span> dest</code></em>);</pre> <p>Sets the IPv4 destination address property of this route object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.20.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-set-dest.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1212,7 +1212,7 @@ nm_ip4_route_set_dest (<em class="parameter"><code><a class="link" href="NMSetti nm_ip4_route_get_prefix (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre> <p>Gets the IPv4 prefix (ie "24" or "30" etc) of this route.</p> <div class="refsect3"> -<a name="id-1.2.25.11.21.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-get-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1227,7 +1227,7 @@ nm_ip4_route_get_prefix (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.21.6"></a><h4>Returns</h4> +<a name="nm-ip4-route-get-prefix.returns"></a><h4>Returns</h4> <p> the IPv4 prefix</p> </div> </div> @@ -1239,7 +1239,7 @@ nm_ip4_route_set_prefix (<em class="parameter"><code><a class="link" href="NMSet <em class="parameter"><code><span class="type">guint32</span> prefix</code></em>);</pre> <p>Sets the IPv4 prefix of this route.</p> <div class="refsect3"> -<a name="id-1.2.25.11.22.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-set-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1268,7 +1268,7 @@ nm_ip4_route_set_prefix (<em class="parameter"><code><a class="link" href="NMSet nm_ip4_route_get_next_hop (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre> <p>Gets the IPv4 address of the next hop of this route.</p> <div class="refsect3"> -<a name="id-1.2.25.11.23.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-get-next-hop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1283,7 +1283,7 @@ nm_ip4_route_get_next_hop (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.23.6"></a><h4>Returns</h4> +<a name="nm-ip4-route-get-next-hop.returns"></a><h4>Returns</h4> <p> the IPv4 address in network byte order</p> </div> </div> @@ -1295,7 +1295,7 @@ nm_ip4_route_set_next_hop (<em class="parameter"><code><a class="link" href="NMS <em class="parameter"><code><span class="type">guint32</span> next_hop</code></em>);</pre> <p>Sets the IPv4 address of the next hop of this route.</p> <div class="refsect3"> -<a name="id-1.2.25.11.24.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-set-next-hop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1325,7 +1325,7 @@ nm_ip4_route_get_metric (<em class="parameter"><code><a class="link" href="NMSet <p>Gets the route metric property of this route object; lower values indicate "better" or more preferred routes.</p> <div class="refsect3"> -<a name="id-1.2.25.11.25.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-get-metric.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1340,7 +1340,7 @@ nm_ip4_route_get_metric (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.25.6"></a><h4>Returns</h4> +<a name="nm-ip4-route-get-metric.returns"></a><h4>Returns</h4> <p> the route metric</p> </div> </div> @@ -1353,7 +1353,7 @@ nm_ip4_route_set_metric (<em class="parameter"><code><a class="link" href="NMSet <p>Sets the route metric property of this route object; lower values indicate "better" or more preferred routes.</p> <div class="refsect3"> -<a name="id-1.2.25.11.26.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-set-metric.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1382,7 +1382,7 @@ nm_ip4_route_set_metric (<em class="parameter"><code><a class="link" href="NMSet nm_setting_ip4_config_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.25.11.27.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</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> @@ -1393,7 +1393,7 @@ nm_setting_ip4_config_new (<em class="parameter"><code><span class="type">void</ <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_ip4_config_get_method (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.28.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-method.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1408,7 +1408,7 @@ nm_setting_ip4_config_get_method (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.28.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-method.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--method" title="The “method” property"><span class="type">“method”</span></a> property of the setting</p> </div> </div> @@ -1418,7 +1418,7 @@ nm_setting_ip4_config_get_method (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ip4_config_get_num_dns (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.29.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-num-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1433,7 +1433,7 @@ nm_setting_ip4_config_get_num_dns (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.29.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-num-dns.returns"></a><h4>Returns</h4> <p> the number of configured DNS servers</p> </div> </div> @@ -1444,7 +1444,7 @@ nm_setting_ip4_config_get_num_dns (<em class="parameter"><code><a class="link" h nm_setting_ip4_config_get_dns (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.30.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1466,7 +1466,7 @@ nm_setting_ip4_config_get_dns (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.30.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-dns.returns"></a><h4>Returns</h4> <p> the IPv4 address (network byte order) of the DNS server at index <em class="parameter"><code>i</code></em> </p> @@ -1480,7 +1480,7 @@ nm_setting_ip4_config_add_dns (<em class="parameter"><code><a class="link" href= <em class="parameter"><code><span class="type">guint32</span> dns</code></em>);</pre> <p>Adds a new DNS server to the setting.</p> <div class="refsect3"> -<a name="id-1.2.25.11.31.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-add-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1502,7 +1502,7 @@ nm_setting_ip4_config_add_dns (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.31.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-add-dns.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS server was added; <code class="literal">FALSE</code> if the server was already known</p> </div> @@ -1516,7 +1516,7 @@ nm_setting_ip4_config_remove_dns (<em class="parameter"><code><a class="link" hr <p>Removes the DNS server at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.32.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1548,7 +1548,7 @@ nm_setting_ip4_config_remove_dns_by_value <p>Removes the DNS server <em class="parameter"><code>dns</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.33.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-dns-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1570,7 +1570,7 @@ nm_setting_ip4_config_remove_dns_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.33.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-remove-dns-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS server was found and removed; <code class="literal">FALSE</code> if it was not. domain was already known</p> </div> @@ -1583,7 +1583,7 @@ domain was already known</p> nm_setting_ip4_config_clear_dns (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <p>Removes all configured DNS servers.</p> <div class="refsect3"> -<a name="id-1.2.25.11.34.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-clear-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1605,7 +1605,7 @@ nm_setting_ip4_config_clear_dns (<em class="parameter"><code><a class="link" hre nm_setting_ip4_config_get_num_dns_searches (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.35.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-num-dns-searches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1620,7 +1620,7 @@ nm_setting_ip4_config_get_num_dns_searches </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.35.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-num-dns-searches.returns"></a><h4>Returns</h4> <p> the number of configured DNS search domains</p> </div> </div> @@ -1631,7 +1631,7 @@ nm_setting_ip4_config_get_num_dns_searches nm_setting_ip4_config_get_dns_search (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.36.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-dns-search.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1653,7 +1653,7 @@ nm_setting_ip4_config_get_dns_search (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.36.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-dns-search.returns"></a><h4>Returns</h4> <p> the DNS search domain at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1666,7 +1666,7 @@ nm_setting_ip4_config_add_dns_search (<em class="parameter"><code><a class="link <em class="parameter"><code>const <span class="type">char</span> *dns_search</code></em>);</pre> <p>Adds a new DNS search domain to the setting.</p> <div class="refsect3"> -<a name="id-1.2.25.11.37.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-add-dns-search.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1688,7 +1688,7 @@ nm_setting_ip4_config_add_dns_search (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.37.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-add-dns-search.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS search domain was added; <code class="literal">FALSE</code> if the search domain was already known</p> </div> @@ -1703,7 +1703,7 @@ nm_setting_ip4_config_remove_dns_search <p>Removes the DNS search domain at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.38.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-dns-search.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1735,7 +1735,7 @@ nm_setting_ip4_config_remove_dns_search_by_value <p>Removes the DNS search domain <em class="parameter"><code>dns_search</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.39.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-dns-search-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1757,7 +1757,7 @@ nm_setting_ip4_config_remove_dns_search_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.39.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-remove-dns-search-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS search domain was found and removed; <code class="literal">FALSE</code> if it was not.</p> <p>Since 0.9.10</p> </div> @@ -1770,7 +1770,7 @@ nm_setting_ip4_config_clear_dns_searches (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <p>Removes all configured DNS search domains.</p> <div class="refsect3"> -<a name="id-1.2.25.11.40.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-clear-dns-searches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1792,7 +1792,7 @@ nm_setting_ip4_config_clear_dns_searches nm_setting_ip4_config_get_num_addresses (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.41.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-num-addresses.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1807,7 +1807,7 @@ nm_setting_ip4_config_get_num_addresses </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.41.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-num-addresses.returns"></a><h4>Returns</h4> <p> the number of configured addresses</p> </div> </div> @@ -1818,7 +1818,7 @@ nm_setting_ip4_config_get_num_addresses nm_setting_ip4_config_get_address (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.42.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1840,7 +1840,7 @@ nm_setting_ip4_config_get_address (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.42.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-address.returns"></a><h4>Returns</h4> <p> the address at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1854,7 +1854,7 @@ nm_setting_ip4_config_add_address (<em class="parameter"><code><a class="link" h <p>Adds a new IPv4 address and associated information to the setting. The given address is duplicated internally and is not changed by this function.</p> <div class="refsect3"> -<a name="id-1.2.25.11.43.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-add-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1876,7 +1876,7 @@ given address is duplicated internally and is not changed by this function.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.43.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-add-address.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the address was added; <code class="literal">FALSE</code> if the address was already known.</p> </div> @@ -1890,7 +1890,7 @@ nm_setting_ip4_config_remove_address (<em class="parameter"><code><a class="link <p>Removes the address at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.44.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1922,7 +1922,7 @@ nm_setting_ip4_config_remove_address_by_value <p>Removes the address <em class="parameter"><code>address</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.45.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-address-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1944,7 +1944,7 @@ nm_setting_ip4_config_remove_address_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.45.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-remove-address-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the address was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -1956,7 +1956,7 @@ nm_setting_ip4_config_remove_address_by_value nm_setting_ip4_config_clear_addresses (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <p>Removes all configured addresses.</p> <div class="refsect3"> -<a name="id-1.2.25.11.46.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-clear-addresses.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1977,7 +1977,7 @@ nm_setting_ip4_config_clear_addresses (<em class="parameter"><code><a class="lin <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ip4_config_get_num_routes (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.47.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-num-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1992,7 +1992,7 @@ nm_setting_ip4_config_get_num_routes (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.47.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-num-routes.returns"></a><h4>Returns</h4> <p> the number of configured routes</p> </div> </div> @@ -2003,7 +2003,7 @@ nm_setting_ip4_config_get_num_routes (<em class="parameter"><code><a class="link nm_setting_ip4_config_get_route (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.48.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-route.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2025,7 +2025,7 @@ nm_setting_ip4_config_get_route (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.48.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-route.returns"></a><h4>Returns</h4> <p> the route at index <em class="parameter"><code>i</code></em> </p> </div> @@ -2039,7 +2039,7 @@ nm_setting_ip4_config_add_route (<em class="parameter"><code><a class="link" hre <p>Adds a new IPv4 route and associated information to the setting. The given route is duplicated internally and is not changed by this function.</p> <div class="refsect3"> -<a name="id-1.2.25.11.49.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-add-route.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2061,7 +2061,7 @@ given route is duplicated internally and is not changed by this function.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.49.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-add-route.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the route was added; <code class="literal">FALSE</code> if the route was already known.</p> </div> </div> @@ -2074,7 +2074,7 @@ nm_setting_ip4_config_remove_route (<em class="parameter"><code><a class="link" <p>Removes the route at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.50.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-route.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2106,7 +2106,7 @@ nm_setting_ip4_config_remove_route_by_value <p>Removes the route <em class="parameter"><code>route</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.51.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-route-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2128,7 +2128,7 @@ nm_setting_ip4_config_remove_route_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.51.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-remove-route-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the route was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -2140,7 +2140,7 @@ nm_setting_ip4_config_remove_route_by_value nm_setting_ip4_config_clear_routes (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <p>Removes all configured routes.</p> <div class="refsect3"> -<a name="id-1.2.25.11.52.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-clear-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2164,7 +2164,7 @@ nm_setting_ip4_config_get_route_metric <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--route-metric" title="The “route-metric” property"><span class="type">“route-metric”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.53.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-route-metric.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2179,7 +2179,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.53.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-route-metric.returns"></a><h4>Returns</h4> <p> the route metric that is used for IPv4 routes that don't explicitly specify a metric. See <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--route-metric" title="The “route-metric” property"><span class="type">“route-metric”</span></a> for more details.</p> </div> @@ -2194,7 +2194,7 @@ nm_setting_ip4_config_get_ignore_auto_routes <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-routes" title="The “ignore-auto-routes” property"><span class="type">“ignore-auto-routes”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.54.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-ignore-auto-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2209,7 +2209,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.54.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-ignore-auto-routes.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if automatically configured (ie via DHCP) routes should be ignored.</p> </div> @@ -2223,7 +2223,7 @@ nm_setting_ip4_config_get_ignore_auto_dns <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-dns" title="The “ignore-auto-dns” property"><span class="type">“ignore-auto-dns”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.55.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-ignore-auto-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2238,7 +2238,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.55.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-ignore-auto-dns.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if automatically configured (ie via DHCP) DNS information should be ignored.</p> </div> @@ -2252,7 +2252,7 @@ nm_setting_ip4_config_get_dhcp_client_id <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-client-id" title="The “dhcp-client-id” property"><span class="type">“dhcp-client-id”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.56.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-dhcp-client-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2267,7 +2267,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.56.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-dhcp-client-id.returns"></a><h4>Returns</h4> <p> the configured Client ID to send to the DHCP server when requesting addresses via DHCP.</p> </div> @@ -2281,7 +2281,7 @@ nm_setting_ip4_config_get_dhcp_send_hostname <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-send-hostname" title="The “dhcp-send-hostname” property"><span class="type">“dhcp-send-hostname”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.57.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-dhcp-send-hostname.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2296,7 +2296,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.57.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-dhcp-send-hostname.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if NetworkManager should send the machine hostname to the DHCP server when requesting addresses to allow the server to automatically update DNS information for this machine.</p> @@ -2311,7 +2311,7 @@ nm_setting_ip4_config_get_dhcp_hostname <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-hostname" title="The “dhcp-hostname” property"><span class="type">“dhcp-hostname”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.58.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-dhcp-hostname.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2326,7 +2326,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.58.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-dhcp-hostname.returns"></a><h4>Returns</h4> <p> the configured hostname to send to the DHCP server</p> </div> </div> @@ -2339,7 +2339,7 @@ nm_setting_ip4_config_get_dhcp_timeout <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-timeout" title="The “dhcp-timeout” property"><span class="type">“dhcp-timeout”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.59.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-dhcp-timeout.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2354,7 +2354,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.59.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-dhcp-timeout.returns"></a><h4>Returns</h4> <p> The number of seconds after which unfinished DHCP transaction fails or zero for "default".</p> </div> @@ -2368,7 +2368,7 @@ nm_setting_ip4_config_get_never_default <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--never-default" title="The “never-default” property"><span class="type">“never-default”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.60.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-never-default.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2383,7 +2383,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.60.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-never-default.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if this connection should never be the default connection for IPv4 addressing</p> </div> @@ -2396,7 +2396,7 @@ nm_setting_ip4_config_get_may_fail (<em class="parameter"><code><a class="link" <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--may-fail" title="The “may-fail” property"><span class="type">“may-fail”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.61.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-may-fail.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2411,7 +2411,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.61.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-may-fail.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if this connection doesn't require IPv4 addressing to complete for the connection to succeed.</p> </div> @@ -2428,7 +2428,7 @@ for the connection to succeed.</p> <div class="refsect2"> <a name="NMSettingIP4ConfigError"></a><h3>enum NMSettingIP4ConfigError</h3> <div class="refsect3"> -<a name="id-1.2.25.12.3.3"></a><h4>Members</h4> +<a name="NMSettingIP4ConfigError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2779,6 +2779,6 @@ methods because there is no upstream network.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingIP6Config.html b/docs/libnm-util/html/NMSettingIP6Config.html index eb42de11..2e0e0e5c 100644 --- a/docs/libnm-util/html/NMSettingIP6Config.html +++ b/docs/libnm-util/html/NMSettingIP6Config.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingIP4Config.html" title="NMSettingIP4Config"> <link rel="next" href="NMSettingPPP.html" title="NMSettingPPP"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -706,7 +706,7 @@ properties related to IPv6 addressing, routing, and Domain Name Service</p> nm_setting_ip6_config_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.26.11.2.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> errors.</p> </div> </div> @@ -717,7 +717,7 @@ nm_setting_ip6_config_error_quark (<em class="parameter"><code><span class="type nm_ip6_address_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates and returns a new <a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.3.5"></a><h4>Returns</h4> +<a name="nm-ip6-address-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</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> @@ -729,7 +729,7 @@ nm_ip6_address_new (<em class="parameter"><code><span class="type">void</span></ nm_ip6_address_dup (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> *source</code></em>);</pre> <p>Copies a given <a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> object and returns the copy.</p> <div class="refsect3"> -<a name="id-1.2.26.11.4.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-dup.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -744,7 +744,7 @@ nm_ip6_address_dup (<em class="parameter"><code><a class="link" href="NMSettingI </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.4.6"></a><h4>Returns</h4> +<a name="nm-ip6-address-dup.returns"></a><h4>Returns</h4> <p> the copy of the given <a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> copy. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -756,7 +756,7 @@ nm_ip6_address_dup (<em class="parameter"><code><a class="link" href="NMSettingI nm_ip6_address_ref (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);</pre> <p>Increases the reference count of the object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.5.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-ref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -779,7 +779,7 @@ nm_ip6_address_unref (<em class="parameter"><code><a class="link" href="NMSettin <p>Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.</p> <div class="refsect3"> -<a name="id-1.2.26.11.6.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-unref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -802,7 +802,7 @@ nm_ip6_address_compare (<em class="parameter"><code><a class="link" href="NMSett <em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> *other</code></em>);</pre> <p>Determines if two <a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> objects contain the same values.</p> <div class="refsect3"> -<a name="id-1.2.26.11.7.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-compare.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -825,7 +825,7 @@ to.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.7.6"></a><h4>Returns</h4> +<a name="nm-ip6-address-compare.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the objects contain the same values, <code class="literal">FALSE</code> if they do not.</p> </div> </div> @@ -836,7 +836,7 @@ to.</p></td> nm_ip6_address_get_address (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);</pre> <p>Gets the IPv6 address property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.8.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-get-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -851,7 +851,7 @@ nm_ip6_address_get_address (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.8.6"></a><h4>Returns</h4> +<a name="nm-ip6-address-get-address.returns"></a><h4>Returns</h4> <p> the IPv6 address. </p> <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> fixed-size=16][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -864,7 +864,7 @@ nm_ip6_address_set_address (<em class="parameter"><code><a class="link" href="NM <em class="parameter"><code>const <span class="type">struct in6_addr</span> *addr</code></em>);</pre> <p>Sets the IPv6 address property of this object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.9.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-set-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -893,7 +893,7 @@ nm_ip6_address_set_address (<em class="parameter"><code><a class="link" href="NM nm_ip6_address_get_prefix (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);</pre> <p>Gets the IPv6 address prefix property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.10.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-get-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -908,7 +908,7 @@ nm_ip6_address_get_prefix (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.10.6"></a><h4>Returns</h4> +<a name="nm-ip6-address-get-prefix.returns"></a><h4>Returns</h4> <p> the IPv6 address prefix</p> </div> </div> @@ -920,7 +920,7 @@ nm_ip6_address_set_prefix (<em class="parameter"><code><a class="link" href="NMS <em class="parameter"><code><span class="type">guint32</span> prefix</code></em>);</pre> <p>Sets the IPv6 address prefix.</p> <div class="refsect3"> -<a name="id-1.2.26.11.11.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-set-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -949,7 +949,7 @@ nm_ip6_address_set_prefix (<em class="parameter"><code><a class="link" href="NMS nm_ip6_address_get_gateway (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);</pre> <p>Gets the IPv6 default gateway property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.12.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-get-gateway.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -964,7 +964,7 @@ nm_ip6_address_get_gateway (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.12.6"></a><h4>Returns</h4> +<a name="nm-ip6-address-get-gateway.returns"></a><h4>Returns</h4> <p> the IPv6 gateway address. </p> <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> fixed-size=16][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -977,7 +977,7 @@ nm_ip6_address_set_gateway (<em class="parameter"><code><a class="link" href="NM <em class="parameter"><code>const <span class="type">struct in6_addr</span> *gateway</code></em>);</pre> <p>Sets the IPv6 default gateway property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.13.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-set-gateway.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1006,7 +1006,7 @@ nm_ip6_address_set_gateway (<em class="parameter"><code><a class="link" href="NM nm_ip6_route_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates and returns a new <a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.14.5"></a><h4>Returns</h4> +<a name="nm-ip6-route-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</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> @@ -1018,7 +1018,7 @@ nm_ip6_route_new (<em class="parameter"><code><span class="type">void</span></co nm_ip6_route_dup (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> *source</code></em>);</pre> <p>Copies a given <a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> object and returns the copy.</p> <div class="refsect3"> -<a name="id-1.2.26.11.15.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-dup.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1033,7 +1033,7 @@ nm_ip6_route_dup (<em class="parameter"><code><a class="link" href="NMSettingIP6 </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.15.6"></a><h4>Returns</h4> +<a name="nm-ip6-route-dup.returns"></a><h4>Returns</h4> <p> the copy of the given <a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> copy. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -1045,7 +1045,7 @@ nm_ip6_route_dup (<em class="parameter"><code><a class="link" href="NMSettingIP6 nm_ip6_route_ref (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre> <p>Increases the reference count of the object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.16.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-ref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1068,7 +1068,7 @@ nm_ip6_route_unref (<em class="parameter"><code><a class="link" href="NMSettingI <p>Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.</p> <div class="refsect3"> -<a name="id-1.2.26.11.17.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-unref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1091,7 +1091,7 @@ nm_ip6_route_compare (<em class="parameter"><code><a class="link" href="NMSettin <em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> *other</code></em>);</pre> <p>Determines if two <a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> objects contain the same values.</p> <div class="refsect3"> -<a name="id-1.2.26.11.18.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-compare.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1114,7 +1114,7 @@ to.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.18.6"></a><h4>Returns</h4> +<a name="nm-ip6-route-compare.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the objects contain the same values, <code class="literal">FALSE</code> if they do not.</p> </div> </div> @@ -1125,7 +1125,7 @@ to.</p></td> nm_ip6_route_get_dest (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre> <p>Gets the IPv6 destination address property of this route object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.19.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-get-dest.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1140,7 +1140,7 @@ nm_ip6_route_get_dest (<em class="parameter"><code><a class="link" href="NMSetti </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.19.6"></a><h4>Returns</h4> +<a name="nm-ip6-route-get-dest.returns"></a><h4>Returns</h4> <p> the IPv6 address of destination. </p> <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> fixed-size=16][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1153,7 +1153,7 @@ nm_ip6_route_set_dest (<em class="parameter"><code><a class="link" href="NMSetti <em class="parameter"><code>const <span class="type">struct in6_addr</span> *dest</code></em>);</pre> <p>Sets the IPv6 destination address property of this route object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.20.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-set-dest.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1182,7 +1182,7 @@ nm_ip6_route_set_dest (<em class="parameter"><code><a class="link" href="NMSetti nm_ip6_route_get_prefix (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre> <p>Gets the IPv6 prefix (ie "32" or "64" etc) of this route.</p> <div class="refsect3"> -<a name="id-1.2.26.11.21.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-get-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1197,7 +1197,7 @@ nm_ip6_route_get_prefix (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.21.6"></a><h4>Returns</h4> +<a name="nm-ip6-route-get-prefix.returns"></a><h4>Returns</h4> <p> the IPv6 prefix</p> </div> </div> @@ -1209,7 +1209,7 @@ nm_ip6_route_set_prefix (<em class="parameter"><code><a class="link" href="NMSet <em class="parameter"><code><span class="type">guint32</span> prefix</code></em>);</pre> <p>Sets the IPv6 prefix of this route.</p> <div class="refsect3"> -<a name="id-1.2.26.11.22.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-set-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1238,7 +1238,7 @@ nm_ip6_route_set_prefix (<em class="parameter"><code><a class="link" href="NMSet nm_ip6_route_get_next_hop (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre> <p>Gets the IPv6 address of the next hop of this route.</p> <div class="refsect3"> -<a name="id-1.2.26.11.23.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-get-next-hop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1253,7 +1253,7 @@ nm_ip6_route_get_next_hop (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.23.6"></a><h4>Returns</h4> +<a name="nm-ip6-route-get-next-hop.returns"></a><h4>Returns</h4> <p> the IPv6 address of next hop. </p> <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> fixed-size=16][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1266,7 +1266,7 @@ nm_ip6_route_set_next_hop (<em class="parameter"><code><a class="link" href="NMS <em class="parameter"><code>const <span class="type">struct in6_addr</span> *next_hop</code></em>);</pre> <p>Sets the IPv6 address of the next hop of this route.</p> <div class="refsect3"> -<a name="id-1.2.26.11.24.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-set-next-hop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1296,7 +1296,7 @@ nm_ip6_route_get_metric (<em class="parameter"><code><a class="link" href="NMSet <p>Gets the route metric property of this route object; lower values indicate "better" or more preferred routes.</p> <div class="refsect3"> -<a name="id-1.2.26.11.25.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-get-metric.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1311,7 +1311,7 @@ nm_ip6_route_get_metric (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.25.6"></a><h4>Returns</h4> +<a name="nm-ip6-route-get-metric.returns"></a><h4>Returns</h4> <p> the route metric</p> </div> </div> @@ -1324,7 +1324,7 @@ nm_ip6_route_set_metric (<em class="parameter"><code><a class="link" href="NMSet <p>Sets the route metric property of this route object; lower values indicate "better" or more preferred routes.</p> <div class="refsect3"> -<a name="id-1.2.26.11.26.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-set-metric.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1353,7 +1353,7 @@ nm_ip6_route_set_metric (<em class="parameter"><code><a class="link" href="NMSet nm_setting_ip6_config_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.26.11.27.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</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> @@ -1364,7 +1364,7 @@ nm_setting_ip6_config_new (<em class="parameter"><code><span class="type">void</ <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_ip6_config_get_method (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.28.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-method.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1379,7 +1379,7 @@ nm_setting_ip6_config_get_method (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.28.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-method.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--method" title="The “method” property"><span class="type">“method”</span></a> property of the setting</p> </div> </div> @@ -1389,7 +1389,7 @@ nm_setting_ip6_config_get_method (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ip6_config_get_num_dns (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.29.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-num-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1404,7 +1404,7 @@ nm_setting_ip6_config_get_num_dns (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.29.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-num-dns.returns"></a><h4>Returns</h4> <p> the number of configured DNS servers</p> </div> </div> @@ -1415,7 +1415,7 @@ nm_setting_ip6_config_get_num_dns (<em class="parameter"><code><a class="link" h nm_setting_ip6_config_get_dns (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.30.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1437,7 +1437,7 @@ nm_setting_ip6_config_get_dns (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.30.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-dns.returns"></a><h4>Returns</h4> <p> the IPv6 address of the DNS server at index <em class="parameter"><code>i</code></em> . </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> @@ -1451,7 +1451,7 @@ nm_setting_ip6_config_add_dns (<em class="parameter"><code><a class="link" href= <em class="parameter"><code>const <span class="type">struct in6_addr</span> *dns</code></em>);</pre> <p>Adds a new DNS server to the setting.</p> <div class="refsect3"> -<a name="id-1.2.26.11.31.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-add-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1473,7 +1473,7 @@ nm_setting_ip6_config_add_dns (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.31.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-add-dns.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS server was added; <code class="literal">FALSE</code> if the server was already known</p> </div> @@ -1487,7 +1487,7 @@ nm_setting_ip6_config_remove_dns (<em class="parameter"><code><a class="link" hr <p>Removes the DNS server at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.32.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1519,7 +1519,7 @@ nm_setting_ip6_config_remove_dns_by_value <p>Removes the DNS server at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.33.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-dns-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1541,7 +1541,7 @@ nm_setting_ip6_config_remove_dns_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.33.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-remove-dns-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS server was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -1553,7 +1553,7 @@ nm_setting_ip6_config_remove_dns_by_value nm_setting_ip6_config_clear_dns (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <p>Removes all configured DNS servers.</p> <div class="refsect3"> -<a name="id-1.2.26.11.34.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-clear-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1575,7 +1575,7 @@ nm_setting_ip6_config_clear_dns (<em class="parameter"><code><a class="link" hre nm_setting_ip6_config_get_num_dns_searches (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.35.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-num-dns-searches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1590,7 +1590,7 @@ nm_setting_ip6_config_get_num_dns_searches </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.35.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-num-dns-searches.returns"></a><h4>Returns</h4> <p> the number of configured DNS search domains</p> </div> </div> @@ -1601,7 +1601,7 @@ nm_setting_ip6_config_get_num_dns_searches nm_setting_ip6_config_get_dns_search (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.36.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-dns-search.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1623,7 +1623,7 @@ nm_setting_ip6_config_get_dns_search (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.36.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-dns-search.returns"></a><h4>Returns</h4> <p> the DNS search domain at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1636,7 +1636,7 @@ nm_setting_ip6_config_add_dns_search (<em class="parameter"><code><a class="link <em class="parameter"><code>const <span class="type">char</span> *dns_search</code></em>);</pre> <p>Adds a new DNS search domain to the setting.</p> <div class="refsect3"> -<a name="id-1.2.26.11.37.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-add-dns-search.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1658,7 +1658,7 @@ nm_setting_ip6_config_add_dns_search (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.37.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-add-dns-search.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS search domain was added; <code class="literal">FALSE</code> if the search domain was already known</p> </div> @@ -1673,7 +1673,7 @@ nm_setting_ip6_config_remove_dns_search <p>Removes the DNS search domain at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.38.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-dns-search.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1705,7 +1705,7 @@ nm_setting_ip6_config_remove_dns_search_by_value <p>Removes the DNS search domain <em class="parameter"><code>dns_search</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.39.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-dns-search-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1727,7 +1727,7 @@ nm_setting_ip6_config_remove_dns_search_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.39.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-remove-dns-search-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS search domain was found and removed; <code class="literal">FALSE</code> if it was not.</p> <p>Since 0.9.10</p> </div> @@ -1740,7 +1740,7 @@ nm_setting_ip6_config_clear_dns_searches (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <p>Removes all configured DNS search domains.</p> <div class="refsect3"> -<a name="id-1.2.26.11.40.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-clear-dns-searches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1762,7 +1762,7 @@ nm_setting_ip6_config_clear_dns_searches nm_setting_ip6_config_get_num_addresses (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.41.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-num-addresses.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1777,7 +1777,7 @@ nm_setting_ip6_config_get_num_addresses </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.41.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-num-addresses.returns"></a><h4>Returns</h4> <p> the number of configured addresses</p> </div> </div> @@ -1788,7 +1788,7 @@ nm_setting_ip6_config_get_num_addresses nm_setting_ip6_config_get_address (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.42.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1810,7 +1810,7 @@ nm_setting_ip6_config_get_address (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.42.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-address.returns"></a><h4>Returns</h4> <p> the address at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1824,7 +1824,7 @@ nm_setting_ip6_config_add_address (<em class="parameter"><code><a class="link" h <p>Adds a new IPv6 address and associated information to the setting. The given address is duplicated internally and is not changed by this function.</p> <div class="refsect3"> -<a name="id-1.2.26.11.43.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-add-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1846,7 +1846,7 @@ given address is duplicated internally and is not changed by this function.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.43.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-add-address.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the address was added; <code class="literal">FALSE</code> if the address was already known.</p> </div> @@ -1860,7 +1860,7 @@ nm_setting_ip6_config_remove_address (<em class="parameter"><code><a class="link <p>Removes the address at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.44.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1892,7 +1892,7 @@ nm_setting_ip6_config_remove_address_by_value <p>Removes the address <em class="parameter"><code>address</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.45.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-address-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1914,7 +1914,7 @@ nm_setting_ip6_config_remove_address_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.45.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-remove-address-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the address was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -1926,7 +1926,7 @@ nm_setting_ip6_config_remove_address_by_value nm_setting_ip6_config_clear_addresses (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <p>Removes all configured addresses.</p> <div class="refsect3"> -<a name="id-1.2.26.11.46.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-clear-addresses.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1947,7 +1947,7 @@ nm_setting_ip6_config_clear_addresses (<em class="parameter"><code><a class="lin <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ip6_config_get_num_routes (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.47.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-num-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1962,7 +1962,7 @@ nm_setting_ip6_config_get_num_routes (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.47.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-num-routes.returns"></a><h4>Returns</h4> <p> the number of configured routes</p> </div> </div> @@ -1973,7 +1973,7 @@ nm_setting_ip6_config_get_num_routes (<em class="parameter"><code><a class="link nm_setting_ip6_config_get_route (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.48.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-route.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1995,7 +1995,7 @@ nm_setting_ip6_config_get_route (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.48.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-route.returns"></a><h4>Returns</h4> <p> the route at index <em class="parameter"><code>i</code></em> </p> </div> @@ -2009,7 +2009,7 @@ nm_setting_ip6_config_add_route (<em class="parameter"><code><a class="link" hre <p>Adds a new IPv6 route and associated information to the setting. The given route is duplicated internally and is not changed by this function.</p> <div class="refsect3"> -<a name="id-1.2.26.11.49.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-add-route.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2031,7 +2031,7 @@ given route is duplicated internally and is not changed by this function.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.49.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-add-route.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the route was added; <code class="literal">FALSE</code> if the route was already known.</p> </div> </div> @@ -2044,7 +2044,7 @@ nm_setting_ip6_config_remove_route (<em class="parameter"><code><a class="link" <p>Removes the route at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.50.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-route.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2076,7 +2076,7 @@ nm_setting_ip6_config_remove_route_by_value <p>Removes the route <em class="parameter"><code>route</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.51.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-route-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2098,7 +2098,7 @@ nm_setting_ip6_config_remove_route_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.51.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-remove-route-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the route was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -2110,7 +2110,7 @@ nm_setting_ip6_config_remove_route_by_value nm_setting_ip6_config_clear_routes (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <p>Removes all configured routes.</p> <div class="refsect3"> -<a name="id-1.2.26.11.52.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-clear-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2134,7 +2134,7 @@ nm_setting_ip6_config_get_ignore_auto_routes <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-routes" title="The “ignore-auto-routes” property"><span class="type">“ignore-auto-routes”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.26.11.53.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-ignore-auto-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2149,7 +2149,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.53.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-ignore-auto-routes.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if automatically configured (ie via DHCP) routes should be ignored.</p> </div> @@ -2163,7 +2163,7 @@ nm_setting_ip6_config_get_route_metric <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--route-metric" title="The “route-metric” property"><span class="type">“route-metric”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.26.11.54.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-route-metric.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2178,7 +2178,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.54.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-route-metric.returns"></a><h4>Returns</h4> <p> the route metric that is used for IPv6 routes that don't explicitly specify a metric. See <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--route-metric" title="The “route-metric” property"><span class="type">“route-metric”</span></a> for more details.</p> </div> @@ -2193,7 +2193,7 @@ nm_setting_ip6_config_get_ignore_auto_dns <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-dns" title="The “ignore-auto-dns” property"><span class="type">“ignore-auto-dns”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.26.11.55.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-ignore-auto-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2208,7 +2208,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.55.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-ignore-auto-dns.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if automatically configured (ie via DHCP or router advertisements) DNS information should be ignored.</p> </div> @@ -2222,7 +2222,7 @@ nm_setting_ip6_config_get_dhcp_hostname <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--dhcp-hostname" title="The “dhcp-hostname” property"><span class="type">“dhcp-hostname”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.26.11.56.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-dhcp-hostname.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2237,7 +2237,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.56.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-dhcp-hostname.returns"></a><h4>Returns</h4> <p> the configured hostname to send to the DHCP server</p> </div> <p class="since">Since: 0.9.8</p> @@ -2251,7 +2251,7 @@ nm_setting_ip6_config_get_never_default <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--never-default" title="The “never-default” property"><span class="type">“never-default”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.26.11.57.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-never-default.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2266,7 +2266,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.57.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-never-default.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if this connection should never be the default connection for IPv6 addressing</p> </div> @@ -2279,7 +2279,7 @@ nm_setting_ip6_config_get_may_fail (<em class="parameter"><code><a class="link" <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--may-fail" title="The “may-fail” property"><span class="type">“may-fail”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.26.11.58.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-may-fail.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2294,7 +2294,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.58.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-may-fail.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if this connection doesn't require IPv6 addressing to complete for the connection to succeed.</p> </div> @@ -2307,7 +2307,7 @@ nm_setting_ip6_config_get_ip6_privacy (<em class="parameter"><code><a class="lin <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--ip6-privacy" title="The “ip6-privacy” property"><span class="type">“ip6-privacy”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.26.11.59.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-ip6-privacy.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2322,7 +2322,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.59.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-ip6-privacy.returns"></a><h4>Returns</h4> <p> IPv6 Privacy Extensions configuration value (<a class="link" href="NMSettingIP6Config.html#NMSettingIP6ConfigPrivacy" title="enum NMSettingIP6ConfigPrivacy"><span class="type">NMSettingIP6ConfigPrivacy</span></a>).</p> </div> </div> @@ -2338,7 +2338,7 @@ property.</p> <div class="refsect2"> <a name="NMSettingIP6ConfigError"></a><h3>enum NMSettingIP6ConfigError</h3> <div class="refsect3"> -<a name="id-1.2.26.12.3.3"></a><h4>Members</h4> +<a name="NMSettingIP6ConfigError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2518,7 +2518,7 @@ supported for IPv6)</p> <p><a class="link" href="NMSettingIP6Config.html#NMSettingIP6ConfigPrivacy" title="enum NMSettingIP6ConfigPrivacy"><span class="type">NMSettingIP6ConfigPrivacy</span></a> values indicate if and how IPv6 Privacy Extensions are used (RFC4941).</p> <div class="refsect3"> -<a name="id-1.2.26.12.23.4"></a><h4>Members</h4> +<a name="NMSettingIP6ConfigPrivacy.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2723,6 +2723,6 @@ automatic configuration. Routes cannot be used with the "shared" or </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingInfiniband.html b/docs/libnm-util/html/NMSettingInfiniband.html index 82db623e..aa3a30fe 100644 --- a/docs/libnm-util/html/NMSettingInfiniband.html +++ b/docs/libnm-util/html/NMSettingInfiniband.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingGeneric.html" title="NMSettingGeneric"> <link rel="next" href="NMSettingVlan.html" title="NMSettingVlan"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -207,7 +207,7 @@ necessary for connection to IP-over-InfiniBand networks.</p> nm_setting_infiniband_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.19.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> errors.</p> </div> </div> @@ -218,7 +218,7 @@ nm_setting_infiniband_error_quark (<em class="parameter"><code><span class="type nm_setting_infiniband_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.19.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</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> @@ -229,7 +229,7 @@ nm_setting_infiniband_new (<em class="parameter"><code><span class="type">void</ <pre class="programlisting">const <span class="returnvalue">GByteArray</span> * nm_setting_infiniband_get_mac_address (<em class="parameter"><code><a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.19.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -244,7 +244,7 @@ nm_setting_infiniband_get_mac_address (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.2.19.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingInfiniband.html#NMSettingInfiniband--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a> property of the setting</p> </div> </div> @@ -254,7 +254,7 @@ nm_setting_infiniband_get_mac_address (<em class="parameter"><code><a class="lin <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_infiniband_get_mtu (<em class="parameter"><code><a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.19.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-mtu.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -269,7 +269,7 @@ nm_setting_infiniband_get_mtu (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.19.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-mtu.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingInfiniband.html#NMSettingInfiniband--mtu" title="The “mtu” property"><span class="type">“mtu”</span></a> property of the setting</p> </div> </div> @@ -282,7 +282,7 @@ nm_setting_infiniband_get_transport_mode <p>Returns the transport mode for this device. Either 'datagram' or 'connected'.</p> <div class="refsect3"> -<a name="id-1.2.19.9.6.5"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-transport-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -297,7 +297,7 @@ nm_setting_infiniband_get_transport_mode </table></div> </div> <div class="refsect3"> -<a name="id-1.2.19.9.6.6"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-transport-mode.returns"></a><h4>Returns</h4> <p> the IPoIB transport mode</p> </div> </div> @@ -310,7 +310,7 @@ nm_setting_infiniband_get_p_key (<em class="parameter"><code><a class="link" hre use the default P_Key (aka "the P_Key at index 0"). Otherwise it is a 16-bit unsigned integer.</p> <div class="refsect3"> -<a name="id-1.2.19.9.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-p-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -325,7 +325,7 @@ a 16-bit unsigned integer.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.19.9.7.6"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-p-key.returns"></a><h4>Returns</h4> <p> the IPoIB P_Key</p> </div> </div> @@ -336,7 +336,7 @@ a 16-bit unsigned integer.</p> nm_setting_infiniband_get_parent (<em class="parameter"><code><a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> *setting</code></em>);</pre> <p>Returns the parent interface name for this device, if set.</p> <div class="refsect3"> -<a name="id-1.2.19.9.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-parent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -351,7 +351,7 @@ nm_setting_infiniband_get_parent (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.19.9.8.6"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-parent.returns"></a><h4>Returns</h4> <p> the parent interface name</p> </div> </div> @@ -367,7 +367,7 @@ nm_setting_infiniband_get_parent (<em class="parameter"><code><a class="link" hr <div class="refsect2"> <a name="NMSettingInfinibandError"></a><h3>enum NMSettingInfinibandError</h3> <div class="refsect3"> -<a name="id-1.2.19.10.3.3"></a><h4>Members</h4> +<a name="NMSettingInfinibandError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -492,6 +492,6 @@ specify the base device by setting either this property or </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingOlpcMesh.html b/docs/libnm-util/html/NMSettingOlpcMesh.html index d9a5d1d0..5d7b0d41 100644 --- a/docs/libnm-util/html/NMSettingOlpcMesh.html +++ b/docs/libnm-util/html/NMSettingOlpcMesh.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingVlan.html" title="NMSettingVlan"> <link rel="next" href="NMSettingAdsl.html" title="NMSettingAdsl"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -172,7 +172,7 @@ nm_setting_olpc_mesh_error_quark (<em class="parameter"><code><span class="type" nm_setting_olpc_mesh_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.21.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-olpc-mesh-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> object</p> </div> </div> @@ -207,7 +207,7 @@ nm_setting_olpc_mesh_get_dhcp_anycast_address <div class="refsect2"> <a name="NMSettingOlpcMeshError"></a><h3>enum NMSettingOlpcMeshError</h3> <div class="refsect3"> -<a name="id-1.2.21.9.3.3"></a><h4>Members</h4> +<a name="NMSettingOlpcMeshError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -294,6 +294,6 @@ answers the request.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingPPP.html b/docs/libnm-util/html/NMSettingPPP.html index c66bd595..52c2887a 100644 --- a/docs/libnm-util/html/NMSettingPPP.html +++ b/docs/libnm-util/html/NMSettingPPP.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingIP6Config.html" title="NMSettingIP6Config"> <link rel="next" href="NMSettingPPPOE.html" title="NMSettingPPPOE"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -430,7 +430,7 @@ cable and DSL modems and some mobile broadband devices.</p> nm_setting_ppp_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.27.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> errors.</p> </div> </div> @@ -441,7 +441,7 @@ nm_setting_ppp_error_quark (<em class="parameter"><code><span class="type">void< nm_setting_ppp_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.27.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</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> @@ -452,7 +452,7 @@ nm_setting_ppp_new (<em class="parameter"><code><span class="type">void</span></ <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_noauth (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-noauth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -467,7 +467,7 @@ nm_setting_ppp_get_noauth (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-noauth.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--noauth" title="The “noauth” property"><span class="type">“noauth”</span></a> property of the setting</p> </div> </div> @@ -477,7 +477,7 @@ nm_setting_ppp_get_noauth (<em class="parameter"><code><a class="link" href="NMS <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_refuse_eap (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-refuse-eap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -492,7 +492,7 @@ nm_setting_ppp_get_refuse_eap (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-refuse-eap.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-eap" title="The “refuse-eap” property"><span class="type">“refuse-eap”</span></a> property of the setting</p> </div> </div> @@ -502,7 +502,7 @@ nm_setting_ppp_get_refuse_eap (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_refuse_pap (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-refuse-pap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -517,7 +517,7 @@ nm_setting_ppp_get_refuse_pap (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-refuse-pap.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-pap" title="The “refuse-pap” property"><span class="type">“refuse-pap”</span></a> property of the setting</p> </div> </div> @@ -527,7 +527,7 @@ nm_setting_ppp_get_refuse_pap (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_refuse_chap (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-refuse-chap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -542,7 +542,7 @@ nm_setting_ppp_get_refuse_chap (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-refuse-chap.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-chap" title="The “refuse-chap” property"><span class="type">“refuse-chap”</span></a> property of the setting</p> </div> </div> @@ -552,7 +552,7 @@ nm_setting_ppp_get_refuse_chap (<em class="parameter"><code><a class="link" href <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_refuse_mschap (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-refuse-mschap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -567,7 +567,7 @@ nm_setting_ppp_get_refuse_mschap (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-refuse-mschap.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-mschap" title="The “refuse-mschap” property"><span class="type">“refuse-mschap”</span></a> property of the setting</p> </div> </div> @@ -577,7 +577,7 @@ nm_setting_ppp_get_refuse_mschap (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_refuse_mschapv2 (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-refuse-mschapv2.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -592,7 +592,7 @@ nm_setting_ppp_get_refuse_mschapv2 (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.9.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-refuse-mschapv2.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-mschapv2" title="The “refuse-mschapv2” property"><span class="type">“refuse-mschapv2”</span></a> property of the setting</p> </div> </div> @@ -602,7 +602,7 @@ nm_setting_ppp_get_refuse_mschapv2 (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_nobsdcomp (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-nobsdcomp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -617,7 +617,7 @@ nm_setting_ppp_get_nobsdcomp (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.10.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-nobsdcomp.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--nobsdcomp" title="The “nobsdcomp” property"><span class="type">“nobsdcomp”</span></a> property of the setting</p> </div> </div> @@ -627,7 +627,7 @@ nm_setting_ppp_get_nobsdcomp (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_nodeflate (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-nodeflate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -642,7 +642,7 @@ nm_setting_ppp_get_nodeflate (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.11.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-nodeflate.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--nodeflate" title="The “nodeflate” property"><span class="type">“nodeflate”</span></a> property of the setting</p> </div> </div> @@ -652,7 +652,7 @@ nm_setting_ppp_get_nodeflate (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_no_vj_comp (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-no-vj-comp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -667,7 +667,7 @@ nm_setting_ppp_get_no_vj_comp (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.12.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-no-vj-comp.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--no-vj-comp" title="The “no-vj-comp” property"><span class="type">“no-vj-comp”</span></a> property of the setting</p> </div> </div> @@ -677,7 +677,7 @@ nm_setting_ppp_get_no_vj_comp (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_require_mppe (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.13.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-require-mppe.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -692,7 +692,7 @@ nm_setting_ppp_get_require_mppe (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.13.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-require-mppe.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--require-mppe" title="The “require-mppe” property"><span class="type">“require-mppe”</span></a> property of the setting</p> </div> </div> @@ -702,7 +702,7 @@ nm_setting_ppp_get_require_mppe (<em class="parameter"><code><a class="link" hre <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_require_mppe_128 (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.14.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-require-mppe-128.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -717,7 +717,7 @@ nm_setting_ppp_get_require_mppe_128 (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.14.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-require-mppe-128.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--require-mppe-128" title="The “require-mppe-128” property"><span class="type">“require-mppe-128”</span></a> property of the setting</p> </div> </div> @@ -727,7 +727,7 @@ nm_setting_ppp_get_require_mppe_128 (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_mppe_stateful (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.15.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-mppe-stateful.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -742,7 +742,7 @@ nm_setting_ppp_get_mppe_stateful (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.15.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-mppe-stateful.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--mppe-stateful" title="The “mppe-stateful” property"><span class="type">“mppe-stateful”</span></a> property of the setting</p> </div> </div> @@ -752,7 +752,7 @@ nm_setting_ppp_get_mppe_stateful (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_crtscts (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.16.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-crtscts.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -767,7 +767,7 @@ nm_setting_ppp_get_crtscts (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.16.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-crtscts.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--crtscts" title="The “crtscts” property"><span class="type">“crtscts”</span></a> property of the setting</p> </div> </div> @@ -777,7 +777,7 @@ nm_setting_ppp_get_crtscts (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ppp_get_baud (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.17.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-baud.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -792,7 +792,7 @@ nm_setting_ppp_get_baud (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.17.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-baud.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--baud" title="The “baud” property"><span class="type">“baud”</span></a> property of the setting</p> </div> </div> @@ -802,7 +802,7 @@ nm_setting_ppp_get_baud (<em class="parameter"><code><a class="link" href="NMSet <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ppp_get_mru (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.18.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-mru.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -817,7 +817,7 @@ nm_setting_ppp_get_mru (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.18.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-mru.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--mru" title="The “mru” property"><span class="type">“mru”</span></a> property of the setting</p> </div> </div> @@ -827,7 +827,7 @@ nm_setting_ppp_get_mru (<em class="parameter"><code><a class="link" href="NMSett <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ppp_get_mtu (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.19.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-mtu.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -842,7 +842,7 @@ nm_setting_ppp_get_mtu (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.19.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-mtu.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--mtu" title="The “mtu” property"><span class="type">“mtu”</span></a> property of the setting</p> </div> </div> @@ -852,7 +852,7 @@ nm_setting_ppp_get_mtu (<em class="parameter"><code><a class="link" href="NMSett <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ppp_get_lcp_echo_failure (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.20.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-lcp-echo-failure.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -867,7 +867,7 @@ nm_setting_ppp_get_lcp_echo_failure (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.20.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-lcp-echo-failure.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--lcp-echo-failure" title="The “lcp-echo-failure” property"><span class="type">“lcp-echo-failure”</span></a> property of the setting</p> </div> </div> @@ -877,7 +877,7 @@ nm_setting_ppp_get_lcp_echo_failure (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ppp_get_lcp_echo_interval (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.21.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-lcp-echo-interval.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -892,7 +892,7 @@ nm_setting_ppp_get_lcp_echo_interval (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.21.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-lcp-echo-interval.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--lcp-echo-interval" title="The “lcp-echo-interval” property"><span class="type">“lcp-echo-interval”</span></a> property of the setting</p> </div> </div> @@ -908,7 +908,7 @@ nm_setting_ppp_get_lcp_echo_interval (<em class="parameter"><code><a class="link <div class="refsect2"> <a name="NMSettingPPPError"></a><h3>enum NMSettingPPPError</h3> <div class="refsect3"> -<a name="id-1.2.27.10.3.3"></a><h4>Members</h4> +<a name="NMSettingPPPError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1235,6 +1235,6 @@ be set to <code class="literal">TRUE</code>. If 128-bit MPPE is not available t </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingPPPOE.html b/docs/libnm-util/html/NMSettingPPPOE.html index c7abaffe..a626360c 100644 --- a/docs/libnm-util/html/NMSettingPPPOE.html +++ b/docs/libnm-util/html/NMSettingPPPOE.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingPPP.html" title="NMSettingPPP"> <link rel="next" href="NMSettingVPN.html" title="NMSettingVPN"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -191,7 +191,7 @@ to provide IP transport, for example cable or DSL modems.</p> nm_setting_pppoe_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.28.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> errors.</p> </div> </div> @@ -202,7 +202,7 @@ nm_setting_pppoe_error_quark (<em class="parameter"><code><span class="type">voi nm_setting_pppoe_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.28.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</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> @@ -213,7 +213,7 @@ nm_setting_pppoe_new (<em class="parameter"><code><span class="type">void</span> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_pppoe_get_service (<em class="parameter"><code><a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.28.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-pppoe-get-service.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -228,7 +228,7 @@ nm_setting_pppoe_get_service (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.28.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-get-service.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE--service" title="The “service” property"><span class="type">“service”</span></a> property of the setting</p> </div> </div> @@ -238,7 +238,7 @@ nm_setting_pppoe_get_service (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_pppoe_get_username (<em class="parameter"><code><a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.28.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-pppoe-get-username.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -253,7 +253,7 @@ nm_setting_pppoe_get_username (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.28.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-get-username.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE--username" title="The “username” property"><span class="type">“username”</span></a> property of the setting</p> </div> </div> @@ -263,7 +263,7 @@ nm_setting_pppoe_get_username (<em class="parameter"><code><a class="link" href= <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_pppoe_get_password (<em class="parameter"><code><a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.28.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-pppoe-get-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -278,7 +278,7 @@ nm_setting_pppoe_get_password (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.28.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-get-password.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE--password" title="The “password” property"><span class="type">“password”</span></a> property of the setting</p> </div> </div> @@ -288,7 +288,7 @@ nm_setting_pppoe_get_password (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_pppoe_get_password_flags (<em class="parameter"><code><a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.28.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-pppoe-get-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -303,7 +303,7 @@ nm_setting_pppoe_get_password_flags (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.28.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-get-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -319,7 +319,7 @@ nm_setting_pppoe_get_password_flags (<em class="parameter"><code><a class="link" <div class="refsect2"> <a name="NMSettingPPPOEError"></a><h3>enum NMSettingPPPOEError</h3> <div class="refsect3"> -<a name="id-1.2.28.10.3.3"></a><h4>Members</h4> +<a name="NMSettingPPPOEError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -432,6 +432,6 @@ access concentrators or a specific service is known to be required.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingSerial.html b/docs/libnm-util/html/NMSettingSerial.html index 43c21e9e..5fa59aed 100644 --- a/docs/libnm-util/html/NMSettingSerial.html +++ b/docs/libnm-util/html/NMSettingSerial.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingBluetooth.html" title="NMSettingBluetooth"> <link rel="next" href="NMSettingCdma.html" title="NMSettingCdma"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -209,7 +209,7 @@ such as mobile broadband or analog telephone connections.</p> nm_setting_serial_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.9.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> errors.</p> </div> </div> @@ -220,7 +220,7 @@ nm_setting_serial_error_quark (<em class="parameter"><code><span class="type">vo nm_setting_serial_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.9.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</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> @@ -231,7 +231,7 @@ nm_setting_serial_new (<em class="parameter"><code><span class="type">void</span <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_serial_get_baud (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.9.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-serial-get-baud.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -246,7 +246,7 @@ nm_setting_serial_get_baud (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.9.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-get-baud.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingSerial.html#NMSettingSerial--baud" title="The “baud” property"><span class="type">“baud”</span></a> property of the setting</p> </div> </div> @@ -256,7 +256,7 @@ nm_setting_serial_get_baud (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_serial_get_bits (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.9.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-serial-get-bits.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -271,7 +271,7 @@ nm_setting_serial_get_bits (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.9.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-get-bits.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingSerial.html#NMSettingSerial--bits" title="The “bits” property"><span class="type">“bits”</span></a> property of the setting</p> </div> </div> @@ -281,7 +281,7 @@ nm_setting_serial_get_bits (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">char</span> nm_setting_serial_get_parity (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.9.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-serial-get-parity.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -296,7 +296,7 @@ nm_setting_serial_get_parity (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.9.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-get-parity.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingSerial.html#NMSettingSerial--parity" title="The “parity” property"><span class="type">“parity”</span></a> property of the setting</p> </div> </div> @@ -306,7 +306,7 @@ nm_setting_serial_get_parity (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_serial_get_stopbits (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.9.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-serial-get-stopbits.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -321,7 +321,7 @@ nm_setting_serial_get_stopbits (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.9.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-get-stopbits.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingSerial.html#NMSettingSerial--stopbits" title="The “stopbits” property"><span class="type">“stopbits”</span></a> property of the setting</p> </div> </div> @@ -331,7 +331,7 @@ nm_setting_serial_get_stopbits (<em class="parameter"><code><a class="link" href <pre class="programlisting"><span class="returnvalue">guint64</span> nm_setting_serial_get_send_delay (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.9.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-serial-get-send-delay.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -346,7 +346,7 @@ nm_setting_serial_get_send_delay (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.9.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-get-send-delay.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingSerial.html#NMSettingSerial--send-delay" title="The “send-delay” property"><span class="type">“send-delay”</span></a> property of the setting</p> </div> </div> @@ -362,7 +362,7 @@ nm_setting_serial_get_send_delay (<em class="parameter"><code><a class="link" hr <div class="refsect2"> <a name="NMSettingSerialError"></a><h3>enum NMSettingSerialError</h3> <div class="refsect3"> -<a name="id-1.2.9.10.3.3"></a><h4>Members</h4> +<a name="NMSettingSerialError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -492,6 +492,6 @@ The 1 in "8n1" for example.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingTeam.html b/docs/libnm-util/html/NMSettingTeam.html index 2e40a312..09de0419 100644 --- a/docs/libnm-util/html/NMSettingTeam.html +++ b/docs/libnm-util/html/NMSettingTeam.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingBridgePort.html" title="NMSettingBridgePort"> <link rel="next" href="NMSettingTeamPort.html" title="NMSettingTeamPort"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -156,7 +156,7 @@ necessary for team connections.</p> nm_setting_team_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.16.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-team-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> errors.</p> </div> <p class="since">Since: 0.9.10</p> @@ -168,7 +168,7 @@ nm_setting_team_error_quark (<em class="parameter"><code><span class="type">void nm_setting_team_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.16.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-team-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</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> @@ -180,7 +180,7 @@ nm_setting_team_new (<em class="parameter"><code><span class="type">void</span>< <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_team_get_interface_name (<em class="parameter"><code><a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.16.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-team-get-interface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -195,7 +195,7 @@ nm_setting_team_get_interface_name (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.16.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-team-get-interface-name.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingTeam.html#NMSettingTeam--interface-name" title="The “interface-name” property"><span class="type">“interface-name”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -206,7 +206,7 @@ nm_setting_team_get_interface_name (<em class="parameter"><code><a class="link" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_team_get_config (<em class="parameter"><code><a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.16.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-team-get-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -221,7 +221,7 @@ nm_setting_team_get_config (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.16.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-team-get-config.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingTeam.html#NMSettingTeam--config" title="The “config” property"><span class="type">“config”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -238,7 +238,7 @@ nm_setting_team_get_config (<em class="parameter"><code><a class="link" href="NM <div class="refsect2"> <a name="NMSettingTeamError"></a><h3>enum NMSettingTeamError</h3> <div class="refsect3"> -<a name="id-1.2.16.10.3.3"></a><h4>Members</h4> +<a name="NMSettingTeamError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -314,6 +314,6 @@ configuration is used. See man teamd.conf for the format details.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingTeamPort.html b/docs/libnm-util/html/NMSettingTeamPort.html index c08a4eb0..e0860deb 100644 --- a/docs/libnm-util/html/NMSettingTeamPort.html +++ b/docs/libnm-util/html/NMSettingTeamPort.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingTeam.html" title="NMSettingTeam"> <link rel="next" href="NMSettingGeneric.html" title="NMSettingGeneric"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -137,7 +137,7 @@ optional properties that apply to team ports.</p> nm_setting_team_port_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.17.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-team-port-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> errors.</p> </div> <p class="since">Since: 0.9.10</p> @@ -149,7 +149,7 @@ nm_setting_team_port_error_quark (<em class="parameter"><code><span class="type" nm_setting_team_port_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.17.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-team-port-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</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> @@ -161,7 +161,7 @@ nm_setting_team_port_new (<em class="parameter"><code><span class="type">void</s <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_team_port_get_config (<em class="parameter"><code><a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.17.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-team-port-get-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -176,7 +176,7 @@ nm_setting_team_port_get_config (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.17.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-team-port-get-config.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingTeamPort.html#NMSettingTeamPort--config" title="The “config” property"><span class="type">“config”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -193,7 +193,7 @@ nm_setting_team_port_get_config (<em class="parameter"><code><a class="link" hre <div class="refsect2"> <a name="NMSettingTeamPortError"></a><h3>enum NMSettingTeamPortError</h3> <div class="refsect3"> -<a name="id-1.2.17.10.3.3"></a><h4>Members</h4> +<a name="NMSettingTeamPortError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -255,6 +255,6 @@ used. See man teamd.conf for the format details.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingVPN.html b/docs/libnm-util/html/NMSettingVPN.html index e3243206..92dc88b3 100644 --- a/docs/libnm-util/html/NMSettingVPN.html +++ b/docs/libnm-util/html/NMSettingVPN.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingPPPOE.html" title="NMSettingPPPOE"> <link rel="next" href="libnm-util-nm-utils.html" title="nm-utils"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -286,7 +286,7 @@ properties.</p> nm_setting_vpn_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.29.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-vpn-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> errors.</p> </div> </div> @@ -298,7 +298,7 @@ nm_setting_vpn_error_quark (<em class="parameter"><code><span class="type">void< <em class="parameter"><code>const <span class="type">char</span> *value</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.29.9.3.4"></a><h4>Parameters</h4> +<a name="NMVPNIterFunc.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -333,7 +333,7 @@ nm_setting_vpn_error_quark (<em class="parameter"><code><span class="type">void< nm_setting_vpn_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.29.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-vpn-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</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> @@ -346,7 +346,7 @@ nm_setting_vpn_get_service_type (<em class="parameter"><code><a class="link" hre <p>Returns the service name of the VPN, which identifies the specific VPN plugin that should be used to connect to this VPN.</p> <div class="refsect3"> -<a name="id-1.2.29.9.5.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-service-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -361,7 +361,7 @@ plugin that should be used to connect to this VPN.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.5.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-service-type.returns"></a><h4>Returns</h4> <p> the VPN plugin's service name</p> </div> </div> @@ -371,7 +371,7 @@ plugin that should be used to connect to this VPN.</p> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_vpn_get_user_name (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.29.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-user-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -386,7 +386,7 @@ nm_setting_vpn_get_user_name (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-user-name.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVPN.html#NMSettingVPN--user-name" title="The “user-name” property"><span class="type">“user-name”</span></a> property of the setting</p> </div> </div> @@ -396,7 +396,7 @@ nm_setting_vpn_get_user_name (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_vpn_get_persistent (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.29.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-persistent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -411,7 +411,7 @@ nm_setting_vpn_get_persistent (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-persistent.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVPN.html#NMSettingVPN--persistent" title="The “persistent” property"><span class="type">“persistent”</span></a> property of the setting</p> </div> </div> @@ -422,7 +422,7 @@ nm_setting_vpn_get_persistent (<em class="parameter"><code><a class="link" href= nm_setting_vpn_get_num_data_items (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>);</pre> <p>Gets number of key/value pairs of VPN configuration data.</p> <div class="refsect3"> -<a name="id-1.2.29.9.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-num-data-items.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -437,7 +437,7 @@ nm_setting_vpn_get_num_data_items (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.8.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-num-data-items.returns"></a><h4>Returns</h4> <p> the number of VPN plugin specific configuration data items</p> </div> </div> @@ -454,7 +454,7 @@ nm_setting_vpn_add_data_item (<em class="parameter"><code><a class="link" href=" setting which may be retrieved later. Should not be used to store passwords or other secrets, which is what <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-secret" title="nm_setting_vpn_add_secret ()"><code class="function">nm_setting_vpn_add_secret()</code></a> is for.</p> <div class="refsect3"> -<a name="id-1.2.29.9.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-add-data-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -492,7 +492,7 @@ nm_setting_vpn_get_data_item (<em class="parameter"><code><a class="link" href=" <p>Retrieves the data item of a key/value relationship previously established by <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-data-item" title="nm_setting_vpn_add_data_item ()"><code class="function">nm_setting_vpn_add_data_item()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.29.9.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-data-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -514,7 +514,7 @@ by <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-data-item" title=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.10.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-data-item.returns"></a><h4>Returns</h4> <p> the data item, if any</p> </div> </div> @@ -527,7 +527,7 @@ nm_setting_vpn_remove_data_item (<em class="parameter"><code><a class="link" hre <p>Deletes a key/value relationship previously established by <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-data-item" title="nm_setting_vpn_add_data_item ()"><code class="function">nm_setting_vpn_add_data_item()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.29.9.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-remove-data-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -549,7 +549,7 @@ nm_setting_vpn_remove_data_item (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.11.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-remove-data-item.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the data item was found and removed from the internal list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -566,7 +566,7 @@ and modify data items inside <em class="parameter"><code>func</code></em> , though any additions or removals made during iteration will not be part of the iteration.</p> <div class="refsect3"> -<a name="id-1.2.29.9.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-foreach-data-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -601,7 +601,7 @@ during iteration will not be part of the iteration.</p> nm_setting_vpn_get_num_secrets (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>);</pre> <p>Gets number of VPN plugin specific secrets in the setting.</p> <div class="refsect3"> -<a name="id-1.2.29.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-num-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -616,7 +616,7 @@ nm_setting_vpn_get_num_secrets (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.13.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-num-secrets.returns"></a><h4>Returns</h4> <p> the number of VPN plugin specific secrets</p> </div> </div> @@ -632,7 +632,7 @@ nm_setting_vpn_add_secret (<em class="parameter"><code><a class="link" href="NMS internally in the setting which may be retrieved later.</p> <div class="refsect3"> -<a name="id-1.2.29.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-add-secret.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -670,7 +670,7 @@ nm_setting_vpn_get_secret (<em class="parameter"><code><a class="link" href="NMS <p>Retrieves the secret of a key/value relationship previously established by <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-secret" title="nm_setting_vpn_add_secret ()"><code class="function">nm_setting_vpn_add_secret()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.29.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-secret.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -692,7 +692,7 @@ by <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-secret" title="nm_ </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.15.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-secret.returns"></a><h4>Returns</h4> <p> the secret, if any</p> </div> </div> @@ -705,7 +705,7 @@ nm_setting_vpn_remove_secret (<em class="parameter"><code><a class="link" href=" <p>Deletes a key/value relationship previously established by <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-secret" title="nm_setting_vpn_add_secret ()"><code class="function">nm_setting_vpn_add_secret()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.29.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-remove-secret.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -727,7 +727,7 @@ nm_setting_vpn_remove_secret (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.16.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-remove-secret.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the secret was found and removed from the internal list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -744,7 +744,7 @@ and modify secrets inside <em class="parameter"><code>func</code></em> , though any additions or removals made during iteration will not be part of the iteration.</p> <div class="refsect3"> -<a name="id-1.2.29.9.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-foreach-secret.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -784,7 +784,7 @@ iteration will not be part of the iteration.</p> <div class="refsect2"> <a name="NMSettingVpnError"></a><h3>enum NMSettingVpnError</h3> <div class="refsect3"> -<a name="id-1.2.29.10.3.3"></a><h4>Members</h4> +<a name="NMSettingVpnError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -914,6 +914,6 @@ VPN connection.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingVlan.html b/docs/libnm-util/html/NMSettingVlan.html index df603abd..7631e145 100644 --- a/docs/libnm-util/html/NMSettingVlan.html +++ b/docs/libnm-util/html/NMSettingVlan.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingInfiniband.html" title="NMSettingInfiniband"> <link rel="next" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -50,10 +50,6 @@ </td> </tr> <tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSettingVlan.html#NM-VLAN-FLAGS-ALL:CAPS" title="NM_VLAN_FLAGS_ALL">NM_VLAN_FLAGS_ALL</a></td> -</tr> -<tr> <td class="function_type"> <a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> * </td> @@ -256,6 +252,10 @@ <td class="datatype_keyword">enum</td> <td class="function_name"><a class="link" href="NMSettingVlan.html#NMVlanFlags" title="enum NMVlanFlags">NMVlanFlags</a></td> </tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSettingVlan.html#NM-VLAN-FLAGS-ALL:CAPS" title="NM_VLAN_FLAGS_ALL">NM_VLAN_FLAGS_ALL</a></td> +</tr> </tbody> </table></div> </div> @@ -288,23 +288,18 @@ necessary for connection to VLAN interfaces.</p> nm_setting_vlan_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.20.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> errors.</p> </div> </div> <hr> <div class="refsect2"> -<a name="NM-VLAN-FLAGS-ALL:CAPS"></a><h3>NM_VLAN_FLAGS_ALL</h3> -<pre class="programlisting">#define NM_VLAN_FLAGS_ALL</pre> -</div> -<hr> -<div class="refsect2"> <a name="nm-setting-vlan-new"></a><h3>nm_setting_vlan_new ()</h3> <pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> * nm_setting_vlan_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.20.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</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> @@ -315,7 +310,7 @@ nm_setting_vlan_new (<em class="parameter"><code><span class="type">void</span>< <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_vlan_get_interface_name (<em class="parameter"><code><a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.20.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-interface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -330,7 +325,7 @@ nm_setting_vlan_get_interface_name (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-interface-name.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVlan.html#NMSettingVlan--interface-name" title="The “interface-name” property"><span class="type">“interface_name”</span></a> property of the setting</p> </div> </div> @@ -340,7 +335,7 @@ nm_setting_vlan_get_interface_name (<em class="parameter"><code><a class="link" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_vlan_get_parent (<em class="parameter"><code><a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.20.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-parent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -355,7 +350,7 @@ nm_setting_vlan_get_parent (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-parent.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVlan.html#NMSettingVlan--parent" title="The “parent” property"><span class="type">“parent”</span></a> property of the setting</p> </div> </div> @@ -365,7 +360,7 @@ nm_setting_vlan_get_parent (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_vlan_get_id (<em class="parameter"><code><a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.20.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -380,7 +375,7 @@ nm_setting_vlan_get_id (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-id.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVlan.html#NMSettingVlan--id" title="The “id” property"><span class="type">“id”</span></a> property of the setting</p> </div> </div> @@ -390,7 +385,7 @@ nm_setting_vlan_get_id (<em class="parameter"><code><a class="link" href="NMSett <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_vlan_get_flags (<em class="parameter"><code><a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.20.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -405,7 +400,7 @@ nm_setting_vlan_get_flags (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVlan.html#NMSettingVlan--flags" title="The “flags” property"><span class="type">“flags”</span></a> property of the setting</p> </div> </div> @@ -419,7 +414,7 @@ nm_setting_vlan_get_num_priorities (<em class="parameter"><code><a class="link" <a class="link" href="NMSettingVlan.html#NMSettingVlan--ingress-priority-map" title="The “ingress-priority-map” property"><span class="type">“ingress_priority_map”</span></a> or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" title="The “egress-priority-map” property"><span class="type">“egress_priority_map”</span></a> properties of this setting.</p> <div class="refsect3"> -<a name="id-1.2.20.9.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-num-priorities.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -441,7 +436,7 @@ properties of this setting.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.9.6"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-num-priorities.returns"></a><h4>Returns</h4> <p> return the number of ingress/egress priority entries, -1 if error</p> </div> </div> @@ -457,7 +452,7 @@ nm_setting_vlan_get_priority (<em class="parameter"><code><a class="link" href=" <p>Retrieve one of the entries of the <a class="link" href="NMSettingVlan.html#NMSettingVlan--ingress-priority-map" title="The “ingress-priority-map” property"><span class="type">“ingress_priority_map”</span></a> or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" title="The “egress-priority-map” property"><span class="type">“egress_priority_map”</span></a> properties of this setting.</p> <div class="refsect3"> -<a name="id-1.2.20.9.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -494,7 +489,7 @@ or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.10.6"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-priority.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if a priority map was returned, <code class="literal">FALSE</code> if error</p> </div> </div> @@ -523,7 +518,7 @@ Priority Code Point (PCP) value, and <em class="parameter"><code>to</code></em> <em class="parameter"><code>to</code></em> is the outgoing 802.1q VLAN Priority Code Point (PCP) value.</p> <div class="refsect3"> -<a name="id-1.2.20.9.11.7"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-add-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -557,7 +552,7 @@ to</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.11.8"></a><h4>Returns</h4> +<a name="nm-setting-vlan-add-priority.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the new priority mapping was successfully added to the list, <code class="literal">FALSE</code> if error</p> </div> @@ -574,7 +569,7 @@ nm_setting_vlan_remove_priority (<em class="parameter"><code><a class="link" hre <a class="link" href="NMSettingVlan.html#NMSettingVlan--ingress-priority-map" title="The “ingress-priority-map” property"><span class="type">“ingress_priority_map”</span></a> or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" title="The “egress-priority-map” property"><span class="type">“egress_priority_map”</span></a> properties.</p> <div class="refsect3"> -<a name="id-1.2.20.9.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-remove-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -617,7 +612,7 @@ or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" argument) properties.</p> <div class="refsect3"> -<a name="id-1.2.20.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-remove-priority-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -651,7 +646,7 @@ to</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.13.6"></a><h4>Returns</h4> +<a name="nm-setting-vlan-remove-priority-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the priority mapping was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -670,7 +665,7 @@ or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" argument) properties.</p> <div class="refsect3"> -<a name="id-1.2.20.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-remove-priority-str-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -697,7 +692,7 @@ properties.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.14.6"></a><h4>Returns</h4> +<a name="nm-setting-vlan-remove-priority-str-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the priority mapping was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -711,7 +706,7 @@ nm_setting_vlan_clear_priorities (<em class="parameter"><code><a class="link" hr <p>Clear all the entires from <a class="link" href="NMSettingVlan.html#NMSettingVlan--ingress-priority-map" title="The “ingress-priority-map” property"><span class="type">“ingress_priority_map”</span></a> or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" title="The “egress-priority-map” property"><span class="type">“egress_priority_map”</span></a> properties.</p> <div class="refsect3"> -<a name="id-1.2.20.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-clear-priorities.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -744,7 +739,7 @@ nm_setting_vlan_add_priority_str (<em class="parameter"><code><a class="link" hr or the <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" title="The “egress-priority-map” property"><span class="type">“egress_priority_map”</span></a> properties. The priority map maps the Linux SKB priorities to 802.1p priorities.</p> <div class="refsect3"> -<a name="id-1.2.20.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-add-priority-str.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -771,7 +766,7 @@ the Linux SKB priorities to 802.1p priorities.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.16.6"></a><h4>Returns</h4> +<a name="nm-setting-vlan-add-priority-str.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the entry was successfully added to the list, or it overwrote the old value, <code class="literal">FALSE</code> if error</p> </div> @@ -788,7 +783,7 @@ overwrote the old value, <code class="literal">FALSE</code> if error</p> <div class="refsect2"> <a name="NMSettingVlanError"></a><h3>enum NMSettingVlanError</h3> <div class="refsect3"> -<a name="id-1.2.20.10.3.3"></a><h4>Members</h4> +<a name="NMSettingVlanError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -878,7 +873,7 @@ overwrote the old value, <code class="literal">FALSE</code> if error</p> <p>A selector for traffic priority maps; these map Linux SKB priorities to 802.1p priorities used in VLANs.</p> <div class="refsect3"> -<a name="id-1.2.20.10.11.4"></a><h4>Members</h4> +<a name="NMVlanPriorityMap.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -909,7 +904,7 @@ to 802.1p priorities used in VLANs.</p> <a name="NMVlanFlags"></a><h3>enum NMVlanFlags</h3> <p><a class="link" href="NMSettingVlan.html#NMVlanFlags" title="enum NMVlanFlags"><span class="type">NMVlanFlags</span></a> values control the behavior of the VLAN interface.</p> <div class="refsect3"> -<a name="id-1.2.20.10.12.4"></a><h4>Members</h4> +<a name="NMVlanFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -954,6 +949,11 @@ to 802.1p priorities used in VLANs.</p> </table></div> </div> </div> +<hr> +<div class="refsect2"> +<a name="NM-VLAN-FLAGS-ALL:CAPS"></a><h3>NM_VLAN_FLAGS_ALL</h3> +<pre class="programlisting">#define NM_VLAN_FLAGS_ALL</pre> +</div> </div> <div class="refsect1"> <a name="NMSettingVlan.property-details"></a><h2>Property Details</h2> @@ -1023,6 +1023,6 @@ with a <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" ti </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingWimax.html b/docs/libnm-util/html/NMSettingWimax.html index 26544076..fc5be6ac 100644 --- a/docs/libnm-util/html/NMSettingWimax.html +++ b/docs/libnm-util/html/NMSettingWimax.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingGsm.html" title="NMSettingGsm"> <link rel="next" href="NMSettingBond.html" title="NMSettingBond"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -163,7 +163,7 @@ nm_setting_wimax_error_quark (<em class="parameter"><code><span class="type">voi </div> <p>Registers an error quark for <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.12.9.2.6"></a><h4>Returns</h4> +<a name="nm-setting-wimax-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> errors.</p> </div> </div> @@ -178,7 +178,7 @@ nm_setting_wimax_new (<em class="parameter"><code><span class="type">void</span> </div> <p>Creates a new <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.12.9.3.6"></a><h4>Returns</h4> +<a name="nm-setting-wimax-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> object</p> </div> </div> @@ -194,7 +194,7 @@ nm_setting_wimax_get_network_name (<em class="parameter"><code><a class="link" h <p>Returns the WiMAX NSP name (ex "Sprint" or "CLEAR") which identifies the specific WiMAX network this setting describes a connection to.</p> <div class="refsect3"> -<a name="id-1.2.12.9.4.6"></a><h4>Parameters</h4> +<a name="nm-setting-wimax-get-network-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -209,7 +209,7 @@ specific WiMAX network this setting describes a connection to.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.12.9.4.7"></a><h4>Returns</h4> +<a name="nm-setting-wimax-get-network-name.returns"></a><h4>Returns</h4> <p> the WiMAX NSP name</p> </div> </div> @@ -225,7 +225,7 @@ nm_setting_wimax_get_mac_address (<em class="parameter"><code><a class="link" hr <p>Returns the MAC address of a WiMAX device which this connection is locked to.</p> <div class="refsect3"> -<a name="id-1.2.12.9.5.6"></a><h4>Parameters</h4> +<a name="nm-setting-wimax-get-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -240,7 +240,7 @@ to.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.12.9.5.7"></a><h4>Returns</h4> +<a name="nm-setting-wimax-get-mac-address.returns"></a><h4>Returns</h4> <p> the MAC address</p> </div> </div> @@ -256,7 +256,7 @@ to.</p> <div class="refsect2"> <a name="NMSettingWimaxError"></a><h3>enum NMSettingWimaxError</h3> <div class="refsect3"> -<a name="id-1.2.12.10.3.3"></a><h4>Members</h4> +<a name="NMSettingWimaxError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -339,6 +339,6 @@ should use.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingWired.html b/docs/libnm-util/html/NMSettingWired.html index 75184b1b..97df5498 100644 --- a/docs/libnm-util/html/NMSettingWired.html +++ b/docs/libnm-util/html/NMSettingWired.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingConnection.html" title="NMSettingConnection"> <link rel="next" href="NMSettingWireless.html" title="NMSettingWireless"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -394,7 +394,7 @@ necessary for connection to Ethernet networks.</p> nm_setting_wired_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.5.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> errors.</p> </div> </div> @@ -405,7 +405,7 @@ nm_setting_wired_error_quark (<em class="parameter"><code><span class="type">voi nm_setting_wired_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.5.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</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> @@ -416,7 +416,7 @@ nm_setting_wired_new (<em class="parameter"><code><span class="type">void</span> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wired_get_port (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-port.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -431,7 +431,7 @@ nm_setting_wired_get_port (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-port.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--port" title="The “port” property"><span class="type">“port”</span></a> property of the setting</p> </div> </div> @@ -441,7 +441,7 @@ nm_setting_wired_get_port (<em class="parameter"><code><a class="link" href="NMS <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wired_get_speed (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-speed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -456,7 +456,7 @@ nm_setting_wired_get_speed (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-speed.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--speed" title="The “speed” property"><span class="type">“speed”</span></a> property of the setting</p> </div> </div> @@ -466,7 +466,7 @@ nm_setting_wired_get_speed (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wired_get_duplex (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-duplex.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -481,7 +481,7 @@ nm_setting_wired_get_duplex (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-duplex.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--duplex" title="The “duplex” property"><span class="type">“duplex”</span></a> property of the setting</p> </div> </div> @@ -491,7 +491,7 @@ nm_setting_wired_get_duplex (<em class="parameter"><code><a class="link" href="N <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_wired_get_auto_negotiate (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-auto-negotiate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -506,7 +506,7 @@ nm_setting_wired_get_auto_negotiate (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-auto-negotiate.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--auto-negotiate" title="The “auto-negotiate” property"><span class="type">“auto-negotiate”</span></a> property of the setting</p> </div> </div> @@ -516,7 +516,7 @@ nm_setting_wired_get_auto_negotiate (<em class="parameter"><code><a class="link" <pre class="programlisting">const <span class="returnvalue">GByteArray</span> * nm_setting_wired_get_mac_address (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -531,7 +531,7 @@ nm_setting_wired_get_mac_address (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a> property of the setting</p> </div> </div> @@ -542,7 +542,7 @@ nm_setting_wired_get_mac_address (<em class="parameter"><code><a class="link" hr nm_setting_wired_get_cloned_mac_address (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-cloned-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -557,7 +557,7 @@ nm_setting_wired_get_cloned_mac_address </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.9.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-cloned-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--cloned-mac-address" title="The “cloned-mac-address” property"><span class="type">“cloned-mac-address”</span></a> property of the setting</p> </div> </div> @@ -568,7 +568,7 @@ nm_setting_wired_get_cloned_mac_address nm_setting_wired_get_mac_address_blacklist (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-mac-address-blacklist.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -583,7 +583,7 @@ nm_setting_wired_get_mac_address_blacklist </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.10.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-mac-address-blacklist.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address-blacklist" title="The “mac-address-blacklist” property"><span class="type">“mac-address-blacklist”</span></a> property of the setting. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GLib.ByteArray]</span></p> @@ -596,7 +596,7 @@ property of the setting. </p> nm_setting_wired_get_num_mac_blacklist_items (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-num-mac-blacklist-items.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -611,7 +611,7 @@ nm_setting_wired_get_num_mac_blacklist_items </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.11.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-num-mac-blacklist-items.returns"></a><h4>Returns</h4> <p> the number of blacklisted MAC addresses</p> </div> <p class="since">Since: 0.9.10</p> @@ -624,7 +624,7 @@ nm_setting_wired_get_mac_blacklist_item (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -646,7 +646,7 @@ nm_setting_wired_get_mac_blacklist_item </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.12.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-mac-blacklist-item.returns"></a><h4>Returns</h4> <p> the blacklisted MAC address string (hex-digits-and-colons notation) at index <em class="parameter"><code>idx</code></em> </p> @@ -662,7 +662,7 @@ nm_setting_wired_add_mac_blacklist_item <em class="parameter"><code>const <span class="type">char</span> *mac</code></em>);</pre> <p>Adds a new MAC address to the <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address-blacklist" title="The “mac-address-blacklist” property"><span class="type">“mac-address-blacklist”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.5.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-add-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -684,7 +684,7 @@ nm_setting_wired_add_mac_blacklist_item </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.13.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-add-mac-blacklist-item.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the MAC address was added; <code class="literal">FALSE</code> if the MAC address is invalid or was already present</p> </div> @@ -700,7 +700,7 @@ nm_setting_wired_remove_mac_blacklist_item <p>Removes the MAC address at index <em class="parameter"><code>idx</code></em> from the blacklist.</p> <div class="refsect3"> -<a name="id-1.2.5.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-remove-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -733,7 +733,7 @@ nm_setting_wired_remove_mac_blacklist_item_by_value <p>Removes the MAC address <em class="parameter"><code>mac</code></em> from the blacklist.</p> <div class="refsect3"> -<a name="id-1.2.5.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-remove-mac-blacklist-item-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -756,7 +756,7 @@ the blacklist</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.15.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-remove-mac-blacklist-item-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the MAC address was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -769,7 +769,7 @@ nm_setting_wired_clear_mac_blacklist_items (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <p>Removes all blacklisted MAC addresses.</p> <div class="refsect3"> -<a name="id-1.2.5.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-clear-mac-blacklist-items.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -791,7 +791,7 @@ nm_setting_wired_clear_mac_blacklist_items <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wired_get_mtu (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.17.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-mtu.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -806,7 +806,7 @@ nm_setting_wired_get_mtu (<em class="parameter"><code><a class="link" href="NMSe </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.17.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-mtu.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--mtu" title="The “mtu” property"><span class="type">“mtu”</span></a> property of the setting</p> </div> </div> @@ -819,7 +819,7 @@ nm_setting_wired_get_s390_subchannels (<em class="parameter"><code><a class="lin connection is applicable to. The connection should only be used in conjunction with that device.</p> <div class="refsect3"> -<a name="id-1.2.5.9.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-s390-subchannels.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -834,7 +834,7 @@ conjunction with that device.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.18.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-s390-subchannels.returns"></a><h4>Returns</h4> <p> <span class="type">GPtrArray</span> of strings, each specifying one subchannel the s390 device uses to communicate to the host. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p> @@ -848,7 +848,7 @@ nm_setting_wired_get_s390_nettype (<em class="parameter"><code><a class="link" h <p>Returns the s390 device type this connection should apply to. Will be one of 'qeth', 'lcs', or 'ctc'.</p> <div class="refsect3"> -<a name="id-1.2.5.9.19.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-s390-nettype.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -863,7 +863,7 @@ of 'qeth', 'lcs', or 'ctc'.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.19.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-s390-nettype.returns"></a><h4>Returns</h4> <p> the s390 device type</p> </div> </div> @@ -876,7 +876,7 @@ nm_setting_wired_get_num_s390_options (<em class="parameter"><code><a class="lin device when it is activated. This can be used to retrieve each s390 option individually using <a class="link" href="NMSettingWired.html#nm-setting-wired-get-s390-option" title="nm_setting_wired_get_s390_option ()"><code class="function">nm_setting_wired_get_s390_option()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.5.9.20.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-num-s390-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -891,7 +891,7 @@ option individually using <a class="link" href="NMSettingWired.html#nm-setting-w </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.20.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-num-s390-options.returns"></a><h4>Returns</h4> <p> the number of s390-specific device options</p> </div> </div> @@ -909,7 +909,7 @@ are *not* guaranteed to be static across modifications to options done by and should not be used to refer to options except for short periods of time such as during option iteration.</p> <div class="refsect3"> -<a name="id-1.2.5.9.21.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-s390-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -944,7 +944,7 @@ option; this value is owned by the setting and should not be modified. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.21.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-s390-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success if the index was valid and an option was found, <code class="literal">FALSE</code> if the index was invalid (ie, greater than the number of options currently held by the setting)</p> @@ -961,7 +961,7 @@ nm_setting_wired_get_s390_option_by_key <em class="parameter"><code>key</code></em> , if it exists.</p> <div class="refsect3"> -<a name="id-1.2.5.9.22.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-s390-option-by-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -983,7 +983,7 @@ nm_setting_wired_get_s390_option_by_key </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.22.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-s390-option-by-key.returns"></a><h4>Returns</h4> <p> the value, or <code class="literal">NULL</code> if the key/value pair was never added to the setting; the value is owned by the setting and must not be modified</p> </div> @@ -1000,7 +1000,7 @@ of allowed options. Key names may contain only alphanumeric characters (ie [a-zA-Z0-9]). Adding a new key replaces any existing key/value pair that may already exist.</p> <div class="refsect3"> -<a name="id-1.2.5.9.23.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-add-s390-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1027,7 +1027,7 @@ may already exist.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.23.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-add-s390-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the option was valid and was added to the internal option list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -1042,7 +1042,7 @@ nm_setting_wired_remove_s390_option (<em class="parameter"><code><a class="link" from the internal option list.</p> <div class="refsect3"> -<a name="id-1.2.5.9.24.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-remove-s390-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1064,7 +1064,7 @@ list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.24.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-remove-s390-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the option was found and removed from the internal option list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -1077,7 +1077,7 @@ nm_setting_wired_get_valid_s390_options (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <p>Returns a list of valid s390 options.</p> <div class="refsect3"> -<a name="id-1.2.5.9.25.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-valid-s390-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1092,7 +1092,7 @@ nm_setting_wired_get_valid_s390_options </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.25.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-valid-s390-options.returns"></a><h4>Returns</h4> <p> a <code class="literal">NULL</code>-terminated array of strings of valid s390 options. </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> @@ -1110,7 +1110,7 @@ nm_setting_wired_get_valid_s390_options <div class="refsect2"> <a name="NMSettingWiredError"></a><h3>enum NMSettingWiredError</h3> <div class="refsect3"> -<a name="id-1.2.5.10.3.3"></a><h4>Members</h4> +<a name="NMSettingWiredError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1328,6 +1328,6 @@ Mbit/s, ie 100 == 100Mbit/s.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingWireless.html b/docs/libnm-util/html/NMSettingWireless.html index 1db2d508..2941907e 100644 --- a/docs/libnm-util/html/NMSettingWireless.html +++ b/docs/libnm-util/html/NMSettingWireless.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingWired.html" title="NMSettingWired"> <link rel="next" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -460,7 +460,7 @@ necessary for connection to 802.11 Wi-Fi networks.</p> nm_setting_wireless_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.6.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> errors.</p> </div> </div> @@ -471,7 +471,7 @@ nm_setting_wireless_error_quark (<em class="parameter"><code><span class="type"> nm_setting_wireless_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.6.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</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> @@ -482,7 +482,7 @@ nm_setting_wireless_new (<em class="parameter"><code><span class="type">void</sp <pre class="programlisting">const <span class="returnvalue">GByteArray</span> * nm_setting_wireless_get_ssid (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-ssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -497,7 +497,7 @@ nm_setting_wireless_get_ssid (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-ssid.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--ssid" title="The “ssid” property"><span class="type">“ssid”</span></a> property of the setting</p> </div> </div> @@ -507,7 +507,7 @@ nm_setting_wireless_get_ssid (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wireless_get_mode (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -522,7 +522,7 @@ nm_setting_wireless_get_mode (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mode.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mode" title="The “mode” property"><span class="type">“mode”</span></a> property of the setting</p> </div> </div> @@ -532,7 +532,7 @@ nm_setting_wireless_get_mode (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wireless_get_band (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-band.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -547,7 +547,7 @@ nm_setting_wireless_get_band (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-band.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--band" title="The “band” property"><span class="type">“band”</span></a> property of the setting</p> </div> </div> @@ -557,7 +557,7 @@ nm_setting_wireless_get_band (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wireless_get_channel (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-channel.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -572,7 +572,7 @@ nm_setting_wireless_get_channel (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-channel.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--channel" title="The “channel” property"><span class="type">“channel”</span></a> property of the setting</p> </div> </div> @@ -582,7 +582,7 @@ nm_setting_wireless_get_channel (<em class="parameter"><code><a class="link" hre <pre class="programlisting">const <span class="returnvalue">GByteArray</span> * nm_setting_wireless_get_bssid (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-bssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -597,7 +597,7 @@ nm_setting_wireless_get_bssid (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-bssid.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--bssid" title="The “bssid” property"><span class="type">“bssid”</span></a> property of the setting</p> </div> </div> @@ -607,7 +607,7 @@ nm_setting_wireless_get_bssid (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wireless_get_rate (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-rate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -622,7 +622,7 @@ nm_setting_wireless_get_rate (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.9.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-rate.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--rate" title="The “rate” property"><span class="type">“rate”</span></a> property of the setting</p> </div> </div> @@ -632,7 +632,7 @@ nm_setting_wireless_get_rate (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wireless_get_tx_power (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-tx-power.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -647,7 +647,7 @@ nm_setting_wireless_get_tx_power (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.10.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-tx-power.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--tx-power" title="The “tx-power” property"><span class="type">“tx-power”</span></a> property of the setting</p> </div> </div> @@ -657,7 +657,7 @@ nm_setting_wireless_get_tx_power (<em class="parameter"><code><a class="link" hr <pre class="programlisting">const <span class="returnvalue">GByteArray</span> * nm_setting_wireless_get_mac_address (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -672,7 +672,7 @@ nm_setting_wireless_get_mac_address (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.11.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a> property of the setting</p> </div> </div> @@ -683,7 +683,7 @@ nm_setting_wireless_get_mac_address (<em class="parameter"><code><a class="link" nm_setting_wireless_get_cloned_mac_address (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-cloned-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -698,7 +698,7 @@ nm_setting_wireless_get_cloned_mac_address </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.12.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-cloned-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--cloned-mac-address" title="The “cloned-mac-address” property"><span class="type">“cloned-mac-address”</span></a> property of the setting</p> </div> </div> @@ -709,7 +709,7 @@ nm_setting_wireless_get_cloned_mac_address nm_setting_wireless_get_mac_address_blacklist (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.13.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mac-address-blacklist.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -724,7 +724,7 @@ nm_setting_wireless_get_mac_address_blacklist </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.13.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mac-address-blacklist.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mac-address-blacklist" title="The “mac-address-blacklist” property"><span class="type">“mac-address-blacklist”</span></a> property of the setting. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GLib.ByteArray]</span></p> @@ -737,7 +737,7 @@ nm_setting_wireless_get_mac_address_blacklist nm_setting_wireless_get_num_mac_blacklist_items (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.14.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-num-mac-blacklist-items.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -752,7 +752,7 @@ nm_setting_wireless_get_num_mac_blacklist_items </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.14.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-num-mac-blacklist-items.returns"></a><h4>Returns</h4> <p> the number of blacklisted MAC addresses</p> </div> <p class="since">Since: 0.9.10</p> @@ -765,7 +765,7 @@ nm_setting_wireless_get_mac_blacklist_item (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.15.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -787,7 +787,7 @@ nm_setting_wireless_get_mac_blacklist_item </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.15.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mac-blacklist-item.returns"></a><h4>Returns</h4> <p> the blacklisted MAC address string (hex-digits-and-colons notation) at index <em class="parameter"><code>idx</code></em> </p> @@ -803,7 +803,7 @@ nm_setting_wireless_add_mac_blacklist_item <em class="parameter"><code>const <span class="type">char</span> *mac</code></em>);</pre> <p>Adds a new MAC address to the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mac-address-blacklist" title="The “mac-address-blacklist” property"><span class="type">“mac-address-blacklist”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.6.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-add-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -825,7 +825,7 @@ nm_setting_wireless_add_mac_blacklist_item </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.16.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-add-mac-blacklist-item.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the MAC address was added; <code class="literal">FALSE</code> if the MAC address is invalid or was already present</p> </div> @@ -841,7 +841,7 @@ nm_setting_wireless_remove_mac_blacklist_item <p>Removes the MAC address at index <em class="parameter"><code>idx</code></em> from the blacklist.</p> <div class="refsect3"> -<a name="id-1.2.6.9.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-remove-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -874,7 +874,7 @@ nm_setting_wireless_remove_mac_blacklist_item_by_value <p>Removes the MAC address <em class="parameter"><code>mac</code></em> from the blacklist.</p> <div class="refsect3"> -<a name="id-1.2.6.9.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-remove-mac-blacklist-item-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -897,7 +897,7 @@ the blacklist</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.18.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-remove-mac-blacklist-item-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the MAC address was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -910,7 +910,7 @@ nm_setting_wireless_clear_mac_blacklist_items (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <p>Removes all blacklisted MAC addresses.</p> <div class="refsect3"> -<a name="id-1.2.6.9.19.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-clear-mac-blacklist-items.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -932,7 +932,7 @@ nm_setting_wireless_clear_mac_blacklist_items <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wireless_get_mtu (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.20.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mtu.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -947,7 +947,7 @@ nm_setting_wireless_get_mtu (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.20.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mtu.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mtu" title="The “mtu” property"><span class="type">“mtu”</span></a> property of the setting</p> </div> </div> @@ -957,7 +957,7 @@ nm_setting_wireless_get_mtu (<em class="parameter"><code><a class="link" href="N <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_wireless_get_hidden (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.21.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-hidden.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -972,7 +972,7 @@ nm_setting_wireless_get_hidden (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.21.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-hidden.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--hidden" title="The “hidden” property"><span class="type">“hidden”</span></a> property of the setting</p> </div> </div> @@ -982,7 +982,7 @@ nm_setting_wireless_get_hidden (<em class="parameter"><code><a class="link" href <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wireless_get_powersave (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.22.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-powersave.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -997,7 +997,7 @@ nm_setting_wireless_get_powersave (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.22.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-powersave.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--powersave" title="The “powersave” property"><span class="type">“powersave”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -1013,7 +1013,7 @@ NetworkManager now tracks previously seen BSSIDs internally so this function no longer has much use. Actually, changes you make using this function will not be preserved.</p> <div class="refsect3"> -<a name="id-1.2.6.9.23.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-add-seen-bssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1035,7 +1035,7 @@ not be preserved.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.23.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-add-seen-bssid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>bssid</code></em> was already known, <code class="literal">FALSE</code> if not</p> </div> @@ -1047,7 +1047,7 @@ was already known, <code class="literal">FALSE</code> if not</p> nm_setting_wireless_get_num_seen_bssids (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.24.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-num-seen-bssids.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1062,7 +1062,7 @@ nm_setting_wireless_get_num_seen_bssids </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.24.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-num-seen-bssids.returns"></a><h4>Returns</h4> <p> the number of BSSIDs in the previously seen BSSID list</p> </div> </div> @@ -1073,7 +1073,7 @@ nm_setting_wireless_get_num_seen_bssids nm_setting_wireless_get_seen_bssid (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.25.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-seen-bssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1095,7 +1095,7 @@ nm_setting_wireless_get_seen_bssid (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.25.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-seen-bssid.returns"></a><h4>Returns</h4> <p> the BSSID at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1118,7 +1118,7 @@ and mode. Useful for clients that wish to filter a set of connections against a set of access points and determine which connections are compatible with which access points.</p> <div class="refsect3"> -<a name="id-1.2.6.9.26.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-ap-security-compatible.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1162,7 +1162,7 @@ capabilities</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.26.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-ap-security-compatible.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the given settings are compatible with the access point's security flags and mode, <code class="literal">FALSE</code> if they are not.</p> </div> @@ -1178,7 +1178,7 @@ nm_setting_wireless_get_security (<em class="parameter"><code><a class="link" hr the presence of NM_SETTING_WIRELESS_SECURITY_SETTING_NAME in the connection.</p> </div> <div class="refsect3"> -<a name="id-1.2.6.9.27.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-security.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1193,7 +1193,7 @@ the presence of NM_SETTING_WIRELESS_SECURITY_SETTING_NAME in the connection.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.27.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-security.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--security" title="The “security” property"><span class="type">“security”</span></a> property of the setting</p> </div> </div> @@ -1209,7 +1209,7 @@ the presence of NM_SETTING_WIRELESS_SECURITY_SETTING_NAME in the connection.</p> <div class="refsect2"> <a name="NMSettingWirelessError"></a><h3>enum NMSettingWirelessError</h3> <div class="refsect3"> -<a name="id-1.2.6.10.3.3"></a><h4>Members</h4> +<a name="NMSettingWirelessError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1543,6 +1543,6 @@ devices support setting a static transmit power.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingWirelessSecurity.html b/docs/libnm-util/html/NMSettingWirelessSecurity.html index d091dda2..be7d19c6 100644 --- a/docs/libnm-util/html/NMSettingWirelessSecurity.html +++ b/docs/libnm-util/html/NMSettingWirelessSecurity.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingWireless.html" title="NMSettingWireless"> <link rel="next" href="NMSettingBluetooth.html" title="NMSettingBluetooth"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -535,7 +535,7 @@ nm_setting_wireless_security_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.7.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> errors.</p> </div> </div> @@ -546,7 +546,7 @@ nm_setting_wireless_security_error_quark nm_setting_wireless_security_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.7.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</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> @@ -558,7 +558,7 @@ nm_setting_wireless_security_new (<em class="parameter"><code><span class="type" nm_setting_wireless_security_get_key_mgmt (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-key-mgmt.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -573,7 +573,7 @@ nm_setting_wireless_security_get_key_mgmt </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-key-mgmt.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--key-mgmt" title="The “key-mgmt” property"><span class="type">“key-mgmt”</span></a> property of the setting</p> </div> </div> @@ -584,7 +584,7 @@ nm_setting_wireless_security_get_key_mgmt nm_setting_wireless_security_get_num_protos (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-num-protos.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -599,7 +599,7 @@ nm_setting_wireless_security_get_num_protos </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-num-protos.returns"></a><h4>Returns</h4> <p> the number of security protocols this connection allows when connecting to secure Wi-Fi networks</p> </div> @@ -612,7 +612,7 @@ nm_setting_wireless_security_get_proto (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-proto.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -634,7 +634,7 @@ nm_setting_wireless_security_get_proto </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-proto.returns"></a><h4>Returns</h4> <p> the protocol at index <em class="parameter"><code>i</code></em> </p> </div> @@ -653,7 +653,7 @@ protocol list contains only "wpa" but the access point for the SSID specified by this connection only supports WPA2/RSN, the connection cannot be used with the access point.</p> <div class="refsect3"> -<a name="id-1.2.7.9.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-add-proto.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -675,7 +675,7 @@ with the access point.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.7.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-add-proto.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the protocol was new and and was added to the allowed protocol list, or <code class="literal">FALSE</code> if it was already in the list</p> </div> @@ -689,7 +689,7 @@ nm_setting_wireless_security_remove_proto <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <p>Removes a protocol from the allowed protocol list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-proto.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -720,7 +720,7 @@ nm_setting_wireless_security_remove_proto_by_value <em class="parameter"><code>const <span class="type">char</span> *proto</code></em>);</pre> <p>Removes a protocol from the allowed protocol list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-proto-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -742,7 +742,7 @@ nm_setting_wireless_security_remove_proto_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.9.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-remove-proto-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the protocol was found and removed; <code class="literal">FALSE</code> it it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -756,7 +756,7 @@ nm_setting_wireless_security_clear_protos <p>Removes all protocols from the allowed list. If there are no protocols specified then all protocols are allowed.</p> <div class="refsect3"> -<a name="id-1.2.7.9.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-clear-protos.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -778,7 +778,7 @@ specified then all protocols are allowed.</p> nm_setting_wireless_security_get_num_pairwise (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-num-pairwise.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -793,7 +793,7 @@ nm_setting_wireless_security_get_num_pairwise </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.11.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-num-pairwise.returns"></a><h4>Returns</h4> <p> the number of pairwise encryption algorithms in the allowed list</p> </div> </div> @@ -807,7 +807,7 @@ nm_setting_wireless_security_get_pairwise <p>Returns the allowed pairwise encryption algorithm from allowed algorithm list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-pairwise.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -829,7 +829,7 @@ list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.12.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-pairwise.returns"></a><h4>Returns</h4> <p> the pairwise encryption algorithm at index <em class="parameter"><code>i</code></em> </p> </div> @@ -846,7 +846,7 @@ algorithms. If the list is not empty, then only access points that support one or more of the encryption algorithms in the list will be considered compatible with this connection.</p> <div class="refsect3"> -<a name="id-1.2.7.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-add-pairwise.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -868,7 +868,7 @@ compatible with this connection.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.13.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-add-pairwise.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the algorithm was added to the list, <code class="literal">FALSE</code> if it was already in the list</p> </div> @@ -883,7 +883,7 @@ nm_setting_wireless_security_remove_pairwise <p>Removes an encryption algorithm from the allowed pairwise encryption algorithm list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-pairwise.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -915,7 +915,7 @@ nm_setting_wireless_security_remove_pairwise_by_value <p>Removes an encryption algorithm from the allowed pairwise encryption algorithm list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-pairwise-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -937,7 +937,7 @@ algorithm list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.15.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-remove-pairwise-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the encryption algorith was found and removed; <code class="literal">FALSE</code> it it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -951,7 +951,7 @@ nm_setting_wireless_security_clear_pairwise <p>Removes all algorithms from the allowed list. If there are no algorithms specified then all pairwise encryption algorithms are allowed.</p> <div class="refsect3"> -<a name="id-1.2.7.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-clear-pairwise.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -973,7 +973,7 @@ specified then all pairwise encryption algorithms are allowed.</p> nm_setting_wireless_security_get_num_groups (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.17.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-num-groups.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -988,7 +988,7 @@ nm_setting_wireless_security_get_num_groups </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.17.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-num-groups.returns"></a><h4>Returns</h4> <p> the number of groupwise encryption algorithms in the allowed list</p> </div> </div> @@ -1002,7 +1002,7 @@ nm_setting_wireless_security_get_group <p>Returns the allowed groupwise encryption algorithm from allowed algorithm list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-group.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1024,7 +1024,7 @@ list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.18.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-group.returns"></a><h4>Returns</h4> <p> the groupwise encryption algorithm at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1041,7 +1041,7 @@ algorithms. If the list is not empty, then only access points that support one or more of the encryption algorithms in the list will be considered compatible with this connection.</p> <div class="refsect3"> -<a name="id-1.2.7.9.19.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-add-group.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1064,7 +1064,7 @@ compatible with this connection.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.19.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-add-group.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the algorithm was added to the list, <code class="literal">FALSE</code> if it was already in the list</p> </div> @@ -1079,7 +1079,7 @@ nm_setting_wireless_security_remove_group <p>Removes an encryption algorithm from the allowed groupwise encryption algorithm list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.20.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-group.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1111,7 +1111,7 @@ nm_setting_wireless_security_remove_group_by_value <p>Removes an encryption algorithm from the allowed groupwise encryption algorithm list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.21.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-group-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1134,7 +1134,7 @@ algorithm list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.21.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-remove-group-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the algorithm was found and removed; <code class="literal">FALSE</code> it it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -1148,7 +1148,7 @@ nm_setting_wireless_security_clear_groups <p>Removes all algorithms from the allowed list. If there are no algorithms specified then all groupwise encryption algorithms are allowed.</p> <div class="refsect3"> -<a name="id-1.2.7.9.22.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-clear-groups.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1169,7 +1169,7 @@ specified then all groupwise encryption algorithms are allowed.</p> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wireless_security_get_psk (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.23.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-psk.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1184,7 +1184,7 @@ nm_setting_wireless_security_get_psk (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.23.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-psk.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk" title="The “psk” property"><span class="type">“psk”</span></a> property of the setting</p> </div> </div> @@ -1195,7 +1195,7 @@ nm_setting_wireless_security_get_psk (<em class="parameter"><code><a class="link nm_setting_wireless_security_get_psk_flags (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.24.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-psk-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1210,7 +1210,7 @@ nm_setting_wireless_security_get_psk_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.24.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-psk-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk" title="The “psk” property"><span class="type">“psk”</span></a></p> </div> @@ -1222,7 +1222,7 @@ nm_setting_wireless_security_get_psk_flags nm_setting_wireless_security_get_leap_username (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.25.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-leap-username.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1237,7 +1237,7 @@ nm_setting_wireless_security_get_leap_username </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.25.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-leap-username.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-username" title="The “leap-username” property"><span class="type">“leap-username”</span></a> property of the setting</p> </div> </div> @@ -1248,7 +1248,7 @@ nm_setting_wireless_security_get_leap_username nm_setting_wireless_security_get_leap_password (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.26.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-leap-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1263,7 +1263,7 @@ nm_setting_wireless_security_get_leap_password </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.26.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-leap-password.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password" title="The “leap-password” property"><span class="type">“leap-password”</span></a> property of the setting</p> </div> </div> @@ -1274,7 +1274,7 @@ nm_setting_wireless_security_get_leap_password nm_setting_wireless_security_get_leap_password_flags (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.27.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-leap-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1289,7 +1289,7 @@ nm_setting_wireless_security_get_leap_password_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.27.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-leap-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password" title="The “leap-password” property"><span class="type">“leap-password”</span></a></p> </div> @@ -1302,7 +1302,7 @@ nm_setting_wireless_security_get_wep_key (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.28.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-wep-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1324,7 +1324,7 @@ nm_setting_wireless_security_get_wep_key </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.28.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-wep-key.returns"></a><h4>Returns</h4> <p> the WEP key at the given index</p> </div> </div> @@ -1338,7 +1338,7 @@ nm_setting_wireless_security_set_wep_key <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);</pre> <p>Sets a WEP key in the given index.</p> <div class="refsect3"> -<a name="id-1.2.7.9.29.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-set-wep-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1374,7 +1374,7 @@ property.</p></td> nm_setting_wireless_security_get_wep_tx_keyidx (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.30.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-wep-tx-keyidx.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1389,7 +1389,7 @@ nm_setting_wireless_security_get_wep_tx_keyidx </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.30.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-wep-tx-keyidx.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-tx-keyidx" title="The “wep-tx-keyidx” property"><span class="type">“wep-tx-keyidx”</span></a> property of the setting</p> </div> </div> @@ -1400,7 +1400,7 @@ nm_setting_wireless_security_get_wep_tx_keyidx nm_setting_wireless_security_get_auth_alg (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.31.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-auth-alg.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1415,7 +1415,7 @@ nm_setting_wireless_security_get_auth_alg </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.31.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-auth-alg.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--auth-alg" title="The “auth-alg” property"><span class="type">“auth-alg”</span></a> property of the setting</p> </div> </div> @@ -1426,7 +1426,7 @@ nm_setting_wireless_security_get_auth_alg nm_setting_wireless_security_get_wep_key_flags (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.32.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-wep-key-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1441,7 +1441,7 @@ nm_setting_wireless_security_get_wep_key_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.32.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-wep-key-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the all WEP keys</p> </div> </div> @@ -1452,7 +1452,7 @@ nm_setting_wireless_security_get_wep_key_flags nm_setting_wireless_security_get_wep_key_type (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.33.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-wep-key-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1467,7 +1467,7 @@ nm_setting_wireless_security_get_wep_key_type </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.33.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-wep-key-type.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key-type" title="The “wep-key-type” property"><span class="type">“wep-key-type”</span></a> property of the setting</p> </div> </div> @@ -1483,7 +1483,7 @@ nm_setting_wireless_security_get_wep_key_type <div class="refsect2"> <a name="NMSettingWirelessSecurityError"></a><h3>enum NMSettingWirelessSecurityError</h3> <div class="refsect3"> -<a name="id-1.2.7.10.3.3"></a><h4>Members</h4> +<a name="NMSettingWirelessSecurityError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1569,7 +1569,7 @@ ASCII keys are also valid WEP passphrases, but since passphrases and ASCII keys are hashed differently to determine the actual WEP key the type must be specified.</p> <div class="refsect3"> -<a name="id-1.2.7.10.5.4"></a><h4>Members</h4> +<a name="NMWepKeyType.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1898,6 +1898,6 @@ Linksys WRT54G) number the keys 1 - 4.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/annotation-glossary.html b/docs/libnm-util/html/annotation-glossary.html index 76baf202..dea7fb19 100644 --- a/docs/libnm-util/html/annotation-glossary.html +++ b/docs/libnm-util/html/annotation-glossary.html @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="libnm-util Reference Manual"> <link rel="up" href="index.html" title="libnm-util Reference Manual"> <link rel="prev" href="api-index-full.html" title="API Index"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -64,6 +64,6 @@ <dd class="glossdef"><p>Don't free data after the code is done.</p></dd> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/api-index-full.html b/docs/libnm-util/html/api-index-full.html index cf28ac5a..f3bbfd20 100644 --- a/docs/libnm-util/html/api-index-full.html +++ b/docs/libnm-util/html/api-index-full.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm-util Reference Manual"> <link rel="prev" href="object-tree.html" title="Object Hierarchy"> <link rel="next" href="annotation-glossary.html" title="Annotation Glossary"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -5363,6 +5363,6 @@ g_value_array_sort_with_data, macro in nm-gvaluearray-compat <dd></dd> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/ch01.html b/docs/libnm-util/html/ch01.html index 44d6c268..d4175ca9 100644 --- a/docs/libnm-util/html/ch01.html +++ b/docs/libnm-util/html/ch01.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm-util Reference Manual"> <link rel="prev" href="index.html" title="libnm-util Reference Manual"> <link rel="next" href="NMConnection.html" title="NMConnection"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -122,6 +122,6 @@ that require PPP to deliver IP capability</span> </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/index.html b/docs/libnm-util/html/index.html index 103f41a3..951ff8d4 100644 --- a/docs/libnm-util/html/index.html +++ b/docs/libnm-util/html/index.html @@ -6,7 +6,7 @@ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <link rel="next" href="ch01.html" title="libnm-util API Reference"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libnm-util Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - for libnm-util 1.2.4 + for libnm-util 1.4.0 The latest version of this documentation can be found on-line at <a class="ulink" href="https://developer.gnome.org/libnm-util/stable/" target="_top">https://developer.gnome.org/libnm-util/stable/</a>. @@ -152,6 +152,6 @@ that require PPP to deliver IP capability</span> </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/index.sgml b/docs/libnm-util/html/index.sgml deleted file mode 100644 index c95acf87..00000000 --- a/docs/libnm-util/html/index.sgml +++ /dev/null @@ -1,1981 +0,0 @@ -<ANCHOR id="NMConnection" href="libnm-util/NMConnection.html"> -<ANCHOR id="NMConnection.functions" href="libnm-util/NMConnection.html#NMConnection.functions"> -<ANCHOR id="NMConnection.properties" href="libnm-util/NMConnection.html#NMConnection.properties"> -<ANCHOR id="NMConnection.signals" href="libnm-util/NMConnection.html#NMConnection.signals"> -<ANCHOR id="NMConnection.other" href="libnm-util/NMConnection.html#NMConnection.other"> -<ANCHOR id="NMConnection.object-hierarchy" href="libnm-util/NMConnection.html#NMConnection.object-hierarchy"> -<ANCHOR id="NMConnection.includes" href="libnm-util/NMConnection.html#NMConnection.includes"> -<ANCHOR id="NMConnection.description" href="libnm-util/NMConnection.html#NMConnection.description"> -<ANCHOR id="NMConnection.functions_details" href="libnm-util/NMConnection.html#NMConnection.functions_details"> -<ANCHOR id="nm-connection-error-quark" href="libnm-util/NMConnection.html#nm-connection-error-quark"> -<ANCHOR id="nm-connection-new" href="libnm-util/NMConnection.html#nm-connection-new"> -<ANCHOR id="nm-connection-new-from-hash" href="libnm-util/NMConnection.html#nm-connection-new-from-hash"> -<ANCHOR id="nm-connection-duplicate" href="libnm-util/NMConnection.html#nm-connection-duplicate"> -<ANCHOR id="nm-connection-create-setting" href="libnm-util/NMConnection.html#nm-connection-create-setting"> -<ANCHOR id="nm-connection-add-setting" href="libnm-util/NMConnection.html#nm-connection-add-setting"> -<ANCHOR id="nm-connection-remove-setting" href="libnm-util/NMConnection.html#nm-connection-remove-setting"> -<ANCHOR id="nm-connection-get-setting" href="libnm-util/NMConnection.html#nm-connection-get-setting"> -<ANCHOR id="nm-connection-get-setting-by-name" href="libnm-util/NMConnection.html#nm-connection-get-setting-by-name"> -<ANCHOR id="nm-connection-replace-settings" href="libnm-util/NMConnection.html#nm-connection-replace-settings"> -<ANCHOR id="nm-connection-replace-settings-from-connection" href="libnm-util/NMConnection.html#nm-connection-replace-settings-from-connection"> -<ANCHOR id="nm-connection-compare" href="libnm-util/NMConnection.html#nm-connection-compare"> -<ANCHOR id="nm-connection-diff" href="libnm-util/NMConnection.html#nm-connection-diff"> -<ANCHOR id="nm-connection-verify" href="libnm-util/NMConnection.html#nm-connection-verify"> -<ANCHOR id="nm-connection-normalize" href="libnm-util/NMConnection.html#nm-connection-normalize"> -<ANCHOR id="nm-connection-need-secrets" href="libnm-util/NMConnection.html#nm-connection-need-secrets"> -<ANCHOR id="nm-connection-clear-secrets" href="libnm-util/NMConnection.html#nm-connection-clear-secrets"> -<ANCHOR id="nm-connection-clear-secrets-with-flags" href="libnm-util/NMConnection.html#nm-connection-clear-secrets-with-flags"> -<ANCHOR id="nm-connection-update-secrets" href="libnm-util/NMConnection.html#nm-connection-update-secrets"> -<ANCHOR id="nm-connection-set-path" href="libnm-util/NMConnection.html#nm-connection-set-path"> -<ANCHOR id="nm-connection-get-path" href="libnm-util/NMConnection.html#nm-connection-get-path"> -<ANCHOR id="nm-connection-get-virtual-iface-name" href="libnm-util/NMConnection.html#nm-connection-get-virtual-iface-name"> -<ANCHOR id="nm-connection-get-interface-name" href="libnm-util/NMConnection.html#nm-connection-get-interface-name"> -<ANCHOR id="nm-connection-is-type" href="libnm-util/NMConnection.html#nm-connection-is-type"> -<ANCHOR id="nm-connection-for-each-setting-value" href="libnm-util/NMConnection.html#nm-connection-for-each-setting-value"> -<ANCHOR id="nm-connection-to-hash" href="libnm-util/NMConnection.html#nm-connection-to-hash"> -<ANCHOR id="nm-connection-dump" href="libnm-util/NMConnection.html#nm-connection-dump"> -<ANCHOR id="nm-connection-lookup-setting-type" href="libnm-util/NMConnection.html#nm-connection-lookup-setting-type"> -<ANCHOR id="nm-connection-lookup-setting-type-by-quark" href="libnm-util/NMConnection.html#nm-connection-lookup-setting-type-by-quark"> -<ANCHOR id="nm-connection-get-uuid" href="libnm-util/NMConnection.html#nm-connection-get-uuid"> -<ANCHOR id="nm-connection-get-id" href="libnm-util/NMConnection.html#nm-connection-get-id"> -<ANCHOR id="nm-connection-get-connection-type" href="libnm-util/NMConnection.html#nm-connection-get-connection-type"> -<ANCHOR id="nm-connection-get-virtual-device-description" href="libnm-util/NMConnection.html#nm-connection-get-virtual-device-description"> -<ANCHOR id="nm-connection-get-setting-802-1x" href="libnm-util/NMConnection.html#nm-connection-get-setting-802-1x"> -<ANCHOR id="nm-connection-get-setting-bluetooth" href="libnm-util/NMConnection.html#nm-connection-get-setting-bluetooth"> -<ANCHOR id="nm-connection-get-setting-bond" href="libnm-util/NMConnection.html#nm-connection-get-setting-bond"> -<ANCHOR id="nm-connection-get-setting-team" href="libnm-util/NMConnection.html#nm-connection-get-setting-team"> -<ANCHOR id="nm-connection-get-setting-team-port" href="libnm-util/NMConnection.html#nm-connection-get-setting-team-port"> -<ANCHOR id="nm-connection-get-setting-bridge" href="libnm-util/NMConnection.html#nm-connection-get-setting-bridge"> -<ANCHOR id="nm-connection-get-setting-bridge-port" href="libnm-util/NMConnection.html#nm-connection-get-setting-bridge-port"> -<ANCHOR id="nm-connection-get-setting-cdma" href="libnm-util/NMConnection.html#nm-connection-get-setting-cdma"> -<ANCHOR id="nm-connection-get-setting-connection" href="libnm-util/NMConnection.html#nm-connection-get-setting-connection"> -<ANCHOR id="nm-connection-get-setting-dcb" href="libnm-util/NMConnection.html#nm-connection-get-setting-dcb"> -<ANCHOR id="nm-connection-get-setting-generic" href="libnm-util/NMConnection.html#nm-connection-get-setting-generic"> -<ANCHOR id="nm-connection-get-setting-gsm" href="libnm-util/NMConnection.html#nm-connection-get-setting-gsm"> -<ANCHOR id="nm-connection-get-setting-infiniband" href="libnm-util/NMConnection.html#nm-connection-get-setting-infiniband"> -<ANCHOR id="nm-connection-get-setting-ip4-config" href="libnm-util/NMConnection.html#nm-connection-get-setting-ip4-config"> -<ANCHOR id="nm-connection-get-setting-ip6-config" href="libnm-util/NMConnection.html#nm-connection-get-setting-ip6-config"> -<ANCHOR id="nm-connection-get-setting-olpc-mesh" href="libnm-util/NMConnection.html#nm-connection-get-setting-olpc-mesh"> -<ANCHOR id="nm-connection-get-setting-ppp" href="libnm-util/NMConnection.html#nm-connection-get-setting-ppp"> -<ANCHOR id="nm-connection-get-setting-pppoe" href="libnm-util/NMConnection.html#nm-connection-get-setting-pppoe"> -<ANCHOR id="nm-connection-get-setting-serial" href="libnm-util/NMConnection.html#nm-connection-get-setting-serial"> -<ANCHOR id="nm-connection-get-setting-vpn" href="libnm-util/NMConnection.html#nm-connection-get-setting-vpn"> -<ANCHOR id="nm-connection-get-setting-wimax" href="libnm-util/NMConnection.html#nm-connection-get-setting-wimax"> -<ANCHOR id="nm-connection-get-setting-adsl" href="libnm-util/NMConnection.html#nm-connection-get-setting-adsl"> -<ANCHOR id="nm-connection-get-setting-wired" href="libnm-util/NMConnection.html#nm-connection-get-setting-wired"> -<ANCHOR id="nm-connection-get-setting-wireless" href="libnm-util/NMConnection.html#nm-connection-get-setting-wireless"> -<ANCHOR id="nm-connection-get-setting-wireless-security" href="libnm-util/NMConnection.html#nm-connection-get-setting-wireless-security"> -<ANCHOR id="nm-connection-get-setting-vlan" href="libnm-util/NMConnection.html#nm-connection-get-setting-vlan"> -<ANCHOR id="NMConnection.other_details" href="libnm-util/NMConnection.html#NMConnection.other_details"> -<ANCHOR id="NM-CONNECTION-SECRETS-UPDATED:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-SECRETS-UPDATED:CAPS"> -<ANCHOR id="NM-CONNECTION-SECRETS-CLEARED:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-SECRETS-CLEARED:CAPS"> -<ANCHOR id="NM-CONNECTION-CHANGED:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-CHANGED:CAPS"> -<ANCHOR id="NM-CONNECTION-PATH:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-PATH:CAPS"> -<ANCHOR id="NMConnectionError" href="libnm-util/NMConnection.html#NMConnectionError"> -<ANCHOR id="NM-CONNECTION-ERROR-UNKNOWN:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR-CONNECTION-SETTING-NOT-FOUND:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-ERROR-CONNECTION-SETTING-NOT-FOUND:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR-CONNECTION-TYPE-INVALID:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-ERROR-CONNECTION-TYPE-INVALID:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR-SETTING-NOT-FOUND:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-ERROR-SETTING-NOT-FOUND:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR-INVALID-SETTING:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-ERROR-INVALID-SETTING:CAPS"> -<ANCHOR id="NM-CONNECTION-NORMALIZE-PARAM-IP6-CONFIG-METHOD:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-NORMALIZE-PARAM-IP6-CONFIG-METHOD:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-ERROR:CAPS"> -<ANCHOR id="NMConnection-struct" href="libnm-util/NMConnection.html#NMConnection-struct"> -<ANCHOR id="NMConnection.property-details" href="libnm-util/NMConnection.html#NMConnection.property-details"> -<ANCHOR id="NMConnection--path" href="libnm-util/NMConnection.html#NMConnection--path"> -<ANCHOR id="NMConnection.signal-details" href="libnm-util/NMConnection.html#NMConnection.signal-details"> -<ANCHOR id="NMConnection-changed" href="libnm-util/NMConnection.html#NMConnection-changed"> -<ANCHOR id="NMConnection-secrets-cleared" href="libnm-util/NMConnection.html#NMConnection-secrets-cleared"> -<ANCHOR id="NMConnection-secrets-updated" href="libnm-util/NMConnection.html#NMConnection-secrets-updated"> -<ANCHOR id="NMSetting" href="libnm-util/NMSetting.html"> -<ANCHOR id="NMSetting.functions" href="libnm-util/NMSetting.html#NMSetting.functions"> -<ANCHOR id="NMSetting.properties" href="libnm-util/NMSetting.html#NMSetting.properties"> -<ANCHOR id="NMSetting.other" href="libnm-util/NMSetting.html#NMSetting.other"> -<ANCHOR id="NMSetting.object-hierarchy" href="libnm-util/NMSetting.html#NMSetting.object-hierarchy"> -<ANCHOR id="NMSetting.includes" href="libnm-util/NMSetting.html#NMSetting.includes"> -<ANCHOR id="NMSetting.description" href="libnm-util/NMSetting.html#NMSetting.description"> -<ANCHOR id="NMSetting.functions_details" href="libnm-util/NMSetting.html#NMSetting.functions_details"> -<ANCHOR id="nm-setting-error-quark" href="libnm-util/NMSetting.html#nm-setting-error-quark"> -<ANCHOR id="NM-SETTING-PARAM-SERIALIZE:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-PARAM-SERIALIZE:CAPS"> -<ANCHOR id="NM-SETTING-PARAM-REQUIRED:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS"> -<ANCHOR id="NM-SETTING-PARAM-SECRET:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS"> -<ANCHOR id="NM-SETTING-PARAM-FUZZY-IGNORE:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"> -<ANCHOR id="NMSettingClearSecretsWithFlagsFn" href="libnm-util/NMSetting.html#NMSettingClearSecretsWithFlagsFn"> -<ANCHOR id="NMSettingValueIterFn" href="libnm-util/NMSetting.html#NMSettingValueIterFn"> -<ANCHOR id="nm-setting-to-hash" href="libnm-util/NMSetting.html#nm-setting-to-hash"> -<ANCHOR id="nm-setting-new-from-hash" href="libnm-util/NMSetting.html#nm-setting-new-from-hash"> -<ANCHOR id="nm-setting-duplicate" href="libnm-util/NMSetting.html#nm-setting-duplicate"> -<ANCHOR id="nm-setting-get-name" href="libnm-util/NMSetting.html#nm-setting-get-name"> -<ANCHOR id="nm-setting-verify" href="libnm-util/NMSetting.html#nm-setting-verify"> -<ANCHOR id="nm-setting-compare" href="libnm-util/NMSetting.html#nm-setting-compare"> -<ANCHOR id="nm-setting-diff" href="libnm-util/NMSetting.html#nm-setting-diff"> -<ANCHOR id="nm-setting-enumerate-values" href="libnm-util/NMSetting.html#nm-setting-enumerate-values"> -<ANCHOR id="nm-setting-to-string" href="libnm-util/NMSetting.html#nm-setting-to-string"> -<ANCHOR id="nm-setting-clear-secrets" href="libnm-util/NMSetting.html#nm-setting-clear-secrets"> -<ANCHOR id="nm-setting-clear-secrets-with-flags" href="libnm-util/NMSetting.html#nm-setting-clear-secrets-with-flags"> -<ANCHOR id="nm-setting-need-secrets" href="libnm-util/NMSetting.html#nm-setting-need-secrets"> -<ANCHOR id="nm-setting-update-secrets" href="libnm-util/NMSetting.html#nm-setting-update-secrets"> -<ANCHOR id="nm-setting-get-secret-flags" href="libnm-util/NMSetting.html#nm-setting-get-secret-flags"> -<ANCHOR id="nm-setting-set-secret-flags" href="libnm-util/NMSetting.html#nm-setting-set-secret-flags"> -<ANCHOR id="nm-setting-get-virtual-iface-name" href="libnm-util/NMSetting.html#nm-setting-get-virtual-iface-name"> -<ANCHOR id="NMSetting.other_details" href="libnm-util/NMSetting.html#NMSetting.other_details"> -<ANCHOR id="NMSettingError" href="libnm-util/NMSetting.html#NMSettingError"> -<ANCHOR id="NM-SETTING-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-ERROR-PROPERTY-NOT-FOUND:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-ERROR-PROPERTY-NOT-FOUND:CAPS"> -<ANCHOR id="NM-SETTING-ERROR-PROPERTY-NOT-SECRET:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-ERROR-PROPERTY-NOT-SECRET:CAPS"> -<ANCHOR id="NM-SETTING-ERROR-PROPERTY-TYPE-MISMATCH:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-ERROR-PROPERTY-TYPE-MISMATCH:CAPS"> -<ANCHOR id="NM-SETTING-ERROR:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-NAME:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingSecretFlags" href="libnm-util/NMSetting.html#NMSettingSecretFlags"> -<ANCHOR id="NM-SETTING-SECRET-FLAG-NONE:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-SECRET-FLAG-NONE:CAPS"> -<ANCHOR id="NM-SETTING-SECRET-FLAG-AGENT-OWNED:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-SECRET-FLAG-AGENT-OWNED:CAPS"> -<ANCHOR id="NM-SETTING-SECRET-FLAG-NOT-SAVED:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-SECRET-FLAG-NOT-SAVED:CAPS"> -<ANCHOR id="NM-SETTING-SECRET-FLAG-NOT-REQUIRED:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-SECRET-FLAG-NOT-REQUIRED:CAPS"> -<ANCHOR id="NMSettingCompareFlags" href="libnm-util/NMSetting.html#NMSettingCompareFlags"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-EXACT:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-EXACT:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-FUZZY:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-FUZZY:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-IGNORE-ID:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-ID:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-IGNORE-SECRETS:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-SECRETS:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-IGNORE-AGENT-OWNED-SECRETS:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-AGENT-OWNED-SECRETS:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-IGNORE-NOT-SAVED-SECRETS:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-NOT-SAVED-SECRETS:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-DIFF-RESULT-WITH-DEFAULT:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-DIFF-RESULT-WITH-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-DIFF-RESULT-NO-DEFAULT:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-DIFF-RESULT-NO-DEFAULT:CAPS"> -<ANCHOR id="NMSetting-struct" href="libnm-util/NMSetting.html#NMSetting-struct"> -<ANCHOR id="NMSettingHashFlags" href="libnm-util/NMSetting.html#NMSettingHashFlags"> -<ANCHOR id="NM-SETTING-HASH-FLAG-ALL:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-HASH-FLAG-ALL:CAPS"> -<ANCHOR id="NM-SETTING-HASH-FLAG-NO-SECRETS:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-HASH-FLAG-NO-SECRETS:CAPS"> -<ANCHOR id="NM-SETTING-HASH-FLAG-ONLY-SECRETS:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-HASH-FLAG-ONLY-SECRETS:CAPS"> -<ANCHOR id="NMSettingDiffResult" href="libnm-util/NMSetting.html#NMSettingDiffResult"> -<ANCHOR id="NM-SETTING-DIFF-RESULT-UNKNOWN:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-DIFF-RESULT-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-DIFF-RESULT-IN-A:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-DIFF-RESULT-IN-A:CAPS"> -<ANCHOR id="NM-SETTING-DIFF-RESULT-IN-B:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-DIFF-RESULT-IN-B:CAPS"> -<ANCHOR id="NM-SETTING-DIFF-RESULT-IN-A-DEFAULT:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-DIFF-RESULT-IN-A-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-DIFF-RESULT-IN-B-DEFAULT:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-DIFF-RESULT-IN-B-DEFAULT:CAPS"> -<ANCHOR id="NMSetting.property-details" href="libnm-util/NMSetting.html#NMSetting.property-details"> -<ANCHOR id="NMSetting--name" href="libnm-util/NMSetting.html#NMSetting--name"> -<ANCHOR id="NMSettingConnection" href="libnm-util/NMSettingConnection.html"> -<ANCHOR id="NMSettingConnection.functions" href="libnm-util/NMSettingConnection.html#NMSettingConnection.functions"> -<ANCHOR id="NMSettingConnection.properties" href="libnm-util/NMSettingConnection.html#NMSettingConnection.properties"> -<ANCHOR id="NMSettingConnection.other" href="libnm-util/NMSettingConnection.html#NMSettingConnection.other"> -<ANCHOR id="NMSettingConnection.object-hierarchy" href="libnm-util/NMSettingConnection.html#NMSettingConnection.object-hierarchy"> -<ANCHOR id="NMSettingConnection.includes" href="libnm-util/NMSettingConnection.html#NMSettingConnection.includes"> -<ANCHOR id="NMSettingConnection.description" href="libnm-util/NMSettingConnection.html#NMSettingConnection.description"> -<ANCHOR id="NMSettingConnection.functions_details" href="libnm-util/NMSettingConnection.html#NMSettingConnection.functions_details"> -<ANCHOR id="nm-setting-connection-error-quark" href="libnm-util/NMSettingConnection.html#nm-setting-connection-error-quark"> -<ANCHOR id="nm-setting-connection-new" href="libnm-util/NMSettingConnection.html#nm-setting-connection-new"> -<ANCHOR id="nm-setting-connection-get-id" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-id"> -<ANCHOR id="nm-setting-connection-get-uuid" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-uuid"> -<ANCHOR id="nm-setting-connection-get-interface-name" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-interface-name"> -<ANCHOR id="nm-setting-connection-get-connection-type" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-connection-type"> -<ANCHOR id="nm-setting-connection-get-autoconnect" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-autoconnect"> -<ANCHOR id="nm-setting-connection-get-timestamp" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-timestamp"> -<ANCHOR id="nm-setting-connection-get-read-only" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-read-only"> -<ANCHOR id="nm-setting-connection-get-num-permissions" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-num-permissions"> -<ANCHOR id="nm-setting-connection-get-permission" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-permission"> -<ANCHOR id="nm-setting-connection-get-zone" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-zone"> -<ANCHOR id="nm-setting-connection-permissions-user-allowed" href="libnm-util/NMSettingConnection.html#nm-setting-connection-permissions-user-allowed"> -<ANCHOR id="nm-setting-connection-add-permission" href="libnm-util/NMSettingConnection.html#nm-setting-connection-add-permission"> -<ANCHOR id="nm-setting-connection-remove-permission" href="libnm-util/NMSettingConnection.html#nm-setting-connection-remove-permission"> -<ANCHOR id="nm-setting-connection-remove-permission-by-value" href="libnm-util/NMSettingConnection.html#nm-setting-connection-remove-permission-by-value"> -<ANCHOR id="nm-setting-connection-get-master" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-master"> -<ANCHOR id="nm-setting-connection-is-slave-type" href="libnm-util/NMSettingConnection.html#nm-setting-connection-is-slave-type"> -<ANCHOR id="nm-setting-connection-get-slave-type" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-slave-type"> -<ANCHOR id="nm-setting-connection-get-num-secondaries" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-num-secondaries"> -<ANCHOR id="nm-setting-connection-get-secondary" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-secondary"> -<ANCHOR id="nm-setting-connection-add-secondary" href="libnm-util/NMSettingConnection.html#nm-setting-connection-add-secondary"> -<ANCHOR id="nm-setting-connection-remove-secondary" href="libnm-util/NMSettingConnection.html#nm-setting-connection-remove-secondary"> -<ANCHOR id="nm-setting-connection-remove-secondary-by-value" href="libnm-util/NMSettingConnection.html#nm-setting-connection-remove-secondary-by-value"> -<ANCHOR id="nm-setting-connection-get-gateway-ping-timeout" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-gateway-ping-timeout"> -<ANCHOR id="NMSettingConnection.other_details" href="libnm-util/NMSettingConnection.html#NMSettingConnection.other_details"> -<ANCHOR id="NM-SETTING-CONNECTION-SETTING-NAME:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingConnectionError" href="libnm-util/NMSettingConnection.html#NMSettingConnectionError"> -<ANCHOR id="NM-SETTING-CONNECTION-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ERROR-TYPE-SETTING-NOT-FOUND:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR-TYPE-SETTING-NOT-FOUND:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ERROR-IP-CONFIG-NOT-ALLOWED:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR-IP-CONFIG-NOT-ALLOWED:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ERROR:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ID:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ID:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-UUID:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-UUID:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-INTERFACE-NAME:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-INTERFACE-NAME:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-TYPE:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-TYPE:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-AUTOCONNECT:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-TIMESTAMP:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-TIMESTAMP:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-READ-ONLY:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-READ-ONLY:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-PERMISSIONS:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-PERMISSIONS:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ZONE:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ZONE:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-MASTER:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-MASTER:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-SLAVE-TYPE:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-SLAVE-TYPE:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-SECONDARIES:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-SECONDARIES:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-GATEWAY-PING-TIMEOUT:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-GATEWAY-PING-TIMEOUT:CAPS"> -<ANCHOR id="NMSettingConnection-struct" href="libnm-util/NMSettingConnection.html#NMSettingConnection-struct"> -<ANCHOR id="NMSettingConnection.property-details" href="libnm-util/NMSettingConnection.html#NMSettingConnection.property-details"> -<ANCHOR id="NMSettingConnection--autoconnect" href="libnm-util/NMSettingConnection.html#NMSettingConnection--autoconnect"> -<ANCHOR id="NMSettingConnection--gateway-ping-timeout" href="libnm-util/NMSettingConnection.html#NMSettingConnection--gateway-ping-timeout"> -<ANCHOR id="NMSettingConnection--id" href="libnm-util/NMSettingConnection.html#NMSettingConnection--id"> -<ANCHOR id="NMSettingConnection--interface-name" href="libnm-util/NMSettingConnection.html#NMSettingConnection--interface-name"> -<ANCHOR id="NMSettingConnection--master" href="libnm-util/NMSettingConnection.html#NMSettingConnection--master"> -<ANCHOR id="NMSettingConnection--permissions" href="libnm-util/NMSettingConnection.html#NMSettingConnection--permissions"> -<ANCHOR id="NMSettingConnection--read-only" href="libnm-util/NMSettingConnection.html#NMSettingConnection--read-only"> -<ANCHOR id="NMSettingConnection--secondaries" href="libnm-util/NMSettingConnection.html#NMSettingConnection--secondaries"> -<ANCHOR id="NMSettingConnection--slave-type" href="libnm-util/NMSettingConnection.html#NMSettingConnection--slave-type"> -<ANCHOR id="NMSettingConnection--timestamp" href="libnm-util/NMSettingConnection.html#NMSettingConnection--timestamp"> -<ANCHOR id="NMSettingConnection--type" href="libnm-util/NMSettingConnection.html#NMSettingConnection--type"> -<ANCHOR id="NMSettingConnection--uuid" href="libnm-util/NMSettingConnection.html#NMSettingConnection--uuid"> -<ANCHOR id="NMSettingConnection--zone" href="libnm-util/NMSettingConnection.html#NMSettingConnection--zone"> -<ANCHOR id="NMSettingWired" href="libnm-util/NMSettingWired.html"> -<ANCHOR id="NMSettingWired.functions" href="libnm-util/NMSettingWired.html#NMSettingWired.functions"> -<ANCHOR id="NMSettingWired.properties" href="libnm-util/NMSettingWired.html#NMSettingWired.properties"> -<ANCHOR id="NMSettingWired.other" href="libnm-util/NMSettingWired.html#NMSettingWired.other"> -<ANCHOR id="NMSettingWired.object-hierarchy" href="libnm-util/NMSettingWired.html#NMSettingWired.object-hierarchy"> -<ANCHOR id="NMSettingWired.includes" href="libnm-util/NMSettingWired.html#NMSettingWired.includes"> -<ANCHOR id="NMSettingWired.description" href="libnm-util/NMSettingWired.html#NMSettingWired.description"> -<ANCHOR id="NMSettingWired.functions_details" href="libnm-util/NMSettingWired.html#NMSettingWired.functions_details"> -<ANCHOR id="nm-setting-wired-error-quark" href="libnm-util/NMSettingWired.html#nm-setting-wired-error-quark"> -<ANCHOR id="nm-setting-wired-new" href="libnm-util/NMSettingWired.html#nm-setting-wired-new"> -<ANCHOR id="nm-setting-wired-get-port" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-port"> -<ANCHOR id="nm-setting-wired-get-speed" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-speed"> -<ANCHOR id="nm-setting-wired-get-duplex" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-duplex"> -<ANCHOR id="nm-setting-wired-get-auto-negotiate" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-auto-negotiate"> -<ANCHOR id="nm-setting-wired-get-mac-address" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-mac-address"> -<ANCHOR id="nm-setting-wired-get-cloned-mac-address" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-cloned-mac-address"> -<ANCHOR id="nm-setting-wired-get-mac-address-blacklist" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-mac-address-blacklist"> -<ANCHOR id="nm-setting-wired-get-num-mac-blacklist-items" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-num-mac-blacklist-items"> -<ANCHOR id="nm-setting-wired-get-mac-blacklist-item" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-mac-blacklist-item"> -<ANCHOR id="nm-setting-wired-add-mac-blacklist-item" href="libnm-util/NMSettingWired.html#nm-setting-wired-add-mac-blacklist-item"> -<ANCHOR id="nm-setting-wired-remove-mac-blacklist-item" href="libnm-util/NMSettingWired.html#nm-setting-wired-remove-mac-blacklist-item"> -<ANCHOR id="nm-setting-wired-remove-mac-blacklist-item-by-value" href="libnm-util/NMSettingWired.html#nm-setting-wired-remove-mac-blacklist-item-by-value"> -<ANCHOR id="nm-setting-wired-clear-mac-blacklist-items" href="libnm-util/NMSettingWired.html#nm-setting-wired-clear-mac-blacklist-items"> -<ANCHOR id="nm-setting-wired-get-mtu" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-mtu"> -<ANCHOR id="nm-setting-wired-get-s390-subchannels" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-s390-subchannels"> -<ANCHOR id="nm-setting-wired-get-s390-nettype" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-s390-nettype"> -<ANCHOR id="nm-setting-wired-get-num-s390-options" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-num-s390-options"> -<ANCHOR id="nm-setting-wired-get-s390-option" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-s390-option"> -<ANCHOR id="nm-setting-wired-get-s390-option-by-key" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-s390-option-by-key"> -<ANCHOR id="nm-setting-wired-add-s390-option" href="libnm-util/NMSettingWired.html#nm-setting-wired-add-s390-option"> -<ANCHOR id="nm-setting-wired-remove-s390-option" href="libnm-util/NMSettingWired.html#nm-setting-wired-remove-s390-option"> -<ANCHOR id="nm-setting-wired-get-valid-s390-options" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-valid-s390-options"> -<ANCHOR id="NMSettingWired.other_details" href="libnm-util/NMSettingWired.html#NMSettingWired.other_details"> -<ANCHOR id="NM-SETTING-WIRED-SETTING-NAME:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingWiredError" href="libnm-util/NMSettingWired.html#NMSettingWiredError"> -<ANCHOR id="NM-SETTING-WIRED-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-ERROR:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-PORT:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-PORT:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-SPEED:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-SPEED:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-DUPLEX:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-DUPLEX:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-AUTO-NEGOTIATE:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-AUTO-NEGOTIATE:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-MAC-ADDRESS:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-CLONED-MAC-ADDRESS:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-CLONED-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-MAC-ADDRESS-BLACKLIST:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-MAC-ADDRESS-BLACKLIST:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-MTU:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-MTU:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-S390-SUBCHANNELS:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-S390-SUBCHANNELS:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-S390-NETTYPE:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-S390-NETTYPE:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-S390-OPTIONS:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-S390-OPTIONS:CAPS"> -<ANCHOR id="NMSettingWired.property-details" href="libnm-util/NMSettingWired.html#NMSettingWired.property-details"> -<ANCHOR id="NMSettingWired--auto-negotiate" href="libnm-util/NMSettingWired.html#NMSettingWired--auto-negotiate"> -<ANCHOR id="NMSettingWired--cloned-mac-address" href="libnm-util/NMSettingWired.html#NMSettingWired--cloned-mac-address"> -<ANCHOR id="NMSettingWired--duplex" href="libnm-util/NMSettingWired.html#NMSettingWired--duplex"> -<ANCHOR id="NMSettingWired--mac-address" href="libnm-util/NMSettingWired.html#NMSettingWired--mac-address"> -<ANCHOR id="NMSettingWired--mac-address-blacklist" href="libnm-util/NMSettingWired.html#NMSettingWired--mac-address-blacklist"> -<ANCHOR id="NMSettingWired--mtu" href="libnm-util/NMSettingWired.html#NMSettingWired--mtu"> -<ANCHOR id="NMSettingWired--port" href="libnm-util/NMSettingWired.html#NMSettingWired--port"> -<ANCHOR id="NMSettingWired--s390-nettype" href="libnm-util/NMSettingWired.html#NMSettingWired--s390-nettype"> -<ANCHOR id="NMSettingWired--s390-options" href="libnm-util/NMSettingWired.html#NMSettingWired--s390-options"> -<ANCHOR id="NMSettingWired--s390-subchannels" href="libnm-util/NMSettingWired.html#NMSettingWired--s390-subchannels"> -<ANCHOR id="NMSettingWired--speed" href="libnm-util/NMSettingWired.html#NMSettingWired--speed"> -<ANCHOR id="NMSettingWireless" href="libnm-util/NMSettingWireless.html"> -<ANCHOR id="NMSettingWireless.functions" href="libnm-util/NMSettingWireless.html#NMSettingWireless.functions"> -<ANCHOR id="NMSettingWireless.properties" href="libnm-util/NMSettingWireless.html#NMSettingWireless.properties"> -<ANCHOR id="NMSettingWireless.other" href="libnm-util/NMSettingWireless.html#NMSettingWireless.other"> -<ANCHOR id="NMSettingWireless.object-hierarchy" href="libnm-util/NMSettingWireless.html#NMSettingWireless.object-hierarchy"> -<ANCHOR id="NMSettingWireless.includes" href="libnm-util/NMSettingWireless.html#NMSettingWireless.includes"> -<ANCHOR id="NMSettingWireless.description" href="libnm-util/NMSettingWireless.html#NMSettingWireless.description"> -<ANCHOR id="NMSettingWireless.functions_details" href="libnm-util/NMSettingWireless.html#NMSettingWireless.functions_details"> -<ANCHOR id="nm-setting-wireless-error-quark" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-error-quark"> -<ANCHOR id="nm-setting-wireless-new" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-new"> -<ANCHOR id="nm-setting-wireless-get-ssid" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-ssid"> -<ANCHOR id="nm-setting-wireless-get-mode" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mode"> -<ANCHOR id="nm-setting-wireless-get-band" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-band"> -<ANCHOR id="nm-setting-wireless-get-channel" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-channel"> -<ANCHOR id="nm-setting-wireless-get-bssid" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-bssid"> -<ANCHOR id="nm-setting-wireless-get-rate" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-rate"> -<ANCHOR id="nm-setting-wireless-get-tx-power" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-tx-power"> -<ANCHOR id="nm-setting-wireless-get-mac-address" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mac-address"> -<ANCHOR id="nm-setting-wireless-get-cloned-mac-address" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-cloned-mac-address"> -<ANCHOR id="nm-setting-wireless-get-mac-address-blacklist" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mac-address-blacklist"> -<ANCHOR id="nm-setting-wireless-get-num-mac-blacklist-items" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-num-mac-blacklist-items"> -<ANCHOR id="nm-setting-wireless-get-mac-blacklist-item" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mac-blacklist-item"> -<ANCHOR id="nm-setting-wireless-add-mac-blacklist-item" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-add-mac-blacklist-item"> -<ANCHOR id="nm-setting-wireless-remove-mac-blacklist-item" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-remove-mac-blacklist-item"> -<ANCHOR id="nm-setting-wireless-remove-mac-blacklist-item-by-value" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-remove-mac-blacklist-item-by-value"> -<ANCHOR id="nm-setting-wireless-clear-mac-blacklist-items" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-clear-mac-blacklist-items"> -<ANCHOR id="nm-setting-wireless-get-mtu" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mtu"> -<ANCHOR id="nm-setting-wireless-get-hidden" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-hidden"> -<ANCHOR id="nm-setting-wireless-get-powersave" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-powersave"> -<ANCHOR id="nm-setting-wireless-add-seen-bssid" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-add-seen-bssid"> -<ANCHOR id="nm-setting-wireless-get-num-seen-bssids" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-num-seen-bssids"> -<ANCHOR id="nm-setting-wireless-get-seen-bssid" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-seen-bssid"> -<ANCHOR id="nm-setting-wireless-ap-security-compatible" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-ap-security-compatible"> -<ANCHOR id="nm-setting-wireless-get-security" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-security"> -<ANCHOR id="NMSettingWireless.other_details" href="libnm-util/NMSettingWireless.html#NMSettingWireless.other_details"> -<ANCHOR id="NM-SETTING-WIRELESS-SETTING-NAME:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingWirelessError" href="libnm-util/NMSettingWireless.html#NMSettingWirelessError"> -<ANCHOR id="NM-SETTING-WIRELESS-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-ERROR-MISSING-SECURITY-SETTING:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR-MISSING-SECURITY-SETTING:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-ERROR-CHANNEL-REQUIRES-BAND:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR-CHANNEL-REQUIRES-BAND:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-ERROR:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SSID:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SSID:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MODE:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MODE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-BAND:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-BAND:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-CHANNEL:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-CHANNEL:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-BSSID:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-BSSID:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-RATE:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-RATE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-TX-POWER:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-TX-POWER:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MAC-ADDRESS:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-CLONED-MAC-ADDRESS:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-CLONED-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MAC-ADDRESS-BLACKLIST:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MAC-ADDRESS-BLACKLIST:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MTU:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MTU:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SEEN-BSSIDS:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SEEN-BSSIDS:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-HIDDEN:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-HIDDEN:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-POWERSAVE:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-POWERSAVE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SEC:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SEC:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MODE-ADHOC:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MODE-ADHOC:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MODE-AP:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MODE-AP:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MODE-INFRA:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MODE-INFRA:CAPS"> -<ANCHOR id="NMSettingWireless.property-details" href="libnm-util/NMSettingWireless.html#NMSettingWireless.property-details"> -<ANCHOR id="NMSettingWireless--band" href="libnm-util/NMSettingWireless.html#NMSettingWireless--band"> -<ANCHOR id="NMSettingWireless--bssid" href="libnm-util/NMSettingWireless.html#NMSettingWireless--bssid"> -<ANCHOR id="NMSettingWireless--channel" href="libnm-util/NMSettingWireless.html#NMSettingWireless--channel"> -<ANCHOR id="NMSettingWireless--cloned-mac-address" href="libnm-util/NMSettingWireless.html#NMSettingWireless--cloned-mac-address"> -<ANCHOR id="NMSettingWireless--hidden" href="libnm-util/NMSettingWireless.html#NMSettingWireless--hidden"> -<ANCHOR id="NMSettingWireless--mac-address" href="libnm-util/NMSettingWireless.html#NMSettingWireless--mac-address"> -<ANCHOR id="NMSettingWireless--mac-address-blacklist" href="libnm-util/NMSettingWireless.html#NMSettingWireless--mac-address-blacklist"> -<ANCHOR id="NMSettingWireless--mode" href="libnm-util/NMSettingWireless.html#NMSettingWireless--mode"> -<ANCHOR id="NMSettingWireless--mtu" href="libnm-util/NMSettingWireless.html#NMSettingWireless--mtu"> -<ANCHOR id="NMSettingWireless--powersave" href="libnm-util/NMSettingWireless.html#NMSettingWireless--powersave"> -<ANCHOR id="NMSettingWireless--rate" href="libnm-util/NMSettingWireless.html#NMSettingWireless--rate"> -<ANCHOR id="NMSettingWireless--security" href="libnm-util/NMSettingWireless.html#NMSettingWireless--security"> -<ANCHOR id="NMSettingWireless--seen-bssids" href="libnm-util/NMSettingWireless.html#NMSettingWireless--seen-bssids"> -<ANCHOR id="NMSettingWireless--ssid" href="libnm-util/NMSettingWireless.html#NMSettingWireless--ssid"> -<ANCHOR id="NMSettingWireless--tx-power" href="libnm-util/NMSettingWireless.html#NMSettingWireless--tx-power"> -<ANCHOR id="NMSettingWirelessSecurity" href="libnm-util/NMSettingWirelessSecurity.html"> -<ANCHOR id="NMSettingWirelessSecurity.functions" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.functions"> -<ANCHOR id="NMSettingWirelessSecurity.properties" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.properties"> -<ANCHOR id="NMSettingWirelessSecurity.other" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.other"> -<ANCHOR id="NMSettingWirelessSecurity.object-hierarchy" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.object-hierarchy"> -<ANCHOR id="NMSettingWirelessSecurity.includes" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.includes"> -<ANCHOR id="NMSettingWirelessSecurity.description" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.description"> -<ANCHOR id="NMSettingWirelessSecurity.functions_details" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.functions_details"> -<ANCHOR id="nm-setting-wireless-security-error-quark" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-error-quark"> -<ANCHOR id="nm-setting-wireless-security-new" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-new"> -<ANCHOR id="nm-setting-wireless-security-get-key-mgmt" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-key-mgmt"> -<ANCHOR id="nm-setting-wireless-security-get-num-protos" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-protos"> -<ANCHOR id="nm-setting-wireless-security-get-proto" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-proto"> -<ANCHOR id="nm-setting-wireless-security-add-proto" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-proto"> -<ANCHOR id="nm-setting-wireless-security-remove-proto" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-proto"> -<ANCHOR id="nm-setting-wireless-security-remove-proto-by-value" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-proto-by-value"> -<ANCHOR id="nm-setting-wireless-security-clear-protos" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-protos"> -<ANCHOR id="nm-setting-wireless-security-get-num-pairwise" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-pairwise"> -<ANCHOR id="nm-setting-wireless-security-get-pairwise" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-pairwise"> -<ANCHOR id="nm-setting-wireless-security-add-pairwise" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-pairwise"> -<ANCHOR id="nm-setting-wireless-security-remove-pairwise" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-pairwise"> -<ANCHOR id="nm-setting-wireless-security-remove-pairwise-by-value" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-pairwise-by-value"> -<ANCHOR id="nm-setting-wireless-security-clear-pairwise" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-pairwise"> -<ANCHOR id="nm-setting-wireless-security-get-num-groups" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-groups"> -<ANCHOR id="nm-setting-wireless-security-get-group" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-group"> -<ANCHOR id="nm-setting-wireless-security-add-group" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-group"> -<ANCHOR id="nm-setting-wireless-security-remove-group" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-group"> -<ANCHOR id="nm-setting-wireless-security-remove-group-by-value" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-group-by-value"> -<ANCHOR id="nm-setting-wireless-security-clear-groups" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-groups"> -<ANCHOR id="nm-setting-wireless-security-get-psk" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-psk"> -<ANCHOR id="nm-setting-wireless-security-get-psk-flags" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-psk-flags"> -<ANCHOR id="nm-setting-wireless-security-get-leap-username" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-username"> -<ANCHOR id="nm-setting-wireless-security-get-leap-password" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-password"> -<ANCHOR id="nm-setting-wireless-security-get-leap-password-flags" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-password-flags"> -<ANCHOR id="nm-setting-wireless-security-get-wep-key" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key"> -<ANCHOR id="nm-setting-wireless-security-set-wep-key" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-set-wep-key"> -<ANCHOR id="nm-setting-wireless-security-get-wep-tx-keyidx" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-tx-keyidx"> -<ANCHOR id="nm-setting-wireless-security-get-auth-alg" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-auth-alg"> -<ANCHOR id="nm-setting-wireless-security-get-wep-key-flags" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key-flags"> -<ANCHOR id="nm-setting-wireless-security-get-wep-key-type" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key-type"> -<ANCHOR id="NMSettingWirelessSecurity.other_details" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.other_details"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-SETTING-NAME:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingWirelessSecurityError" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurityError"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR-MISSING-802-1X-SETTING:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-MISSING-802-1X-SETTING:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR-LEAP-REQUIRES-802-1X:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-LEAP-REQUIRES-802-1X:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR-LEAP-REQUIRES-USERNAME:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-LEAP-REQUIRES-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR-SHARED-KEY-REQUIRES-WEP:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-SHARED-KEY-REQUIRES-WEP:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR:CAPS"> -<ANCHOR id="NMWepKeyType" href="libnm-util/NMSettingWirelessSecurity.html#NMWepKeyType"> -<ANCHOR id="NM-WEP-KEY-TYPE-UNKNOWN:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-UNKNOWN:CAPS"> -<ANCHOR id="NM-WEP-KEY-TYPE-KEY:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-KEY:CAPS"> -<ANCHOR id="NM-WEP-KEY-TYPE-PASSPHRASE:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-PASSPHRASE:CAPS"> -<ANCHOR id="NM-WEP-KEY-TYPE-LAST:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-LAST:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-KEY-MGMT:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-KEY-MGMT:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-TX-KEYIDX:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-TX-KEYIDX:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-AUTH-ALG:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-AUTH-ALG:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-PROTO:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PROTO:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-PAIRWISE:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PAIRWISE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-GROUP:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-GROUP:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-LEAP-USERNAME:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY0:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY0:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY1:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY1:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY2:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY2:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY3:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY3:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY-FLAGS:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY-TYPE:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY-TYPE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-PSK:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PSK:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-PSK-FLAGS:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PSK-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NMSettingWirelessSecurity.property-details" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.property-details"> -<ANCHOR id="NMSettingWirelessSecurity--auth-alg" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--auth-alg"> -<ANCHOR id="NMSettingWirelessSecurity--group" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--group"> -<ANCHOR id="NMSettingWirelessSecurity--key-mgmt" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--key-mgmt"> -<ANCHOR id="NMSettingWirelessSecurity--leap-password" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password"> -<ANCHOR id="NMSettingWirelessSecurity--leap-password-flags" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password-flags"> -<ANCHOR id="NMSettingWirelessSecurity--leap-username" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-username"> -<ANCHOR id="NMSettingWirelessSecurity--pairwise" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--pairwise"> -<ANCHOR id="NMSettingWirelessSecurity--proto" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--proto"> -<ANCHOR id="NMSettingWirelessSecurity--psk" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk"> -<ANCHOR id="NMSettingWirelessSecurity--psk-flags" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk-flags"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key-flags" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key-flags"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key-type" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key-type"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key0" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key0"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key1" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key1"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key2" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key2"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key3" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key3"> -<ANCHOR id="NMSettingWirelessSecurity--wep-tx-keyidx" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-tx-keyidx"> -<ANCHOR id="NMSettingBluetooth" href="libnm-util/NMSettingBluetooth.html"> -<ANCHOR id="NMSettingBluetooth.functions" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.functions"> -<ANCHOR id="NMSettingBluetooth.properties" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.properties"> -<ANCHOR id="NMSettingBluetooth.other" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.other"> -<ANCHOR id="NMSettingBluetooth.object-hierarchy" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.object-hierarchy"> -<ANCHOR id="NMSettingBluetooth.includes" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.includes"> -<ANCHOR id="NMSettingBluetooth.description" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.description"> -<ANCHOR id="NMSettingBluetooth.functions_details" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.functions_details"> -<ANCHOR id="nm-setting-bluetooth-error-quark" href="libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-error-quark"> -<ANCHOR id="nm-setting-bluetooth-new" href="libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-new"> -<ANCHOR id="nm-setting-bluetooth-get-bdaddr" href="libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-get-bdaddr"> -<ANCHOR id="nm-setting-bluetooth-get-connection-type" href="libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-get-connection-type"> -<ANCHOR id="NMSettingBluetooth.other_details" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.other_details"> -<ANCHOR id="NM-SETTING-BLUETOOTH-SETTING-NAME:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingBluetoothError" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetoothError"> -<ANCHOR id="NM-SETTING-BLUETOOTH-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-ERROR-TYPE-SETTING-NOT-FOUND:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR-TYPE-SETTING-NOT-FOUND:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-ERROR:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-BDADDR:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-BDADDR:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-TYPE:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-TYPE-DUN:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-DUN:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-TYPE-PANU:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-PANU:CAPS"> -<ANCHOR id="NMSettingBluetooth.property-details" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.property-details"> -<ANCHOR id="NMSettingBluetooth--bdaddr" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth--bdaddr"> -<ANCHOR id="NMSettingBluetooth--type" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth--type"> -<ANCHOR id="NMSettingSerial" href="libnm-util/NMSettingSerial.html"> -<ANCHOR id="NMSettingSerial.functions" href="libnm-util/NMSettingSerial.html#NMSettingSerial.functions"> -<ANCHOR id="NMSettingSerial.properties" href="libnm-util/NMSettingSerial.html#NMSettingSerial.properties"> -<ANCHOR id="NMSettingSerial.other" href="libnm-util/NMSettingSerial.html#NMSettingSerial.other"> -<ANCHOR id="NMSettingSerial.object-hierarchy" href="libnm-util/NMSettingSerial.html#NMSettingSerial.object-hierarchy"> -<ANCHOR id="NMSettingSerial.includes" href="libnm-util/NMSettingSerial.html#NMSettingSerial.includes"> -<ANCHOR id="NMSettingSerial.description" href="libnm-util/NMSettingSerial.html#NMSettingSerial.description"> -<ANCHOR id="NMSettingSerial.functions_details" href="libnm-util/NMSettingSerial.html#NMSettingSerial.functions_details"> -<ANCHOR id="nm-setting-serial-error-quark" href="libnm-util/NMSettingSerial.html#nm-setting-serial-error-quark"> -<ANCHOR id="nm-setting-serial-new" href="libnm-util/NMSettingSerial.html#nm-setting-serial-new"> -<ANCHOR id="nm-setting-serial-get-baud" href="libnm-util/NMSettingSerial.html#nm-setting-serial-get-baud"> -<ANCHOR id="nm-setting-serial-get-bits" href="libnm-util/NMSettingSerial.html#nm-setting-serial-get-bits"> -<ANCHOR id="nm-setting-serial-get-parity" href="libnm-util/NMSettingSerial.html#nm-setting-serial-get-parity"> -<ANCHOR id="nm-setting-serial-get-stopbits" href="libnm-util/NMSettingSerial.html#nm-setting-serial-get-stopbits"> -<ANCHOR id="nm-setting-serial-get-send-delay" href="libnm-util/NMSettingSerial.html#nm-setting-serial-get-send-delay"> -<ANCHOR id="NMSettingSerial.other_details" href="libnm-util/NMSettingSerial.html#NMSettingSerial.other_details"> -<ANCHOR id="NM-SETTING-SERIAL-SETTING-NAME:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingSerialError" href="libnm-util/NMSettingSerial.html#NMSettingSerialError"> -<ANCHOR id="NM-SETTING-SERIAL-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-ERROR-MISSING-PPP-SETTING:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-ERROR-MISSING-PPP-SETTING:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-ERROR:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-BAUD:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-BAUD:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-BITS:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-BITS:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-PARITY:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-PARITY:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-STOPBITS:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-STOPBITS:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-SEND-DELAY:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-SEND-DELAY:CAPS"> -<ANCHOR id="NMSettingSerial.property-details" href="libnm-util/NMSettingSerial.html#NMSettingSerial.property-details"> -<ANCHOR id="NMSettingSerial--baud" href="libnm-util/NMSettingSerial.html#NMSettingSerial--baud"> -<ANCHOR id="NMSettingSerial--bits" href="libnm-util/NMSettingSerial.html#NMSettingSerial--bits"> -<ANCHOR id="NMSettingSerial--parity" href="libnm-util/NMSettingSerial.html#NMSettingSerial--parity"> -<ANCHOR id="NMSettingSerial--send-delay" href="libnm-util/NMSettingSerial.html#NMSettingSerial--send-delay"> -<ANCHOR id="NMSettingSerial--stopbits" href="libnm-util/NMSettingSerial.html#NMSettingSerial--stopbits"> -<ANCHOR id="NMSettingCdma" href="libnm-util/NMSettingCdma.html"> -<ANCHOR id="NMSettingCdma.functions" href="libnm-util/NMSettingCdma.html#NMSettingCdma.functions"> -<ANCHOR id="NMSettingCdma.properties" href="libnm-util/NMSettingCdma.html#NMSettingCdma.properties"> -<ANCHOR id="NMSettingCdma.other" href="libnm-util/NMSettingCdma.html#NMSettingCdma.other"> -<ANCHOR id="NMSettingCdma.object-hierarchy" href="libnm-util/NMSettingCdma.html#NMSettingCdma.object-hierarchy"> -<ANCHOR id="NMSettingCdma.includes" href="libnm-util/NMSettingCdma.html#NMSettingCdma.includes"> -<ANCHOR id="NMSettingCdma.description" href="libnm-util/NMSettingCdma.html#NMSettingCdma.description"> -<ANCHOR id="NMSettingCdma.functions_details" href="libnm-util/NMSettingCdma.html#NMSettingCdma.functions_details"> -<ANCHOR id="nm-setting-cdma-error-quark" href="libnm-util/NMSettingCdma.html#nm-setting-cdma-error-quark"> -<ANCHOR id="nm-setting-cdma-new" href="libnm-util/NMSettingCdma.html#nm-setting-cdma-new"> -<ANCHOR id="nm-setting-cdma-get-number" href="libnm-util/NMSettingCdma.html#nm-setting-cdma-get-number"> -<ANCHOR id="nm-setting-cdma-get-username" href="libnm-util/NMSettingCdma.html#nm-setting-cdma-get-username"> -<ANCHOR id="nm-setting-cdma-get-password" href="libnm-util/NMSettingCdma.html#nm-setting-cdma-get-password"> -<ANCHOR id="nm-setting-cdma-get-password-flags" href="libnm-util/NMSettingCdma.html#nm-setting-cdma-get-password-flags"> -<ANCHOR id="NMSettingCdma.other_details" href="libnm-util/NMSettingCdma.html#NMSettingCdma.other_details"> -<ANCHOR id="NM-SETTING-CDMA-SETTING-NAME:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingCdmaError" href="libnm-util/NMSettingCdma.html#NMSettingCdmaError"> -<ANCHOR id="NM-SETTING-CDMA-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-ERROR-MISSING-SERIAL-SETTING:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-ERROR-MISSING-SERIAL-SETTING:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-ERROR:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-NUMBER:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-NUMBER:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-USERNAME:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-PASSWORD:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NMSettingCdma.property-details" href="libnm-util/NMSettingCdma.html#NMSettingCdma.property-details"> -<ANCHOR id="NMSettingCdma--number" href="libnm-util/NMSettingCdma.html#NMSettingCdma--number"> -<ANCHOR id="NMSettingCdma--password" href="libnm-util/NMSettingCdma.html#NMSettingCdma--password"> -<ANCHOR id="NMSettingCdma--password-flags" href="libnm-util/NMSettingCdma.html#NMSettingCdma--password-flags"> -<ANCHOR id="NMSettingCdma--username" href="libnm-util/NMSettingCdma.html#NMSettingCdma--username"> -<ANCHOR id="NMSettingGsm" href="libnm-util/NMSettingGsm.html"> -<ANCHOR id="NMSettingGsm.functions" href="libnm-util/NMSettingGsm.html#NMSettingGsm.functions"> -<ANCHOR id="NMSettingGsm.properties" href="libnm-util/NMSettingGsm.html#NMSettingGsm.properties"> -<ANCHOR id="NMSettingGsm.other" href="libnm-util/NMSettingGsm.html#NMSettingGsm.other"> -<ANCHOR id="NMSettingGsm.object-hierarchy" href="libnm-util/NMSettingGsm.html#NMSettingGsm.object-hierarchy"> -<ANCHOR id="NMSettingGsm.includes" href="libnm-util/NMSettingGsm.html#NMSettingGsm.includes"> -<ANCHOR id="NMSettingGsm.description" href="libnm-util/NMSettingGsm.html#NMSettingGsm.description"> -<ANCHOR id="NMSettingGsm.functions_details" href="libnm-util/NMSettingGsm.html#NMSettingGsm.functions_details"> -<ANCHOR id="nm-setting-gsm-error-quark" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-error-quark"> -<ANCHOR id="NM-SETTING-GSM-BANDS-MAX:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BANDS-MAX:CAPS"> -<ANCHOR id="nm-setting-gsm-new" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-new"> -<ANCHOR id="nm-setting-gsm-get-number" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-number"> -<ANCHOR id="nm-setting-gsm-get-username" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-username"> -<ANCHOR id="nm-setting-gsm-get-password" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-password"> -<ANCHOR id="nm-setting-gsm-get-apn" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-apn"> -<ANCHOR id="nm-setting-gsm-get-network-id" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-network-id"> -<ANCHOR id="nm-setting-gsm-get-pin" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-pin"> -<ANCHOR id="nm-setting-gsm-get-home-only" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-home-only"> -<ANCHOR id="nm-setting-gsm-get-pin-flags" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-pin-flags"> -<ANCHOR id="nm-setting-gsm-get-password-flags" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-password-flags"> -<ANCHOR id="nm-setting-gsm-get-network-type" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-network-type"> -<ANCHOR id="nm-setting-gsm-get-allowed-bands" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-allowed-bands"> -<ANCHOR id="NMSettingGsm.other_details" href="libnm-util/NMSettingGsm.html#NMSettingGsm.other_details"> -<ANCHOR id="NM-SETTING-GSM-SETTING-NAME:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingGsmError" href="libnm-util/NMSettingGsm.html#NMSettingGsmError"> -<ANCHOR id="NM-SETTING-GSM-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-GSM-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-GSM-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-GSM-ERROR-MISSING-SERIAL-SETTING:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ERROR-MISSING-SERIAL-SETTING:CAPS"> -<ANCHOR id="NM-SETTING-GSM-ERROR:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NUMBER:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NUMBER:CAPS"> -<ANCHOR id="NM-SETTING-GSM-USERNAME:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-GSM-PASSWORD:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-GSM-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-GSM-APN:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-APN:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-ID:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-ID:CAPS"> -<ANCHOR id="NM-SETTING-GSM-PIN:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-PIN:CAPS"> -<ANCHOR id="NM-SETTING-GSM-PIN-FLAGS:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-PIN-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-GSM-HOME-ONLY:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-HOME-ONLY:CAPS"> -<ANCHOR id="NM-SETTING-GSM-ALLOWED-BANDS:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ALLOWED-BANDS:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE:CAPS"> -<ANCHOR id="NMSettingGsmNetworkType" href="libnm-util/NMSettingGsm.html#NMSettingGsmNetworkType"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE-ANY:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-ANY:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE-UMTS-HSPA:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-UMTS-HSPA:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE-GPRS-EDGE:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-GPRS-EDGE:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE-PREFER-UMTS-HSPA:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-PREFER-UMTS-HSPA:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE-PREFER-GPRS-EDGE:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-PREFER-GPRS-EDGE:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE-PREFER-4G:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-PREFER-4G:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE-4G:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-4G:CAPS"> -<ANCHOR id="NMSettingGsmNetworkBand" href="libnm-util/NMSettingGsm.html#NMSettingGsmNetworkBand"> -<ANCHOR id="NM-SETTING-GSM-BAND-UNKNOWN:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-ANY:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-ANY:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-EGSM:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-EGSM:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-DCS:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-DCS:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-PCS:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-PCS:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-G850:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-G850:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U2100:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U2100:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U1800:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U1800:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U17IV:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U17IV:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U800:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U800:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U850:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U850:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U900:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U900:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U17IX:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U17IX:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U1900:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U1900:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U2600:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U2600:CAPS"> -<ANCHOR id="NMSettingGsm.property-details" href="libnm-util/NMSettingGsm.html#NMSettingGsm.property-details"> -<ANCHOR id="NMSettingGsm--allowed-bands" href="libnm-util/NMSettingGsm.html#NMSettingGsm--allowed-bands"> -<ANCHOR id="NMSettingGsm--apn" href="libnm-util/NMSettingGsm.html#NMSettingGsm--apn"> -<ANCHOR id="NMSettingGsm--home-only" href="libnm-util/NMSettingGsm.html#NMSettingGsm--home-only"> -<ANCHOR id="NMSettingGsm--network-id" href="libnm-util/NMSettingGsm.html#NMSettingGsm--network-id"> -<ANCHOR id="NMSettingGsm--network-type" href="libnm-util/NMSettingGsm.html#NMSettingGsm--network-type"> -<ANCHOR id="NMSettingGsm--number" href="libnm-util/NMSettingGsm.html#NMSettingGsm--number"> -<ANCHOR id="NMSettingGsm--password" href="libnm-util/NMSettingGsm.html#NMSettingGsm--password"> -<ANCHOR id="NMSettingGsm--password-flags" href="libnm-util/NMSettingGsm.html#NMSettingGsm--password-flags"> -<ANCHOR id="NMSettingGsm--pin" href="libnm-util/NMSettingGsm.html#NMSettingGsm--pin"> -<ANCHOR id="NMSettingGsm--pin-flags" href="libnm-util/NMSettingGsm.html#NMSettingGsm--pin-flags"> -<ANCHOR id="NMSettingGsm--username" href="libnm-util/NMSettingGsm.html#NMSettingGsm--username"> -<ANCHOR id="NMSettingWimax" href="libnm-util/NMSettingWimax.html"> -<ANCHOR id="NMSettingWimax.functions" href="libnm-util/NMSettingWimax.html#NMSettingWimax.functions"> -<ANCHOR id="NMSettingWimax.properties" href="libnm-util/NMSettingWimax.html#NMSettingWimax.properties"> -<ANCHOR id="NMSettingWimax.other" href="libnm-util/NMSettingWimax.html#NMSettingWimax.other"> -<ANCHOR id="NMSettingWimax.object-hierarchy" href="libnm-util/NMSettingWimax.html#NMSettingWimax.object-hierarchy"> -<ANCHOR id="NMSettingWimax.includes" href="libnm-util/NMSettingWimax.html#NMSettingWimax.includes"> -<ANCHOR id="NMSettingWimax.description" href="libnm-util/NMSettingWimax.html#NMSettingWimax.description"> -<ANCHOR id="NMSettingWimax.functions_details" href="libnm-util/NMSettingWimax.html#NMSettingWimax.functions_details"> -<ANCHOR id="nm-setting-wimax-error-quark" href="libnm-util/NMSettingWimax.html#nm-setting-wimax-error-quark"> -<ANCHOR id="nm-setting-wimax-new" href="libnm-util/NMSettingWimax.html#nm-setting-wimax-new"> -<ANCHOR id="nm-setting-wimax-get-network-name" href="libnm-util/NMSettingWimax.html#nm-setting-wimax-get-network-name"> -<ANCHOR id="nm-setting-wimax-get-mac-address" href="libnm-util/NMSettingWimax.html#nm-setting-wimax-get-mac-address"> -<ANCHOR id="NMSettingWimax.other_details" href="libnm-util/NMSettingWimax.html#NMSettingWimax.other_details"> -<ANCHOR id="NM-SETTING-WIMAX-SETTING-NAME:CAPS" href="libnm-util/NMSettingWimax.html#NM-SETTING-WIMAX-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingWimaxError" href="libnm-util/NMSettingWimax.html#NMSettingWimaxError"> -<ANCHOR id="NM-SETTING-WIMAX-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingWimax.html#NM-SETTING-WIMAX-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-WIMAX-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingWimax.html#NM-SETTING-WIMAX-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIMAX-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingWimax.html#NM-SETTING-WIMAX-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIMAX-ERROR:CAPS" href="libnm-util/NMSettingWimax.html#NM-SETTING-WIMAX-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-WIMAX-NETWORK-NAME:CAPS" href="libnm-util/NMSettingWimax.html#NM-SETTING-WIMAX-NETWORK-NAME:CAPS"> -<ANCHOR id="NM-SETTING-WIMAX-MAC-ADDRESS:CAPS" href="libnm-util/NMSettingWimax.html#NM-SETTING-WIMAX-MAC-ADDRESS:CAPS"> -<ANCHOR id="NMSettingWimax.property-details" href="libnm-util/NMSettingWimax.html#NMSettingWimax.property-details"> -<ANCHOR id="NMSettingWimax--mac-address" href="libnm-util/NMSettingWimax.html#NMSettingWimax--mac-address"> -<ANCHOR id="NMSettingWimax--network-name" href="libnm-util/NMSettingWimax.html#NMSettingWimax--network-name"> -<ANCHOR id="NMSettingBond" href="libnm-util/NMSettingBond.html"> -<ANCHOR id="NMSettingBond.functions" href="libnm-util/NMSettingBond.html#NMSettingBond.functions"> -<ANCHOR id="NMSettingBond.properties" href="libnm-util/NMSettingBond.html#NMSettingBond.properties"> -<ANCHOR id="NMSettingBond.other" href="libnm-util/NMSettingBond.html#NMSettingBond.other"> -<ANCHOR id="NMSettingBond.object-hierarchy" href="libnm-util/NMSettingBond.html#NMSettingBond.object-hierarchy"> -<ANCHOR id="NMSettingBond.includes" href="libnm-util/NMSettingBond.html#NMSettingBond.includes"> -<ANCHOR id="NMSettingBond.description" href="libnm-util/NMSettingBond.html#NMSettingBond.description"> -<ANCHOR id="NMSettingBond.functions_details" href="libnm-util/NMSettingBond.html#NMSettingBond.functions_details"> -<ANCHOR id="nm-setting-bond-error-quark" href="libnm-util/NMSettingBond.html#nm-setting-bond-error-quark"> -<ANCHOR id="nm-setting-bond-new" href="libnm-util/NMSettingBond.html#nm-setting-bond-new"> -<ANCHOR id="nm-setting-bond-get-interface-name" href="libnm-util/NMSettingBond.html#nm-setting-bond-get-interface-name"> -<ANCHOR id="nm-setting-bond-get-num-options" href="libnm-util/NMSettingBond.html#nm-setting-bond-get-num-options"> -<ANCHOR id="nm-setting-bond-get-option" href="libnm-util/NMSettingBond.html#nm-setting-bond-get-option"> -<ANCHOR id="nm-setting-bond-get-option-by-name" href="libnm-util/NMSettingBond.html#nm-setting-bond-get-option-by-name"> -<ANCHOR id="nm-setting-bond-add-option" href="libnm-util/NMSettingBond.html#nm-setting-bond-add-option"> -<ANCHOR id="nm-setting-bond-remove-option" href="libnm-util/NMSettingBond.html#nm-setting-bond-remove-option"> -<ANCHOR id="nm-setting-bond-validate-option" href="libnm-util/NMSettingBond.html#nm-setting-bond-validate-option"> -<ANCHOR id="nm-setting-bond-get-valid-options" href="libnm-util/NMSettingBond.html#nm-setting-bond-get-valid-options"> -<ANCHOR id="nm-setting-bond-get-option-default" href="libnm-util/NMSettingBond.html#nm-setting-bond-get-option-default"> -<ANCHOR id="NMSettingBond.other_details" href="libnm-util/NMSettingBond.html#NMSettingBond.other_details"> -<ANCHOR id="NM-SETTING-BOND-SETTING-NAME:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingBondError" href="libnm-util/NMSettingBond.html#NMSettingBondError"> -<ANCHOR id="NM-SETTING-BOND-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-BOND-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-ERROR-INVALID-OPTION:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-ERROR-INVALID-OPTION:CAPS"> -<ANCHOR id="NM-SETTING-BOND-ERROR-MISSING-OPTION:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-ERROR-MISSING-OPTION:CAPS"> -<ANCHOR id="NM-SETTING-BOND-ERROR:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-BOND-INTERFACE-NAME:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-INTERFACE-NAME:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTIONS:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTIONS:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-MODE:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-MODE:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-MIIMON:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-MIIMON:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-DOWNDELAY:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-DOWNDELAY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-UPDELAY:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-UPDELAY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-ARP-INTERVAL:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-ARP-INTERVAL:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-ARP-IP-TARGET:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-ARP-IP-TARGET:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-ARP-VALIDATE:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-ARP-VALIDATE:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-PRIMARY:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-PRIMARY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-PRIMARY-RESELECT:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-PRIMARY-RESELECT:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-FAIL-OVER-MAC:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-FAIL-OVER-MAC:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-USE-CARRIER:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-USE-CARRIER:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-AD-SELECT:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-AD-SELECT:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-XMIT-HASH-POLICY:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-XMIT-HASH-POLICY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-RESEND-IGMP:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-RESEND-IGMP:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-LACP-RATE:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-LACP-RATE:CAPS"> -<ANCHOR id="NMSettingBond.property-details" href="libnm-util/NMSettingBond.html#NMSettingBond.property-details"> -<ANCHOR id="NMSettingBond--interface-name" href="libnm-util/NMSettingBond.html#NMSettingBond--interface-name"> -<ANCHOR id="NMSettingBond--options" href="libnm-util/NMSettingBond.html#NMSettingBond--options"> -<ANCHOR id="NMSettingBridge" href="libnm-util/NMSettingBridge.html"> -<ANCHOR id="NMSettingBridge.functions" href="libnm-util/NMSettingBridge.html#NMSettingBridge.functions"> -<ANCHOR id="NMSettingBridge.properties" href="libnm-util/NMSettingBridge.html#NMSettingBridge.properties"> -<ANCHOR id="NMSettingBridge.other" href="libnm-util/NMSettingBridge.html#NMSettingBridge.other"> -<ANCHOR id="NMSettingBridge.object-hierarchy" href="libnm-util/NMSettingBridge.html#NMSettingBridge.object-hierarchy"> -<ANCHOR id="NMSettingBridge.includes" href="libnm-util/NMSettingBridge.html#NMSettingBridge.includes"> -<ANCHOR id="NMSettingBridge.description" href="libnm-util/NMSettingBridge.html#NMSettingBridge.description"> -<ANCHOR id="NMSettingBridge.functions_details" href="libnm-util/NMSettingBridge.html#NMSettingBridge.functions_details"> -<ANCHOR id="nm-setting-bridge-error-quark" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-error-quark"> -<ANCHOR id="nm-setting-bridge-new" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-new"> -<ANCHOR id="nm-setting-bridge-get-interface-name" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-interface-name"> -<ANCHOR id="nm-setting-bridge-get-mac-address" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-mac-address"> -<ANCHOR id="nm-setting-bridge-get-stp" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-stp"> -<ANCHOR id="nm-setting-bridge-get-priority" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-priority"> -<ANCHOR id="nm-setting-bridge-get-forward-delay" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-forward-delay"> -<ANCHOR id="nm-setting-bridge-get-hello-time" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-hello-time"> -<ANCHOR id="nm-setting-bridge-get-max-age" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-max-age"> -<ANCHOR id="nm-setting-bridge-get-ageing-time" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-ageing-time"> -<ANCHOR id="NMSettingBridge.other_details" href="libnm-util/NMSettingBridge.html#NMSettingBridge.other_details"> -<ANCHOR id="NM-SETTING-BRIDGE-SETTING-NAME:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingBridgeError" href="libnm-util/NMSettingBridge.html#NMSettingBridgeError"> -<ANCHOR id="NM-SETTING-BRIDGE-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-ERROR:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-INTERFACE-NAME:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-INTERFACE-NAME:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-MAC-ADDRESS:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-STP:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-STP:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PRIORITY:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-FORWARD-DELAY:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-FORWARD-DELAY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-HELLO-TIME:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-HELLO-TIME:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-MAX-AGE:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-MAX-AGE:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-AGEING-TIME:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-AGEING-TIME:CAPS"> -<ANCHOR id="NMSettingBridge.property-details" href="libnm-util/NMSettingBridge.html#NMSettingBridge.property-details"> -<ANCHOR id="NMSettingBridge--ageing-time" href="libnm-util/NMSettingBridge.html#NMSettingBridge--ageing-time"> -<ANCHOR id="NMSettingBridge--forward-delay" href="libnm-util/NMSettingBridge.html#NMSettingBridge--forward-delay"> -<ANCHOR id="NMSettingBridge--hello-time" href="libnm-util/NMSettingBridge.html#NMSettingBridge--hello-time"> -<ANCHOR id="NMSettingBridge--interface-name" href="libnm-util/NMSettingBridge.html#NMSettingBridge--interface-name"> -<ANCHOR id="NMSettingBridge--mac-address" href="libnm-util/NMSettingBridge.html#NMSettingBridge--mac-address"> -<ANCHOR id="NMSettingBridge--max-age" href="libnm-util/NMSettingBridge.html#NMSettingBridge--max-age"> -<ANCHOR id="NMSettingBridge--priority" href="libnm-util/NMSettingBridge.html#NMSettingBridge--priority"> -<ANCHOR id="NMSettingBridge--stp" href="libnm-util/NMSettingBridge.html#NMSettingBridge--stp"> -<ANCHOR id="NMSettingBridgePort" href="libnm-util/NMSettingBridgePort.html"> -<ANCHOR id="NMSettingBridgePort.functions" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.functions"> -<ANCHOR id="NMSettingBridgePort.properties" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.properties"> -<ANCHOR id="NMSettingBridgePort.other" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.other"> -<ANCHOR id="NMSettingBridgePort.object-hierarchy" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.object-hierarchy"> -<ANCHOR id="NMSettingBridgePort.includes" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.includes"> -<ANCHOR id="NMSettingBridgePort.description" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.description"> -<ANCHOR id="NMSettingBridgePort.functions_details" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.functions_details"> -<ANCHOR id="nm-setting-bridge-port-error-quark" href="libnm-util/NMSettingBridgePort.html#nm-setting-bridge-port-error-quark"> -<ANCHOR id="nm-setting-bridge-port-new" href="libnm-util/NMSettingBridgePort.html#nm-setting-bridge-port-new"> -<ANCHOR id="nm-setting-bridge-port-get-priority" href="libnm-util/NMSettingBridgePort.html#nm-setting-bridge-port-get-priority"> -<ANCHOR id="nm-setting-bridge-port-get-path-cost" href="libnm-util/NMSettingBridgePort.html#nm-setting-bridge-port-get-path-cost"> -<ANCHOR id="nm-setting-bridge-port-get-hairpin-mode" href="libnm-util/NMSettingBridgePort.html#nm-setting-bridge-port-get-hairpin-mode"> -<ANCHOR id="NMSettingBridgePort.other_details" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.other_details"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-SETTING-NAME:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingBridgePortError" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePortError"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-ERROR:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-PRIORITY:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-PATH-COST:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-PATH-COST:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-HAIRPIN-MODE:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-HAIRPIN-MODE:CAPS"> -<ANCHOR id="NMSettingBridgePort.property-details" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.property-details"> -<ANCHOR id="NMSettingBridgePort--hairpin-mode" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort--hairpin-mode"> -<ANCHOR id="NMSettingBridgePort--path-cost" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort--path-cost"> -<ANCHOR id="NMSettingBridgePort--priority" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort--priority"> -<ANCHOR id="NMSettingTeam" href="libnm-util/NMSettingTeam.html"> -<ANCHOR id="NMSettingTeam.functions" href="libnm-util/NMSettingTeam.html#NMSettingTeam.functions"> -<ANCHOR id="NMSettingTeam.properties" href="libnm-util/NMSettingTeam.html#NMSettingTeam.properties"> -<ANCHOR id="NMSettingTeam.other" href="libnm-util/NMSettingTeam.html#NMSettingTeam.other"> -<ANCHOR id="NMSettingTeam.object-hierarchy" href="libnm-util/NMSettingTeam.html#NMSettingTeam.object-hierarchy"> -<ANCHOR id="NMSettingTeam.includes" href="libnm-util/NMSettingTeam.html#NMSettingTeam.includes"> -<ANCHOR id="NMSettingTeam.description" href="libnm-util/NMSettingTeam.html#NMSettingTeam.description"> -<ANCHOR id="NMSettingTeam.functions_details" href="libnm-util/NMSettingTeam.html#NMSettingTeam.functions_details"> -<ANCHOR id="nm-setting-team-error-quark" href="libnm-util/NMSettingTeam.html#nm-setting-team-error-quark"> -<ANCHOR id="nm-setting-team-new" href="libnm-util/NMSettingTeam.html#nm-setting-team-new"> -<ANCHOR id="nm-setting-team-get-interface-name" href="libnm-util/NMSettingTeam.html#nm-setting-team-get-interface-name"> -<ANCHOR id="nm-setting-team-get-config" href="libnm-util/NMSettingTeam.html#nm-setting-team-get-config"> -<ANCHOR id="NMSettingTeam.other_details" href="libnm-util/NMSettingTeam.html#NMSettingTeam.other_details"> -<ANCHOR id="NM-SETTING-TEAM-SETTING-NAME:CAPS" href="libnm-util/NMSettingTeam.html#NM-SETTING-TEAM-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingTeamError" href="libnm-util/NMSettingTeam.html#NMSettingTeamError"> -<ANCHOR id="NM-SETTING-TEAM-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingTeam.html#NM-SETTING-TEAM-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingTeam.html#NM-SETTING-TEAM-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingTeam.html#NM-SETTING-TEAM-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-ERROR:CAPS" href="libnm-util/NMSettingTeam.html#NM-SETTING-TEAM-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-INTERFACE-NAME:CAPS" href="libnm-util/NMSettingTeam.html#NM-SETTING-TEAM-INTERFACE-NAME:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-CONFIG:CAPS" href="libnm-util/NMSettingTeam.html#NM-SETTING-TEAM-CONFIG:CAPS"> -<ANCHOR id="NMSettingTeam.property-details" href="libnm-util/NMSettingTeam.html#NMSettingTeam.property-details"> -<ANCHOR id="NMSettingTeam--config" href="libnm-util/NMSettingTeam.html#NMSettingTeam--config"> -<ANCHOR id="NMSettingTeam--interface-name" href="libnm-util/NMSettingTeam.html#NMSettingTeam--interface-name"> -<ANCHOR id="NMSettingTeamPort" href="libnm-util/NMSettingTeamPort.html"> -<ANCHOR id="NMSettingTeamPort.functions" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.functions"> -<ANCHOR id="NMSettingTeamPort.properties" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.properties"> -<ANCHOR id="NMSettingTeamPort.other" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.other"> -<ANCHOR id="NMSettingTeamPort.object-hierarchy" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.object-hierarchy"> -<ANCHOR id="NMSettingTeamPort.includes" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.includes"> -<ANCHOR id="NMSettingTeamPort.description" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.description"> -<ANCHOR id="NMSettingTeamPort.functions_details" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.functions_details"> -<ANCHOR id="nm-setting-team-port-error-quark" href="libnm-util/NMSettingTeamPort.html#nm-setting-team-port-error-quark"> -<ANCHOR id="nm-setting-team-port-new" href="libnm-util/NMSettingTeamPort.html#nm-setting-team-port-new"> -<ANCHOR id="nm-setting-team-port-get-config" href="libnm-util/NMSettingTeamPort.html#nm-setting-team-port-get-config"> -<ANCHOR id="NMSettingTeamPort.other_details" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.other_details"> -<ANCHOR id="NM-SETTING-TEAM-PORT-SETTING-NAME:CAPS" href="libnm-util/NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingTeamPortError" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPortError"> -<ANCHOR id="NM-SETTING-TEAM-PORT-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-PORT-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-PORT-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-PORT-ERROR:CAPS" href="libnm-util/NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-PORT-CONFIG:CAPS" href="libnm-util/NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-CONFIG:CAPS"> -<ANCHOR id="NMSettingTeamPort.property-details" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.property-details"> -<ANCHOR id="NMSettingTeamPort--config" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort--config"> -<ANCHOR id="NMSettingGeneric" href="libnm-util/NMSettingGeneric.html"> -<ANCHOR id="NMSettingGeneric.functions" href="libnm-util/NMSettingGeneric.html#NMSettingGeneric.functions"> -<ANCHOR id="NMSettingGeneric.other" href="libnm-util/NMSettingGeneric.html#NMSettingGeneric.other"> -<ANCHOR id="NMSettingGeneric.object-hierarchy" href="libnm-util/NMSettingGeneric.html#NMSettingGeneric.object-hierarchy"> -<ANCHOR id="NMSettingGeneric.includes" href="libnm-util/NMSettingGeneric.html#NMSettingGeneric.includes"> -<ANCHOR id="NMSettingGeneric.description" href="libnm-util/NMSettingGeneric.html#NMSettingGeneric.description"> -<ANCHOR id="NMSettingGeneric.functions_details" href="libnm-util/NMSettingGeneric.html#NMSettingGeneric.functions_details"> -<ANCHOR id="nm-setting-generic-error-quark" href="libnm-util/NMSettingGeneric.html#nm-setting-generic-error-quark"> -<ANCHOR id="nm-setting-generic-new" href="libnm-util/NMSettingGeneric.html#nm-setting-generic-new"> -<ANCHOR id="NMSettingGeneric.other_details" href="libnm-util/NMSettingGeneric.html#NMSettingGeneric.other_details"> -<ANCHOR id="NM-SETTING-GENERIC-SETTING-NAME:CAPS" href="libnm-util/NMSettingGeneric.html#NM-SETTING-GENERIC-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingGenericError" href="libnm-util/NMSettingGeneric.html#NMSettingGenericError"> -<ANCHOR id="NM-SETTING-GENERIC-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingGeneric.html#NM-SETTING-GENERIC-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-GENERIC-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingGeneric.html#NM-SETTING-GENERIC-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-GENERIC-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingGeneric.html#NM-SETTING-GENERIC-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-GENERIC-ERROR:CAPS" href="libnm-util/NMSettingGeneric.html#NM-SETTING-GENERIC-ERROR:CAPS"> -<ANCHOR id="NMSettingInfiniband" href="libnm-util/NMSettingInfiniband.html"> -<ANCHOR id="NMSettingInfiniband.functions" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.functions"> -<ANCHOR id="NMSettingInfiniband.properties" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.properties"> -<ANCHOR id="NMSettingInfiniband.other" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.other"> -<ANCHOR id="NMSettingInfiniband.object-hierarchy" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.object-hierarchy"> -<ANCHOR id="NMSettingInfiniband.includes" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.includes"> -<ANCHOR id="NMSettingInfiniband.description" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.description"> -<ANCHOR id="NMSettingInfiniband.functions_details" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.functions_details"> -<ANCHOR id="nm-setting-infiniband-error-quark" href="libnm-util/NMSettingInfiniband.html#nm-setting-infiniband-error-quark"> -<ANCHOR id="nm-setting-infiniband-new" href="libnm-util/NMSettingInfiniband.html#nm-setting-infiniband-new"> -<ANCHOR id="nm-setting-infiniband-get-mac-address" href="libnm-util/NMSettingInfiniband.html#nm-setting-infiniband-get-mac-address"> -<ANCHOR id="nm-setting-infiniband-get-mtu" href="libnm-util/NMSettingInfiniband.html#nm-setting-infiniband-get-mtu"> -<ANCHOR id="nm-setting-infiniband-get-transport-mode" href="libnm-util/NMSettingInfiniband.html#nm-setting-infiniband-get-transport-mode"> -<ANCHOR id="nm-setting-infiniband-get-p-key" href="libnm-util/NMSettingInfiniband.html#nm-setting-infiniband-get-p-key"> -<ANCHOR id="nm-setting-infiniband-get-parent" href="libnm-util/NMSettingInfiniband.html#nm-setting-infiniband-get-parent"> -<ANCHOR id="NMSettingInfiniband.other_details" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.other_details"> -<ANCHOR id="NM-SETTING-INFINIBAND-SETTING-NAME:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingInfinibandError" href="libnm-util/NMSettingInfiniband.html#NMSettingInfinibandError"> -<ANCHOR id="NM-SETTING-INFINIBAND-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-ERROR:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-MAC-ADDRESS:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-MTU:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-MTU:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-TRANSPORT-MODE:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-TRANSPORT-MODE:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-P-KEY:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-P-KEY:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-PARENT:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-PARENT:CAPS"> -<ANCHOR id="NMSettingInfiniband.property-details" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.property-details"> -<ANCHOR id="NMSettingInfiniband--mac-address" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband--mac-address"> -<ANCHOR id="NMSettingInfiniband--mtu" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband--mtu"> -<ANCHOR id="NMSettingInfiniband--p-key" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband--p-key"> -<ANCHOR id="NMSettingInfiniband--parent" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband--parent"> -<ANCHOR id="NMSettingInfiniband--transport-mode" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband--transport-mode"> -<ANCHOR id="NMSettingVlan" href="libnm-util/NMSettingVlan.html"> -<ANCHOR id="NMSettingVlan.functions" href="libnm-util/NMSettingVlan.html#NMSettingVlan.functions"> -<ANCHOR id="NMSettingVlan.properties" href="libnm-util/NMSettingVlan.html#NMSettingVlan.properties"> -<ANCHOR id="NMSettingVlan.other" href="libnm-util/NMSettingVlan.html#NMSettingVlan.other"> -<ANCHOR id="NMSettingVlan.object-hierarchy" href="libnm-util/NMSettingVlan.html#NMSettingVlan.object-hierarchy"> -<ANCHOR id="NMSettingVlan.includes" href="libnm-util/NMSettingVlan.html#NMSettingVlan.includes"> -<ANCHOR id="NMSettingVlan.description" href="libnm-util/NMSettingVlan.html#NMSettingVlan.description"> -<ANCHOR id="NMSettingVlan.functions_details" href="libnm-util/NMSettingVlan.html#NMSettingVlan.functions_details"> -<ANCHOR id="nm-setting-vlan-error-quark" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-error-quark"> -<ANCHOR id="NM-VLAN-FLAGS-ALL:CAPS" href="libnm-util/NMSettingVlan.html#NM-VLAN-FLAGS-ALL:CAPS"> -<ANCHOR id="nm-setting-vlan-new" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-new"> -<ANCHOR id="nm-setting-vlan-get-interface-name" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-get-interface-name"> -<ANCHOR id="nm-setting-vlan-get-parent" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-get-parent"> -<ANCHOR id="nm-setting-vlan-get-id" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-get-id"> -<ANCHOR id="nm-setting-vlan-get-flags" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-get-flags"> -<ANCHOR id="nm-setting-vlan-get-num-priorities" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-get-num-priorities"> -<ANCHOR id="nm-setting-vlan-get-priority" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-get-priority"> -<ANCHOR id="nm-setting-vlan-add-priority" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-add-priority"> -<ANCHOR id="nm-setting-vlan-remove-priority" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-remove-priority"> -<ANCHOR id="nm-setting-vlan-remove-priority-by-value" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-remove-priority-by-value"> -<ANCHOR id="nm-setting-vlan-remove-priority-str-by-value" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-remove-priority-str-by-value"> -<ANCHOR id="nm-setting-vlan-clear-priorities" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-clear-priorities"> -<ANCHOR id="nm-setting-vlan-add-priority-str" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-add-priority-str"> -<ANCHOR id="NMSettingVlan.other_details" href="libnm-util/NMSettingVlan.html#NMSettingVlan.other_details"> -<ANCHOR id="NM-SETTING-VLAN-SETTING-NAME:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingVlanError" href="libnm-util/NMSettingVlan.html#NMSettingVlanError"> -<ANCHOR id="NM-SETTING-VLAN-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-ERROR-INVALID-PARENT:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-ERROR-INVALID-PARENT:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-ERROR:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-INTERFACE-NAME:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-INTERFACE-NAME:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-PARENT:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-PARENT:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-ID:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-ID:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-FLAGS:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-INGRESS-PRIORITY-MAP:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-INGRESS-PRIORITY-MAP:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-EGRESS-PRIORITY-MAP:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-EGRESS-PRIORITY-MAP:CAPS"> -<ANCHOR id="NMVlanPriorityMap" href="libnm-util/NMSettingVlan.html#NMVlanPriorityMap"> -<ANCHOR id="NM-VLAN-INGRESS-MAP:CAPS" href="libnm-util/NMSettingVlan.html#NM-VLAN-INGRESS-MAP:CAPS"> -<ANCHOR id="NM-VLAN-EGRESS-MAP:CAPS" href="libnm-util/NMSettingVlan.html#NM-VLAN-EGRESS-MAP:CAPS"> -<ANCHOR id="NMVlanFlags" href="libnm-util/NMSettingVlan.html#NMVlanFlags"> -<ANCHOR id="NM-VLAN-FLAG-REORDER-HEADERS:CAPS" href="libnm-util/NMSettingVlan.html#NM-VLAN-FLAG-REORDER-HEADERS:CAPS"> -<ANCHOR id="NM-VLAN-FLAG-GVRP:CAPS" href="libnm-util/NMSettingVlan.html#NM-VLAN-FLAG-GVRP:CAPS"> -<ANCHOR id="NM-VLAN-FLAG-LOOSE-BINDING:CAPS" href="libnm-util/NMSettingVlan.html#NM-VLAN-FLAG-LOOSE-BINDING:CAPS"> -<ANCHOR id="NM-VLAN-FLAG-MVRP:CAPS" href="libnm-util/NMSettingVlan.html#NM-VLAN-FLAG-MVRP:CAPS"> -<ANCHOR id="NMSettingVlan.property-details" href="libnm-util/NMSettingVlan.html#NMSettingVlan.property-details"> -<ANCHOR id="NMSettingVlan--egress-priority-map" href="libnm-util/NMSettingVlan.html#NMSettingVlan--egress-priority-map"> -<ANCHOR id="NMSettingVlan--flags" href="libnm-util/NMSettingVlan.html#NMSettingVlan--flags"> -<ANCHOR id="NMSettingVlan--id" href="libnm-util/NMSettingVlan.html#NMSettingVlan--id"> -<ANCHOR id="NMSettingVlan--ingress-priority-map" href="libnm-util/NMSettingVlan.html#NMSettingVlan--ingress-priority-map"> -<ANCHOR id="NMSettingVlan--interface-name" href="libnm-util/NMSettingVlan.html#NMSettingVlan--interface-name"> -<ANCHOR id="NMSettingVlan--parent" href="libnm-util/NMSettingVlan.html#NMSettingVlan--parent"> -<ANCHOR id="NMSettingOlpcMesh" href="libnm-util/NMSettingOlpcMesh.html"> -<ANCHOR id="NMSettingOlpcMesh.functions" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.functions"> -<ANCHOR id="NMSettingOlpcMesh.properties" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.properties"> -<ANCHOR id="NMSettingOlpcMesh.other" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.other"> -<ANCHOR id="NMSettingOlpcMesh.object-hierarchy" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.object-hierarchy"> -<ANCHOR id="NMSettingOlpcMesh.description" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.description"> -<ANCHOR id="NMSettingOlpcMesh.functions_details" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.functions_details"> -<ANCHOR id="nm-setting-olpc-mesh-error-quark" href="libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-error-quark"> -<ANCHOR id="nm-setting-olpc-mesh-new" href="libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-new"> -<ANCHOR id="nm-setting-olpc-mesh-get-ssid" href="libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-ssid"> -<ANCHOR id="nm-setting-olpc-mesh-get-channel" href="libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-channel"> -<ANCHOR id="nm-setting-olpc-mesh-get-dhcp-anycast-address" href="libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-dhcp-anycast-address"> -<ANCHOR id="NMSettingOlpcMesh.other_details" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.other_details"> -<ANCHOR id="NM-SETTING-OLPC-MESH-SETTING-NAME:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingOlpcMeshError" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMeshError"> -<ANCHOR id="NM-SETTING-OLPC-MESH-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-OLPC-MESH-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-OLPC-MESH-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-OLPC-MESH-ERROR:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-OLPC-MESH-SSID:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-SSID:CAPS"> -<ANCHOR id="NM-SETTING-OLPC-MESH-CHANNEL:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-CHANNEL:CAPS"> -<ANCHOR id="NM-SETTING-OLPC-MESH-DHCP-ANYCAST-ADDRESS:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-DHCP-ANYCAST-ADDRESS:CAPS"> -<ANCHOR id="NMSettingOlpcMesh.property-details" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.property-details"> -<ANCHOR id="NMSettingOlpcMesh--channel" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--channel"> -<ANCHOR id="NMSettingOlpcMesh--dhcp-anycast-address" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--dhcp-anycast-address"> -<ANCHOR id="NMSettingOlpcMesh--ssid" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--ssid"> -<ANCHOR id="NMSettingAdsl" href="libnm-util/NMSettingAdsl.html"> -<ANCHOR id="NMSettingAdsl.functions" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.functions"> -<ANCHOR id="NMSettingAdsl.properties" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.properties"> -<ANCHOR id="NMSettingAdsl.other" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.other"> -<ANCHOR id="NMSettingAdsl.object-hierarchy" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.object-hierarchy"> -<ANCHOR id="NMSettingAdsl.includes" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.includes"> -<ANCHOR id="NMSettingAdsl.description" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.description"> -<ANCHOR id="NMSettingAdsl.functions_details" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.functions_details"> -<ANCHOR id="nm-setting-adsl-error-quark" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-error-quark"> -<ANCHOR id="nm-setting-adsl-new" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-new"> -<ANCHOR id="nm-setting-adsl-get-username" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-get-username"> -<ANCHOR id="nm-setting-adsl-get-password" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-get-password"> -<ANCHOR id="nm-setting-adsl-get-protocol" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-get-protocol"> -<ANCHOR id="nm-setting-adsl-get-encapsulation" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-get-encapsulation"> -<ANCHOR id="nm-setting-adsl-get-vpi" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-get-vpi"> -<ANCHOR id="nm-setting-adsl-get-vci" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-get-vci"> -<ANCHOR id="nm-setting-adsl-get-password-flags" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-get-password-flags"> -<ANCHOR id="NMSettingAdsl.other_details" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.other_details"> -<ANCHOR id="NM-SETTING-ADSL-SETTING-NAME:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingAdslError" href="libnm-util/NMSettingAdsl.html#NMSettingAdslError"> -<ANCHOR id="NM-SETTING-ADSL-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-ERROR:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-USERNAME:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PASSWORD:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PROTOCOL:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-PROTOCOL:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-ENCAPSULATION:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-ENCAPSULATION:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-VPI:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-VPI:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-VCI:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-VCI:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PROTOCOL-PPPOA:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-PROTOCOL-PPPOA:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PROTOCOL-PPPOE:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-PROTOCOL-PPPOE:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PROTOCOL-IPOATM:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-PROTOCOL-IPOATM:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-ENCAPSULATION-VCMUX:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-ENCAPSULATION-VCMUX:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-ENCAPSULATION-LLC:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-ENCAPSULATION-LLC:CAPS"> -<ANCHOR id="NMSettingAdsl.property-details" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.property-details"> -<ANCHOR id="NMSettingAdsl--encapsulation" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl--encapsulation"> -<ANCHOR id="NMSettingAdsl--password" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl--password"> -<ANCHOR id="NMSettingAdsl--password-flags" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl--password-flags"> -<ANCHOR id="NMSettingAdsl--protocol" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl--protocol"> -<ANCHOR id="NMSettingAdsl--username" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl--username"> -<ANCHOR id="NMSettingAdsl--vci" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl--vci"> -<ANCHOR id="NMSettingAdsl--vpi" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl--vpi"> -<ANCHOR id="NMSettingDcb" href="libnm-util/NMSettingDcb.html"> -<ANCHOR id="NMSettingDcb.functions" href="libnm-util/NMSettingDcb.html#NMSettingDcb.functions"> -<ANCHOR id="NMSettingDcb.properties" href="libnm-util/NMSettingDcb.html#NMSettingDcb.properties"> -<ANCHOR id="NMSettingDcb.other" href="libnm-util/NMSettingDcb.html#NMSettingDcb.other"> -<ANCHOR id="NMSettingDcb.object-hierarchy" href="libnm-util/NMSettingDcb.html#NMSettingDcb.object-hierarchy"> -<ANCHOR id="NMSettingDcb.includes" href="libnm-util/NMSettingDcb.html#NMSettingDcb.includes"> -<ANCHOR id="NMSettingDcb.description" href="libnm-util/NMSettingDcb.html#NMSettingDcb.description"> -<ANCHOR id="NMSettingDcb.functions_details" href="libnm-util/NMSettingDcb.html#NMSettingDcb.functions_details"> -<ANCHOR id="nm-setting-dcb-error-quark" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-error-quark"> -<ANCHOR id="nm-setting-dcb-new" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-new"> -<ANCHOR id="nm-setting-dcb-get-app-fcoe-flags" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-app-fcoe-flags"> -<ANCHOR id="nm-setting-dcb-get-app-fcoe-priority" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-app-fcoe-priority"> -<ANCHOR id="nm-setting-dcb-get-app-fcoe-mode" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-app-fcoe-mode"> -<ANCHOR id="nm-setting-dcb-get-app-iscsi-flags" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-app-iscsi-flags"> -<ANCHOR id="nm-setting-dcb-get-app-iscsi-priority" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-app-iscsi-priority"> -<ANCHOR id="nm-setting-dcb-get-app-fip-flags" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-app-fip-flags"> -<ANCHOR id="nm-setting-dcb-get-app-fip-priority" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-app-fip-priority"> -<ANCHOR id="nm-setting-dcb-get-priority-flow-control-flags" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-flow-control-flags"> -<ANCHOR id="nm-setting-dcb-get-priority-flow-control" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-flow-control"> -<ANCHOR id="nm-setting-dcb-set-priority-flow-control" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-set-priority-flow-control"> -<ANCHOR id="nm-setting-dcb-get-priority-group-flags" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-group-flags"> -<ANCHOR id="nm-setting-dcb-get-priority-group-id" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-group-id"> -<ANCHOR id="nm-setting-dcb-set-priority-group-id" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-set-priority-group-id"> -<ANCHOR id="nm-setting-dcb-get-priority-group-bandwidth" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-group-bandwidth"> -<ANCHOR id="nm-setting-dcb-set-priority-group-bandwidth" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-set-priority-group-bandwidth"> -<ANCHOR id="nm-setting-dcb-get-priority-bandwidth" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-bandwidth"> -<ANCHOR id="nm-setting-dcb-set-priority-bandwidth" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-set-priority-bandwidth"> -<ANCHOR id="nm-setting-dcb-get-priority-strict-bandwidth" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-strict-bandwidth"> -<ANCHOR id="nm-setting-dcb-set-priority-strict-bandwidth" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-set-priority-strict-bandwidth"> -<ANCHOR id="nm-setting-dcb-get-priority-traffic-class" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-traffic-class"> -<ANCHOR id="nm-setting-dcb-set-priority-traffic-class" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-set-priority-traffic-class"> -<ANCHOR id="NMSettingDcb.other_details" href="libnm-util/NMSettingDcb.html#NMSettingDcb.other_details"> -<ANCHOR id="NM-SETTING-DCB-SETTING-NAME:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingDcbError" href="libnm-util/NMSettingDcb.html#NMSettingDcbError"> -<ANCHOR id="NM-SETTING-DCB-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-DCB-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-DCB-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-DCB-ERROR:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-ERROR:CAPS"> -<ANCHOR id="NMSettingDcbFlags" href="libnm-util/NMSettingDcb.html#NMSettingDcbFlags"> -<ANCHOR id="NM-SETTING-DCB-FLAG-NONE:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-FLAG-NONE:CAPS"> -<ANCHOR id="NM-SETTING-DCB-FLAG-ENABLE:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"> -<ANCHOR id="NM-SETTING-DCB-FLAG-ADVERTISE:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-FLAG-ADVERTISE:CAPS"> -<ANCHOR id="NM-SETTING-DCB-FLAG-WILLING:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-FLAG-WILLING:CAPS"> -<ANCHOR id="NM-SETTING-DCB-FCOE-MODE-FABRIC:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-FCOE-MODE-FABRIC:CAPS"> -<ANCHOR id="NM-SETTING-DCB-FCOE-MODE-VN2VN:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-FCOE-MODE-VN2VN:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-FCOE-FLAGS:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-APP-FCOE-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-FCOE-PRIORITY:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-APP-FCOE-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-FCOE-MODE:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-APP-FCOE-MODE:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-ISCSI-FLAGS:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-APP-ISCSI-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-ISCSI-PRIORITY:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-APP-ISCSI-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-FIP-FLAGS:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-APP-FIP-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-FIP-PRIORITY:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-APP-FIP-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-FLOW-CONTROL-FLAGS:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-FLOW-CONTROL-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-FLOW-CONTROL:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-FLOW-CONTROL:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-GROUP-FLAGS:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-GROUP-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-GROUP-ID:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-GROUP-ID:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-GROUP-BANDWIDTH:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-GROUP-BANDWIDTH:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-BANDWIDTH:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-BANDWIDTH:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-STRICT-BANDWIDTH:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-STRICT-BANDWIDTH:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-TRAFFIC-CLASS:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-TRAFFIC-CLASS:CAPS"> -<ANCHOR id="NMSettingDcb.property-details" href="libnm-util/NMSettingDcb.html#NMSettingDcb.property-details"> -<ANCHOR id="NMSettingDcb--app-fcoe-flags" href="libnm-util/NMSettingDcb.html#NMSettingDcb--app-fcoe-flags"> -<ANCHOR id="NMSettingDcb--app-fcoe-mode" href="libnm-util/NMSettingDcb.html#NMSettingDcb--app-fcoe-mode"> -<ANCHOR id="NMSettingDcb--app-fcoe-priority" href="libnm-util/NMSettingDcb.html#NMSettingDcb--app-fcoe-priority"> -<ANCHOR id="NMSettingDcb--app-fip-flags" href="libnm-util/NMSettingDcb.html#NMSettingDcb--app-fip-flags"> -<ANCHOR id="NMSettingDcb--app-fip-priority" href="libnm-util/NMSettingDcb.html#NMSettingDcb--app-fip-priority"> -<ANCHOR id="NMSettingDcb--app-iscsi-flags" href="libnm-util/NMSettingDcb.html#NMSettingDcb--app-iscsi-flags"> -<ANCHOR id="NMSettingDcb--app-iscsi-priority" href="libnm-util/NMSettingDcb.html#NMSettingDcb--app-iscsi-priority"> -<ANCHOR id="NMSettingDcb--priority-bandwidth" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-bandwidth"> -<ANCHOR id="NMSettingDcb--priority-flow-control" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-flow-control"> -<ANCHOR id="NMSettingDcb--priority-flow-control-flags" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-flow-control-flags"> -<ANCHOR id="NMSettingDcb--priority-group-bandwidth" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-group-bandwidth"> -<ANCHOR id="NMSettingDcb--priority-group-flags" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-group-flags"> -<ANCHOR id="NMSettingDcb--priority-group-id" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-group-id"> -<ANCHOR id="NMSettingDcb--priority-strict-bandwidth" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-strict-bandwidth"> -<ANCHOR id="NMSettingDcb--priority-traffic-class" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-traffic-class"> -<ANCHOR id="NMSetting8021x" href="libnm-util/NMSetting8021x.html"> -<ANCHOR id="NMSetting8021x.functions" href="libnm-util/NMSetting8021x.html#NMSetting8021x.functions"> -<ANCHOR id="NMSetting8021x.properties" href="libnm-util/NMSetting8021x.html#NMSetting8021x.properties"> -<ANCHOR id="NMSetting8021x.other" href="libnm-util/NMSetting8021x.html#NMSetting8021x.other"> -<ANCHOR id="NMSetting8021x.object-hierarchy" href="libnm-util/NMSetting8021x.html#NMSetting8021x.object-hierarchy"> -<ANCHOR id="NMSetting8021x.includes" href="libnm-util/NMSetting8021x.html#NMSetting8021x.includes"> -<ANCHOR id="NMSetting8021x.description" href="libnm-util/NMSetting8021x.html#NMSetting8021x.description"> -<ANCHOR id="NMSetting8021x.functions_details" href="libnm-util/NMSetting8021x.html#NMSetting8021x.functions_details"> -<ANCHOR id="nm-setting-802-1x-error-quark" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-error-quark"> -<ANCHOR id="nm-setting-802-1x-new" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-new"> -<ANCHOR id="nm-setting-802-1x-get-num-eap-methods" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-num-eap-methods"> -<ANCHOR id="nm-setting-802-1x-get-eap-method" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-eap-method"> -<ANCHOR id="nm-setting-802-1x-add-eap-method" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-add-eap-method"> -<ANCHOR id="nm-setting-802-1x-remove-eap-method" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-remove-eap-method"> -<ANCHOR id="nm-setting-802-1x-remove-eap-method-by-value" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-remove-eap-method-by-value"> -<ANCHOR id="nm-setting-802-1x-clear-eap-methods" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-clear-eap-methods"> -<ANCHOR id="nm-setting-802-1x-get-identity" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-identity"> -<ANCHOR id="nm-setting-802-1x-get-anonymous-identity" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-anonymous-identity"> -<ANCHOR id="nm-setting-802-1x-get-pac-file" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-pac-file"> -<ANCHOR id="nm-setting-802-1x-get-system-ca-certs" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-system-ca-certs"> -<ANCHOR id="nm-setting-802-1x-get-ca-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-path"> -<ANCHOR id="nm-setting-802-1x-get-phase2-ca-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-path"> -<ANCHOR id="nm-setting-802-1x-get-ca-cert-scheme" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-scheme"> -<ANCHOR id="nm-setting-802-1x-get-ca-cert-blob" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob"> -<ANCHOR id="nm-setting-802-1x-get-ca-cert-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path"> -<ANCHOR id="nm-setting-802-1x-set-ca-cert" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-ca-cert"> -<ANCHOR id="nm-setting-802-1x-get-subject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-subject-match"> -<ANCHOR id="nm-setting-802-1x-get-num-altsubject-matches" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-num-altsubject-matches"> -<ANCHOR id="nm-setting-802-1x-get-altsubject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-add-altsubject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-add-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-remove-altsubject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-remove-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-remove-altsubject-match-by-value" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-remove-altsubject-match-by-value"> -<ANCHOR id="nm-setting-802-1x-clear-altsubject-matches" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-clear-altsubject-matches"> -<ANCHOR id="nm-setting-802-1x-get-client-cert-scheme" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-scheme"> -<ANCHOR id="nm-setting-802-1x-get-client-cert-blob" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob"> -<ANCHOR id="nm-setting-802-1x-get-client-cert-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path"> -<ANCHOR id="nm-setting-802-1x-set-client-cert" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-client-cert"> -<ANCHOR id="nm-setting-802-1x-get-phase1-peapver" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase1-peapver"> -<ANCHOR id="nm-setting-802-1x-get-phase1-peaplabel" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase1-peaplabel"> -<ANCHOR id="nm-setting-802-1x-get-phase1-fast-provisioning" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase1-fast-provisioning"> -<ANCHOR id="nm-setting-802-1x-get-phase2-auth" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-auth"> -<ANCHOR id="nm-setting-802-1x-get-phase2-autheap" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-autheap"> -<ANCHOR id="nm-setting-802-1x-get-phase2-ca-cert-scheme" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-scheme"> -<ANCHOR id="nm-setting-802-1x-get-phase2-ca-cert-blob" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-blob"> -<ANCHOR id="nm-setting-802-1x-get-phase2-ca-cert-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-path"> -<ANCHOR id="nm-setting-802-1x-set-phase2-ca-cert" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert"> -<ANCHOR id="nm-setting-802-1x-get-phase2-subject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-subject-match"> -<ANCHOR id="nm-setting-802-1x-get-num-phase2-altsubject-matches" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-num-phase2-altsubject-matches"> -<ANCHOR id="nm-setting-802-1x-get-phase2-altsubject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-add-phase2-altsubject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-add-phase2-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-remove-phase2-altsubject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-remove-phase2-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-remove-phase2-altsubject-match-by-value" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-remove-phase2-altsubject-match-by-value"> -<ANCHOR id="nm-setting-802-1x-clear-phase2-altsubject-matches" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-clear-phase2-altsubject-matches"> -<ANCHOR id="nm-setting-802-1x-get-phase2-client-cert-scheme" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-scheme"> -<ANCHOR id="nm-setting-802-1x-get-phase2-client-cert-blob" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-blob"> -<ANCHOR id="nm-setting-802-1x-get-phase2-client-cert-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-path"> -<ANCHOR id="nm-setting-802-1x-set-phase2-client-cert" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert"> -<ANCHOR id="nm-setting-802-1x-get-password" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-password"> -<ANCHOR id="nm-setting-802-1x-get-password-flags" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-password-flags"> -<ANCHOR id="nm-setting-802-1x-get-password-raw" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-password-raw"> -<ANCHOR id="nm-setting-802-1x-get-password-raw-flags" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-password-raw-flags"> -<ANCHOR id="nm-setting-802-1x-get-pin" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-pin"> -<ANCHOR id="nm-setting-802-1x-get-pin-flags" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-pin-flags"> -<ANCHOR id="nm-setting-802-1x-get-private-key-scheme" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-scheme"> -<ANCHOR id="nm-setting-802-1x-get-private-key-blob" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-blob"> -<ANCHOR id="nm-setting-802-1x-get-private-key-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-path"> -<ANCHOR id="nm-setting-802-1x-set-private-key" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-private-key"> -<ANCHOR id="nm-setting-802-1x-get-private-key-password" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-password"> -<ANCHOR id="nm-setting-802-1x-get-private-key-password-flags" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-password-flags"> -<ANCHOR id="nm-setting-802-1x-get-private-key-format" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-format"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-scheme" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-scheme"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-blob" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-blob"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-path"> -<ANCHOR id="nm-setting-802-1x-set-phase2-private-key" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-password" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-password"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-password-flags" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-password-flags"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-format" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-format"> -<ANCHOR id="NMSetting8021x.other_details" href="libnm-util/NMSetting8021x.html#NMSetting8021x.other_details"> -<ANCHOR id="NMSetting8021xCKFormat" href="libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"> -<ANCHOR id="NM-SETTING-802-1X-CK-FORMAT-UNKNOWN:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CK-FORMAT-X509:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-X509:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CK-FORMAT-RAW-KEY:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-RAW-KEY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CK-FORMAT-PKCS12:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-PKCS12:CAPS"> -<ANCHOR id="NMSetting8021xCKScheme" href="libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"> -<ANCHOR id="NM-SETTING-802-1X-CK-SCHEME-UNKNOWN:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-SETTING-NAME:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-SETTING-NAME:CAPS"> -<ANCHOR id="NMSetting8021xError" href="libnm-util/NMSetting8021x.html#NMSetting8021xError"> -<ANCHOR id="NM-SETTING-802-1X-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-ERROR:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-EAP:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-EAP:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-IDENTITY:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-IDENTITY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-ANONYMOUS-IDENTITY:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ANONYMOUS-IDENTITY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PAC-FILE:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PAC-FILE:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CA-CERT:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CA-CERT:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CA-PATH:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CA-PATH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-SUBJECT-MATCH:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-SUBJECT-MATCH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-ALTSUBJECT-MATCHES:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ALTSUBJECT-MATCHES:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CLIENT-CERT:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CLIENT-CERT:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE1-PEAPVER:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-PEAPVER:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE1-PEAPLABEL:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-PEAPLABEL:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE1-FAST-PROVISIONING:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-FAST-PROVISIONING:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-AUTH:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-AUTH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-AUTHEAP:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-AUTHEAP:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-CA-CERT:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CA-CERT:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-CA-PATH:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CA-PATH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-SUBJECT-MATCH:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-SUBJECT-MATCH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-ALTSUBJECT-MATCHES:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-ALTSUBJECT-MATCHES:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-CLIENT-CERT:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CLIENT-CERT:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PASSWORD:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PASSWORD-RAW:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD-RAW:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PASSWORD-RAW-FLAGS:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD-RAW-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PRIVATE-KEY:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PIN:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PIN:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PIN-FLAGS:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PIN-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-SYSTEM-CA-CERTS:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-SYSTEM-CA-CERTS:CAPS"> -<ANCHOR id="NMSetting8021x.property-details" href="libnm-util/NMSetting8021x.html#NMSetting8021x.property-details"> -<ANCHOR id="NMSetting8021x--altsubject-matches" href="libnm-util/NMSetting8021x.html#NMSetting8021x--altsubject-matches"> -<ANCHOR id="NMSetting8021x--anonymous-identity" href="libnm-util/NMSetting8021x.html#NMSetting8021x--anonymous-identity"> -<ANCHOR id="NMSetting8021x--ca-cert" href="libnm-util/NMSetting8021x.html#NMSetting8021x--ca-cert"> -<ANCHOR id="NMSetting8021x--ca-path" href="libnm-util/NMSetting8021x.html#NMSetting8021x--ca-path"> -<ANCHOR id="NMSetting8021x--client-cert" href="libnm-util/NMSetting8021x.html#NMSetting8021x--client-cert"> -<ANCHOR id="NMSetting8021x--eap" href="libnm-util/NMSetting8021x.html#NMSetting8021x--eap"> -<ANCHOR id="NMSetting8021x--identity" href="libnm-util/NMSetting8021x.html#NMSetting8021x--identity"> -<ANCHOR id="NMSetting8021x--pac-file" href="libnm-util/NMSetting8021x.html#NMSetting8021x--pac-file"> -<ANCHOR id="NMSetting8021x--password" href="libnm-util/NMSetting8021x.html#NMSetting8021x--password"> -<ANCHOR id="NMSetting8021x--password-flags" href="libnm-util/NMSetting8021x.html#NMSetting8021x--password-flags"> -<ANCHOR id="NMSetting8021x--password-raw" href="libnm-util/NMSetting8021x.html#NMSetting8021x--password-raw"> -<ANCHOR id="NMSetting8021x--password-raw-flags" href="libnm-util/NMSetting8021x.html#NMSetting8021x--password-raw-flags"> -<ANCHOR id="NMSetting8021x--phase1-fast-provisioning" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-fast-provisioning"> -<ANCHOR id="NMSetting8021x--phase1-peaplabel" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-peaplabel"> -<ANCHOR id="NMSetting8021x--phase1-peapver" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-peapver"> -<ANCHOR id="NMSetting8021x--phase2-altsubject-matches" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-altsubject-matches"> -<ANCHOR id="NMSetting8021x--phase2-auth" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-auth"> -<ANCHOR id="NMSetting8021x--phase2-autheap" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-autheap"> -<ANCHOR id="NMSetting8021x--phase2-ca-cert" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-cert"> -<ANCHOR id="NMSetting8021x--phase2-ca-path" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-path"> -<ANCHOR id="NMSetting8021x--phase2-client-cert" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-client-cert"> -<ANCHOR id="NMSetting8021x--phase2-private-key" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key"> -<ANCHOR id="NMSetting8021x--phase2-private-key-password" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key-password"> -<ANCHOR id="NMSetting8021x--phase2-private-key-password-flags" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key-password-flags"> -<ANCHOR id="NMSetting8021x--phase2-subject-match" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-subject-match"> -<ANCHOR id="NMSetting8021x--pin" href="libnm-util/NMSetting8021x.html#NMSetting8021x--pin"> -<ANCHOR id="NMSetting8021x--pin-flags" href="libnm-util/NMSetting8021x.html#NMSetting8021x--pin-flags"> -<ANCHOR id="NMSetting8021x--private-key" href="libnm-util/NMSetting8021x.html#NMSetting8021x--private-key"> -<ANCHOR id="NMSetting8021x--private-key-password" href="libnm-util/NMSetting8021x.html#NMSetting8021x--private-key-password"> -<ANCHOR id="NMSetting8021x--private-key-password-flags" href="libnm-util/NMSetting8021x.html#NMSetting8021x--private-key-password-flags"> -<ANCHOR id="NMSetting8021x--subject-match" href="libnm-util/NMSetting8021x.html#NMSetting8021x--subject-match"> -<ANCHOR id="NMSetting8021x--system-ca-certs" href="libnm-util/NMSetting8021x.html#NMSetting8021x--system-ca-certs"> -<ANCHOR id="NMSettingIP4Config" href="libnm-util/NMSettingIP4Config.html"> -<ANCHOR id="NMSettingIP4Config.functions" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.functions"> -<ANCHOR id="NMSettingIP4Config.properties" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.properties"> -<ANCHOR id="NMIP4Address" href="libnm-util/NMSettingIP4Config.html#NMIP4Address"> -<ANCHOR id="NMIP4Route" href="libnm-util/NMSettingIP4Config.html#NMIP4Route"> -<ANCHOR id="NMSettingIP4Config.other" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.other"> -<ANCHOR id="NMSettingIP4Config.object-hierarchy" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.object-hierarchy"> -<ANCHOR id="NMSettingIP4Config.includes" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.includes"> -<ANCHOR id="NMSettingIP4Config.description" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.description"> -<ANCHOR id="NMSettingIP4Config.functions_details" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.functions_details"> -<ANCHOR id="nm-setting-ip4-config-error-quark" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-error-quark"> -<ANCHOR id="nm-ip4-address-new" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-new"> -<ANCHOR id="nm-ip4-address-dup" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-dup"> -<ANCHOR id="nm-ip4-address-ref" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-ref"> -<ANCHOR id="nm-ip4-address-unref" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-unref"> -<ANCHOR id="nm-ip4-address-compare" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-compare"> -<ANCHOR id="nm-ip4-address-get-address" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-get-address"> -<ANCHOR id="nm-ip4-address-set-address" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-set-address"> -<ANCHOR id="nm-ip4-address-get-prefix" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-get-prefix"> -<ANCHOR id="nm-ip4-address-set-prefix" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-set-prefix"> -<ANCHOR id="nm-ip4-address-get-gateway" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-get-gateway"> -<ANCHOR id="nm-ip4-address-set-gateway" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-set-gateway"> -<ANCHOR id="nm-ip4-route-new" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-new"> -<ANCHOR id="nm-ip4-route-dup" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-dup"> -<ANCHOR id="nm-ip4-route-ref" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-ref"> -<ANCHOR id="nm-ip4-route-unref" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-unref"> -<ANCHOR id="nm-ip4-route-compare" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-compare"> -<ANCHOR id="nm-ip4-route-get-dest" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-dest"> -<ANCHOR id="nm-ip4-route-set-dest" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-dest"> -<ANCHOR id="nm-ip4-route-get-prefix" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-prefix"> -<ANCHOR id="nm-ip4-route-set-prefix" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-prefix"> -<ANCHOR id="nm-ip4-route-get-next-hop" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-next-hop"> -<ANCHOR id="nm-ip4-route-set-next-hop" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-next-hop"> -<ANCHOR id="nm-ip4-route-get-metric" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-metric"> -<ANCHOR id="nm-ip4-route-set-metric" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-metric"> -<ANCHOR id="nm-setting-ip4-config-new" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-new"> -<ANCHOR id="nm-setting-ip4-config-get-method" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-method"> -<ANCHOR id="nm-setting-ip4-config-get-num-dns" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-dns"> -<ANCHOR id="nm-setting-ip4-config-get-dns" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dns"> -<ANCHOR id="nm-setting-ip4-config-add-dns" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-dns"> -<ANCHOR id="nm-setting-ip4-config-remove-dns" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns"> -<ANCHOR id="nm-setting-ip4-config-remove-dns-by-value" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns-by-value"> -<ANCHOR id="nm-setting-ip4-config-clear-dns" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-dns"> -<ANCHOR id="nm-setting-ip4-config-get-num-dns-searches" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-dns-searches"> -<ANCHOR id="nm-setting-ip4-config-get-dns-search" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dns-search"> -<ANCHOR id="nm-setting-ip4-config-add-dns-search" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-dns-search"> -<ANCHOR id="nm-setting-ip4-config-remove-dns-search" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns-search"> -<ANCHOR id="nm-setting-ip4-config-remove-dns-search-by-value" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns-search-by-value"> -<ANCHOR id="nm-setting-ip4-config-clear-dns-searches" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-dns-searches"> -<ANCHOR id="nm-setting-ip4-config-get-num-addresses" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-addresses"> -<ANCHOR id="nm-setting-ip4-config-get-address" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-address"> -<ANCHOR id="nm-setting-ip4-config-add-address" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-address"> -<ANCHOR id="nm-setting-ip4-config-remove-address" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-address"> -<ANCHOR id="nm-setting-ip4-config-remove-address-by-value" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-address-by-value"> -<ANCHOR id="nm-setting-ip4-config-clear-addresses" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-addresses"> -<ANCHOR id="nm-setting-ip4-config-get-num-routes" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-routes"> -<ANCHOR id="nm-setting-ip4-config-get-route" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-route"> -<ANCHOR id="nm-setting-ip4-config-add-route" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-route"> -<ANCHOR id="nm-setting-ip4-config-remove-route" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-route"> -<ANCHOR id="nm-setting-ip4-config-remove-route-by-value" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-route-by-value"> -<ANCHOR id="nm-setting-ip4-config-clear-routes" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-routes"> -<ANCHOR id="nm-setting-ip4-config-get-route-metric" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-route-metric"> -<ANCHOR id="nm-setting-ip4-config-get-ignore-auto-routes" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-ignore-auto-routes"> -<ANCHOR id="nm-setting-ip4-config-get-ignore-auto-dns" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-ignore-auto-dns"> -<ANCHOR id="nm-setting-ip4-config-get-dhcp-client-id" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-client-id"> -<ANCHOR id="nm-setting-ip4-config-get-dhcp-send-hostname" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-send-hostname"> -<ANCHOR id="nm-setting-ip4-config-get-dhcp-hostname" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-hostname"> -<ANCHOR id="nm-setting-ip4-config-get-dhcp-timeout" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-timeout"> -<ANCHOR id="nm-setting-ip4-config-get-never-default" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-never-default"> -<ANCHOR id="nm-setting-ip4-config-get-may-fail" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-may-fail"> -<ANCHOR id="NMSettingIP4Config.other_details" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.other_details"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-SETTING-NAME:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingIP4ConfigError" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4ConfigError"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ERROR-NOT-ALLOWED-FOR-METHOD:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR-NOT-ALLOWED-FOR-METHOD:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ERROR:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-DNS:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DNS:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-DNS-SEARCH:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DNS-SEARCH:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ADDRESSES:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ADDRESSES:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ROUTES:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ROUTES:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ROUTE-METRIC:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ROUTE-METRIC:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-IGNORE-AUTO-ROUTES:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-IGNORE-AUTO-ROUTES:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-IGNORE-AUTO-DNS:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-IGNORE-AUTO-DNS:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-DHCP-CLIENT-ID:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-CLIENT-ID:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-DHCP-SEND-HOSTNAME:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-SEND-HOSTNAME:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-DHCP-HOSTNAME:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-HOSTNAME:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-DHCP-TIMEOUT:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-TIMEOUT:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-NEVER-DEFAULT:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-NEVER-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-MAY-FAIL:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-MAY-FAIL:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD-AUTO:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-AUTO:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD-LINK-LOCAL:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-LINK-LOCAL:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD-MANUAL:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-MANUAL:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD-SHARED:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-SHARED:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD-DISABLED:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-DISABLED:CAPS"> -<ANCHOR id="NMSettingIP4Config.property-details" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.property-details"> -<ANCHOR id="NMSettingIP4Config--addresses" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--addresses"> -<ANCHOR id="NMSettingIP4Config--dhcp-client-id" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-client-id"> -<ANCHOR id="NMSettingIP4Config--dhcp-hostname" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-hostname"> -<ANCHOR id="NMSettingIP4Config--dhcp-send-hostname" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-send-hostname"> -<ANCHOR id="NMSettingIP4Config--dhcp-timeout" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-timeout"> -<ANCHOR id="NMSettingIP4Config--dns" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dns"> -<ANCHOR id="NMSettingIP4Config--dns-search" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dns-search"> -<ANCHOR id="NMSettingIP4Config--ignore-auto-dns" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-dns"> -<ANCHOR id="NMSettingIP4Config--ignore-auto-routes" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-routes"> -<ANCHOR id="NMSettingIP4Config--may-fail" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--may-fail"> -<ANCHOR id="NMSettingIP4Config--method" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--method"> -<ANCHOR id="NMSettingIP4Config--never-default" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--never-default"> -<ANCHOR id="NMSettingIP4Config--route-metric" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--route-metric"> -<ANCHOR id="NMSettingIP4Config--routes" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--routes"> -<ANCHOR id="NMSettingIP6Config" href="libnm-util/NMSettingIP6Config.html"> -<ANCHOR id="NMSettingIP6Config.functions" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.functions"> -<ANCHOR id="NMSettingIP6Config.properties" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.properties"> -<ANCHOR id="NMIP6Address" href="libnm-util/NMSettingIP6Config.html#NMIP6Address"> -<ANCHOR id="NMIP6Route" href="libnm-util/NMSettingIP6Config.html#NMIP6Route"> -<ANCHOR id="NMSettingIP6Config.other" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.other"> -<ANCHOR id="NMSettingIP6Config.object-hierarchy" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.object-hierarchy"> -<ANCHOR id="NMSettingIP6Config.includes" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.includes"> -<ANCHOR id="NMSettingIP6Config.description" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.description"> -<ANCHOR id="NMSettingIP6Config.functions_details" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.functions_details"> -<ANCHOR id="nm-setting-ip6-config-error-quark" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-error-quark"> -<ANCHOR id="nm-ip6-address-new" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-new"> -<ANCHOR id="nm-ip6-address-dup" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-dup"> -<ANCHOR id="nm-ip6-address-ref" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-ref"> -<ANCHOR id="nm-ip6-address-unref" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-unref"> -<ANCHOR id="nm-ip6-address-compare" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-compare"> -<ANCHOR id="nm-ip6-address-get-address" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-get-address"> -<ANCHOR id="nm-ip6-address-set-address" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-set-address"> -<ANCHOR id="nm-ip6-address-get-prefix" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-get-prefix"> -<ANCHOR id="nm-ip6-address-set-prefix" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-set-prefix"> -<ANCHOR id="nm-ip6-address-get-gateway" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-get-gateway"> -<ANCHOR id="nm-ip6-address-set-gateway" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-set-gateway"> -<ANCHOR id="nm-ip6-route-new" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-new"> -<ANCHOR id="nm-ip6-route-dup" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-dup"> -<ANCHOR id="nm-ip6-route-ref" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-ref"> -<ANCHOR id="nm-ip6-route-unref" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-unref"> -<ANCHOR id="nm-ip6-route-compare" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-compare"> -<ANCHOR id="nm-ip6-route-get-dest" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-dest"> -<ANCHOR id="nm-ip6-route-set-dest" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-dest"> -<ANCHOR id="nm-ip6-route-get-prefix" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-prefix"> -<ANCHOR id="nm-ip6-route-set-prefix" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-prefix"> -<ANCHOR id="nm-ip6-route-get-next-hop" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-next-hop"> -<ANCHOR id="nm-ip6-route-set-next-hop" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-next-hop"> -<ANCHOR id="nm-ip6-route-get-metric" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-metric"> -<ANCHOR id="nm-ip6-route-set-metric" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-metric"> -<ANCHOR id="nm-setting-ip6-config-new" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-new"> -<ANCHOR id="nm-setting-ip6-config-get-method" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-method"> -<ANCHOR id="nm-setting-ip6-config-get-num-dns" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-dns"> -<ANCHOR id="nm-setting-ip6-config-get-dns" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-dns"> -<ANCHOR id="nm-setting-ip6-config-add-dns" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-dns"> -<ANCHOR id="nm-setting-ip6-config-remove-dns" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns"> -<ANCHOR id="nm-setting-ip6-config-remove-dns-by-value" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns-by-value"> -<ANCHOR id="nm-setting-ip6-config-clear-dns" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-dns"> -<ANCHOR id="nm-setting-ip6-config-get-num-dns-searches" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-dns-searches"> -<ANCHOR id="nm-setting-ip6-config-get-dns-search" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-dns-search"> -<ANCHOR id="nm-setting-ip6-config-add-dns-search" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-dns-search"> -<ANCHOR id="nm-setting-ip6-config-remove-dns-search" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns-search"> -<ANCHOR id="nm-setting-ip6-config-remove-dns-search-by-value" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns-search-by-value"> -<ANCHOR id="nm-setting-ip6-config-clear-dns-searches" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-dns-searches"> -<ANCHOR id="nm-setting-ip6-config-get-num-addresses" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-addresses"> -<ANCHOR id="nm-setting-ip6-config-get-address" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-address"> -<ANCHOR id="nm-setting-ip6-config-add-address" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-address"> -<ANCHOR id="nm-setting-ip6-config-remove-address" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-address"> -<ANCHOR id="nm-setting-ip6-config-remove-address-by-value" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-address-by-value"> -<ANCHOR id="nm-setting-ip6-config-clear-addresses" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-addresses"> -<ANCHOR id="nm-setting-ip6-config-get-num-routes" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-routes"> -<ANCHOR id="nm-setting-ip6-config-get-route" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-route"> -<ANCHOR id="nm-setting-ip6-config-add-route" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-route"> -<ANCHOR id="nm-setting-ip6-config-remove-route" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-route"> -<ANCHOR id="nm-setting-ip6-config-remove-route-by-value" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-route-by-value"> -<ANCHOR id="nm-setting-ip6-config-clear-routes" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-routes"> -<ANCHOR id="nm-setting-ip6-config-get-ignore-auto-routes" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-ignore-auto-routes"> -<ANCHOR id="nm-setting-ip6-config-get-route-metric" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-route-metric"> -<ANCHOR id="nm-setting-ip6-config-get-ignore-auto-dns" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-ignore-auto-dns"> -<ANCHOR id="nm-setting-ip6-config-get-dhcp-hostname" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-dhcp-hostname"> -<ANCHOR id="nm-setting-ip6-config-get-never-default" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-never-default"> -<ANCHOR id="nm-setting-ip6-config-get-may-fail" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-may-fail"> -<ANCHOR id="nm-setting-ip6-config-get-ip6-privacy" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-ip6-privacy"> -<ANCHOR id="NMSettingIP6Config.other_details" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.other_details"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-SETTING-NAME:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingIP6ConfigError" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6ConfigError"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ERROR-NOT-ALLOWED-FOR-METHOD:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR-NOT-ALLOWED-FOR-METHOD:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ERROR:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-DNS:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-DNS:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-DNS-SEARCH:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-DNS-SEARCH:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ADDRESSES:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ADDRESSES:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ROUTES:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ROUTES:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ROUTE-METRIC:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ROUTE-METRIC:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-IGNORE-AUTO-ROUTES:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IGNORE-AUTO-ROUTES:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-IGNORE-AUTO-DNS:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IGNORE-AUTO-DNS:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-NEVER-DEFAULT:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-NEVER-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-MAY-FAIL:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-MAY-FAIL:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-IP6-PRIVACY:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IP6-PRIVACY:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-DHCP-HOSTNAME:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-DHCP-HOSTNAME:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-AUTO:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-AUTO:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-DHCP:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-DHCP:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-LINK-LOCAL:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-LINK-LOCAL:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-MANUAL:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-MANUAL:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-SHARED:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-SHARED:CAPS"> -<ANCHOR id="NMSettingIP6ConfigPrivacy" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6ConfigPrivacy"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-PRIVACY-UNKNOWN:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-PRIVACY-DISABLED:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-DISABLED:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-PRIVACY-PREFER-PUBLIC-ADDR:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-PREFER-PUBLIC-ADDR:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-PRIVACY-PREFER-TEMP-ADDR:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-PREFER-TEMP-ADDR:CAPS"> -<ANCHOR id="NMSettingIP6Config.property-details" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.property-details"> -<ANCHOR id="NMSettingIP6Config--addresses" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--addresses"> -<ANCHOR id="NMSettingIP6Config--dhcp-hostname" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--dhcp-hostname"> -<ANCHOR id="NMSettingIP6Config--dns" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--dns"> -<ANCHOR id="NMSettingIP6Config--dns-search" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--dns-search"> -<ANCHOR id="NMSettingIP6Config--ignore-auto-dns" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-dns"> -<ANCHOR id="NMSettingIP6Config--ignore-auto-routes" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-routes"> -<ANCHOR id="NMSettingIP6Config--ip6-privacy" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--ip6-privacy"> -<ANCHOR id="NMSettingIP6Config--may-fail" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--may-fail"> -<ANCHOR id="NMSettingIP6Config--method" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--method"> -<ANCHOR id="NMSettingIP6Config--never-default" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--never-default"> -<ANCHOR id="NMSettingIP6Config--route-metric" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--route-metric"> -<ANCHOR id="NMSettingIP6Config--routes" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--routes"> -<ANCHOR id="NMSettingPPP" href="libnm-util/NMSettingPPP.html"> -<ANCHOR id="NMSettingPPP.functions" href="libnm-util/NMSettingPPP.html#NMSettingPPP.functions"> -<ANCHOR id="NMSettingPPP.properties" href="libnm-util/NMSettingPPP.html#NMSettingPPP.properties"> -<ANCHOR id="NMSettingPPP.other" href="libnm-util/NMSettingPPP.html#NMSettingPPP.other"> -<ANCHOR id="NMSettingPPP.object-hierarchy" href="libnm-util/NMSettingPPP.html#NMSettingPPP.object-hierarchy"> -<ANCHOR id="NMSettingPPP.includes" href="libnm-util/NMSettingPPP.html#NMSettingPPP.includes"> -<ANCHOR id="NMSettingPPP.description" href="libnm-util/NMSettingPPP.html#NMSettingPPP.description"> -<ANCHOR id="NMSettingPPP.functions_details" href="libnm-util/NMSettingPPP.html#NMSettingPPP.functions_details"> -<ANCHOR id="nm-setting-ppp-error-quark" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-error-quark"> -<ANCHOR id="nm-setting-ppp-new" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-new"> -<ANCHOR id="nm-setting-ppp-get-noauth" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-noauth"> -<ANCHOR id="nm-setting-ppp-get-refuse-eap" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-eap"> -<ANCHOR id="nm-setting-ppp-get-refuse-pap" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-pap"> -<ANCHOR id="nm-setting-ppp-get-refuse-chap" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-chap"> -<ANCHOR id="nm-setting-ppp-get-refuse-mschap" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-mschap"> -<ANCHOR id="nm-setting-ppp-get-refuse-mschapv2" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-mschapv2"> -<ANCHOR id="nm-setting-ppp-get-nobsdcomp" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-nobsdcomp"> -<ANCHOR id="nm-setting-ppp-get-nodeflate" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-nodeflate"> -<ANCHOR id="nm-setting-ppp-get-no-vj-comp" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-no-vj-comp"> -<ANCHOR id="nm-setting-ppp-get-require-mppe" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-require-mppe"> -<ANCHOR id="nm-setting-ppp-get-require-mppe-128" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-require-mppe-128"> -<ANCHOR id="nm-setting-ppp-get-mppe-stateful" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-mppe-stateful"> -<ANCHOR id="nm-setting-ppp-get-crtscts" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-crtscts"> -<ANCHOR id="nm-setting-ppp-get-baud" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-baud"> -<ANCHOR id="nm-setting-ppp-get-mru" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-mru"> -<ANCHOR id="nm-setting-ppp-get-mtu" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-mtu"> -<ANCHOR id="nm-setting-ppp-get-lcp-echo-failure" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-lcp-echo-failure"> -<ANCHOR id="nm-setting-ppp-get-lcp-echo-interval" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-lcp-echo-interval"> -<ANCHOR id="NMSettingPPP.other_details" href="libnm-util/NMSettingPPP.html#NMSettingPPP.other_details"> -<ANCHOR id="NM-SETTING-PPP-SETTING-NAME:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingPPPError" href="libnm-util/NMSettingPPP.html#NMSettingPPPError"> -<ANCHOR id="NM-SETTING-PPP-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-PPP-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-PPP-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-PPP-ERROR-REQUIRE-MPPE-NOT-ALLOWED:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-ERROR-REQUIRE-MPPE-NOT-ALLOWED:CAPS"> -<ANCHOR id="NM-SETTING-PPP-ERROR:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-PPP-NOAUTH:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NOAUTH:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REFUSE-EAP:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-EAP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REFUSE-PAP:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-PAP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REFUSE-CHAP:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-CHAP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REFUSE-MSCHAP:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-MSCHAP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REFUSE-MSCHAPV2:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-MSCHAPV2:CAPS"> -<ANCHOR id="NM-SETTING-PPP-NOBSDCOMP:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NOBSDCOMP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-NODEFLATE:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NODEFLATE:CAPS"> -<ANCHOR id="NM-SETTING-PPP-NO-VJ-COMP:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NO-VJ-COMP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REQUIRE-MPPE:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REQUIRE-MPPE:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REQUIRE-MPPE-128:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REQUIRE-MPPE-128:CAPS"> -<ANCHOR id="NM-SETTING-PPP-MPPE-STATEFUL:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-MPPE-STATEFUL:CAPS"> -<ANCHOR id="NM-SETTING-PPP-CRTSCTS:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-CRTSCTS:CAPS"> -<ANCHOR id="NM-SETTING-PPP-BAUD:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-BAUD:CAPS"> -<ANCHOR id="NM-SETTING-PPP-MRU:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-MRU:CAPS"> -<ANCHOR id="NM-SETTING-PPP-MTU:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-MTU:CAPS"> -<ANCHOR id="NM-SETTING-PPP-LCP-ECHO-FAILURE:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-LCP-ECHO-FAILURE:CAPS"> -<ANCHOR id="NM-SETTING-PPP-LCP-ECHO-INTERVAL:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-LCP-ECHO-INTERVAL:CAPS"> -<ANCHOR id="NMSettingPPP.property-details" href="libnm-util/NMSettingPPP.html#NMSettingPPP.property-details"> -<ANCHOR id="NMSettingPPP--baud" href="libnm-util/NMSettingPPP.html#NMSettingPPP--baud"> -<ANCHOR id="NMSettingPPP--crtscts" href="libnm-util/NMSettingPPP.html#NMSettingPPP--crtscts"> -<ANCHOR id="NMSettingPPP--lcp-echo-failure" href="libnm-util/NMSettingPPP.html#NMSettingPPP--lcp-echo-failure"> -<ANCHOR id="NMSettingPPP--lcp-echo-interval" href="libnm-util/NMSettingPPP.html#NMSettingPPP--lcp-echo-interval"> -<ANCHOR id="NMSettingPPP--mppe-stateful" href="libnm-util/NMSettingPPP.html#NMSettingPPP--mppe-stateful"> -<ANCHOR id="NMSettingPPP--mru" href="libnm-util/NMSettingPPP.html#NMSettingPPP--mru"> -<ANCHOR id="NMSettingPPP--mtu" href="libnm-util/NMSettingPPP.html#NMSettingPPP--mtu"> -<ANCHOR id="NMSettingPPP--no-vj-comp" href="libnm-util/NMSettingPPP.html#NMSettingPPP--no-vj-comp"> -<ANCHOR id="NMSettingPPP--noauth" href="libnm-util/NMSettingPPP.html#NMSettingPPP--noauth"> -<ANCHOR id="NMSettingPPP--nobsdcomp" href="libnm-util/NMSettingPPP.html#NMSettingPPP--nobsdcomp"> -<ANCHOR id="NMSettingPPP--nodeflate" href="libnm-util/NMSettingPPP.html#NMSettingPPP--nodeflate"> -<ANCHOR id="NMSettingPPP--refuse-chap" href="libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-chap"> -<ANCHOR id="NMSettingPPP--refuse-eap" href="libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-eap"> -<ANCHOR id="NMSettingPPP--refuse-mschap" href="libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-mschap"> -<ANCHOR id="NMSettingPPP--refuse-mschapv2" href="libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-mschapv2"> -<ANCHOR id="NMSettingPPP--refuse-pap" href="libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-pap"> -<ANCHOR id="NMSettingPPP--require-mppe" href="libnm-util/NMSettingPPP.html#NMSettingPPP--require-mppe"> -<ANCHOR id="NMSettingPPP--require-mppe-128" href="libnm-util/NMSettingPPP.html#NMSettingPPP--require-mppe-128"> -<ANCHOR id="NMSettingPPPOE" href="libnm-util/NMSettingPPPOE.html"> -<ANCHOR id="NMSettingPPPOE.functions" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.functions"> -<ANCHOR id="NMSettingPPPOE.properties" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.properties"> -<ANCHOR id="NMSettingPPPOE.other" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.other"> -<ANCHOR id="NMSettingPPPOE.object-hierarchy" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.object-hierarchy"> -<ANCHOR id="NMSettingPPPOE.includes" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.includes"> -<ANCHOR id="NMSettingPPPOE.description" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.description"> -<ANCHOR id="NMSettingPPPOE.functions_details" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.functions_details"> -<ANCHOR id="nm-setting-pppoe-error-quark" href="libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-error-quark"> -<ANCHOR id="nm-setting-pppoe-new" href="libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-new"> -<ANCHOR id="nm-setting-pppoe-get-service" href="libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-service"> -<ANCHOR id="nm-setting-pppoe-get-username" href="libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-username"> -<ANCHOR id="nm-setting-pppoe-get-password" href="libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-password"> -<ANCHOR id="nm-setting-pppoe-get-password-flags" href="libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-password-flags"> -<ANCHOR id="NMSettingPPPOE.other_details" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.other_details"> -<ANCHOR id="NM-SETTING-PPPOE-SETTING-NAME:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingPPPOEError" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOEError"> -<ANCHOR id="NM-SETTING-PPPOE-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-ERROR-MISSING-PPP-SETTING:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR-MISSING-PPP-SETTING:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-ERROR:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-SERVICE:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-SERVICE:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-USERNAME:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-PASSWORD:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NMSettingPPPOE.property-details" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.property-details"> -<ANCHOR id="NMSettingPPPOE--password" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE--password"> -<ANCHOR id="NMSettingPPPOE--password-flags" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE--password-flags"> -<ANCHOR id="NMSettingPPPOE--service" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE--service"> -<ANCHOR id="NMSettingPPPOE--username" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE--username"> -<ANCHOR id="NMSettingVPN" href="libnm-util/NMSettingVPN.html"> -<ANCHOR id="NMSettingVPN.functions" href="libnm-util/NMSettingVPN.html#NMSettingVPN.functions"> -<ANCHOR id="NMSettingVPN.properties" href="libnm-util/NMSettingVPN.html#NMSettingVPN.properties"> -<ANCHOR id="NMSettingVPN.other" href="libnm-util/NMSettingVPN.html#NMSettingVPN.other"> -<ANCHOR id="NMSettingVPN.object-hierarchy" href="libnm-util/NMSettingVPN.html#NMSettingVPN.object-hierarchy"> -<ANCHOR id="NMSettingVPN.includes" href="libnm-util/NMSettingVPN.html#NMSettingVPN.includes"> -<ANCHOR id="NMSettingVPN.description" href="libnm-util/NMSettingVPN.html#NMSettingVPN.description"> -<ANCHOR id="NMSettingVPN.functions_details" href="libnm-util/NMSettingVPN.html#NMSettingVPN.functions_details"> -<ANCHOR id="nm-setting-vpn-error-quark" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-error-quark"> -<ANCHOR id="NMVPNIterFunc" href="libnm-util/NMSettingVPN.html#NMVPNIterFunc"> -<ANCHOR id="nm-setting-vpn-new" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-new"> -<ANCHOR id="nm-setting-vpn-get-service-type" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-get-service-type"> -<ANCHOR id="nm-setting-vpn-get-user-name" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-get-user-name"> -<ANCHOR id="nm-setting-vpn-get-persistent" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-get-persistent"> -<ANCHOR id="nm-setting-vpn-get-num-data-items" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-get-num-data-items"> -<ANCHOR id="nm-setting-vpn-add-data-item" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-add-data-item"> -<ANCHOR id="nm-setting-vpn-get-data-item" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-get-data-item"> -<ANCHOR id="nm-setting-vpn-remove-data-item" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-remove-data-item"> -<ANCHOR id="nm-setting-vpn-foreach-data-item" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-foreach-data-item"> -<ANCHOR id="nm-setting-vpn-get-num-secrets" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-get-num-secrets"> -<ANCHOR id="nm-setting-vpn-add-secret" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-add-secret"> -<ANCHOR id="nm-setting-vpn-get-secret" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-get-secret"> -<ANCHOR id="nm-setting-vpn-remove-secret" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-remove-secret"> -<ANCHOR id="nm-setting-vpn-foreach-secret" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-foreach-secret"> -<ANCHOR id="NMSettingVPN.other_details" href="libnm-util/NMSettingVPN.html#NMSettingVPN.other_details"> -<ANCHOR id="NM-SETTING-VPN-SETTING-NAME:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingVpnError" href="libnm-util/NMSettingVPN.html#NMSettingVpnError"> -<ANCHOR id="NM-SETTING-VPN-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-VPN-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-VPN-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-VPN-ERROR:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-VPN-SERVICE-TYPE:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-SERVICE-TYPE:CAPS"> -<ANCHOR id="NM-SETTING-VPN-USER-NAME:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-USER-NAME:CAPS"> -<ANCHOR id="NM-SETTING-VPN-PERSISTENT:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-PERSISTENT:CAPS"> -<ANCHOR id="NM-SETTING-VPN-DATA:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-DATA:CAPS"> -<ANCHOR id="NM-SETTING-VPN-SECRETS:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-SECRETS:CAPS"> -<ANCHOR id="NMSettingVpn" href="libnm-util/NMSettingVPN.html#NMSettingVpn"> -<ANCHOR id="NMSettingVPN.property-details" href="libnm-util/NMSettingVPN.html#NMSettingVPN.property-details"> -<ANCHOR id="NMSettingVPN--data" href="libnm-util/NMSettingVPN.html#NMSettingVPN--data"> -<ANCHOR id="NMSettingVPN--persistent" href="libnm-util/NMSettingVPN.html#NMSettingVPN--persistent"> -<ANCHOR id="NMSettingVPN--secrets" href="libnm-util/NMSettingVPN.html#NMSettingVPN--secrets"> -<ANCHOR id="NMSettingVPN--service-type" href="libnm-util/NMSettingVPN.html#NMSettingVPN--service-type"> -<ANCHOR id="NMSettingVPN--user-name" href="libnm-util/NMSettingVPN.html#NMSettingVPN--user-name"> -<ANCHOR id="libnm-util-nm-utils" href="libnm-util/libnm-util-nm-utils.html"> -<ANCHOR id="libnm-util-nm-utils.functions" href="libnm-util/libnm-util-nm-utils.html#libnm-util-nm-utils.functions"> -<ANCHOR id="libnm-util-nm-utils.other" href="libnm-util/libnm-util-nm-utils.html#libnm-util-nm-utils.other"> -<ANCHOR id="libnm-util-nm-utils.object-hierarchy" href="libnm-util/libnm-util-nm-utils.html#libnm-util-nm-utils.object-hierarchy"> -<ANCHOR id="libnm-util-nm-utils.includes" href="libnm-util/libnm-util-nm-utils.html#libnm-util-nm-utils.includes"> -<ANCHOR id="libnm-util-nm-utils.description" href="libnm-util/libnm-util-nm-utils.html#libnm-util-nm-utils.description"> -<ANCHOR id="libnm-util-nm-utils.functions_details" href="libnm-util/libnm-util-nm-utils.html#libnm-util-nm-utils.functions_details"> -<ANCHOR id="nm-utils-init" href="libnm-util/libnm-util-nm-utils.html#nm-utils-init"> -<ANCHOR id="nm-utils-deinit" href="libnm-util/libnm-util-nm-utils.html#nm-utils-deinit"> -<ANCHOR id="nm-utils-is-empty-ssid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-is-empty-ssid"> -<ANCHOR id="nm-utils-escape-ssid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-escape-ssid"> -<ANCHOR id="nm-utils-same-ssid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-same-ssid"> -<ANCHOR id="nm-utils-ssid-to-utf8" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ssid-to-utf8"> -<ANCHOR id="nm-utils-gvalue-hash-dup" href="libnm-util/libnm-util-nm-utils.html#nm-utils-gvalue-hash-dup"> -<ANCHOR id="nm-utils-slist-free" href="libnm-util/libnm-util-nm-utils.html#nm-utils-slist-free"> -<ANCHOR id="nm-utils-security-valid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-security-valid"> -<ANCHOR id="nm-utils-ap-mode-security-valid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ap-mode-security-valid"> -<ANCHOR id="nm-utils-wep-key-valid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-wep-key-valid"> -<ANCHOR id="nm-utils-wpa-psk-valid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-wpa-psk-valid"> -<ANCHOR id="nm-utils-ip4-addresses-from-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-addresses-from-gvalue"> -<ANCHOR id="nm-utils-ip4-addresses-to-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-addresses-to-gvalue"> -<ANCHOR id="nm-utils-ip4-routes-from-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-routes-from-gvalue"> -<ANCHOR id="nm-utils-ip4-routes-to-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-routes-to-gvalue"> -<ANCHOR id="nm-utils-ip4-netmask-to-prefix" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-netmask-to-prefix"> -<ANCHOR id="nm-utils-ip4-prefix-to-netmask" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-prefix-to-netmask"> -<ANCHOR id="nm-utils-ip4-get-default-prefix" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-get-default-prefix"> -<ANCHOR id="nm-utils-ip6-addresses-from-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-addresses-from-gvalue"> -<ANCHOR id="nm-utils-ip6-addresses-to-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-addresses-to-gvalue"> -<ANCHOR id="nm-utils-ip6-routes-from-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-routes-from-gvalue"> -<ANCHOR id="nm-utils-ip6-routes-to-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-routes-to-gvalue"> -<ANCHOR id="nm-utils-ip6-dns-from-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-dns-from-gvalue"> -<ANCHOR id="nm-utils-ip6-dns-to-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-dns-to-gvalue"> -<ANCHOR id="nm-utils-uuid-generate" href="libnm-util/libnm-util-nm-utils.html#nm-utils-uuid-generate"> -<ANCHOR id="nm-utils-uuid-generate-from-string" href="libnm-util/libnm-util-nm-utils.html#nm-utils-uuid-generate-from-string"> -<ANCHOR id="nm-utils-rsa-key-encrypt" href="libnm-util/libnm-util-nm-utils.html#nm-utils-rsa-key-encrypt"> -<ANCHOR id="nm-utils-rsa-key-encrypt-aes" href="libnm-util/libnm-util-nm-utils.html#nm-utils-rsa-key-encrypt-aes"> -<ANCHOR id="nm-utils-file-is-pkcs12" href="libnm-util/libnm-util-nm-utils.html#nm-utils-file-is-pkcs12"> -<ANCHOR id="NMUtilsFileSearchInPathsPredicate" href="libnm-util/libnm-util-nm-utils.html#NMUtilsFileSearchInPathsPredicate"> -<ANCHOR id="nm-utils-file-search-in-paths" href="libnm-util/libnm-util-nm-utils.html#nm-utils-file-search-in-paths"> -<ANCHOR id="nm-utils-wifi-freq-to-channel" href="libnm-util/libnm-util-nm-utils.html#nm-utils-wifi-freq-to-channel"> -<ANCHOR id="nm-utils-wifi-channel-to-freq" href="libnm-util/libnm-util-nm-utils.html#nm-utils-wifi-channel-to-freq"> -<ANCHOR id="nm-utils-wifi-find-next-channel" href="libnm-util/libnm-util-nm-utils.html#nm-utils-wifi-find-next-channel"> -<ANCHOR id="nm-utils-wifi-is-channel-valid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-wifi-is-channel-valid"> -<ANCHOR id="nm-utils-hwaddr-len" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-len"> -<ANCHOR id="nm-utils-hwaddr-type" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-type"> -<ANCHOR id="nm-utils-hwaddr-ntoa" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-ntoa"> -<ANCHOR id="nm-utils-hwaddr-atoba" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-atoba"> -<ANCHOR id="nm-utils-hwaddr-aton" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-aton"> -<ANCHOR id="nm-utils-hwaddr-ntoa-len" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-ntoa-len"> -<ANCHOR id="nm-utils-hwaddr-aton-len" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-aton-len"> -<ANCHOR id="nm-utils-hwaddr-valid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-valid"> -<ANCHOR id="nm-utils-bin2hexstr" href="libnm-util/libnm-util-nm-utils.html#nm-utils-bin2hexstr"> -<ANCHOR id="nm-utils-hex2byte" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hex2byte"> -<ANCHOR id="nm-utils-hexstr2bin" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hexstr2bin"> -<ANCHOR id="nm-utils-iface-valid-name" href="libnm-util/libnm-util-nm-utils.html#nm-utils-iface-valid-name"> -<ANCHOR id="nm-utils-is-uuid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-is-uuid"> -<ANCHOR id="nm-utils-inet4-ntop" href="libnm-util/libnm-util-nm-utils.html#nm-utils-inet4-ntop"> -<ANCHOR id="nm-utils-inet6-ntop" href="libnm-util/libnm-util-nm-utils.html#nm-utils-inet6-ntop"> -<ANCHOR id="nm-utils-check-virtual-device-compatibility" href="libnm-util/libnm-util-nm-utils.html#nm-utils-check-virtual-device-compatibility"> -<ANCHOR id="libnm-util-nm-utils.other_details" href="libnm-util/libnm-util-nm-utils.html#libnm-util-nm-utils.other_details"> -<ANCHOR id="NMUtilsSecurityType" href="libnm-util/libnm-util-nm-utils.html#NMUtilsSecurityType"> -<ANCHOR id="NMU-SEC-INVALID:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-INVALID:CAPS"> -<ANCHOR id="NMU-SEC-NONE:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-NONE:CAPS"> -<ANCHOR id="NMU-SEC-STATIC-WEP:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-STATIC-WEP:CAPS"> -<ANCHOR id="NMU-SEC-LEAP:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-LEAP:CAPS"> -<ANCHOR id="NMU-SEC-DYNAMIC-WEP:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-DYNAMIC-WEP:CAPS"> -<ANCHOR id="NMU-SEC-WPA-PSK:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-WPA-PSK:CAPS"> -<ANCHOR id="NMU-SEC-WPA-ENTERPRISE:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-WPA-ENTERPRISE:CAPS"> -<ANCHOR id="NMU-SEC-WPA2-PSK:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-WPA2-PSK:CAPS"> -<ANCHOR id="NMU-SEC-WPA2-ENTERPRISE:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-WPA2-ENTERPRISE:CAPS"> -<ANCHOR id="NM-UTILS-HWADDR-LEN-MAX:CAPS" href="libnm-util/libnm-util-nm-utils.html#NM-UTILS-HWADDR-LEN-MAX:CAPS"> -<ANCHOR id="NM-UTILS-INET-ADDRSTRLEN:CAPS" href="libnm-util/libnm-util-nm-utils.html#NM-UTILS-INET-ADDRSTRLEN:CAPS"> -<ANCHOR id="libnm-util-NetworkManager" href="libnm-util/libnm-util-NetworkManager.html"> -<ANCHOR id="libnm-util-NetworkManager.other" href="libnm-util/libnm-util-NetworkManager.html#libnm-util-NetworkManager.other"> -<ANCHOR id="libnm-util-NetworkManager.description" href="libnm-util/libnm-util-NetworkManager.html#libnm-util-NetworkManager.description"> -<ANCHOR id="libnm-util-NetworkManager.functions_details" href="libnm-util/libnm-util-NetworkManager.html#libnm-util-NetworkManager.functions_details"> -<ANCHOR id="libnm-util-NetworkManager.other_details" href="libnm-util/libnm-util-NetworkManager.html#libnm-util-NetworkManager.other_details"> -<ANCHOR id="NM-DBUS-SERVICE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-SERVICE:CAPS"> -<ANCHOR id="NM-DBUS-PATH:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-PATH:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-WIRED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-WIRED:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-ADSL:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-ADSL:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-WIRELESS:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-WIRELESS:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-BLUETOOTH:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-BLUETOOTH:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-OLPC-MESH:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-OLPC-MESH:CAPS"> -<ANCHOR id="NM-DBUS-PATH-ACCESS-POINT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-PATH-ACCESS-POINT:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-ACCESS-POINT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-ACCESS-POINT:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-MODEM:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-MODEM:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-WIMAX:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-WIMAX:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-WIMAX-NSP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-WIMAX-NSP:CAPS"> -<ANCHOR id="NM-DBUS-PATH-WIMAX-NSP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-PATH-WIMAX-NSP:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-ACTIVE-CONNECTION:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-ACTIVE-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-IP4-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-IP4-CONFIG:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DHCP4-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DHCP4-CONFIG:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-IP6-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-IP6-CONFIG:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DHCP6-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DHCP6-CONFIG:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-INFINIBAND:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-INFINIBAND:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-BOND:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-BOND:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-TEAM:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-TEAM:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-VLAN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-VLAN:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-BRIDGE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-BRIDGE:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-GENERIC:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-GENERIC:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-VETH:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-VETH:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-TUN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-TUN:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-MACVLAN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-MACVLAN:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-VXLAN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-VXLAN:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-GRE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-GRE:CAPS"> -<ANCHOR id="NM-DBUS-IFACE-SETTINGS:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-IFACE-SETTINGS:CAPS"> -<ANCHOR id="NM-DBUS-PATH-SETTINGS:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-PATH-SETTINGS:CAPS"> -<ANCHOR id="NM-DBUS-IFACE-SETTINGS-CONNECTION:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-IFACE-SETTINGS-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-PATH-SETTINGS-CONNECTION:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-PATH-SETTINGS-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-IFACE-SETTINGS-CONNECTION-SECRETS:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-IFACE-SETTINGS-CONNECTION-SECRETS:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-AGENT-MANAGER:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-AGENT-MANAGER:CAPS"> -<ANCHOR id="NM-DBUS-PATH-AGENT-MANAGER:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-PATH-AGENT-MANAGER:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-SECRET-AGENT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-SECRET-AGENT:CAPS"> -<ANCHOR id="NM-DBUS-PATH-SECRET-AGENT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-PATH-SECRET-AGENT:CAPS"> -<ANCHOR id="NMState" href="libnm-util/libnm-util-NetworkManager.html#NMState"> -<ANCHOR id="NM-STATE-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-UNKNOWN:CAPS"> -<ANCHOR id="NM-STATE-ASLEEP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-ASLEEP:CAPS"> -<ANCHOR id="NM-STATE-DISCONNECTED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-DISCONNECTED:CAPS"> -<ANCHOR id="NM-STATE-DISCONNECTING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-DISCONNECTING:CAPS"> -<ANCHOR id="NM-STATE-CONNECTING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-CONNECTING:CAPS"> -<ANCHOR id="NM-STATE-CONNECTED-LOCAL:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-CONNECTED-LOCAL:CAPS"> -<ANCHOR id="NM-STATE-CONNECTED-SITE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-CONNECTED-SITE:CAPS"> -<ANCHOR id="NM-STATE-CONNECTED-GLOBAL:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-CONNECTED-GLOBAL:CAPS"> -<ANCHOR id="NM-STATE-CONNECTED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-CONNECTED:CAPS"> -<ANCHOR id="NMConnectivityState" href="libnm-util/libnm-util-NetworkManager.html#NMConnectivityState"> -<ANCHOR id="NM-CONNECTIVITY-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-CONNECTIVITY-UNKNOWN:CAPS"> -<ANCHOR id="NM-CONNECTIVITY-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-CONNECTIVITY-NONE:CAPS"> -<ANCHOR id="NM-CONNECTIVITY-PORTAL:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-CONNECTIVITY-PORTAL:CAPS"> -<ANCHOR id="NM-CONNECTIVITY-LIMITED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-CONNECTIVITY-LIMITED:CAPS"> -<ANCHOR id="NM-CONNECTIVITY-FULL:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-CONNECTIVITY-FULL:CAPS"> -<ANCHOR id="NMDeviceType" href="libnm-util/libnm-util-NetworkManager.html#NMDeviceType"> -<ANCHOR id="NM-DEVICE-TYPE-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-ETHERNET:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-ETHERNET:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-WIFI:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-WIFI:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-UNUSED1:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-UNUSED1:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-UNUSED2:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-UNUSED2:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-BT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-BT:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-OLPC-MESH:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-OLPC-MESH:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-WIMAX:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-WIMAX:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-MODEM:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-MODEM:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-INFINIBAND:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-INFINIBAND:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-BOND:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-BOND:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-VLAN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-VLAN:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-ADSL:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-ADSL:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-BRIDGE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-BRIDGE:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-GENERIC:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-GENERIC:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-TEAM:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-TEAM:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-TUN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-TUN:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-IP-TUNNEL:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-IP-TUNNEL:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-MACVLAN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-MACVLAN:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-VXLAN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-VXLAN:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-VETH:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-VETH:CAPS"> -<ANCHOR id="NMDeviceCapabilities" href="libnm-util/libnm-util-NetworkManager.html#NMDeviceCapabilities"> -<ANCHOR id="NM-DEVICE-CAP-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-CAP-NONE:CAPS"> -<ANCHOR id="NM-DEVICE-CAP-NM-SUPPORTED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-CAP-NM-SUPPORTED:CAPS"> -<ANCHOR id="NM-DEVICE-CAP-CARRIER-DETECT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-CAP-CARRIER-DETECT:CAPS"> -<ANCHOR id="NM-DEVICE-CAP-IS-SOFTWARE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-CAP-IS-SOFTWARE:CAPS"> -<ANCHOR id="NMDeviceWifiCapabilities" href="libnm-util/libnm-util-NetworkManager.html#NMDeviceWifiCapabilities"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-NONE:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-CIPHER-WEP40:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-CIPHER-WEP40:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-CIPHER-WEP104:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-CIPHER-WEP104:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-CIPHER-TKIP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-CIPHER-TKIP:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-CIPHER-CCMP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-CIPHER-CCMP:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-WPA:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-WPA:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-RSN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-RSN:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-AP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-AP:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-ADHOC:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-ADHOC:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-FREQ-VALID:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-FREQ-VALID:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-FREQ-2GHZ:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-FREQ-2GHZ:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-FREQ-5GHZ:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-FREQ-5GHZ:CAPS"> -<ANCHOR id="NM80211ApFlags" href="libnm-util/libnm-util-NetworkManager.html#NM80211ApFlags"> -<ANCHOR id="NM-802-11-AP-FLAGS-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-FLAGS-NONE:CAPS"> -<ANCHOR id="NM-802-11-AP-FLAGS-PRIVACY:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-FLAGS-PRIVACY:CAPS"> -<ANCHOR id="NM80211ApSecurityFlags" href="libnm-util/libnm-util-NetworkManager.html#NM80211ApSecurityFlags"> -<ANCHOR id="NM-802-11-AP-SEC-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-NONE:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-PAIR-WEP40:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-PAIR-WEP40:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-PAIR-WEP104:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-PAIR-WEP104:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-PAIR-TKIP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-PAIR-TKIP:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-PAIR-CCMP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-PAIR-CCMP:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-GROUP-WEP40:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-GROUP-WEP40:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-GROUP-WEP104:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-GROUP-WEP104:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-GROUP-TKIP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-GROUP-TKIP:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-GROUP-CCMP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-GROUP-CCMP:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-KEY-MGMT-PSK:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-KEY-MGMT-PSK:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-KEY-MGMT-802-1X:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-KEY-MGMT-802-1X:CAPS"> -<ANCHOR id="NM80211Mode" href="libnm-util/libnm-util-NetworkManager.html#NM80211Mode"> -<ANCHOR id="NM-802-11-MODE-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-MODE-UNKNOWN:CAPS"> -<ANCHOR id="NM-802-11-MODE-ADHOC:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-MODE-ADHOC:CAPS"> -<ANCHOR id="NM-802-11-MODE-INFRA:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-MODE-INFRA:CAPS"> -<ANCHOR id="NM-802-11-MODE-AP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-MODE-AP:CAPS"> -<ANCHOR id="NMBluetoothCapabilities" href="libnm-util/libnm-util-NetworkManager.html#NMBluetoothCapabilities"> -<ANCHOR id="NM-BT-CAPABILITY-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-BT-CAPABILITY-NONE:CAPS"> -<ANCHOR id="NM-BT-CAPABILITY-DUN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-BT-CAPABILITY-DUN:CAPS"> -<ANCHOR id="NM-BT-CAPABILITY-NAP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-BT-CAPABILITY-NAP:CAPS"> -<ANCHOR id="NMDeviceModemCapabilities" href="libnm-util/libnm-util-NetworkManager.html#NMDeviceModemCapabilities"> -<ANCHOR id="NM-DEVICE-MODEM-CAPABILITY-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-MODEM-CAPABILITY-NONE:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-CAPABILITY-POTS:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-MODEM-CAPABILITY-POTS:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-CAPABILITY-CDMA-EVDO:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-MODEM-CAPABILITY-CDMA-EVDO:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-CAPABILITY-GSM-UMTS:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-MODEM-CAPABILITY-GSM-UMTS:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-CAPABILITY-LTE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-MODEM-CAPABILITY-LTE:CAPS"> -<ANCHOR id="NMDeviceState" href="libnm-util/libnm-util-NetworkManager.html#NMDeviceState"> -<ANCHOR id="NM-DEVICE-STATE-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-UNMANAGED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-UNMANAGED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-UNAVAILABLE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-UNAVAILABLE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-DISCONNECTED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-DISCONNECTED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-PREPARE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-PREPARE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-NEED-AUTH:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-NEED-AUTH:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-IP-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-IP-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-IP-CHECK:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-IP-CHECK:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-SECONDARIES:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-SECONDARIES:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-ACTIVATED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-ACTIVATED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-DEACTIVATING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-DEACTIVATING:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-FAILED:CAPS"> -<ANCHOR id="NMDeviceStateReason" href="libnm-util/libnm-util-NetworkManager.html#NMDeviceStateReason"> -<ANCHOR id="NM-DEVICE-STATE-REASON-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-NONE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-NOW-MANAGED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-NOW-MANAGED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-NOW-UNMANAGED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-NOW-UNMANAGED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-CONFIG-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-CONFIG-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-IP-CONFIG-UNAVAILABLE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-IP-CONFIG-UNAVAILABLE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-IP-CONFIG-EXPIRED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-IP-CONFIG-EXPIRED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-NO-SECRETS:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-NO-SECRETS:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SUPPLICANT-DISCONNECT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SUPPLICANT-DISCONNECT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SUPPLICANT-CONFIG-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SUPPLICANT-CONFIG-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SUPPLICANT-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SUPPLICANT-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SUPPLICANT-TIMEOUT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SUPPLICANT-TIMEOUT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-PPP-START-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-PPP-START-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-PPP-DISCONNECT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-PPP-DISCONNECT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-PPP-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-PPP-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-DHCP-START-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-DHCP-START-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-DHCP-ERROR:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-DHCP-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-DHCP-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-DHCP-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SHARED-START-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SHARED-START-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SHARED-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SHARED-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-AUTOIP-START-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-AUTOIP-START-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-AUTOIP-ERROR:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-AUTOIP-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-AUTOIP-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-AUTOIP-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-BUSY:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-BUSY:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-NO-DIAL-TONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-NO-DIAL-TONE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-NO-CARRIER:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-NO-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-DIAL-TIMEOUT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-DIAL-TIMEOUT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-DIAL-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-DIAL-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-INIT-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-INIT-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-APN-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-APN-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-REGISTRATION-NOT-SEARCHING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-NOT-SEARCHING:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-REGISTRATION-DENIED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-DENIED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-REGISTRATION-TIMEOUT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-TIMEOUT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-REGISTRATION-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-PIN-CHECK-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-PIN-CHECK-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-FIRMWARE-MISSING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-FIRMWARE-MISSING:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-REMOVED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-REMOVED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SLEEPING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SLEEPING:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-CONNECTION-REMOVED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-CONNECTION-REMOVED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-USER-REQUESTED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-USER-REQUESTED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-CARRIER:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-CONNECTION-ASSUMED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-CONNECTION-ASSUMED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SUPPLICANT-AVAILABLE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SUPPLICANT-AVAILABLE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-NOT-FOUND:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-NOT-FOUND:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-BT-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-BT-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-SIM-NOT-INSERTED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-SIM-NOT-INSERTED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-SIM-PIN-REQUIRED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-SIM-PIN-REQUIRED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-SIM-PUK-REQUIRED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-SIM-PUK-REQUIRED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-SIM-WRONG:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-SIM-WRONG:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-INFINIBAND-MODE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-INFINIBAND-MODE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-DEPENDENCY-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-DEPENDENCY-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-BR2684-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-BR2684-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-MANAGER-UNAVAILABLE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-MANAGER-UNAVAILABLE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SSID-NOT-FOUND:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SSID-NOT-FOUND:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SECONDARY-CONNECTION-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SECONDARY-CONNECTION-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-DCB-FCOE-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-DCB-FCOE-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-TEAMD-CONTROL-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-TEAMD-CONTROL-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-AVAILABLE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-AVAILABLE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SIM-PIN-INCORRECT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SIM-PIN-INCORRECT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-NEW-ACTIVATION:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-NEW-ACTIVATION:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-PARENT-CHANGED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-PARENT-CHANGED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-PARENT-MANAGED-CHANGED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-PARENT-MANAGED-CHANGED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-LAST:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-LAST:CAPS"> -<ANCHOR id="NMActiveConnectionState" href="libnm-util/libnm-util-NetworkManager.html#NMActiveConnectionState"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-UNKNOWN:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE-ACTIVATING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATING:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE-ACTIVATED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATED:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE-DEACTIVATING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-DEACTIVATING:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE-DEACTIVATED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-DEACTIVATED:CAPS"> -<ANCHOR id="libnm-util-NetworkManagerVPN" href="libnm-util/libnm-util-NetworkManagerVPN.html"> -<ANCHOR id="libnm-util-NetworkManagerVPN.other" href="libnm-util/libnm-util-NetworkManagerVPN.html#libnm-util-NetworkManagerVPN.other"> -<ANCHOR id="libnm-util-NetworkManagerVPN.description" href="libnm-util/libnm-util-NetworkManagerVPN.html#libnm-util-NetworkManagerVPN.description"> -<ANCHOR id="libnm-util-NetworkManagerVPN.functions_details" href="libnm-util/libnm-util-NetworkManagerVPN.html#libnm-util-NetworkManagerVPN.functions_details"> -<ANCHOR id="libnm-util-NetworkManagerVPN.other_details" href="libnm-util/libnm-util-NetworkManagerVPN.html#libnm-util-NetworkManagerVPN.other_details"> -<ANCHOR id="NM-DBUS-PATH-VPN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-PATH-VPN:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-VPN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-INTERFACE-VPN:CAPS"> -<ANCHOR id="NM-DBUS-PATH-VPN-CONNECTION:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-PATH-VPN-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-VPN-CONNECTION:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-INTERFACE-VPN-CONNECTION:CAPS"> -<ANCHOR id="NM-VPN-DBUS-PLUGIN-PATH:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-DBUS-PLUGIN-PATH:CAPS"> -<ANCHOR id="NM-VPN-DBUS-PLUGIN-INTERFACE:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-DBUS-PLUGIN-INTERFACE:CAPS"> -<ANCHOR id="NM-DBUS-NO-ACTIVE-VPN-CONNECTION:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-NO-ACTIVE-VPN-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-NO-VPN-CONNECTIONS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-NO-VPN-CONNECTIONS:CAPS"> -<ANCHOR id="NM-DBUS-INVALID-VPN-CONNECTION:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-INVALID-VPN-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-VPN-ERROR-PREFIX:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-ERROR-PREFIX:CAPS"> -<ANCHOR id="NM-DBUS-VPN-STARTING-IN-PROGRESS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-STARTING-IN-PROGRESS:CAPS"> -<ANCHOR id="NM-DBUS-VPN-ALREADY-STARTED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-ALREADY-STARTED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-STOPPING-IN-PROGRESS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-STOPPING-IN-PROGRESS:CAPS"> -<ANCHOR id="NM-DBUS-VPN-ALREADY-STOPPED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-ALREADY-STOPPED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-WRONG-STATE:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-WRONG-STATE:CAPS"> -<ANCHOR id="NM-DBUS-VPN-BAD-ARGUMENTS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-BAD-ARGUMENTS:CAPS"> -<ANCHOR id="NM-DBUS-VPN-INTERACTIVE-NOT-SUPPORTED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-INTERACTIVE-NOT-SUPPORTED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-LOGIN-BANNER:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-LOGIN-BANNER:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-LOGIN-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-LOGIN-FAILED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-LAUNCH-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-LAUNCH-FAILED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-CONNECT-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-CONNECT-FAILED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-VPN-CONFIG-BAD:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-VPN-CONFIG-BAD:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-IP-CONFIG-BAD:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-IP-CONFIG-BAD:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-STATE-CHANGE:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-STATE-CHANGE:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-IP4-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-IP4-CONFIG:CAPS"> -<ANCHOR id="NMVPNServiceState" href="libnm-util/libnm-util-NetworkManagerVPN.html#NMVPNServiceState"> -<ANCHOR id="NM-VPN-SERVICE-STATE-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-UNKNOWN:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-INIT:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-INIT:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-SHUTDOWN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-SHUTDOWN:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-STARTING:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-STARTING:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-STARTED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-STARTED:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-STOPPING:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-STOPPING:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-STOPPED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-STOPPED:CAPS"> -<ANCHOR id="NMVPNConnectionState" href="libnm-util/libnm-util-NetworkManagerVPN.html#NMVPNConnectionState"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-UNKNOWN:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-PREPARE:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-PREPARE:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-NEED-AUTH:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-NEED-AUTH:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-CONNECT:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-CONNECT:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-IP-CONFIG-GET:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-IP-CONFIG-GET:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-ACTIVATED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-ACTIVATED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-FAILED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-DISCONNECTED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-DISCONNECTED:CAPS"> -<ANCHOR id="NMVPNConnectionStateReason" href="libnm-util/libnm-util-NetworkManagerVPN.html#NMVPNConnectionStateReason"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-UNKNOWN:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-NONE:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-NONE:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-USER-DISCONNECTED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-USER-DISCONNECTED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-DEVICE-DISCONNECTED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-DEVICE-DISCONNECTED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-SERVICE-STOPPED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-SERVICE-STOPPED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-IP-CONFIG-INVALID:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-IP-CONFIG-INVALID:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-CONNECT-TIMEOUT:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-CONNECT-TIMEOUT:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-SERVICE-START-TIMEOUT:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-SERVICE-START-TIMEOUT:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-SERVICE-START-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-SERVICE-START-FAILED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-NO-SECRETS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-NO-SECRETS:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-LOGIN-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-LOGIN-FAILED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-CONNECTION-REMOVED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-CONNECTION-REMOVED:CAPS"> -<ANCHOR id="NMVPNPluginFailure" href="libnm-util/libnm-util-NetworkManagerVPN.html#NMVPNPluginFailure"> -<ANCHOR id="NM-VPN-PLUGIN-FAILURE-LOGIN-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-FAILURE-LOGIN-FAILED:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-FAILURE-CONNECT-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-FAILURE-CONNECT-FAILED:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-FAILURE-BAD-IP-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-FAILURE-BAD-IP-CONFIG:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-TUNDEV:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-CONFIG-TUNDEV:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-BANNER:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-CONFIG-BANNER:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-EXT-GATEWAY:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-CONFIG-EXT-GATEWAY:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-MTU:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-CONFIG-MTU:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-HAS-IP4:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-CONFIG-HAS-IP4:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-HAS-IP6:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-CONFIG-HAS-IP6:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CAN-PERSIST:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-CAN-PERSIST:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-INT-GATEWAY:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-INT-GATEWAY:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-ADDRESS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-ADDRESS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-PTP:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-PTP:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-PREFIX:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-PREFIX:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-DNS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-DNS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-NBNS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-NBNS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-MSS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-MSS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-DOMAIN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-DOMAIN:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-DOMAINS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-DOMAINS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-ROUTES:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-ROUTES:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-NEVER-DEFAULT:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-NEVER-DEFAULT:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-GATEWAY:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-GATEWAY:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-BANNER:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-BANNER:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-EXT-GATEWAY:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-EXT-GATEWAY:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-MTU:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-MTU:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-TUNDEV:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-TUNDEV:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-INT-GATEWAY:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-INT-GATEWAY:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-ADDRESS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-ADDRESS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-PTP:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-PTP:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-PREFIX:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-PREFIX:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-DNS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-DNS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-MSS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-MSS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-DOMAIN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-DOMAIN:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-DOMAINS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-DOMAINS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-ROUTES:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-ROUTES:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-NEVER-DEFAULT:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-NEVER-DEFAULT:CAPS"> -<ANCHOR id="annotation-glossterm-allow-none" href="libnm-util/annotation-glossary.html#annotation-glossterm-allow-none"> -<ANCHOR id="annotation-glossterm-array" href="libnm-util/annotation-glossary.html#annotation-glossterm-array"> -<ANCHOR id="annotation-glossterm-closure" href="libnm-util/annotation-glossary.html#annotation-glossterm-closure"> -<ANCHOR id="annotation-glossterm-element-type" href="libnm-util/annotation-glossary.html#annotation-glossterm-element-type"> -<ANCHOR id="annotation-glossterm-inout" href="libnm-util/annotation-glossary.html#annotation-glossterm-inout"> -<ANCHOR id="annotation-glossterm-out" href="libnm-util/annotation-glossary.html#annotation-glossterm-out"> -<ANCHOR id="annotation-glossterm-scope call" href="libnm-util/annotation-glossary.html#annotation-glossterm-scope call"> -<ANCHOR id="annotation-glossterm-skip" href="libnm-util/annotation-glossary.html#annotation-glossterm-skip"> -<ANCHOR id="annotation-glossterm-transfer container" href="libnm-util/annotation-glossary.html#annotation-glossterm-transfer container"> -<ANCHOR id="annotation-glossterm-transfer full" href="libnm-util/annotation-glossary.html#annotation-glossterm-transfer full"> -<ANCHOR id="annotation-glossterm-transfer none" href="libnm-util/annotation-glossary.html#annotation-glossterm-transfer none"> diff --git a/docs/libnm-util/html/libnm-util-NetworkManager.html b/docs/libnm-util/html/libnm-util-NetworkManager.html index aaaadc84..9754cfdc 100644 --- a/docs/libnm-util/html/libnm-util-NetworkManager.html +++ b/docs/libnm-util/html/libnm-util-NetworkManager.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="libnm-util-nm-utils.html" title="nm-utils"> <link rel="next" href="libnm-util-NetworkManagerVPN.html" title="NetworkManagerVPN"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -511,7 +511,7 @@ <a name="NMState"></a><h3>enum NMState</h3> <p><a class="link" href="libnm-util-NetworkManager.html#NMState" title="enum NMState"><span class="type">NMState</span></a> values indicate the current overall networking state.</p> <div class="refsect3"> -<a name="id-1.2.31.6.42.4"></a><h4>Members</h4> +<a name="NMState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -589,7 +589,7 @@ <div class="refsect2"> <a name="NMConnectivityState"></a><h3>enum NMConnectivityState</h3> <div class="refsect3"> -<a name="id-1.2.31.6.44.3"></a><h4>Members</h4> +<a name="NMConnectivityState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -644,9 +644,9 @@ <div class="refsect2"> <a name="NMDeviceType"></a><h3>enum NMDeviceType</h3> <p><a class="link" href="libnm-util-NetworkManager.html#NMDeviceType" title="enum NMDeviceType"><span class="type">NMDeviceType</span></a> values indicate the type of hardware represented by -an <a href="/usr/share/gtk-doc/html/libnm-glib/NMDevice.html"><span class="type">NMDevice</span></a>.</p> +an <a href="/usr/share/gtk-doc/html/libnm/NMDevice.html#NMDevice-struct"><span class="type">NMDevice</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.31.6.45.4"></a><h4>Members</h4> +<a name="NMDeviceType.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -811,7 +811,7 @@ GSM/UMTS, or LTE network access protocols</p> <a name="NMDeviceCapabilities"></a><h3>enum NMDeviceCapabilities</h3> <p>General device capability flags.</p> <div class="refsect3"> -<a name="id-1.2.31.6.46.4"></a><h4>Members</h4> +<a name="NMDeviceCapabilities.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -856,7 +856,7 @@ GSM/UMTS, or LTE network access protocols</p> <a name="NMDeviceWifiCapabilities"></a><h3>enum NMDeviceWifiCapabilities</h3> <p>802.11 specific device encryption and authentication capabilities.</p> <div class="refsect3"> -<a name="id-1.2.31.6.47.4"></a><h4>Members</h4> +<a name="NMDeviceWifiCapabilities.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -957,7 +957,7 @@ GSM/UMTS, or LTE network access protocols</p> <a name="NM80211ApFlags"></a><h3>enum NM80211ApFlags</h3> <p>802.11 access point flags.</p> <div class="refsect3"> -<a name="id-1.2.31.6.48.4"></a><h4>Members</h4> +<a name="NM80211ApFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -991,7 +991,7 @@ encryption (usually means WEP)</p> the current security requirements of an access point as determined from the access point's beacon.</p> <div class="refsect3"> -<a name="id-1.2.31.6.49.4"></a><h4>Members</h4> +<a name="NM80211ApSecurityFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1092,7 +1092,7 @@ is supported</p> <a name="NM80211Mode"></a><h3>enum NM80211Mode</h3> <p>Indicates the 802.11 mode an access point or device is currently in.</p> <div class="refsect3"> -<a name="id-1.2.31.6.50.4"></a><h4>Members</h4> +<a name="NM80211Mode.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1144,7 +1144,7 @@ is supported</p> <p><a class="link" href="libnm-util-NetworkManager.html#NMBluetoothCapabilities" title="enum NMBluetoothCapabilities"><span class="type">NMBluetoothCapabilities</span></a> values indicate the usable capabilities of a Bluetooth device.</p> <div class="refsect3"> -<a name="id-1.2.31.6.51.4"></a><h4>Members</h4> +<a name="NMBluetoothCapabilities.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1185,7 +1185,7 @@ technology families a modem device supports. For more information on the specific access technologies the device supports use the ModemManager D-Bus API.</p> <div class="refsect3"> -<a name="id-1.2.31.6.52.4"></a><h4>Members</h4> +<a name="NMDeviceModemCapabilities.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1239,7 +1239,7 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability</p> <div class="refsect2"> <a name="NMDeviceState"></a><h3>enum NMDeviceState</h3> <div class="refsect3"> -<a name="id-1.2.31.6.53.3"></a><h4>Members</h4> +<a name="NMDeviceState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1369,7 +1369,7 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability</p> <a name="NMDeviceStateReason"></a><h3>enum NMDeviceStateReason</h3> <p>Device state change reason codes</p> <div class="refsect3"> -<a name="id-1.2.31.6.54.4"></a><h4>Members</h4> +<a name="NMDeviceStateReason.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1834,7 +1834,7 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability</p> specific network while it is starting, connected, or disconnecting from that network.</p> <div class="refsect3"> -<a name="id-1.2.31.6.55.4"></a><h4>Members</h4> +<a name="NMActiveConnectionState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1886,6 +1886,6 @@ network.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/libnm-util-NetworkManagerVPN.html b/docs/libnm-util/html/libnm-util-NetworkManagerVPN.html index 6860917d..724ba32c 100644 --- a/docs/libnm-util/html/libnm-util-NetworkManagerVPN.html +++ b/docs/libnm-util/html/libnm-util-NetworkManagerVPN.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="libnm-util-NetworkManager.html" title="NetworkManager"> <link rel="next" href="object-tree.html" title="Object Hierarchy"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -453,7 +453,7 @@ <a name="NMVPNServiceState"></a><h3>enum NMVPNServiceState</h3> <p>VPN daemon states</p> <div class="refsect3"> -<a name="id-1.2.32.6.27.4"></a><h4>Members</h4> +<a name="NMVPNServiceState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -519,7 +519,7 @@ <a name="NMVPNConnectionState"></a><h3>enum NMVPNConnectionState</h3> <p>VPN connection states</p> <div class="refsect3"> -<a name="id-1.2.32.6.28.4"></a><h4>Members</h4> +<a name="NMVPNConnectionState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -596,7 +596,7 @@ <a name="NMVPNConnectionStateReason"></a><h3>enum NMVPNConnectionStateReason</h3> <p>VPN connection state reasons</p> <div class="refsect3"> -<a name="id-1.2.32.6.29.4"></a><h4>Members</h4> +<a name="NMVPNConnectionStateReason.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -709,7 +709,7 @@ <a name="NMVPNPluginFailure"></a><h3>enum NMVPNPluginFailure</h3> <p>VPN plugin failure reasons</p> <div class="refsect3"> -<a name="id-1.2.32.6.30.4"></a><h4>Members</h4> +<a name="NMVPNPluginFailure.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -944,6 +944,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/libnm-util-nm-utils.html b/docs/libnm-util/html/libnm-util-nm-utils.html index 9507d0ab..616f6d62 100644 --- a/docs/libnm-util/html/libnm-util-nm-utils.html +++ b/docs/libnm-util/html/libnm-util-nm-utils.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingVPN.html" title="NMSettingVPN"> <link rel="next" href="libnm-util-NetworkManager.html" title="NetworkManager"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -503,7 +503,7 @@ nm_utils_init (<em class="parameter"><code><span class="type">GError</span> **er <p>Initializes libnm-util; should be called when starting any program that uses libnm-util. This function can be called more than once.</p> <div class="refsect3"> -<a name="id-1.2.30.8.2.5"></a><h4>Parameters</h4> +<a name="nm-utils-init.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -518,7 +518,7 @@ uses libnm-util. This function can be called more than once.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.2.6"></a><h4>Returns</h4> +<a name="nm-utils-init.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the initialization was successful, <code class="literal">FALSE</code> on failure.</p> </div> </div> @@ -540,7 +540,7 @@ nm_utils_is_empty_ssid (<em class="parameter"><code>const <span class="type">gui AP's SSID. This function attempts to detect blank/empty SSIDs using a number of known SSID-cloaking methods.</p> <div class="refsect3"> -<a name="id-1.2.30.8.4.5"></a><h4>Parameters</h4> +<a name="nm-utils-is-empty-ssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -563,7 +563,7 @@ number of known SSID-cloaking methods.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.4.6"></a><h4>Returns</h4> +<a name="nm-utils-is-empty-ssid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the SSID is "empty", <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -578,7 +578,7 @@ replacing embedded NULLs and non-printable characters with the hexadecimal representation of that character. Intended for debugging only, should not be used for display of SSIDs.</p> <div class="refsect3"> -<a name="id-1.2.30.8.5.5"></a><h4>Parameters</h4> +<a name="nm-utils-escape-ssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -601,7 +601,7 @@ be used for display of SSIDs.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.5.6"></a><h4>Returns</h4> +<a name="nm-utils-escape-ssid.returns"></a><h4>Returns</h4> <p> pointer to the escaped SSID, which uses an internal static buffer and will be overwritten by subsequent calls to this function</p> </div> @@ -620,7 +620,7 @@ and thus was changed. This function compensates for that behavior at the cost of some compatibility with odd SSIDs that may legitimately have trailing NULLs, even though that is functionally pointless.</p> <div class="refsect3"> -<a name="id-1.2.30.8.6.5"></a><h4>Parameters</h4> +<a name="nm-utils-same-ssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -647,7 +647,7 @@ NULLs, even though that is functionally pointless.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.6.6"></a><h4>Returns</h4> +<a name="nm-utils-same-ssid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the SSIDs are the same, <code class="literal">FALSE</code> if they are not</p> </div> </div> @@ -676,7 +676,7 @@ into a printable UTF-8 string, using roughly the following procedure:</p> <p>Again, this function should be used for debugging and display purposes _only_.</p> <div class="refsect3"> -<a name="id-1.2.30.8.7.8"></a><h4>Parameters</h4> +<a name="nm-utils-ssid-to-utf8.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -691,7 +691,7 @@ _only_.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.7.9"></a><h4>Returns</h4> +<a name="nm-utils-ssid-to-utf8.returns"></a><h4>Returns</h4> <p> an allocated string containing a UTF-8 representation of the SSID, which must be freed by the caller using <code class="function">g_free()</code>. Returns <code class="literal">NULL</code> on errors. </p> @@ -705,7 +705,7 @@ Returns <code class="literal">NULL</code> on errors. </p> nm_utils_gvalue_hash_dup (<em class="parameter"><code><span class="type">GHashTable</span> *hash</code></em>);</pre> <p>Utility function to duplicate a hash table of <span class="type">GValues</span>.</p> <div class="refsect3"> -<a name="id-1.2.30.8.8.5"></a><h4>Parameters</h4> +<a name="nm-utils-gvalue-hash-dup.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -720,7 +720,7 @@ nm_utils_gvalue_hash_dup (<em class="parameter"><code><span class="type">GHashTa </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.8.6"></a><h4>Returns</h4> +<a name="nm-utils-gvalue-hash-dup.returns"></a><h4>Returns</h4> <p> a newly allocated duplicated <span class="type">GHashTable</span>, caller must free the returned hash with <code class="function">g_hash_table_unref()</code> or <code class="function">g_hash_table_destroy()</code>. </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> utf8 GObject.Value]</span></p> @@ -739,7 +739,7 @@ nm_utils_slist_free (<em class="parameter"><code><span class="type">GSList</span <p>Utility function to free a <span class="type">GSList</span>.</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <div class="refsect3"> -<a name="id-1.2.30.8.9.7"></a><h4>Parameters</h4> +<a name="nm-utils-slist-free.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -779,7 +779,7 @@ type, and AP capabilities intersect.</p> <p>NOTE: this function cannot handle checking security for AP/Hotspot mode; use <a class="link" href="libnm-util-nm-utils.html#nm-utils-ap-mode-security-valid" title="nm_utils_ap_mode_security_valid ()"><code class="function">nm_utils_ap_mode_security_valid()</code></a> instead.</p> <div class="refsect3"> -<a name="id-1.2.30.8.10.6"></a><h4>Parameters</h4> +<a name="nm-utils-security-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -833,7 +833,7 @@ e.g. (<a class="link" href="libnm-util-NetworkManager.html#NM-802-11-AP-SEC-PAIR </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.10.7"></a><h4>Returns</h4> +<a name="nm-utils-security-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device capabilities and AP capabilties intersect and are compatible with the desired <em class="parameter"><code>type</code></em> , <code class="literal">FALSE</code> if they are not</p> @@ -849,7 +849,7 @@ nm_utils_ap_mode_security_valid (<em class="parameter"><code><a class="link" hre against, determines whether the combination of device capabilities and desired security type are valid for AP/Hotspot connections.</p> <div class="refsect3"> -<a name="id-1.2.30.8.11.5"></a><h4>Parameters</h4> +<a name="nm-utils-ap-mode-security-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -873,7 +873,7 @@ e.g. <a class="link" href="libnm-util-nm-utils.html#NMU-SEC-STATIC-WEP:CAPS"><sp </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.11.6"></a><h4>Returns</h4> +<a name="nm-utils-ap-mode-security-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device capabilities are compatible with the desired <em class="parameter"><code>type</code></em> , <code class="literal">FALSE</code> if they are not.</p> @@ -889,7 +889,7 @@ nm_utils_wep_key_valid (<em class="parameter"><code>const <span class="type">cha <p>Checks if <em class="parameter"><code>key</code></em> is a valid WEP key</p> <div class="refsect3"> -<a name="id-1.2.30.8.12.5"></a><h4>Parameters</h4> +<a name="nm-utils-wep-key-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -911,7 +911,7 @@ nm_utils_wep_key_valid (<em class="parameter"><code>const <span class="type">cha </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.12.6"></a><h4>Returns</h4> +<a name="nm-utils-wep-key-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>key</code></em> is a WEP key, <code class="literal">FALSE</code> if not</p> </div> @@ -925,7 +925,7 @@ nm_utils_wpa_psk_valid (<em class="parameter"><code>const <span class="type">cha <p>Checks if <em class="parameter"><code>psk</code></em> is a valid WPA PSK</p> <div class="refsect3"> -<a name="id-1.2.30.8.13.5"></a><h4>Parameters</h4> +<a name="nm-utils-wpa-psk-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -940,7 +940,7 @@ nm_utils_wpa_psk_valid (<em class="parameter"><code>const <span class="type">cha </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.13.6"></a><h4>Returns</h4> +<a name="nm-utils-wpa-psk-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>psk</code></em> is a WPA PSK, <code class="literal">FALSE</code> if not</p> </div> @@ -957,7 +957,7 @@ and prefix) into a <span class="type">GSList</span> of <a class="link" href="NMS this serialization is not guaranteed to be stable and the <span class="type">GArray</span> may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.14.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-addresses-from-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -972,7 +972,7 @@ extended in the future.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.14.6"></a><h4>Returns</h4> +<a name="nm-utils-ip4-addresses-from-gvalue.returns"></a><h4>Returns</h4> <p> a newly allocated <span class="type">GSList</span> of <a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> objects. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIP4Address]</span></p> </div> @@ -989,7 +989,7 @@ addresses (which is a tuple of address, gateway, and prefix). The specific format of this serialization is not guaranteed to be stable and may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.15.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-addresses-to-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1024,7 +1024,7 @@ prefix, and metric) into a <span class="type">GSList</span> of <a class="link" h format of this serialization is not guaranteed to be stable and may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.16.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-routes-from-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1039,7 +1039,7 @@ extended in the future.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.16.6"></a><h4>Returns</h4> +<a name="nm-utils-ip4-routes-from-gvalue.returns"></a><h4>Returns</h4> <p> a newly allocated <span class="type">GSList</span> of <a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> objects. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIP4Route]</span></p> </div> @@ -1056,7 +1056,7 @@ routes (which is a tuple of route, next hop, prefix, and metric). The specific format of this serialization is not guaranteed to be stable and may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.17.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-routes-to-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1086,7 +1086,7 @@ which should be unset by the caller (when no longer needed) with <pre class="programlisting"><span class="returnvalue">guint32</span> nm_utils_ip4_netmask_to_prefix (<em class="parameter"><code><span class="type">guint32</span> netmask</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.30.8.18.4"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-netmask-to-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1101,7 +1101,7 @@ nm_utils_ip4_netmask_to_prefix (<em class="parameter"><code><span class="type">g </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.18.5"></a><h4>Returns</h4> +<a name="nm-utils-ip4-netmask-to-prefix.returns"></a><h4>Returns</h4> <p> the CIDR prefix represented by the netmask</p> </div> </div> @@ -1111,7 +1111,7 @@ nm_utils_ip4_netmask_to_prefix (<em class="parameter"><code><span class="type">g <pre class="programlisting"><span class="returnvalue">guint32</span> nm_utils_ip4_prefix_to_netmask (<em class="parameter"><code><span class="type">guint32</span> prefix</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.30.8.19.4"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-prefix-to-netmask.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1126,7 +1126,7 @@ nm_utils_ip4_prefix_to_netmask (<em class="parameter"><code><span class="type">g </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.19.5"></a><h4>Returns</h4> +<a name="nm-utils-ip4-prefix-to-netmask.returns"></a><h4>Returns</h4> <p> the netmask represented by the prefix, in network byte order</p> </div> </div> @@ -1140,7 +1140,7 @@ segmented into three network classes: A, B, and C. This function will return a prefix that is associated with the IP address specified defining where it falls in the predefined classes.</p> <div class="refsect3"> -<a name="id-1.2.30.8.20.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-get-default-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1155,7 +1155,7 @@ falls in the predefined classes.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.20.6"></a><h4>Returns</h4> +<a name="nm-utils-ip4-get-default-prefix.returns"></a><h4>Returns</h4> <p> the default class prefix for the given IP</p> </div> </div> @@ -1170,7 +1170,7 @@ prefix, and gateway), into a <span class="type">GSList</span> of <a class="link" this serialization is not guaranteed to be stable and the <span class="type">GValueArray</span> may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.21.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-addresses-from-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1185,7 +1185,7 @@ extended in the future.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.21.6"></a><h4>Returns</h4> +<a name="nm-utils-ip6-addresses-from-gvalue.returns"></a><h4>Returns</h4> <p> a newly allocated <span class="type">GSList</span> of <a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> objects. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIP6Address]</span></p> </div> @@ -1202,7 +1202,7 @@ nm_utils_ip6_addresses_to_gvalue (<em class="parameter"><code><span class="type" this serialization is not guaranteed to be stable and may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.22.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-addresses-to-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1237,7 +1237,7 @@ routes (which is a tuple of destination, prefix, next hop, and metric) into a <span class="type">GSList</span> of <a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> objects. The specific format of this serialization is not guaranteed to be stable and may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.23.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-routes-from-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1253,7 +1253,7 @@ is not guaranteed to be stable and may be extended in the future.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.23.6"></a><h4>Returns</h4> +<a name="nm-utils-ip6-routes-from-gvalue.returns"></a><h4>Returns</h4> <p> a newly allocated <span class="type">GSList</span> of <a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> objects. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIP6Route]</span></p> </div> @@ -1270,7 +1270,7 @@ representing a list of NetworkManager IPv6 routes (which is a tuple of destinati prefix, next hop, and metric). The specific format of this serialization is not guaranteed to be stable and may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.24.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-routes-to-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1303,7 +1303,7 @@ nm_utils_ip6_dns_from_gvalue (<em class="parameter"><code>const <span class="typ <span class="type">GByteArrays</span> into a <span class="type">GSList</span> of <code class="literal"><span class="type">struct in6_addr</span></code>s.</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <div class="refsect3"> -<a name="id-1.2.30.8.25.6"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-dns-from-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1318,7 +1318,7 @@ nm_utils_ip6_dns_from_gvalue (<em class="parameter"><code>const <span class="typ </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.25.7"></a><h4>Returns</h4> +<a name="nm-utils-ip6-dns-from-gvalue.returns"></a><h4>Returns</h4> <p> a <span class="type">GSList</span> of IP6 addresses.</p> </div> </div> @@ -1335,7 +1335,7 @@ The specific format of this serialization is not guaranteed to be stable and may be extended in the future.</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <div class="refsect3"> -<a name="id-1.2.30.8.26.6"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-dns-to-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1365,7 +1365,7 @@ addresses, which should be unset by the caller (when no longer needed) with <pre class="programlisting"><span class="returnvalue">char</span> * nm_utils_uuid_generate (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.30.8.27.4"></a><h4>Returns</h4> +<a name="nm-utils-uuid-generate.returns"></a><h4>Returns</h4> <p> a newly allocated UUID suitable for use as the <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object's <a class="link" href="NMSettingConnection.html#NMSettingConnection--id" title="The “id” property"><span class="type">“id”</span></a>: property. Should be freed with <code class="function">g_free()</code></p> </div> @@ -1378,7 +1378,7 @@ nm_utils_uuid_generate_from_string (<em class="parameter"><code>const <span clas <p>For a given <em class="parameter"><code>s</code></em> , this function will always return the same UUID.</p> <div class="refsect3"> -<a name="id-1.2.30.8.28.5"></a><h4>Parameters</h4> +<a name="nm-utils-uuid-generate-from-string.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1393,7 +1393,7 @@ nm_utils_uuid_generate_from_string (<em class="parameter"><code>const <span clas </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.28.6"></a><h4>Returns</h4> +<a name="nm-utils-uuid-generate-from-string.returns"></a><h4>Returns</h4> <p> a newly allocated UUID suitable for use as the <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object's <a class="link" href="NMSettingConnection.html#NMSettingConnection--id" title="The “id” property"><span class="type">“id”</span></a>: property</p> </div> @@ -1410,7 +1410,7 @@ nm_utils_rsa_key_encrypt (<em class="parameter"><code>const <span class="type">G a password if no password was given) and converts the data to PEM format suitable for writing to a file. It uses Triple DES cipher for the encryption.</p> <div class="refsect3"> -<a name="id-1.2.30.8.29.5"></a><h4>Parameters</h4> +<a name="nm-utils-rsa-key-encrypt.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1444,7 +1444,7 @@ and returned in this argument. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.29.6"></a><h4>Returns</h4> +<a name="nm-utils-rsa-key-encrypt.returns"></a><h4>Returns</h4> <p> on success, PEM-formatted data suitable for writing to a PEM-formatted certificate/private key file. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -1462,7 +1462,7 @@ nm_utils_rsa_key_encrypt_aes (<em class="parameter"><code>const <span class="typ a password if no password was given) and converts the data to PEM format suitable for writing to a file. It uses AES cipher for the encryption.</p> <div class="refsect3"> -<a name="id-1.2.30.8.30.5"></a><h4>Parameters</h4> +<a name="nm-utils-rsa-key-encrypt-aes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1496,7 +1496,7 @@ and returned in this argument. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.30.6"></a><h4>Returns</h4> +<a name="nm-utils-rsa-key-encrypt-aes.returns"></a><h4>Returns</h4> <p> on success, PEM-formatted data suitable for writing to a PEM-formatted certificate/private key file. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -1510,7 +1510,7 @@ nm_utils_file_is_pkcs12 (<em class="parameter"><code>const <span class="type">ch <p>Utility function to find out if the <em class="parameter"><code>filename</code></em> is in PKCS#12 format.</p> <div class="refsect3"> -<a name="id-1.2.30.8.31.5"></a><h4>Parameters</h4> +<a name="nm-utils-file-is-pkcs12.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1525,7 +1525,7 @@ nm_utils_file_is_pkcs12 (<em class="parameter"><code>const <span class="type">ch </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.31.6"></a><h4>Returns</h4> +<a name="nm-utils-file-is-pkcs12.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the file is PKCS#12, <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -1551,7 +1551,7 @@ nm_utils_file_search_in_paths (<em class="parameter"><code>const <span class="ty file in a list of search <em class="parameter"><code>paths</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.30.8.33.5"></a><h4>Parameters</h4> +<a name="nm-utils-file-search-in-paths.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1610,7 +1610,7 @@ function. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.33.6"></a><h4>Returns</h4> +<a name="nm-utils-file-search-in-paths.returns"></a><h4>Returns</h4> <p> the full path to the helper, if found, or <code class="literal">NULL</code> if not found. The returned string is not owned by the caller, but later invocations of the function might overwrite it. </p> @@ -1624,7 +1624,7 @@ invocations of the function might overwrite it. </p> nm_utils_wifi_freq_to_channel (<em class="parameter"><code><span class="type">guint32</span> freq</code></em>);</pre> <p>Utility function to translate a Wi-Fi frequency to its corresponding channel.</p> <div class="refsect3"> -<a name="id-1.2.30.8.34.5"></a><h4>Parameters</h4> +<a name="nm-utils-wifi-freq-to-channel.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1639,7 +1639,7 @@ nm_utils_wifi_freq_to_channel (<em class="parameter"><code><span class="type">gu </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.34.6"></a><h4>Returns</h4> +<a name="nm-utils-wifi-freq-to-channel.returns"></a><h4>Returns</h4> <p> the channel represented by the frequency or 0</p> </div> </div> @@ -1651,7 +1651,7 @@ nm_utils_wifi_channel_to_freq (<em class="parameter"><code><span class="type">gu <em class="parameter"><code>const <span class="type">char</span> *band</code></em>);</pre> <p>Utility function to translate a Wi-Fi channel to its corresponding frequency.</p> <div class="refsect3"> -<a name="id-1.2.30.8.35.5"></a><h4>Parameters</h4> +<a name="nm-utils-wifi-channel-to-freq.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1673,7 +1673,7 @@ nm_utils_wifi_channel_to_freq (<em class="parameter"><code><span class="type">gu </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.35.6"></a><h4>Returns</h4> +<a name="nm-utils-wifi-channel-to-freq.returns"></a><h4>Returns</h4> <p> the frequency represented by the channel of the band, or -1 when the freq is invalid, or 0 when the band is invalid</p> @@ -1688,7 +1688,7 @@ nm_utils_wifi_find_next_channel (<em class="parameter"><code><span class="type"> <em class="parameter"><code><span class="type">char</span> *band</code></em>);</pre> <p>Utility function to find out next/previous Wi-Fi channel for a channel.</p> <div class="refsect3"> -<a name="id-1.2.30.8.36.5"></a><h4>Parameters</h4> +<a name="nm-utils-wifi-find-next-channel.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1715,7 +1715,7 @@ nm_utils_wifi_find_next_channel (<em class="parameter"><code><span class="type"> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.36.6"></a><h4>Returns</h4> +<a name="nm-utils-wifi-find-next-channel.returns"></a><h4>Returns</h4> <p> the next channel in the specified direction or 0</p> </div> </div> @@ -1727,7 +1727,7 @@ nm_utils_wifi_is_channel_valid (<em class="parameter"><code><span class="type">g <em class="parameter"><code>const <span class="type">char</span> *band</code></em>);</pre> <p>Utility function to verify Wi-Fi channel validity.</p> <div class="refsect3"> -<a name="id-1.2.30.8.37.5"></a><h4>Parameters</h4> +<a name="nm-utils-wifi-is-channel-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1749,7 +1749,7 @@ nm_utils_wifi_is_channel_valid (<em class="parameter"><code><span class="type">g </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.37.6"></a><h4>Returns</h4> +<a name="nm-utils-wifi-is-channel-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> or <code class="literal">FALSE</code></p> </div> </div> @@ -1761,7 +1761,7 @@ nm_utils_hwaddr_len (<em class="parameter"><code><span class="type">int</span> t <p>Returns the length in octets of a hardware address of type <em class="parameter"><code>type</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.30.8.38.5"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-len.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1777,7 +1777,7 @@ nm_utils_hwaddr_len (<em class="parameter"><code><span class="type">int</span> t </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.38.6"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-len.returns"></a><h4>Returns</h4> <p> the positive length, or -1 if the type is unknown/unsupported.</p> </div> </div> @@ -1798,7 +1798,7 @@ a length; but you can just use <a class="link" href="libnm-util-nm-utils.html#nm <p>Returns the type (either <code class="literal">ARPHRD_ETHER</code> or <code class="literal">ARPHRD_INFINIBAND</code>) of the raw address given its length.</p> <div class="refsect3"> -<a name="id-1.2.30.8.39.6"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1813,7 +1813,7 @@ a length; but you can just use <a class="link" href="libnm-util-nm-utils.html#nm </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.39.7"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-type.returns"></a><h4>Returns</h4> <p> the type, either <code class="literal">ARPHRD_ETHER</code> or <code class="literal">ARPHRD_INFINIBAND</code>. If the length is unexpected, return -1 (unsupported type/length).</p> @@ -1830,7 +1830,7 @@ nm_utils_hwaddr_ntoa (<em class="parameter"><code><span class="type">gconstpoint <p>See also <a class="link" href="libnm-util-nm-utils.html#nm-utils-hwaddr-ntoa-len" title="nm_utils_hwaddr_ntoa_len ()"><code class="function">nm_utils_hwaddr_ntoa_len()</code></a>, which takes a length instead of a type.</p> <div class="refsect3"> -<a name="id-1.2.30.8.40.6"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-ntoa.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1853,7 +1853,7 @@ a type.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.40.7"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-ntoa.returns"></a><h4>Returns</h4> <p> the textual form of <em class="parameter"><code>addr</code></em> . </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -1869,7 +1869,7 @@ nm_utils_hwaddr_atoba (<em class="parameter"><code>const <span class="type">char and converts it to binary form in a <span class="type">GByteArray</span>. See <a class="link" href="libnm-util-nm-utils.html#nm-utils-hwaddr-aton" title="nm_utils_hwaddr_aton ()"><code class="function">nm_utils_hwaddr_aton()</code></a> if you don't want a <span class="type">GByteArray</span>.</p> <div class="refsect3"> -<a name="id-1.2.30.8.41.5"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-atoba.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1892,7 +1892,7 @@ nm_utils_hwaddr_atoba (<em class="parameter"><code>const <span class="type">char </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.41.6"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-atoba.returns"></a><h4>Returns</h4> <p> a new <span class="type">GByteArray</span>, or <code class="literal">NULL</code> if <em class="parameter"><code>asc</code></em> couldn't be parsed. </p> @@ -1914,7 +1914,7 @@ nm_utils_hwaddr_aton (<em class="parameter"><code>const <span class="type">char< <p>See also <a class="link" href="libnm-util-nm-utils.html#nm-utils-hwaddr-aton-len" title="nm_utils_hwaddr_aton_len ()"><code class="function">nm_utils_hwaddr_aton_len()</code></a>, which takes an output length instead of a type.</p> <div class="refsect3"> -<a name="id-1.2.30.8.42.6"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-aton.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1942,7 +1942,7 @@ instead of a type.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.42.7"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-aton.returns"></a><h4>Returns</h4> <p> <em class="parameter"><code>buffer</code></em> , or <code class="literal">NULL</code> if <em class="parameter"><code>asc</code></em> couldn't be parsed</p> @@ -1957,7 +1957,7 @@ nm_utils_hwaddr_ntoa_len (<em class="parameter"><code><span class="type">gconstp <p>Converts <em class="parameter"><code>addr</code></em> to textual form.</p> <div class="refsect3"> -<a name="id-1.2.30.8.43.5"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-ntoa-len.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1980,7 +1980,7 @@ nm_utils_hwaddr_ntoa_len (<em class="parameter"><code><span class="type">gconstp </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.43.6"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-ntoa-len.returns"></a><h4>Returns</h4> <p> the textual form of <em class="parameter"><code>addr</code></em> . </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -2000,7 +2000,7 @@ nm_utils_hwaddr_aton_len (<em class="parameter"><code>const <span class="type">c Bytes in <em class="parameter"><code>asc</code></em> can be sepatared by colons (:), or hyphens (-), but not mixed.</p> <div class="refsect3"> -<a name="id-1.2.30.8.44.5"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-aton-len.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2028,7 +2028,7 @@ the size of the buffer in bytes.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.44.6"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-aton-len.returns"></a><h4>Returns</h4> <p> <em class="parameter"><code>buffer</code></em> , or <code class="literal">NULL</code> if <em class="parameter"><code>asc</code></em> couldn't be parsed @@ -2045,7 +2045,7 @@ nm_utils_hwaddr_valid (<em class="parameter"><code>const <span class="type">char <p>Parses <em class="parameter"><code>asc</code></em> to see if it is a valid hardware address of some type.</p> <div class="refsect3"> -<a name="id-1.2.30.8.45.5"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2060,7 +2060,7 @@ nm_utils_hwaddr_valid (<em class="parameter"><code>const <span class="type">char </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.45.6"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>asc</code></em> appears to be a valid hardware address of some type, <code class="literal">FALSE</code> if not.</p> @@ -2080,7 +2080,7 @@ If <em class="parameter"><code>final_len</code></em> is greater than -1, the returned string is terminated at that index (returned_string[final_len] == '\0'),</p> <div class="refsect3"> -<a name="id-1.2.30.8.46.5"></a><h4>Parameters</h4> +<a name="nm-utils-bin2hexstr.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2108,7 +2108,7 @@ array</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.46.6"></a><h4>Returns</h4> +<a name="nm-utils-bin2hexstr.returns"></a><h4>Returns</h4> <p> the textual form of <em class="parameter"><code>bytes</code></em> . </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -2122,7 +2122,7 @@ array</p></td> nm_utils_hex2byte (<em class="parameter"><code>const <span class="type">char</span> *hex</code></em>);</pre> <p>Converts a hex string (2 characters) into its byte representation.</p> <div class="refsect3"> -<a name="id-1.2.30.8.47.5"></a><h4>Parameters</h4> +<a name="nm-utils-hex2byte.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2137,7 +2137,7 @@ nm_utils_hex2byte (<em class="parameter"><code>const <span class="type">char</sp </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.47.6"></a><h4>Returns</h4> +<a name="nm-utils-hex2byte.returns"></a><h4>Returns</h4> <p> a byte, or -1 if <em class="parameter"><code>hex</code></em> doesn't represent a hex byte</p> </div> @@ -2154,7 +2154,7 @@ nm_utils_hexstr2bin (<em class="parameter"><code>const <span class="type">char</ length is <em class="parameter"><code>len</code></em> /2.</p> <div class="refsect3"> -<a name="id-1.2.30.8.48.5"></a><h4>Parameters</h4> +<a name="nm-utils-hexstr2bin.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2177,7 +2177,7 @@ string (it has to be even)</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.48.6"></a><h4>Returns</h4> +<a name="nm-utils-hexstr2bin.returns"></a><h4>Returns</h4> <p> a array of bytes, 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> @@ -2191,7 +2191,7 @@ nm_utils_iface_valid_name (<em class="parameter"><code>const <span class="type"> <p>This function is a 1:1 copy of the kernel's interface validation function in net/core/dev.c.</p> <div class="refsect3"> -<a name="id-1.2.30.8.49.5"></a><h4>Parameters</h4> +<a name="nm-utils-iface-valid-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2206,7 +2206,7 @@ function in net/core/dev.c.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.49.6"></a><h4>Returns</h4> +<a name="nm-utils-iface-valid-name.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if interface name is valid, otherwise <code class="literal">FALSE</code> is returned.</p> </div> <p class="since">Since: 0.9.8</p> @@ -2219,7 +2219,7 @@ nm_utils_is_uuid (<em class="parameter"><code>const <span class="type">char</spa <p>Checks if <em class="parameter"><code>str</code></em> is a UUID</p> <div class="refsect3"> -<a name="id-1.2.30.8.50.5"></a><h4>Parameters</h4> +<a name="nm-utils-is-uuid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2234,7 +2234,7 @@ nm_utils_is_uuid (<em class="parameter"><code>const <span class="type">char</spa </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.50.6"></a><h4>Returns</h4> +<a name="nm-utils-is-uuid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>str</code></em> is a UUID, <code class="literal">FALSE</code> if not</p> </div> @@ -2249,7 +2249,7 @@ nm_utils_inet4_ntop (<em class="parameter"><code><span class="type">in_addr_t</s <p>Wrapper for inet_ntop.</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <div class="refsect3"> -<a name="id-1.2.30.8.51.6"></a><h4>Parameters</h4> +<a name="nm-utils-inet4-ntop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2280,7 +2280,7 @@ buffer to avoid these issues.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.51.7"></a><h4>Returns</h4> +<a name="nm-utils-inet4-ntop.returns"></a><h4>Returns</h4> <p> the input buffer <em class="parameter"><code>dst</code></em> , or a pointer to an internal, static buffer. This function cannot fail.</p> @@ -2296,7 +2296,7 @@ nm_utils_inet6_ntop (<em class="parameter"><code>const <span class="type">struct <p>Wrapper for inet_ntop.</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <div class="refsect3"> -<a name="id-1.2.30.8.52.6"></a><h4>Parameters</h4> +<a name="nm-utils-inet6-ntop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2327,7 +2327,7 @@ buffer to avoid these issues.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.52.7"></a><h4>Returns</h4> +<a name="nm-utils-inet6-ntop.returns"></a><h4>Returns</h4> <p> the input buffer <em class="parameter"><code>dst</code></em> , or a pointer to an internal, static buffer. <code class="literal">NULL</code> is not allowed as <em class="parameter"><code>in6addr</code></em> @@ -2364,7 +2364,7 @@ compatible with <em class="parameter"><code>virtual_type</code></em> configuration of the two connections, or on the capabilities of an underlying device driver.</p> <div class="refsect3"> -<a name="id-1.2.30.8.53.8"></a><h4>Parameters</h4> +<a name="nm-utils-check-virtual-device-compatibility.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2387,7 +2387,7 @@ underlying device driver.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.53.9"></a><h4>Returns</h4> +<a name="nm-utils-check-virtual-device-compatibility.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> or <code class="literal">FALSE</code></p> </div> <p class="since">Since: 0.9.10</p> @@ -2401,7 +2401,7 @@ underlying device driver.</p> Used with <a class="link" href="libnm-util-nm-utils.html#nm-utils-security-valid" title="nm_utils_security_valid ()"><code class="function">nm_utils_security_valid()</code></a> for checking whether a given access point is compatible with a network device.</p> <div class="refsect3"> -<a name="id-1.2.30.9.2.4"></a><h4>Members</h4> +<a name="NMUtilsSecurityType.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2498,6 +2498,6 @@ for both <a class="link" href="libnm-util-nm-utils.html#nm-utils-inet4-ntop" tit </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/libnm-util.devhelp2 b/docs/libnm-util/html/libnm-util.devhelp2 index e1526746..55b665a5 100644 --- a/docs/libnm-util/html/libnm-util.devhelp2 +++ b/docs/libnm-util/html/libnm-util.devhelp2 @@ -111,10 +111,6 @@ <keyword type="signal" name="The “secrets-cleared” signal" link="NMConnection.html#NMConnection-secrets-cleared"/> <keyword type="signal" name="The “secrets-updated” signal" link="NMConnection.html#NMConnection-secrets-updated"/> <keyword type="function" name="nm_setting_error_quark ()" link="NMSetting.html#nm-setting-error-quark"/> - <keyword type="macro" name="NM_SETTING_PARAM_SERIALIZE" link="NMSetting.html#NM-SETTING-PARAM-SERIALIZE:CAPS"/> - <keyword type="macro" name="NM_SETTING_PARAM_REQUIRED" link="NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS"/> - <keyword type="macro" name="NM_SETTING_PARAM_SECRET" link="NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS"/> - <keyword type="macro" name="NM_SETTING_PARAM_FUZZY_IGNORE" link="NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"/> <keyword type="function" name="NMSettingClearSecretsWithFlagsFn ()" link="NMSetting.html#NMSettingClearSecretsWithFlagsFn"/> <keyword type="function" name="NMSettingValueIterFn ()" link="NMSetting.html#NMSettingValueIterFn"/> <keyword type="function" name="nm_setting_to_hash ()" link="NMSetting.html#nm-setting-to-hash"/> @@ -135,6 +131,10 @@ <keyword type="function" name="nm_setting_get_virtual_iface_name ()" link="NMSetting.html#nm-setting-get-virtual-iface-name"/> <keyword type="enum" name="enum NMSettingError" link="NMSetting.html#NMSettingError"/> <keyword type="macro" name="NM_SETTING_ERROR" link="NMSetting.html#NM-SETTING-ERROR:CAPS"/> + <keyword type="macro" name="NM_SETTING_PARAM_SERIALIZE" link="NMSetting.html#NM-SETTING-PARAM-SERIALIZE:CAPS"/> + <keyword type="macro" name="NM_SETTING_PARAM_REQUIRED" link="NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS"/> + <keyword type="macro" name="NM_SETTING_PARAM_SECRET" link="NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS"/> + <keyword type="macro" name="NM_SETTING_PARAM_FUZZY_IGNORE" link="NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"/> <keyword type="macro" name="NM_SETTING_NAME" link="NMSetting.html#NM-SETTING-NAME:CAPS"/> <keyword type="enum" name="enum NMSettingSecretFlags" link="NMSetting.html#NMSettingSecretFlags"/> <keyword type="enum" name="enum NMSettingCompareFlags" link="NMSetting.html#NMSettingCompareFlags"/> @@ -429,7 +429,6 @@ <keyword type="property" name="The “password-flags” property" link="NMSettingCdma.html#NMSettingCdma--password-flags"/> <keyword type="property" name="The “username” property" link="NMSettingCdma.html#NMSettingCdma--username"/> <keyword type="function" name="nm_setting_gsm_error_quark ()" link="NMSettingGsm.html#nm-setting-gsm-error-quark"/> - <keyword type="macro" name="NM_SETTING_GSM_BANDS_MAX" link="NMSettingGsm.html#NM-SETTING-GSM-BANDS-MAX:CAPS" deprecated="0.9.10: No longer used."/> <keyword type="function" name="nm_setting_gsm_new ()" link="NMSettingGsm.html#nm-setting-gsm-new"/> <keyword type="function" name="nm_setting_gsm_get_number ()" link="NMSettingGsm.html#nm-setting-gsm-get-number"/> <keyword type="function" name="nm_setting_gsm_get_username ()" link="NMSettingGsm.html#nm-setting-gsm-get-username"/> @@ -458,6 +457,7 @@ <keyword type="macro" name="NM_SETTING_GSM_NETWORK_TYPE" link="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE:CAPS"/> <keyword type="enum" name="enum NMSettingGsmNetworkType" link="NMSettingGsm.html#NMSettingGsmNetworkType" deprecated="0.9.10: No longer used."/> <keyword type="enum" name="enum NMSettingGsmNetworkBand" link="NMSettingGsm.html#NMSettingGsmNetworkBand" deprecated="0.9.10: No longer used."/> + <keyword type="macro" name="NM_SETTING_GSM_BANDS_MAX" link="NMSettingGsm.html#NM-SETTING-GSM-BANDS-MAX:CAPS" deprecated="0.9.10: No longer used."/> <keyword type="property" name="The “allowed-bands” property" link="NMSettingGsm.html#NMSettingGsm--allowed-bands"/> <keyword type="property" name="The “apn” property" link="NMSettingGsm.html#NMSettingGsm--apn"/> <keyword type="property" name="The “home-only” property" link="NMSettingGsm.html#NMSettingGsm--home-only"/> @@ -601,7 +601,6 @@ <keyword type="property" name="The “parent” property" link="NMSettingInfiniband.html#NMSettingInfiniband--parent"/> <keyword type="property" name="The “transport-mode” property" link="NMSettingInfiniband.html#NMSettingInfiniband--transport-mode"/> <keyword type="function" name="nm_setting_vlan_error_quark ()" link="NMSettingVlan.html#nm-setting-vlan-error-quark"/> - <keyword type="macro" name="NM_VLAN_FLAGS_ALL" link="NMSettingVlan.html#NM-VLAN-FLAGS-ALL:CAPS"/> <keyword type="function" name="nm_setting_vlan_new ()" link="NMSettingVlan.html#nm-setting-vlan-new"/> <keyword type="function" name="nm_setting_vlan_get_interface_name ()" link="NMSettingVlan.html#nm-setting-vlan-get-interface-name"/> <keyword type="function" name="nm_setting_vlan_get_parent ()" link="NMSettingVlan.html#nm-setting-vlan-get-parent"/> @@ -626,6 +625,7 @@ <keyword type="macro" name="NM_SETTING_VLAN_EGRESS_PRIORITY_MAP" link="NMSettingVlan.html#NM-SETTING-VLAN-EGRESS-PRIORITY-MAP:CAPS"/> <keyword type="enum" name="enum NMVlanPriorityMap" link="NMSettingVlan.html#NMVlanPriorityMap"/> <keyword type="enum" name="enum NMVlanFlags" link="NMSettingVlan.html#NMVlanFlags"/> + <keyword type="macro" name="NM_VLAN_FLAGS_ALL" link="NMSettingVlan.html#NM-VLAN-FLAGS-ALL:CAPS"/> <keyword type="property" name="The “egress-priority-map” property" link="NMSettingVlan.html#NMSettingVlan--egress-priority-map"/> <keyword type="property" name="The “flags” property" link="NMSettingVlan.html#NMSettingVlan--flags"/> <keyword type="property" name="The “id” property" link="NMSettingVlan.html#NMSettingVlan--id"/> diff --git a/docs/libnm-util/html/object-tree.html b/docs/libnm-util/html/object-tree.html index 9c2eaa40..f628203c 100644 --- a/docs/libnm-util/html/object-tree.html +++ b/docs/libnm-util/html/object-tree.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm-util Reference Manual"> <link rel="prev" href="libnm-util-NetworkManagerVPN.html" title="NetworkManagerVPN"> <link rel="next" href="api-index-full.html" title="API Index"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -103,6 +103,6 @@ </pre> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file |