diff options
| author | Michael Biebl <biebl@debian.org> | 2016-08-26 02:18:32 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-08-26 02:18:32 +0200 |
| commit | 7514efc2f38c9ace4557d4e69d68e7d380389030 (patch) | |
| tree | 7fb00fda86cfcc2ca377f191633a7cfdbfea7ca3 /docs/libnm/html/NMSettingConnection.html | |
| parent | d6201f5d8daada3d64a0a3e0038e14eebec683ce (diff) | |
Imported Upstream version 1.4.0 upstream/1.4.0
Diffstat (limited to 'docs/libnm/html/NMSettingConnection.html')
| -rw-r--r-- | docs/libnm/html/NMSettingConnection.html | 178 |
1 files changed, 121 insertions, 57 deletions
diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index e69e8221..a11b4135 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSetting.html" title="NMSetting"> <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"> @@ -67,6 +67,13 @@ <td class="function_type">const <span class="returnvalue">char</span> * </td> <td class="function_name"> +<a class="link" href="NMSettingConnection.html#nm-setting-connection-get-stable-id" title="nm_setting_connection_get_stable_id ()">nm_setting_connection_get_stable_id</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type">const <span class="returnvalue">char</span> * +</td> +<td class="function_name"> <a class="link" href="NMSettingConnection.html#nm-setting-connection-get-interface-name" title="nm_setting_connection_get_interface_name ()">nm_setting_connection_get_interface_name</a> <span class="c_punctuation">()</span> </td> </tr> @@ -339,6 +346,12 @@ <td class="property_flags">Read / Write</td> </tr> <tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="NMSettingConnection.html#NMSettingConnection--stable-id" title="The “stable-id” property">stable-id</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> <td class="property_type"><span class="type">guint64</span></td> <td class="property_name"><a class="link" href="NMSettingConnection.html#NMSettingConnection--timestamp" title="The “timestamp” property">timestamp</a></td> <td class="property_flags">Read / Write / Construct</td> @@ -398,6 +411,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-STABLE-ID:CAPS" title="NM_SETTING_CONNECTION_STABLE_ID">NM_SETTING_CONNECTION_STABLE_ID</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-INTERFACE-NAME:CAPS" title="NM_SETTING_CONNECTION_INTERFACE_NAME">NM_SETTING_CONNECTION_INTERFACE_NAME</a></td> </tr> <tr> @@ -496,7 +513,7 @@ a <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><s 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.4.5.8.2.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> @@ -507,7 +524,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.4.5.8.3.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"> @@ -522,7 +539,7 @@ nm_setting_connection_get_id (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.3.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-id.returns"></a><h4>Returns</h4> <p> the connection ID</p> </div> </div> @@ -533,7 +550,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.4.5.8.4.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"> @@ -548,19 +565,46 @@ nm_setting_connection_get_uuid (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.4.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-uuid.returns"></a><h4>Returns</h4> <p> the connection UUID</p> </div> </div> <hr> <div class="refsect2"> +<a name="nm-setting-connection-get-stable-id"></a><h3>nm_setting_connection_get_stable_id ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * +nm_setting_connection_get_stable_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--stable-id" title="The “stable-id” property"><span class="type">“stable_id”</span></a> property of the connection.</p> +<div class="refsect3"> +<a name="nm-setting-connection-get-stable-id.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>setting</p></td> +<td class="parameter_description"><p>the <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-setting-connection-get-stable-id.returns"></a><h4>Returns</h4> +<p> the stable-id for the connection</p> +</div> +<p class="since">Since: 1.4</p> +</div> +<hr> +<div class="refsect2"> <a name="nm-setting-connection-get-interface-name"></a><h3>nm_setting_connection_get_interface_name ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * 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.4.5.8.5.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"> @@ -575,7 +619,7 @@ nm_setting_connection_get_interface_name </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.5.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> </div> @@ -587,7 +631,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.4.5.8.6.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"> @@ -602,7 +646,7 @@ nm_setting_connection_get_connection_type </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.6.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> @@ -613,7 +657,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.4.5.8.7.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"> @@ -628,7 +672,7 @@ nm_setting_connection_get_autoconnect (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.7.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> @@ -641,7 +685,7 @@ nm_setting_connection_get_autoconnect_priority <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--autoconnect-priority" title="The “autoconnect-priority” property"><span class="type">“autoconnect-priority”</span></a> property of the connection. The higher number, the higher priority.</p> <div class="refsect3"> -<a name="id-1.4.5.8.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-autoconnect-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -656,7 +700,7 @@ The higher number, the higher priority.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.8.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-autoconnect-priority.returns"></a><h4>Returns</h4> <p> the connection's autoconnect priority</p> </div> </div> @@ -667,7 +711,7 @@ The higher number, the higher priority.</p> 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.4.5.8.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"> @@ -682,7 +726,7 @@ nm_setting_connection_get_timestamp (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.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> @@ -693,7 +737,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.4.5.8.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"> @@ -708,7 +752,7 @@ nm_setting_connection_get_read_only (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.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> @@ -721,7 +765,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.4.5.8.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"> @@ -736,7 +780,7 @@ property of this setting.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.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> @@ -752,7 +796,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.4.5.8.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"> @@ -791,7 +835,7 @@ of this setting.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.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> @@ -803,7 +847,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.4.5.8.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"> @@ -818,7 +862,7 @@ nm_setting_connection_get_zone (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.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> @@ -831,7 +875,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.4.5.8.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"> @@ -853,7 +897,7 @@ nm_setting_connection_permissions_user_allowed </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.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> @@ -871,7 +915,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.4.5.8.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"> @@ -904,7 +948,7 @@ the "user" permission type is supported, and <em class="parameter"><code>pitem</ </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.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> @@ -922,7 +966,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.4.5.8.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"> @@ -958,7 +1002,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.4.5.8.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"> @@ -991,7 +1035,7 @@ be a username. See <a class="link" href="NMSettingConnection.html#NMSettingConne </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.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> </div> @@ -1002,7 +1046,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.4.5.8.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"> @@ -1017,7 +1061,7 @@ nm_setting_connection_get_master (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.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> @@ -1029,7 +1073,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.4.5.8.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"> @@ -1053,7 +1097,7 @@ against <em class="parameter"><code>setting</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.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> @@ -1065,7 +1109,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.4.5.8.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"> @@ -1080,7 +1124,7 @@ nm_setting_connection_get_slave_type (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.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> @@ -1092,7 +1136,7 @@ nm_setting_connection_get_autoconnect_slaves (<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-slaves" title="The “autoconnect-slaves” property"><span class="type">“autoconnect-slaves”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.21.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-autoconnect-slaves.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1107,7 +1151,7 @@ nm_setting_connection_get_autoconnect_slaves </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.21.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-autoconnect-slaves.returns"></a><h4>Returns</h4> <p> whether slaves of the connection should be activated together with the connection.</p> </div> @@ -1120,7 +1164,7 @@ with the connection.</p> 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.4.5.8.22.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"> @@ -1135,7 +1179,7 @@ nm_setting_connection_get_num_secondaries </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.22.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> </div> @@ -1146,7 +1190,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.4.5.8.23.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"> @@ -1168,7 +1212,7 @@ nm_setting_connection_get_secondary (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.23.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> @@ -1181,7 +1225,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.4.5.8.24.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"> @@ -1203,7 +1247,7 @@ nm_setting_connection_add_secondary (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.24.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> @@ -1218,7 +1262,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.4.5.8.25.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"> @@ -1250,7 +1294,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.4.5.8.26.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"> @@ -1272,7 +1316,7 @@ nm_setting_connection_remove_secondary_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.26.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> </div> @@ -1283,7 +1327,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.4.5.8.27.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"> @@ -1298,7 +1342,7 @@ nm_setting_connection_get_gateway_ping_timeout </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.27.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> @@ -1309,7 +1353,7 @@ property.</p> <pre class="programlisting"><a class="link" href="libnm-nm-dbus-interface.html#NMMetered" title="enum NMMetered"><span class="returnvalue">NMMetered</span></a> nm_setting_connection_get_metered (<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.4.5.8.28.4"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-metered.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1324,7 +1368,7 @@ nm_setting_connection_get_metered (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.28.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-metered.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingConnection.html#NMSettingConnection--metered" title="The “metered” property"><span class="type">“metered”</span></a> property of the setting.</p> </div> <p class="since">Since: 1.2</p> @@ -1336,7 +1380,7 @@ nm_setting_connection_get_metered (<em class="parameter"><code><a class="link" h nm_setting_connection_get_lldp (<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--lldp" title="The “lldp” property"><span class="type">“lldp”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.29.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-lldp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1351,7 +1395,7 @@ nm_setting_connection_get_lldp (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.29.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-lldp.returns"></a><h4>Returns</h4> <p> a <a class="link" href="NMSettingConnection.html#NMSettingConnectionLldp" title="enum NMSettingConnectionLldp"><code class="literal">NMSettingConnectionLldp</code></a> which indicates whether LLDP must be enabled for the connection.</p> </div> @@ -1397,6 +1441,12 @@ enabled for the connection.</p> </div> <hr> <div class="refsect2"> +<a name="NM-SETTING-CONNECTION-STABLE-ID:CAPS"></a><h3>NM_SETTING_CONNECTION_STABLE_ID</h3> +<pre class="programlisting">#define NM_SETTING_CONNECTION_STABLE_ID "stable-id" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-SETTING-CONNECTION-INTERFACE-NAME:CAPS"></a><h3>NM_SETTING_CONNECTION_INTERFACE_NAME</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_INTERFACE_NAME "interface-name" </pre> @@ -1491,7 +1541,7 @@ enabled for the connection.</p> <p><a class="link" href="NMSettingConnection.html#NMSettingConnectionAutoconnectSlaves" title="enum NMSettingConnectionAutoconnectSlaves"><span class="type">NMSettingConnectionAutoconnectSlaves</span></a> values indicate whether slave connections should be activated when master is activated.</p> <div class="refsect3"> -<a name="id-1.4.5.9.23.4"></a><h4>Members</h4> +<a name="NMSettingConnectionAutoconnectSlaves.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1531,7 +1581,7 @@ should be activated when master is activated.</p> <a name="NMSettingConnectionLldp"></a><h3>enum NMSettingConnectionLldp</h3> <p><a class="link" href="NMSettingConnection.html#NMSettingConnectionLldp" title="enum NMSettingConnectionLldp"><span class="type">NMSettingConnectionLldp</span></a> values indicate whether LLDP should be enabled.</p> <div class="refsect3"> -<a name="id-1.4.5.9.24.4"></a><h4>Members</h4> +<a name="NMSettingConnectionLldp.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1720,6 +1770,20 @@ slave.</p> </div> <hr> <div class="refsect2"> +<a name="NMSettingConnection--stable-id"></a><h3>The <code class="literal">“stable-id”</code> property</h3> +<pre class="programlisting"> “stable-id” <span class="type">gchar</span> *</pre> +<p>This token to generate stable IDs for the connection. If unset, +the UUID will be used instead.</p> +<p>The stable-id is used instead of the connection UUID for generating +IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. +It is also used to seed the generated cloned MAC address for +ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable.</p> +<p>Flags: Read / Write</p> +<p>Default value: NULL</p> +<p class="since">Since: 1.4</p> +</div> +<hr> +<div class="refsect2"> <a name="NMSettingConnection--timestamp"></a><h3>The <code class="literal">“timestamp”</code> property</h3> <pre class="programlisting"> “timestamp” <span class="type">guint64</span></pre> <p>The time, in seconds since the Unix Epoch, that the connection was last @@ -1777,6 +1841,6 @@ the change takes effect immediately.</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 |