diff options
| author | Michael Biebl <biebl@debian.org> | 2016-05-11 17:08:25 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-05-11 17:08:25 +0200 |
| commit | 73e152af6e3fb4f5848bfb8394484026ff119003 (patch) | |
| tree | d5a8b37778d3a95c51511451b38b6a329b94cb41 /docs/libnm/html/NMClient.html | |
| parent | 78c3b8801ecf4975e5da1af3b10ae20dd2d876de (diff) | |
Imported Upstream version 1.2.2 upstream/1.2.2
Diffstat (limited to 'docs/libnm/html/NMClient.html')
| -rw-r--r-- | docs/libnm/html/NMClient.html | 258 |
1 files changed, 137 insertions, 121 deletions
diff --git a/docs/libnm/html/NMClient.html b/docs/libnm/html/NMClient.html index a990346a..e5449080 100644 --- a/docs/libnm/html/NMClient.html +++ b/docs/libnm/html/NMClient.html @@ -16,7 +16,8 @@ <td width="100%" align="left" class="shortcuts"> <a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> <a href="#NMClient.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> - <a href="#NMClient.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#NMClient.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#NMClient.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> <a href="#NMClient.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span> <a href="#NMClient.signals" class="shortcut">Signals</a></span> </td> @@ -788,12 +789,16 @@ <td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMClient.html#NM-CLIENT-ERROR:CAPS" title="NM_CLIENT_ERROR">NM_CLIENT_ERROR</a></td> </tr> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="NMClient.html#NMClient-struct" title="NMClient">NMClient</a></td> +</tr> </tbody> </table></div> </div> <div class="refsect1"> <a name="NMClient.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a> +<pre class="screen"> GEnum <span class="lineart">├──</span> NMClientError <span class="lineart">├──</span> NMClientPermission <span class="lineart">╰──</span> NMClientPermissionResult @@ -802,6 +807,12 @@ </pre> </div> <div class="refsect1"> +<a name="NMClient.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +NMClient implements + GInitable and GAsyncInitable.</p> +</div> +<div class="refsect1"> <a name="NMClient.description"></a><h2>Description</h2> </div> <div class="refsect1"> @@ -812,7 +823,7 @@ nm_client_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.2.9.2.5"></a><h4>Returns</h4> +<a name="id-1.3.2.10.2.5"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> errors.</p> </div> </div> @@ -827,7 +838,7 @@ nm_client_new (<em class="parameter"><code><span class="type">GCancellable</span client. You can use <a class="link" href="NMClient.html#nm-client-new-async" title="nm_client_new_async ()"><code class="function">nm_client_new_async()</code></a> if you want to avoid that.</p> <div class="refsect3"> -<a name="id-1.3.2.9.3.6"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.3.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -849,7 +860,7 @@ that.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.3.7"></a><h4>Returns</h4> +<a name="id-1.3.2.10.3.7"></a><h4>Returns</h4> <p> a new <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> or NULL on an error</p> </div> </div> @@ -866,7 +877,7 @@ nm_client_new_async (<em class="parameter"><code><span class="type">GCancellable <a class="link" href="NMClient.html#nm-client-new-finish" title="nm_client_new_finish ()"><code class="function">nm_client_new_finish()</code></a> to get the result. Note that on an error, the callback can be invoked with two first parameters as NULL.</p> <div class="refsect3"> -<a name="id-1.3.2.9.4.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.4.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -902,7 +913,7 @@ nm_client_new_finish (<em class="parameter"><code><span class="type">GAsyncResul <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of an <a class="link" href="NMClient.html#nm-client-new-async" title="nm_client_new_async ()"><code class="function">nm_client_new_async()</code></a> call.</p> <div class="refsect3"> -<a name="id-1.3.2.9.5.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.5.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -924,7 +935,7 @@ nm_client_new_finish (<em class="parameter"><code><span class="type">GAsyncResul </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.5.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.5.6"></a><h4>Returns</h4> <p> a new <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>, or <code class="literal">NULL</code> on error</p> </div> </div> @@ -935,7 +946,7 @@ nm_client_new_finish (<em class="parameter"><code><span class="type">GAsyncResul nm_client_get_version (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Gets NetworkManager version.</p> <div class="refsect3"> -<a name="id-1.3.2.9.6.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.6.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -950,7 +961,7 @@ nm_client_get_version (<em class="parameter"><code><a class="link" href="NMClien </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.6.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.6.6"></a><h4>Returns</h4> <p> string with the version (or <code class="literal">NULL</code> if NetworkManager is not running)</p> </div> </div> @@ -961,7 +972,7 @@ nm_client_get_version (<em class="parameter"><code><a class="link" href="NMClien nm_client_get_state (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Gets the current daemon state.</p> <div class="refsect3"> -<a name="id-1.3.2.9.7.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.7.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -976,7 +987,7 @@ nm_client_get_state (<em class="parameter"><code><a class="link" href="NMClient. </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.7.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.7.6"></a><h4>Returns</h4> <p> the current <a class="link" href="libnm-nm-dbus-interface.html#NMState" title="enum NMState"><code class="literal">NMState</code></a></p> </div> </div> @@ -988,7 +999,7 @@ nm_client_get_startup (<em class="parameter"><code><a class="link" href="NMClien <p>Tests whether the daemon is still in the process of activating connections at startup.</p> <div class="refsect3"> -<a name="id-1.3.2.9.8.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.8.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1003,7 +1014,7 @@ connections at startup.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.8.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.8.6"></a><h4>Returns</h4> <p> whether the daemon is still starting up</p> </div> </div> @@ -1014,7 +1025,7 @@ connections at startup.</p> nm_client_get_nm_running (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Determines whether the daemon is running.</p> <div class="refsect3"> -<a name="id-1.3.2.9.9.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.9.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1029,7 +1040,7 @@ nm_client_get_nm_running (<em class="parameter"><code><a class="link" href="NMCl </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.9.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.9.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the daemon is running</p> </div> </div> @@ -1040,7 +1051,7 @@ nm_client_get_nm_running (<em class="parameter"><code><a class="link" href="NMCl nm_client_networking_get_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Whether networking is enabled or disabled.</p> <div class="refsect3"> -<a name="id-1.3.2.9.10.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.10.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1055,7 +1066,7 @@ nm_client_networking_get_enabled (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.10.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.10.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if networking is enabled, <code class="literal">FALSE</code> if networking is disabled</p> </div> </div> @@ -1070,7 +1081,7 @@ nm_client_networking_set_enabled (<em class="parameter"><code><a class="link" hr interfaces are disconnected and deactivated. When networking is enabled, all controlled interfaces are available for activation.</p> <div class="refsect3"> -<a name="id-1.3.2.9.11.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.11.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1097,7 +1108,7 @@ all controlled interfaces are available for activation.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.11.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.11.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> otherwise</p> </div> </div> @@ -1108,7 +1119,7 @@ all controlled interfaces are available for activation.</p> nm_client_wireless_get_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Determines whether the wireless is enabled.</p> <div class="refsect3"> -<a name="id-1.3.2.9.12.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.12.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1123,7 +1134,7 @@ nm_client_wireless_get_enabled (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.12.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.12.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if wireless is enabled</p> </div> </div> @@ -1135,7 +1146,7 @@ nm_client_wireless_set_enabled (<em class="parameter"><code><a class="link" href <em class="parameter"><code><span class="type">gboolean</span> enabled</code></em>);</pre> <p>Enables or disables wireless devices.</p> <div class="refsect3"> -<a name="id-1.3.2.9.13.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.13.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1165,7 +1176,7 @@ nm_client_wireless_hardware_get_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Determines whether the wireless hardware is enabled.</p> <div class="refsect3"> -<a name="id-1.3.2.9.14.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.14.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1180,7 +1191,7 @@ nm_client_wireless_hardware_get_enabled </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.14.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.14.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the wireless hardware is enabled</p> </div> </div> @@ -1191,7 +1202,7 @@ nm_client_wireless_hardware_get_enabled nm_client_wwan_get_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Determines whether WWAN is enabled.</p> <div class="refsect3"> -<a name="id-1.3.2.9.15.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.15.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1206,7 +1217,7 @@ nm_client_wwan_get_enabled (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.15.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.15.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if WWAN is enabled</p> </div> </div> @@ -1218,7 +1229,7 @@ nm_client_wwan_set_enabled (<em class="parameter"><code><a class="link" href="NM <em class="parameter"><code><span class="type">gboolean</span> enabled</code></em>);</pre> <p>Enables or disables WWAN devices.</p> <div class="refsect3"> -<a name="id-1.3.2.9.16.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.16.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1247,7 +1258,7 @@ nm_client_wwan_set_enabled (<em class="parameter"><code><a class="link" href="NM nm_client_wwan_hardware_get_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Determines whether the WWAN hardware is enabled.</p> <div class="refsect3"> -<a name="id-1.3.2.9.17.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.17.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1262,7 +1273,7 @@ nm_client_wwan_hardware_get_enabled (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.17.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.17.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the WWAN hardware is enabled</p> </div> </div> @@ -1273,7 +1284,7 @@ nm_client_wwan_hardware_get_enabled (<em class="parameter"><code><a class="link" nm_client_wimax_get_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Determines whether WiMAX is enabled.</p> <div class="refsect3"> -<a name="id-1.3.2.9.18.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.18.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1288,7 +1299,7 @@ nm_client_wimax_get_enabled (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.18.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.18.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if WiMAX is enabled</p> </div> </div> @@ -1300,7 +1311,7 @@ nm_client_wimax_set_enabled (<em class="parameter"><code><a class="link" href="N <em class="parameter"><code><span class="type">gboolean</span> enabled</code></em>);</pre> <p>Enables or disables WiMAX devices.</p> <div class="refsect3"> -<a name="id-1.3.2.9.19.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.19.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1329,7 +1340,7 @@ nm_client_wimax_set_enabled (<em class="parameter"><code><a class="link" href="N nm_client_wimax_hardware_get_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Determines whether the WiMAX hardware is enabled.</p> <div class="refsect3"> -<a name="id-1.3.2.9.20.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.20.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1344,7 +1355,7 @@ nm_client_wimax_hardware_get_enabled (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.20.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.20.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the WiMAX hardware is enabled</p> </div> </div> @@ -1358,7 +1369,7 @@ nm_client_get_logging (<em class="parameter"><code><a class="link" href="NMClien <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets NetworkManager current logging level and domains.</p> <div class="refsect3"> -<a name="id-1.3.2.9.21.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.21.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1391,7 +1402,7 @@ a list of domains separated by ",". </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.21.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.21.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> otherwise</p> </div> </div> @@ -1405,7 +1416,7 @@ nm_client_set_logging (<em class="parameter"><code><a class="link" href="NMClien <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Sets NetworkManager logging level and/or domains.</p> <div class="refsect3"> -<a name="id-1.3.2.9.22.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.22.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1438,7 +1449,7 @@ domains separated by ",". (<code class="literal">NULL</code> or an empty string </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.22.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.22.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> otherwise</p> </div> </div> @@ -1451,7 +1462,7 @@ nm_client_get_permission_result (<em class="parameter"><code><a class="link" hre <p>Requests the result of a specific permission, which indicates whether the client can or cannot perform the action the permission represents</p> <div class="refsect3"> -<a name="id-1.3.2.9.23.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.23.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1473,7 +1484,7 @@ client can or cannot perform the action the permission represents</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.23.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.23.6"></a><h4>Returns</h4> <p> the permission's result, one of <a class="link" href="NMClient.html#NMClientPermissionResult" title="enum NMClientPermissionResult"><span class="type">NMClientPermissionResult</span></a></p> </div> </div> @@ -1487,7 +1498,7 @@ nm_client_get_connectivity (<em class="parameter"><code><a class="link" href="NM <a class="link" href="NMClient.html#nm-client-check-connectivity-async" title="nm_client_check_connectivity_async ()"><code class="function">nm_client_check_connectivity_async()</code></a>, which re-check the connectivity state first before returning any information.</p> <div class="refsect3"> -<a name="id-1.3.2.9.24.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.24.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1502,7 +1513,7 @@ connectivity state first before returning any information.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.24.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.24.6"></a><h4>Returns</h4> <p> the current connectivity state</p> </div> </div> @@ -1519,7 +1530,7 @@ the most recent known state without re-checking.</p> <p>This is a blocking call; use <a class="link" href="NMClient.html#nm-client-check-connectivity-async" title="nm_client_check_connectivity_async ()"><code class="function">nm_client_check_connectivity_async()</code></a> if you do not want to block.</p> <div class="refsect3"> -<a name="id-1.3.2.9.25.6"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.25.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1546,7 +1557,7 @@ if you do not want to block.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.25.7"></a><h4>Returns</h4> +<a name="id-1.3.2.10.25.7"></a><h4>Returns</h4> <p> the (new) current connectivity state</p> </div> </div> @@ -1564,7 +1575,7 @@ nm_client_check_connectivity_async (<em class="parameter"><code><a class="link" which (immediately) returns the most recent known state without re-checking, and <a class="link" href="NMClient.html#nm-client-check-connectivity" title="nm_client_check_connectivity ()"><code class="function">nm_client_check_connectivity()</code></a>, which blocks.</p> <div class="refsect3"> -<a name="id-1.3.2.9.26.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.26.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1607,7 +1618,7 @@ nm_client_check_connectivity_finish (<em class="parameter"><code><a class="link" <p>Retrieves the result of an <a class="link" href="NMClient.html#nm-client-check-connectivity-async" title="nm_client_check_connectivity_async ()"><code class="function">nm_client_check_connectivity_async()</code></a> call.</p> <div class="refsect3"> -<a name="id-1.3.2.9.27.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.27.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1634,7 +1645,7 @@ call.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.27.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.27.6"></a><h4>Returns</h4> <p> the (new) current connectivity state</p> </div> </div> @@ -1649,7 +1660,7 @@ nm_client_save_hostname (<em class="parameter"><code><a class="link" href="NMCli <p>Requests that the machine's persistent hostname be set to the specified value or cleared.</p> <div class="refsect3"> -<a name="id-1.3.2.9.28.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.28.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1682,7 +1693,7 @@ clear any existing persistent hostname. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.28.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.28.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the request was successful, <code class="literal">FALSE</code> if it failed</p> </div> </div> @@ -1698,7 +1709,7 @@ nm_client_save_hostname_async (<em class="parameter"><code><a class="link" href= <p>Requests that the machine's persistent hostname be set to the specified value or cleared.</p> <div class="refsect3"> -<a name="id-1.3.2.9.29.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.29.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1746,7 +1757,7 @@ nm_client_save_hostname_finish (<em class="parameter"><code><a class="link" href <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of an <a class="link" href="NMClient.html#nm-client-save-hostname-async" title="nm_client_save_hostname_async ()"><code class="function">nm_client_save_hostname_async()</code></a> call.</p> <div class="refsect3"> -<a name="id-1.3.2.9.30.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.30.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1773,7 +1784,7 @@ nm_client_save_hostname_finish (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.30.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.30.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the request was successful, <code class="literal">FALSE</code> if it failed</p> </div> </div> @@ -1787,7 +1798,7 @@ nm_client_get_devices (<em class="parameter"><code><a class="link" href="NMClien device member of the returned array is, and then you may use device-specific methods such as <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-get-hw-address" title="nm_device_ethernet_get_hw_address ()"><code class="function">nm_device_ethernet_get_hw_address()</code></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.9.31.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.31.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1802,7 +1813,7 @@ methods such as <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-g </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.31.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.31.6"></a><h4>Returns</h4> <p> a <span class="type">GPtrArray</span> containing all the <a href="NMDevice.html"><span class="type">NMDevices</span></a>. The returned array is owned by the <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> object and should not be modified. </p> @@ -1823,7 +1834,7 @@ a placeholder.</p> what kind of device each member of the returned array is, and then you may use device-specific methods such as <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-get-hw-address" title="nm_device_ethernet_get_hw_address ()"><code class="function">nm_device_ethernet_get_hw_address()</code></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.9.32.6"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.32.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1838,7 +1849,7 @@ use device-specific methods such as <a class="link" href="NMDeviceEthernet.html# </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.32.7"></a><h4>Returns</h4> +<a name="id-1.3.2.10.32.7"></a><h4>Returns</h4> <p> a <span class="type">GPtrArray</span> containing all the <a href="NMDevice.html"><span class="type">NMDevices</span></a>. The returned array is owned by the <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> object and should not be modified. </p> @@ -1854,7 +1865,7 @@ nm_client_get_device_by_path (<em class="parameter"><code><a class="link" href=" <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre> <p>Gets a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> from a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.9.33.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.33.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1876,7 +1887,7 @@ nm_client_get_device_by_path (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.33.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.33.6"></a><h4>Returns</h4> <p> the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> for the given <em class="parameter"><code>object_path</code></em> or <code class="literal">NULL</code> if none is found. </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> @@ -1890,7 +1901,7 @@ nm_client_get_device_by_iface (<em class="parameter"><code><a class="link" href= <em class="parameter"><code>const <span class="type">char</span> *iface</code></em>);</pre> <p>Gets a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> from a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.9.34.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.34.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1912,7 +1923,7 @@ nm_client_get_device_by_iface (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.34.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.34.6"></a><h4>Returns</h4> <p> the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> for the given <em class="parameter"><code>iface</code></em> or <code class="literal">NULL</code> if none is found. </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> @@ -1925,7 +1936,7 @@ or <code class="literal">NULL</code> if none is found. </p> nm_client_get_active_connections (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Gets the active connections.</p> <div class="refsect3"> -<a name="id-1.3.2.9.35.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.35.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1940,7 +1951,7 @@ nm_client_get_active_connections (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.35.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.35.6"></a><h4>Returns</h4> <p> a <span class="type">GPtrArray</span> containing all the active <a href="NMActiveConnection.html"><span class="type">NMActiveConnections</span></a>. The returned array is owned by the client and should not be modified. </p> @@ -1962,7 +1973,7 @@ route to the VPN endpoint.</p> <p>If there is no default route, or the default route is over a non-NetworkManager-recognized device, this will return <code class="literal">NULL</code>.</p> <div class="refsect3"> -<a name="id-1.3.2.9.36.7"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.36.7"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1977,7 +1988,7 @@ non-NetworkManager-recognized device, this will return <code class="literal">NUL </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.36.8"></a><h4>Returns</h4> +<a name="id-1.3.2.10.36.8"></a><h4>Returns</h4> <p> the appropriate <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>, if any. </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> @@ -1992,7 +2003,7 @@ nm_client_get_activating_connection (<em class="parameter"><code><a class="link" currently-activating connection that is expected to become the new <a class="link" href="NMClient.html#NMClient--primary-connection" title="The “primary-connection” property"><span class="type">“primary-connection”</span></a> upon successful activation.</p> <div class="refsect3"> -<a name="id-1.3.2.9.37.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.37.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2007,7 +2018,7 @@ currently-activating connection that is expected to become the new </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.37.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.37.6"></a><h4>Returns</h4> <p> the appropriate <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>, if any. </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> @@ -2018,7 +2029,7 @@ any. </p> <a name="nm-client-activate-connection-async"></a><h3>nm_client_activate_connection_async ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_client_activate_connection_async (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, <em class="parameter"><code>const <span class="type">char</span> *specific_object</code></em>, <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>, @@ -2043,7 +2054,7 @@ the new connection, not when it finishes. You can used the returned <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> object (in particular, <a class="link" href="NMActiveConnection.html#NMActiveConnection--state" title="The “state” property"><span class="type">“state”</span></a>) to track the activation to its completion.</p> <div class="refsect3"> -<a name="id-1.3.2.9.38.7"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.38.7"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2058,7 +2069,7 @@ track the activation to its completion.</p> </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p> an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>. </p></td> +<td class="parameter_description"><p> an <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td> </tr> <tr> @@ -2107,7 +2118,7 @@ nm_client_activate_connection_finish (<em class="parameter"><code><a class="link <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMClient.html#nm-client-activate-connection-async" title="nm_client_activate_connection_async ()"><code class="function">nm_client_activate_connection_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.9.39.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.39.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2134,7 +2145,7 @@ nm_client_activate_connection_finish (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.39.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.39.6"></a><h4>Returns</h4> <p> the new <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> on success, <code class="literal">NULL</code> on failure, in which case <em class="parameter"><code>error</code></em> will be set. </p> @@ -2147,7 +2158,7 @@ will be set. </p> <pre class="programlisting"><span class="returnvalue">void</span> nm_client_add_and_activate_connection_async (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *partial</code></em>, + <em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *partial</code></em>, <em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, <em class="parameter"><code>const <span class="type">char</span> *specific_object</code></em>, <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>, @@ -2163,7 +2174,7 @@ the new connection, not when it finishes. You can used the returned <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> object (in particular, <a class="link" href="NMActiveConnection.html#NMActiveConnection--state" title="The “state” property"><span class="type">“state”</span></a>) to track the activation to its completion.</p> <div class="refsect3"> -<a name="id-1.3.2.9.40.6"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.40.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2178,7 +2189,7 @@ track the activation to its completion.</p> </tr> <tr> <td class="parameter_name"><p>partial</p></td> -<td class="parameter_description"><p> an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> to add; the connection may be +<td class="parameter_description"><p> an <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> to add; the connection may be partially filled (or even <code class="literal">NULL</code>) and will be completed by NetworkManager using the given <em class="parameter"><code>device</code></em> and <em class="parameter"><code>specific_object</code></em> @@ -2232,9 +2243,9 @@ nm_client_add_and_activate_connection_finish <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMClient.html#nm-client-add-and-activate-connection-async" title="nm_client_add_and_activate_connection_async ()"><code class="function">nm_client_add_and_activate_connection_async()</code></a>.</p> <p>You can call <a class="link" href="NMActiveConnection.html#nm-active-connection-get-connection" title="nm_active_connection_get_connection ()"><code class="function">nm_active_connection_get_connection()</code></a> on the returned -<a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> to find the path of the created <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>.</p> +<a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> to find the path of the created <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.9.41.6"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.41.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2261,7 +2272,7 @@ nm_client_add_and_activate_connection_finish </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.41.7"></a><h4>Returns</h4> +<a name="id-1.3.2.10.41.7"></a><h4>Returns</h4> <p> the new <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> on success, <code class="literal">NULL</code> on failure, in which case <em class="parameter"><code>error</code></em> will be set. </p> @@ -2278,7 +2289,7 @@ nm_client_deactivate_connection (<em class="parameter"><code><a class="link" hre <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Deactivates an active <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.9.42.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.42.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2310,7 +2321,7 @@ nm_client_deactivate_connection (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.42.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.42.6"></a><h4>Returns</h4> <p> success or failure</p> </div> </div> @@ -2325,7 +2336,7 @@ nm_client_deactivate_connection_async (<em class="parameter"><code><a class="lin <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Asynchronously deactivates an active <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.9.43.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.43.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2373,7 +2384,7 @@ nm_client_deactivate_connection_finish <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMClient.html#nm-client-deactivate-connection-async" title="nm_client_deactivate_connection_async ()"><code class="function">nm_client_deactivate_connection_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.9.44.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.44.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2400,7 +2411,7 @@ nm_client_deactivate_connection_finish </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.44.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.44.6"></a><h4>Returns</h4> <p> success or failure</p> </div> </div> @@ -2410,7 +2421,7 @@ nm_client_deactivate_connection_finish <pre class="programlisting">const <span class="returnvalue">GPtrArray</span> * nm_client_get_connections (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <div class="refsect3"> -<a name="id-1.3.2.9.45.4"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.45.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2425,12 +2436,12 @@ nm_client_get_connections (<em class="parameter"><code><a class="link" href="NMC </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.45.5"></a><h4>Returns</h4> +<a name="id-1.3.2.10.45.5"></a><h4>Returns</h4> <p> an array containing all connections provided by the remote settings service. The returned array is owned by the <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> object and should not be modified.</p> <p>The connections are as received from D-Bus and might not validate according -to <a class="link" href="libnm-NMConnection.html#nm-connection-verify" title="nm_connection_verify ()"><code class="function">nm_connection_verify()</code></a>. </p> +to <a class="link" href="NMConnection.html#nm-connection-verify" title="nm_connection_verify ()"><code class="function">nm_connection_verify()</code></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMRemoteConnection]</span></p> </div> </div> @@ -2443,7 +2454,7 @@ nm_client_get_connection_by_id (<em class="parameter"><code><a class="link" href <p>Returns the first matching <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><code class="literal">NMRemoteConnection</code></a> matching a given <em class="parameter"><code>id</code></em> .</p> <div class="refsect3"> -<a name="id-1.3.2.9.46.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.46.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2465,11 +2476,11 @@ nm_client_get_connection_by_id (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.46.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.46.6"></a><h4>Returns</h4> <p> the remote connection object on success, or <code class="literal">NULL</code> if no matching object was found.</p> <p>The connection is as received from D-Bus and might not validate according -to <a class="link" href="libnm-NMConnection.html#nm-connection-verify" title="nm_connection_verify ()"><code class="function">nm_connection_verify()</code></a>. </p> +to <a class="link" href="NMConnection.html#nm-connection-verify" title="nm_connection_verify ()"><code class="function">nm_connection_verify()</code></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> @@ -2482,7 +2493,7 @@ nm_client_get_connection_by_path (<em class="parameter"><code><a class="link" hr <p>Returns the <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><code class="literal">NMRemoteConnection</code></a> representing the connection at <em class="parameter"><code>path</code></em> .</p> <div class="refsect3"> -<a name="id-1.3.2.9.47.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.47.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2504,11 +2515,11 @@ nm_client_get_connection_by_path (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.47.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.47.6"></a><h4>Returns</h4> <p> the remote connection object on success, or <code class="literal">NULL</code> if the object was not known</p> <p>The connection is as received from D-Bus and might not validate according -to <a class="link" href="libnm-NMConnection.html#nm-connection-verify" title="nm_connection_verify ()"><code class="function">nm_connection_verify()</code></a>. </p> +to <a class="link" href="NMConnection.html#nm-connection-verify" title="nm_connection_verify ()"><code class="function">nm_connection_verify()</code></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> @@ -2521,7 +2532,7 @@ nm_client_get_connection_by_uuid (<em class="parameter"><code><a class="link" hr <p>Returns the <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><code class="literal">NMRemoteConnection</code></a> identified by <em class="parameter"><code>uuid</code></em> .</p> <div class="refsect3"> -<a name="id-1.3.2.9.48.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.48.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2543,11 +2554,11 @@ nm_client_get_connection_by_uuid (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.48.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.48.6"></a><h4>Returns</h4> <p> the remote connection object on success, or <code class="literal">NULL</code> if the object was not known</p> <p>The connection is as received from D-Bus and might not validate according -to <a class="link" href="libnm-NMConnection.html#nm-connection-verify" title="nm_connection_verify ()"><code class="function">nm_connection_verify()</code></a>. </p> +to <a class="link" href="NMConnection.html#nm-connection-verify" title="nm_connection_verify ()"><code class="function">nm_connection_verify()</code></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> @@ -2556,7 +2567,7 @@ to <a class="link" href="libnm-NMConnection.html#nm-connection-verify" title="nm <a name="nm-client-add-connection-async"></a><h3>nm_client_add_connection_async ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_client_add_connection_async (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">gboolean</span> save_to_disk</code></em>, <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>, <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>, @@ -2579,7 +2590,7 @@ identical settings to <em class="parameter"><code>connection</code></em> as NetworkManager may perform automatic completion and/or normalization of connection properties.</p> <div class="refsect3"> -<a name="id-1.3.2.9.49.7"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.49.7"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2632,7 +2643,7 @@ nm_client_add_connection_finish (<em class="parameter"><code><a class="link" hre <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMClient.html#nm-client-add-connection-async" title="nm_client_add_connection_async ()"><code class="function">nm_client_add_connection_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.9.50.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.50.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2659,7 +2670,7 @@ nm_client_add_connection_finish (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.50.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.50.6"></a><h4>Returns</h4> <p> the new <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="type">NMRemoteConnection</span></a> on success, <code class="literal">NULL</code> on failure, in which case <em class="parameter"><code>error</code></em> will be set. </p> @@ -2688,7 +2699,7 @@ then <em class="parameter"><code>failures</code></em> will be set to a <code class="literal">NULL</code>-terminated array of the filenames that failed to load.</p> <div class="refsect3"> -<a name="id-1.3.2.9.51.7"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.51.7"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2726,7 +2737,7 @@ filenames that failed to load. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.51.8"></a><h4>Returns</h4> +<a name="id-1.3.2.10.51.8"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if NetworkManager at least tried to load <em class="parameter"><code>filenames</code></em> , <code class="literal">FALSE</code> if an error occurred (eg, permission denied).</p> @@ -2745,7 +2756,7 @@ nm_client_load_connections_async (<em class="parameter"><code><a class="link" hr given files, adding or updating the connections described within.</p> <p>See <a class="link" href="NMClient.html#nm-client-load-connections" title="nm_client_load_connections ()"><code class="function">nm_client_load_connections()</code></a> for more details.</p> <div class="refsect3"> -<a name="id-1.3.2.9.52.6"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.52.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2794,7 +2805,7 @@ nm_client_load_connections_finish (<em class="parameter"><code><a class="link" h <p>Gets the result of an <a class="link" href="NMClient.html#nm-client-load-connections-async" title="nm_client_load_connections_async ()"><code class="function">nm_client_load_connections_async()</code></a> call.</p> <p>See <a class="link" href="NMClient.html#nm-client-load-connections" title="nm_client_load_connections ()"><code class="function">nm_client_load_connections()</code></a> for more details.</p> <div class="refsect3"> -<a name="id-1.3.2.9.53.6"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.53.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2827,7 +2838,7 @@ filenames that failed to load. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.53.7"></a><h4>Returns</h4> +<a name="id-1.3.2.10.53.7"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if NetworkManager at least tried to load <em class="parameter"><code>filenames</code></em> , <code class="literal">FALSE</code> if an error occurred (eg, permission denied).</p> @@ -2844,7 +2855,7 @@ nm_client_reload_connections (<em class="parameter"><code><a class="link" href=" files from disk, adding, updating, and removing connections until the in-memory state matches the on-disk state.</p> <div class="refsect3"> -<a name="id-1.3.2.9.54.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.54.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2871,7 +2882,7 @@ the in-memory state matches the on-disk state.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.54.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.54.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on failure</p> </div> </div> @@ -2887,7 +2898,7 @@ nm_client_reload_connections_async (<em class="parameter"><code><a class="link" files from disk, adding, updating, and removing connections until the in-memory state matches the on-disk state.</p> <div class="refsect3"> -<a name="id-1.3.2.9.55.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.55.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2929,7 +2940,7 @@ nm_client_reload_connections_finish (<em class="parameter"><code><a class="link" <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of an <a class="link" href="NMClient.html#nm-client-reload-connections-async" title="nm_client_reload_connections_async ()"><code class="function">nm_client_reload_connections_async()</code></a> call.</p> <div class="refsect3"> -<a name="id-1.3.2.9.56.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.10.56.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2956,7 +2967,7 @@ nm_client_reload_connections_finish (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.56.6"></a><h4>Returns</h4> +<a name="id-1.3.2.10.56.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on failure</p> </div> </div> @@ -3136,7 +3147,7 @@ nm_client_reload_connections_finish (<em class="parameter"><code><a class="link" <p><a class="link" href="NMClient.html#NMClientPermission" title="enum NMClientPermission"><span class="type">NMClientPermission</span></a> values indicate various permissions that NetworkManager clients can obtain to perform certain tasks on behalf of the current user.</p> <div class="refsect3"> -<a name="id-1.3.2.10.30.4"></a><h4>Members</h4> +<a name="id-1.3.2.11.30.4"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -3256,7 +3267,7 @@ clients can obtain to perform certain tasks on behalf of the current user.</p> <p><a class="link" href="NMClient.html#NMClientPermissionResult" title="enum NMClientPermissionResult"><span class="type">NMClientPermissionResult</span></a> values indicate what authorizations and permissions the user requires to obtain a given <a class="link" href="NMClient.html#NMClientPermission" title="enum NMClientPermission"><span class="type">NMClientPermission</span></a></p> <div class="refsect3"> -<a name="id-1.3.2.10.31.4"></a><h4>Members</h4> +<a name="id-1.3.2.11.31.4"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -3305,7 +3316,7 @@ the user requires to obtain a given <a class="link" href="NMClient.html#NMClient <p>D-Bus operations may also return errors from other domains, including <a class="link" href="libnm-nm-errors.html#NMManagerError" title="enum NMManagerError"><span class="type">NMManagerError</span></a>, <a class="link" href="libnm-nm-errors.html#NMSettingsError" title="enum NMSettingsError"><span class="type">NMSettingsError</span></a>, <a class="link" href="libnm-nm-errors.html#NMAgentManagerError" title="enum NMAgentManagerError"><span class="type">NMAgentManagerError</span></a>, and <a class="link" href="libnm-nm-errors.html#NMConnectionError" title="enum NMConnectionError"><span class="type">NMConnectionError</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.10.32.5"></a><h4>Members</h4> +<a name="id-1.3.2.11.32.5"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -3348,6 +3359,11 @@ the user requires to obtain a given <a class="link" href="NMClient.html#NMClient <pre class="programlisting">#define NM_CLIENT_ERROR nm_client_error_quark () </pre> </div> +<hr> +<div class="refsect2"> +<a name="NMClient-struct"></a><h3>NMClient</h3> +<pre class="programlisting">typedef struct _NMClient NMClient;</pre> +</div> </div> <div class="refsect1"> <a name="NMClient.property-details"></a><h2>Property Details</h2> @@ -3536,7 +3552,7 @@ user_function (<a class="link" href="NMClient.html" title="NMClient"><span class <p>Notifies that a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> is added. This signal is emitted for both regular devices and placeholder devices.</p> <div class="refsect3"> -<a name="id-1.3.2.12.2.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.13.2.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3574,7 +3590,7 @@ user_function (<a class="link" href="NMClient.html" title="NMClient"><span class <p>Notifies that a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> is removed. This signal is emitted for both regular devices and placeholder devices.</p> <div class="refsect3"> -<a name="id-1.3.2.12.3.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.13.3.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3609,9 +3625,9 @@ regular devices and placeholder devices.</p> user_function (<a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client, <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="type">NMRemoteConnection</span></a> *connection, <span class="type">gpointer</span> user_data)</pre> -<p>Notifies that a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> has been added.</p> +<p>Notifies that a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> has been added.</p> <div class="refsect3"> -<a name="id-1.3.2.12.4.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.13.4.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3646,9 +3662,9 @@ user_function (<a class="link" href="NMClient.html" title="NMClient"><span class user_function (<a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client, <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="type">NMRemoteConnection</span></a> *connection, <span class="type">gpointer</span> user_data)</pre> -<p>Notifies that a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> has been removed.</p> +<p>Notifies that a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> has been removed.</p> <div class="refsect3"> -<a name="id-1.3.2.12.5.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.13.5.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3686,7 +3702,7 @@ user_function (<a class="link" href="NMClient.html" title="NMClient"><span class <p>Notifies that a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> is added. This signal is not emitted for placeholder devices.</p> <div class="refsect3"> -<a name="id-1.3.2.12.6.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.13.6.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3724,7 +3740,7 @@ user_function (<a class="link" href="NMClient.html" title="NMClient"><span class <p>Notifies that a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> is removed. This signal is not emitted for placeholder devices.</p> <div class="refsect3"> -<a name="id-1.3.2.12.7.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.13.7.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3762,7 +3778,7 @@ user_function (<a class="link" href="NMClient.html" title="NMClient"><span class <span class="type">gpointer</span> user_data)</pre> <p>Notifies that a permission has changed</p> <div class="refsect3"> -<a name="id-1.3.2.12.8.5"></a><h4>Parameters</h4> +<a name="id-1.3.2.13.8.5"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> |