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-glib | |
| parent | d6201f5d8daada3d64a0a3e0038e14eebec683ce (diff) | |
Imported Upstream version 1.4.0 upstream/1.4.0
Diffstat (limited to 'docs/libnm-glib')
41 files changed, 711 insertions, 1757 deletions
diff --git a/docs/libnm-glib/Makefile.in b/docs/libnm-glib/Makefile.in index 3d57fc8e..2251ce07 100644 --- a/docs/libnm-glib/Makefile.in +++ b/docs/libnm-glib/Makefile.in @@ -95,8 +95,9 @@ build_triplet = @build@ host_triplet = @host@ subdir = docs/libnm-glib ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_readline.m4 \ - $(top_srcdir)/m4/compiler_warnings.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \ + $(top_srcdir)/m4/ax_lib_readline.m4 \ + $(top_srcdir)/m4/compiler_options.m4 \ $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/gnome-code-coverage.m4 \ $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \ @@ -172,6 +173,7 @@ DHCLIENT_PATH = @DHCLIENT_PATH@ DHCPCD_PATH = @DHCPCD_PATH@ DISTRO_NETWORK_SERVICE = @DISTRO_NETWORK_SERVICE@ DLLTOOL = @DLLTOOL@ +DL_LIBS = @DL_LIBS@ DNSMASQ_PATH = @DNSMASQ_PATH@ DNSSEC_TRIGGER_SCRIPT = @DNSSEC_TRIGGER_SCRIPT@ DSYMUTIL = @DSYMUTIL@ @@ -228,13 +230,14 @@ INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@ INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@ INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@ IPTABLES_PATH = @IPTABLES_PATH@ +JANSSON_CFLAGS = @JANSSON_CFLAGS@ +JANSSON_LIBS = @JANSSON_LIBS@ KERNEL_FIRMWARE_DIR = @KERNEL_FIRMWARE_DIR@ LCOV = @LCOV@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBAUDIT_CFLAGS = @LIBAUDIT_CFLAGS@ LIBAUDIT_LIBS = @LIBAUDIT_LIBS@ -LIBDL = @LIBDL@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBM = @LIBM@ @@ -246,6 +249,8 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@ LIBSOUP_LIBS = @LIBSOUP_LIBS@ +LIBSYSTEMD_CFLAGS = @LIBSYSTEMD_CFLAGS@ +LIBSYSTEMD_LIBS = @LIBSYSTEMD_LIBS@ LIBTEAMDCTL_CFLAGS = @LIBTEAMDCTL_CFLAGS@ LIBTEAMDCTL_LIBS = @LIBTEAMDCTL_LIBS@ LIBTOOL = @LIBTOOL@ @@ -306,6 +311,8 @@ QT_CFLAGS = @QT_CFLAGS@ QT_LIBS = @QT_LIBS@ RANLIB = @RANLIB@ READLINE_LIBS = @READLINE_LIBS@ +SANITIZERS = @SANITIZERS@ +SANITIZER_ENV = @SANITIZER_ENV@ SED = @SED@ SELINUX_CFLAGS = @SELINUX_CFLAGS@ SELINUX_LIBS = @SELINUX_LIBS@ @@ -341,6 +348,7 @@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +ac_ct_RANLIB = @ac_ct_RANLIB@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -806,7 +814,7 @@ scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @true -sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) +sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent $(GTK_DOC_V_XML)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ @@ -817,6 +825,17 @@ sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DO sgml.stamp: sgml-build.stamp @true +xml/gtkdocentities.ent: Makefile + $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \ + echo "<!ENTITY package \"$(PACKAGE)\">"; \ + echo "<!ENTITY package_bugreport \"$(PACKAGE_BUGREPORT)\">"; \ + echo "<!ENTITY package_name \"$(PACKAGE_NAME)\">"; \ + echo "<!ENTITY package_string \"$(PACKAGE_STRING)\">"; \ + echo "<!ENTITY package_tarname \"$(PACKAGE_TARNAME)\">"; \ + echo "<!ENTITY package_url \"$(PACKAGE_URL)\">"; \ + echo "<!ENTITY package_version \"$(PACKAGE_VERSION)\">"; \ + ) > $@ + html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \ mkhtml_options=""; \ diff --git a/docs/libnm-glib/html/NMAccessPoint.html b/docs/libnm-glib/html/NMAccessPoint.html index 9b26174f..1233c3b4 100644 --- a/docs/libnm-glib/html/NMAccessPoint.html +++ b/docs/libnm-glib/html/NMAccessPoint.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMWimaxNsp.html" title="NMWimaxNsp"> <link rel="next" href="NMIP4Config.html" title="NMIP4Config"> -<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"> @@ -297,7 +297,7 @@ nm_access_point_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/htm <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.19.8.2.5"></a><h4>Parameters</h4> +<a name="nm-access-point-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -319,7 +319,7 @@ nm_access_point_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/htm </table></div> </div> <div class="refsect3"> -<a name="id-1.3.19.8.2.6"></a><h4>Returns</h4> +<a name="nm-access-point-new.returns"></a><h4>Returns</h4> <p> a new access point. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -331,7 +331,7 @@ nm_access_point_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/htm nm_access_point_get_flags (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> <p>Gets the flags of the access point.</p> <div class="refsect3"> -<a name="id-1.3.19.8.3.5"></a><h4>Parameters</h4> +<a name="nm-access-point-get-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -346,7 +346,7 @@ nm_access_point_get_flags (<em class="parameter"><code><a class="link" href="NMA </table></div> </div> <div class="refsect3"> -<a name="id-1.3.19.8.3.6"></a><h4>Returns</h4> +<a name="nm-access-point-get-flags.returns"></a><h4>Returns</h4> <p> the flags</p> </div> </div> @@ -357,7 +357,7 @@ nm_access_point_get_flags (<em class="parameter"><code><a class="link" href="NMA nm_access_point_get_wpa_flags (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> <p>Gets the WPA (version 1) flags of the access point.</p> <div class="refsect3"> -<a name="id-1.3.19.8.4.5"></a><h4>Parameters</h4> +<a name="nm-access-point-get-wpa-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -372,7 +372,7 @@ nm_access_point_get_wpa_flags (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.3.19.8.4.6"></a><h4>Returns</h4> +<a name="nm-access-point-get-wpa-flags.returns"></a><h4>Returns</h4> <p> the WPA flags</p> </div> </div> @@ -384,7 +384,7 @@ nm_access_point_get_rsn_flags (<em class="parameter"><code><a class="link" href= <p>Gets the RSN (Robust Secure Network, ie WPA version 2) flags of the access point.</p> <div class="refsect3"> -<a name="id-1.3.19.8.5.5"></a><h4>Parameters</h4> +<a name="nm-access-point-get-rsn-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -399,7 +399,7 @@ point.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.19.8.5.6"></a><h4>Returns</h4> +<a name="nm-access-point-get-rsn-flags.returns"></a><h4>Returns</h4> <p> the RSN flags</p> </div> </div> @@ -410,7 +410,7 @@ point.</p> nm_access_point_get_ssid (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> <p>Gets the SSID of the access point.</p> <div class="refsect3"> -<a name="id-1.3.19.8.6.5"></a><h4>Parameters</h4> +<a name="nm-access-point-get-ssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -425,7 +425,7 @@ nm_access_point_get_ssid (<em class="parameter"><code><a class="link" href="NMAc </table></div> </div> <div class="refsect3"> -<a name="id-1.3.19.8.6.6"></a><h4>Returns</h4> +<a name="nm-access-point-get-ssid.returns"></a><h4>Returns</h4> <p> the <span class="type">GByteArray</span> containing the SSID. This is the internal copy used by the access point, and must not be modified.</p> </div> @@ -437,7 +437,7 @@ access point, and must not be modified.</p> nm_access_point_get_bssid (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> <p>Gets the Basic Service Set ID (BSSID) of the Wi-Fi access point.</p> <div class="refsect3"> -<a name="id-1.3.19.8.7.5"></a><h4>Parameters</h4> +<a name="nm-access-point-get-bssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -452,7 +452,7 @@ nm_access_point_get_bssid (<em class="parameter"><code><a class="link" href="NMA </table></div> </div> <div class="refsect3"> -<a name="id-1.3.19.8.7.6"></a><h4>Returns</h4> +<a name="nm-access-point-get-bssid.returns"></a><h4>Returns</h4> <p> the BSSID of the access point. This is an internal string and must not be modified or freed.</p> </div> @@ -464,7 +464,7 @@ not be modified or freed.</p> nm_access_point_get_frequency (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> <p>Gets the frequency of the access point.</p> <div class="refsect3"> -<a name="id-1.3.19.8.8.5"></a><h4>Parameters</h4> +<a name="nm-access-point-get-frequency.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -479,7 +479,7 @@ nm_access_point_get_frequency (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.3.19.8.8.6"></a><h4>Returns</h4> +<a name="nm-access-point-get-frequency.returns"></a><h4>Returns</h4> <p> the frequency</p> </div> </div> @@ -490,7 +490,7 @@ nm_access_point_get_frequency (<em class="parameter"><code><a class="link" href= nm_access_point_get_mode (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> <p>Gets the mode of the access point.</p> <div class="refsect3"> -<a name="id-1.3.19.8.9.5"></a><h4>Parameters</h4> +<a name="nm-access-point-get-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -505,7 +505,7 @@ nm_access_point_get_mode (<em class="parameter"><code><a class="link" href="NMAc </table></div> </div> <div class="refsect3"> -<a name="id-1.3.19.8.9.6"></a><h4>Returns</h4> +<a name="nm-access-point-get-mode.returns"></a><h4>Returns</h4> <p> the mode</p> </div> </div> @@ -516,7 +516,7 @@ nm_access_point_get_mode (<em class="parameter"><code><a class="link" href="NMAc nm_access_point_get_max_bitrate (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> <p>Gets the maximum bit rate of the access point in kbit/s.</p> <div class="refsect3"> -<a name="id-1.3.19.8.10.5"></a><h4>Parameters</h4> +<a name="nm-access-point-get-max-bitrate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -531,7 +531,7 @@ nm_access_point_get_max_bitrate (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.3.19.8.10.6"></a><h4>Returns</h4> +<a name="nm-access-point-get-max-bitrate.returns"></a><h4>Returns</h4> <p> the maximum bit rate (kbit/s)</p> </div> </div> @@ -542,7 +542,7 @@ nm_access_point_get_max_bitrate (<em class="parameter"><code><a class="link" hre nm_access_point_get_strength (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> <p>Gets the current signal strength of the access point.</p> <div class="refsect3"> -<a name="id-1.3.19.8.11.5"></a><h4>Parameters</h4> +<a name="nm-access-point-get-strength.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -557,7 +557,7 @@ nm_access_point_get_strength (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.19.8.11.6"></a><h4>Returns</h4> +<a name="nm-access-point-get-strength.returns"></a><h4>Returns</h4> <p> the signal strength</p> </div> </div> @@ -570,7 +570,7 @@ nm_access_point_get_last_seen (<em class="parameter"><code><a class="link" href= access point was found in scan results. A value of -1 means the access point has not been found in a scan.</p> <div class="refsect3"> -<a name="id-1.3.19.8.12.5"></a><h4>Parameters</h4> +<a name="nm-access-point-get-last-seen.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -585,7 +585,7 @@ point has not been found in a scan.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.19.8.12.6"></a><h4>Returns</h4> +<a name="nm-access-point-get-last-seen.returns"></a><h4>Returns</h4> <p> the last seen time in seconds</p> </div> <p class="since">Since: 1.2</p> @@ -606,7 +606,7 @@ use <a class="link" href="NMRemoteSettings.html#nm-remote-settings-list-connecti for a given <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> using <a class="link" href="NMDevice.html#nm-device-filter-connections" title="nm_device_filter_connections ()"><code class="function">nm_device_filter_connections()</code></a> and finally filter that list with this function.</p> <div class="refsect3"> -<a name="id-1.3.19.8.13.6"></a><h4>Parameters</h4> +<a name="nm-access-point-filter-connections.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -622,16 +622,16 @@ filter that list with this function.</p> <tr> <td class="parameter_name"><p>connections</p></td> <td class="parameter_description"><p> a list of -<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> objects to filter. </p></td> +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> objects to filter. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMConnection]</span></td> </tr> </tbody> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.19.8.13.7"></a><h4>Returns</h4> +<a name="nm-access-point-filter-connections.returns"></a><h4>Returns</h4> <p> a -list of <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> objects that could be activated with the given <em class="parameter"><code>ap</code></em> +list of <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> objects that could be activated with the given <em class="parameter"><code>ap</code></em> . The elements of the list are owned by their creator and should not be freed by the caller, but the returned list itself is owned by the caller and should @@ -644,14 +644,14 @@ be freed with <code class="function">g_slist_free()</code> when it is no longer <a name="nm-access-point-connection-valid"></a><h3>nm_access_point_connection_valid ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_access_point_connection_valid (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Validates a given connection against a given Wi-Fi access point to ensure that the connection may be activated with that AP. The connection must match the <em class="parameter"><code>ap</code></em> 's SSID, (if given) BSSID, and other attributes like security settings, channel, band, etc.</p> <div class="refsect3"> -<a name="id-1.3.19.8.14.5"></a><h4>Parameters</h4> +<a name="nm-access-point-connection-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -667,7 +667,7 @@ against</p></td> </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> to validate against <em class="parameter"><code>ap</code></em> +<td class="parameter_description"><p>an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> to validate against <em class="parameter"><code>ap</code></em> </p></td> <td class="parameter_annotations"> </td> </tr> @@ -675,7 +675,7 @@ against</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.19.8.14.6"></a><h4>Returns</h4> +<a name="nm-access-point-connection-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection may be activated with this Wi-Fi AP, <code class="literal">FALSE</code> if it cannot be.</p> </div> @@ -691,7 +691,7 @@ nm_access_point_get_hw_address (<em class="parameter"><code><a class="link" href </div> <p>Gets the hardware (MAC) address of the access point.</p> <div class="refsect3"> -<a name="id-1.3.19.8.15.6"></a><h4>Parameters</h4> +<a name="nm-access-point-get-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -706,7 +706,7 @@ nm_access_point_get_hw_address (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.19.8.15.7"></a><h4>Returns</h4> +<a name="nm-access-point-get-hw-address.returns"></a><h4>Returns</h4> <p> the hardware address of the access point. This is the internal string used by the access point and must not be modified.</p> </div> @@ -880,6 +880,6 @@ coordinator of the wireless network allowing clients to connect) or </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMActiveConnection.html b/docs/libnm-glib/html/NMActiveConnection.html index 895f4e7b..ce4d852e 100644 --- a/docs/libnm-glib/html/NMActiveConnection.html +++ b/docs/libnm-glib/html/NMActiveConnection.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMClient.html" title="NMClient"> <link rel="next" href="NMDevice.html" title="NMDevice"> -<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"> @@ -354,7 +354,7 @@ nm_active_connection_new (<em class="parameter"><code><a href="/usr/share/gtk-do <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.3.8.2.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -376,7 +376,7 @@ nm_active_connection_new (<em class="parameter"><code><a href="/usr/share/gtk-do </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.2.6"></a><h4>Returns</h4> +<a name="nm-active-connection-new.returns"></a><h4>Returns</h4> <p> a new active connection. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -386,11 +386,11 @@ nm_active_connection_new (<em class="parameter"><code><a href="/usr/share/gtk-do <a name="nm-active-connection-get-connection"></a><h3>nm_active_connection_get_connection ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_active_connection_get_connection (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p>Gets the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>'s DBus object path. This is often used with +<p>Gets the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a>'s DBus object path. This is often used with <a class="link" href="NMRemoteSettings.html#nm-remote-settings-get-connection-by-path" title="nm_remote_settings_get_connection_by_path ()"><code class="function">nm_remote_settings_get_connection_by_path()</code></a> to retrieve the <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="type">NMRemoteConnection</span></a> object that describes the connection.</p> <div class="refsect3"> -<a name="id-1.3.3.8.3.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -405,8 +405,8 @@ nm_active_connection_get_connection (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.3.6"></a><h4>Returns</h4> -<p> the object path of the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> which this <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> +<a name="nm-active-connection-get-connection.returns"></a><h4>Returns</h4> +<p> the object path of the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> which this <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> is an active instance of. This is the internal string used by the connection, and must not be modified.</p> </div> @@ -416,9 +416,9 @@ connection, and must not be modified.</p> <a name="nm-active-connection-get-id"></a><h3>nm_active_connection_get_id ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_active_connection_get_id (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p>Gets the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>'s ID.</p> +<p>Gets the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a>'s ID.</p> <div class="refsect3"> -<a name="id-1.3.3.8.4.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -433,8 +433,8 @@ nm_active_connection_get_id (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.4.6"></a><h4>Returns</h4> -<p> the ID of the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> that backs the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. +<a name="nm-active-connection-get-id.returns"></a><h4>Returns</h4> +<p> the ID of the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> that backs the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. This is the internal string used by the connection, and must not be modified.</p> </div> <p class="since">Since: 0.9.10</p> @@ -444,9 +444,9 @@ This is the internal string used by the connection, and must not be modified.</p <a name="nm-active-connection-get-uuid"></a><h3>nm_active_connection_get_uuid ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_active_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p>Gets the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>'s UUID.</p> +<p>Gets the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a>'s UUID.</p> <div class="refsect3"> -<a name="id-1.3.3.8.5.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-uuid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -461,8 +461,8 @@ nm_active_connection_get_uuid (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.5.6"></a><h4>Returns</h4> -<p> the UUID of the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> that backs the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. +<a name="nm-active-connection-get-uuid.returns"></a><h4>Returns</h4> +<p> the UUID of the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> that backs the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. This is the internal string used by the connection, and must not be modified.</p> </div> </div> @@ -472,9 +472,9 @@ This is the internal string used by the connection, and must not be modified.</p <pre class="programlisting">const <span class="returnvalue">char</span> * nm_active_connection_get_connection_type (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p>Gets the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>'s type.</p> +<p>Gets the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a>'s type.</p> <div class="refsect3"> -<a name="id-1.3.3.8.6.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-connection-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -489,8 +489,8 @@ nm_active_connection_get_connection_type </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.6.6"></a><h4>Returns</h4> -<p> the type of the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> that backs the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. +<a name="nm-active-connection-get-connection-type.returns"></a><h4>Returns</h4> +<p> the type of the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> that backs the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. This is the internal string used by the connection, and must not be modified.</p> </div> <p class="since">Since: 0.9.10</p> @@ -503,7 +503,7 @@ nm_active_connection_get_specific_object (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> <p>Gets the "specific object" used at the activation.</p> <div class="refsect3"> -<a name="id-1.3.3.8.7.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-specific-object.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -518,7 +518,7 @@ nm_active_connection_get_specific_object </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.7.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-specific-object.returns"></a><h4>Returns</h4> <p> the specific object's DBus path. This is the internal string used by the connection, and must not be modified.</p> </div> @@ -528,9 +528,9 @@ connection, and must not be modified.</p> <a name="nm-active-connection-get-devices"></a><h3>nm_active_connection_get_devices ()</h3> <pre class="programlisting">const <span class="returnvalue">GPtrArray</span> * nm_active_connection_get_devices (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p>Gets the <a href="NMDevice.html"><span class="type">NMDevices</span></a> used for the active connections.</p> +<p>Gets the <a href="/usr/share/gtk-doc/html/libnm/NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> used for the active connections.</p> <div class="refsect3"> -<a name="id-1.3.3.8.8.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-devices.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -545,8 +545,8 @@ nm_active_connection_get_devices (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.8.6"></a><h4>Returns</h4> -<p> the <span class="type">GPtrArray</span> containing <a href="NMDevice.html"><span class="type">NMDevices</span></a>. +<a name="nm-active-connection-get-devices.returns"></a><h4>Returns</h4> +<p> the <span class="type">GPtrArray</span> containing <a href="/usr/share/gtk-doc/html/libnm/NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a>. This is the internal copy used by the connection, and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMDevice]</span></p> </div> @@ -558,7 +558,7 @@ This is the internal copy used by the connection, and must not be modified. </p> nm_active_connection_get_state (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> <p>Gets the active connection's state.</p> <div class="refsect3"> -<a name="id-1.3.3.8.9.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-state.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -573,7 +573,7 @@ nm_active_connection_get_state (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.9.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-state.returns"></a><h4>Returns</h4> <p> the state</p> </div> </div> @@ -584,7 +584,7 @@ nm_active_connection_get_state (<em class="parameter"><code><a class="link" href nm_active_connection_get_master (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> <p>Gets the path to the master <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> of the connection.</p> <div class="refsect3"> -<a name="id-1.3.3.8.10.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-master.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -599,7 +599,7 @@ nm_active_connection_get_master (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.10.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-master.returns"></a><h4>Returns</h4> <p> the path of the master <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> of the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. This is the internal string used by the connection, and must not be modified.</p> </div> @@ -612,7 +612,7 @@ nm_active_connection_get_default (<em class="parameter"><code><a class="link" hr <p>Whether the active connection is the default IPv4 one (that is, is used for the default IPv4 route and DNS information).</p> <div class="refsect3"> -<a name="id-1.3.3.8.11.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-default.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -627,7 +627,7 @@ the default IPv4 route and DNS information).</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.11.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-default.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the active connection is the default IPv4 connection</p> </div> </div> @@ -638,7 +638,7 @@ the default IPv4 route and DNS information).</p> nm_active_connection_get_ip4_config (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> <p>Gets the current <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> associated with the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.3.8.12.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-ip4-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -653,7 +653,7 @@ nm_active_connection_get_ip4_config (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.12.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-ip4-config.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>, or <code class="literal">NULL</code> if the connection is not in the <a href="/usr/share/gtk-doc/html/libnm-util/libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATED:CAPS"><code class="literal">NM_ACTIVE_CONNECTION_STATE_ACTIVATED</code></a> state. </p> @@ -669,7 +669,7 @@ nm_active_connection_get_dhcp4_config (<em class="parameter"><code><a class="lin <p>Gets the current <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> (if any) associated with the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.3.8.13.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-dhcp4-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -684,7 +684,7 @@ nm_active_connection_get_dhcp4_config (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.13.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-dhcp4-config.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a>, or <code class="literal">NULL</code> if the connection does not use DHCP, or is not in the <a href="/usr/share/gtk-doc/html/libnm-util/libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATED:CAPS"><code class="literal">NM_ACTIVE_CONNECTION_STATE_ACTIVATED</code></a> state. </p> @@ -700,7 +700,7 @@ nm_active_connection_get_default6 (<em class="parameter"><code><a class="link" h <p>Whether the active connection is the default IPv6 one (that is, is used for the default IPv6 route and DNS information).</p> <div class="refsect3"> -<a name="id-1.3.3.8.14.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-default6.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -715,7 +715,7 @@ the default IPv6 route and DNS information).</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.14.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-default6.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the active connection is the default IPv6 connection</p> </div> </div> @@ -726,7 +726,7 @@ the default IPv6 route and DNS information).</p> nm_active_connection_get_ip6_config (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> <p>Gets the current <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> associated with the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.3.8.15.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-ip6-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -741,7 +741,7 @@ nm_active_connection_get_ip6_config (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.15.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-ip6-config.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>, or <code class="literal">NULL</code> if the connection is not in the <a href="/usr/share/gtk-doc/html/libnm-util/libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATED:CAPS"><code class="literal">NM_ACTIVE_CONNECTION_STATE_ACTIVATED</code></a> state. </p> @@ -757,7 +757,7 @@ nm_active_connection_get_dhcp6_config (<em class="parameter"><code><a class="lin <p>Gets the current <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> (if any) associated with the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.3.8.16.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-dhcp6-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -772,7 +772,7 @@ nm_active_connection_get_dhcp6_config (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.16.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-dhcp6-config.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a>, or <code class="literal">NULL</code> if the connection does not use DHCPv6, or is not in the <a href="/usr/share/gtk-doc/html/libnm-util/libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATED:CAPS"><code class="literal">NM_ACTIVE_CONNECTION_STATE_ACTIVATED</code></a> state. </p> @@ -787,7 +787,7 @@ connection does not use DHCPv6, or is not in the nm_active_connection_get_vpn (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> <p>Whether the active connection is a VPN connection.</p> <div class="refsect3"> -<a name="id-1.3.3.8.17.5"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-vpn.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -802,7 +802,7 @@ nm_active_connection_get_vpn (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.8.17.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-vpn.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the active connection is a VPN connection</p> </div> <p class="since">Since: 0.9.10</p> @@ -1026,6 +1026,6 @@ nm_active_connection_get_vpn (<em class="parameter"><code><a class="link" href=" </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMClient.html b/docs/libnm-glib/html/NMClient.html index 141c56ba..30f6f640 100644 --- a/docs/libnm-glib/html/NMClient.html +++ b/docs/libnm-glib/html/NMClient.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="ch02.html" title="libnm-glib API Reference"> <link rel="next" href="NMActiveConnection.html" title="NMActiveConnection"> -<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"> @@ -606,7 +606,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="nm-client-error-quark.returns"></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> <p class="since">Since: 0.9.10</p> @@ -624,7 +624,7 @@ that.</p> control them. To access and modify network configuration data, use the <a class="link" href="NMRemoteSettings.html" title="NMRemoteSettings"><span class="type">NMRemoteSettings</span></a> object.</p> <div class="refsect3"> -<a name="id-1.3.2.9.3.7"></a><h4>Returns</h4> +<a name="nm-client-new.returns"></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> @@ -644,7 +644,7 @@ the callback can be invoked with two first parameters as NULL.</p> control them. To access and modify network configuration data, use the <a class="link" href="NMRemoteSettings.html" title="NMRemoteSettings"><span class="type">NMRemoteSettings</span></a> object.</p> <div class="refsect3"> -<a name="id-1.3.2.9.4.6"></a><h4>Parameters</h4> +<a name="nm-client-new-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -680,7 +680,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="nm-client-new-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -702,7 +702,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="nm-client-new-finish.returns"></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> @@ -716,7 +716,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.6.5"></a><h4>Parameters</h4> +<a name="nm-client-get-devices.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -731,9 +731,9 @@ 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.6.6"></a><h4>Returns</h4> +<a name="nm-client-get-devices.returns"></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 +containing all the <a href="/usr/share/gtk-doc/html/libnm/NMDevice.html#NMDevice-struct"><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> <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> NMDevice]</span></p> </div> @@ -752,7 +752,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.7.6"></a><h4>Parameters</h4> +<a name="nm-client-get-all-devices.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -767,9 +767,9 @@ 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.7.7"></a><h4>Returns</h4> +<a name="nm-client-get-all-devices.returns"></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 +containing all the <a href="/usr/share/gtk-doc/html/libnm/NMDevice.html#NMDevice-struct"><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> <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> NMDevice]</span></p> </div> @@ -783,7 +783,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.8.5"></a><h4>Parameters</h4> +<a name="nm-client-get-device-by-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -805,7 +805,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.8.6"></a><h4>Returns</h4> +<a name="nm-client-get-device-by-path.returns"></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> @@ -819,7 +819,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.9.5"></a><h4>Parameters</h4> +<a name="nm-client-get-device-by-iface.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -841,7 +841,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.9.6"></a><h4>Returns</h4> +<a name="nm-client-get-device-by-iface.returns"></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> @@ -861,7 +861,7 @@ or <code class="literal">NULL</code> if none is found. </p> <a name="nm-client-activate-connection"></a><h3>nm_client_activate_connection ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_client_activate_connection (<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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><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><a class="link" href="NMClient.html#NMClientActivateFn" title="NMClientActivateFn ()"><span class="type">NMClientActivateFn</span></a> callback</code></em>, @@ -884,7 +884,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.11.7"></a><h4>Parameters</h4> +<a name="nm-client-activate-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -899,7 +899,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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><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> @@ -948,7 +948,7 @@ details of the newly added connection. </p></td> <a name="nm-client-add-and-activate-connection"></a><h3>nm_client_add_and_activate_connection ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_client_add_and_activate_connection (<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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><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><a class="link" href="NMClient.html#NMClientAddActivateFn" title="NMClientAddActivateFn ()"><span class="type">NMClientAddActivateFn</span></a> callback</code></em>, @@ -962,7 +962,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.13.6"></a><h4>Parameters</h4> +<a name="nm-client-add-and-activate-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -977,7 +977,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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><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> @@ -1023,7 +1023,7 @@ nm_client_deactivate_connection (<em class="parameter"><code><a class="link" hre <em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *active</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.14.5"></a><h4>Parameters</h4> +<a name="nm-client-deactivate-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1052,7 +1052,7 @@ nm_client_deactivate_connection (<em class="parameter"><code><a class="link" hre 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.15.5"></a><h4>Parameters</h4> +<a name="nm-client-networking-get-enabled.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1067,7 +1067,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.15.6"></a><h4>Returns</h4> +<a name="nm-client-networking-get-enabled.returns"></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> @@ -1081,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.16.5"></a><h4>Parameters</h4> +<a name="nm-client-networking-set-enabled.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1110,7 +1110,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.17.5"></a><h4>Parameters</h4> +<a name="nm-client-wireless-get-enabled.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1125,7 +1125,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.17.6"></a><h4>Returns</h4> +<a name="nm-client-wireless-get-enabled.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if wireless is enabled</p> </div> </div> @@ -1137,7 +1137,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.18.5"></a><h4>Parameters</h4> +<a name="nm-client-wireless-set-enabled.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1167,7 +1167,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.19.5"></a><h4>Parameters</h4> +<a name="nm-client-wireless-hardware-get-enabled.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1182,7 +1182,7 @@ nm_client_wireless_hardware_get_enabled </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.19.6"></a><h4>Returns</h4> +<a name="nm-client-wireless-hardware-get-enabled.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the wireless hardware is enabled</p> </div> </div> @@ -1193,7 +1193,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.20.5"></a><h4>Parameters</h4> +<a name="nm-client-wwan-get-enabled.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1208,7 +1208,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.20.6"></a><h4>Returns</h4> +<a name="nm-client-wwan-get-enabled.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if WWAN is enabled</p> </div> </div> @@ -1220,7 +1220,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.21.5"></a><h4>Parameters</h4> +<a name="nm-client-wwan-set-enabled.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1249,7 +1249,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.22.5"></a><h4>Parameters</h4> +<a name="nm-client-wwan-hardware-get-enabled.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1264,7 +1264,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.22.6"></a><h4>Returns</h4> +<a name="nm-client-wwan-hardware-get-enabled.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the WWAN hardware is enabled</p> </div> </div> @@ -1275,7 +1275,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.23.5"></a><h4>Parameters</h4> +<a name="nm-client-wimax-get-enabled.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1290,7 +1290,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.23.6"></a><h4>Returns</h4> +<a name="nm-client-wimax-get-enabled.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if WiMAX is enabled</p> </div> </div> @@ -1302,7 +1302,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.24.5"></a><h4>Parameters</h4> +<a name="nm-client-wimax-set-enabled.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1331,7 +1331,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.25.5"></a><h4>Parameters</h4> +<a name="nm-client-wimax-hardware-get-enabled.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1346,7 +1346,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.25.6"></a><h4>Returns</h4> +<a name="nm-client-wimax-hardware-get-enabled.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the WiMAX hardware is enabled</p> </div> </div> @@ -1357,7 +1357,7 @@ nm_client_wimax_hardware_get_enabled (<em class="parameter"><code><a class="link 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.26.5"></a><h4>Parameters</h4> +<a name="nm-client-get-version.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1372,7 +1372,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.26.6"></a><h4>Returns</h4> +<a name="nm-client-get-version.returns"></a><h4>Returns</h4> <p> string with the version</p> </div> </div> @@ -1383,7 +1383,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.27.5"></a><h4>Parameters</h4> +<a name="nm-client-get-state.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1398,7 +1398,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.27.6"></a><h4>Returns</h4> +<a name="nm-client-get-state.returns"></a><h4>Returns</h4> <p> the current <a href="/usr/share/gtk-doc/html/libnm-util/libnm-util-NetworkManager.html#NMState"><code class="literal">NMState</code></a></p> </div> </div> @@ -1410,7 +1410,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.28.5"></a><h4>Parameters</h4> +<a name="nm-client-get-startup.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1425,7 +1425,7 @@ connections at startup.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.28.6"></a><h4>Returns</h4> +<a name="nm-client-get-startup.returns"></a><h4>Returns</h4> <p> whether the daemon is still starting up</p> </div> <p class="since">Since: 0.9.10</p> @@ -1437,7 +1437,7 @@ connections at startup.</p> nm_client_get_manager_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.29.5"></a><h4>Parameters</h4> +<a name="nm-client-get-manager-running.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1452,7 +1452,7 @@ nm_client_get_manager_running (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.29.6"></a><h4>Returns</h4> +<a name="nm-client-get-manager-running.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the daemon is running</p> </div> </div> @@ -1463,7 +1463,7 @@ nm_client_get_manager_running (<em class="parameter"><code><a class="link" href= 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.30.5"></a><h4>Parameters</h4> +<a name="nm-client-get-active-connections.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1478,9 +1478,9 @@ 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.30.6"></a><h4>Returns</h4> +<a name="nm-client-get-active-connections.returns"></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>. +containing all the active <a href="/usr/share/gtk-doc/html/libnm/NMActiveConnection.html#NMActiveConnection-struct"><span class="type">NMActiveConnections</span></a>. The returned array is owned by the client and should not be modified. </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> NMActiveConnection]</span></p> </div> @@ -1493,7 +1493,7 @@ nm_client_sleep (<em class="parameter"><code><a class="link" href="NMClient.html <em class="parameter"><code><span class="type">gboolean</span> sleep_</code></em>);</pre> <p>Deprecated; use <a class="link" href="NMClient.html#nm-client-networking-set-enabled" title="nm_client_networking_set_enabled ()"><code class="function">nm_client_networking_set_enabled()</code></a> instead.</p> <div class="refsect3"> -<a name="id-1.3.2.9.31.5"></a><h4>Parameters</h4> +<a name="nm-client-sleep.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1524,7 +1524,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.32.5"></a><h4>Parameters</h4> +<a name="nm-client-get-permission-result.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1546,7 +1546,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.32.6"></a><h4>Returns</h4> +<a name="nm-client-get-permission-result.returns"></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> @@ -1560,7 +1560,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.33.5"></a><h4>Parameters</h4> +<a name="nm-client-get-logging.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1593,7 +1593,7 @@ a list of domains separated by ",". </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.33.6"></a><h4>Returns</h4> +<a name="nm-client-get-logging.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> otherwise</p> </div> <p class="since">Since: 0.9.8</p> @@ -1608,7 +1608,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.34.5"></a><h4>Parameters</h4> +<a name="nm-client-set-logging.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1641,7 +1641,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.34.6"></a><h4>Returns</h4> +<a name="nm-client-set-logging.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> otherwise</p> </div> <p class="since">Since: 0.9.8</p> @@ -1656,7 +1656,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.35.5"></a><h4>Parameters</h4> +<a name="nm-client-get-connectivity.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1671,7 +1671,7 @@ connectivity state first before returning any information.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.35.6"></a><h4>Returns</h4> +<a name="nm-client-get-connectivity.returns"></a><h4>Returns</h4> <p> the current connectivity state</p> </div> <p class="since">Since: 0.9.8.6</p> @@ -1689,7 +1689,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.36.6"></a><h4>Parameters</h4> +<a name="nm-client-check-connectivity.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1716,7 +1716,7 @@ if you do not want to block.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.36.7"></a><h4>Returns</h4> +<a name="nm-client-check-connectivity.returns"></a><h4>Returns</h4> <p> the (new) current connectivity state</p> </div> <p class="since">Since: 0.9.8.6</p> @@ -1735,7 +1735,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.37.5"></a><h4>Parameters</h4> +<a name="nm-client-check-connectivity-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1779,7 +1779,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.38.5"></a><h4>Parameters</h4> +<a name="nm-client-check-connectivity-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1806,7 +1806,7 @@ call.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.38.6"></a><h4>Returns</h4> +<a name="nm-client-check-connectivity-finish.returns"></a><h4>Returns</h4> <p> the (new) current connectivity state</p> </div> <p class="since">Since: 0.9.8.6</p> @@ -1826,7 +1826,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.39.7"></a><h4>Parameters</h4> +<a name="nm-client-get-primary-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1841,7 +1841,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.39.8"></a><h4>Returns</h4> +<a name="nm-client-get-primary-connection.returns"></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> @@ -1857,7 +1857,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.40.5"></a><h4>Parameters</h4> +<a name="nm-client-get-activating-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1872,7 +1872,7 @@ currently-activating connection that is expected to become the new </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.9.40.6"></a><h4>Returns</h4> +<a name="nm-client-get-activating-connection.returns"></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> @@ -1989,7 +1989,7 @@ any. </p> <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.19.4"></a><h4>Members</h4> +<a name="NMClientPermission.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2109,6 +2109,21 @@ clients can obtain to perform certain tasks on behalf of the current user.</p> <td class="enum_member_annotations"> </td> </tr> <tr> +<td class="enum_member_name"><p><a name="NM-CLIENT-PERMISSION-CHECKPOINT-ROLLBACK:CAPS"></a>NM_CLIENT_PERMISSION_CHECKPOINT_ROLLBACK</p></td> +<td class="enum_member_description"> +<p>permission to create checkpoints.</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="NM-CLIENT-PERMISSION-ENABLE-DISABLE-STATISTICS:CAPS"></a>NM_CLIENT_PERMISSION_ENABLE_DISABLE_STATISTICS</p></td> +<td class="enum_member_description"> +<p>controls whether device + statistics can be globally enabled or disabled</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> <td class="enum_member_name"><p><a name="NM-CLIENT-PERMISSION-LAST:CAPS"></a>NM_CLIENT_PERMISSION_LAST</p></td> <td class="enum_member_description"> <p>a reserved boundary value</p> @@ -2125,7 +2140,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.20.4"></a><h4>Members</h4> +<a name="NMClientPermissionResult.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2172,7 +2187,7 @@ the user requires to obtain a given <a class="link" href="NMClient.html#NMClient <a name="NMClientError"></a><h3>enum NMClientError</h3> <p>Describes errors that may result from operations involving 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.10.21.4"></a><h4>Members</h4> +<a name="NMClientError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2361,7 +2376,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="NMClient-any-device-added.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2399,7 +2414,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="NMClient-any-device-removed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2437,7 +2452,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.4.5"></a><h4>Parameters</h4> +<a name="NMClient-device-added.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2475,7 +2490,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.5.5"></a><h4>Parameters</h4> +<a name="NMClient-device-removed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2513,7 +2528,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.6.5"></a><h4>Parameters</h4> +<a name="NMClient-permission-changed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2549,6 +2564,6 @@ user_function (<a class="link" href="NMClient.html" title="NMClient"><span class </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDHCP4Config.html b/docs/libnm-glib/html/NMDHCP4Config.html index 87c74fef..2de212cd 100644 --- a/docs/libnm-glib/html/NMDHCP4Config.html +++ b/docs/libnm-glib/html/NMDHCP4Config.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMIP6Config.html" title="NMIP6Config"> <link rel="next" href="NMDHCP6Config.html" title="NMDHCP6Config"> -<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"> @@ -115,7 +115,7 @@ nm_dhcp4_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/htm <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre> <p>Creates a new <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.22.8.2.5"></a><h4>Parameters</h4> +<a name="nm-dhcp4-config-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -137,7 +137,7 @@ nm_dhcp4_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/htm </table></div> </div> <div class="refsect3"> -<a name="id-1.3.22.8.2.6"></a><h4>Returns</h4> +<a name="nm-dhcp4-config-new.returns"></a><h4>Returns</h4> <p> a new configuration. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -149,7 +149,7 @@ nm_dhcp4_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/htm nm_dhcp4_config_get_options (<em class="parameter"><code><a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> *config</code></em>);</pre> <p>Gets all the options contained in the configuration.</p> <div class="refsect3"> -<a name="id-1.3.22.8.3.5"></a><h4>Parameters</h4> +<a name="nm-dhcp4-config-get-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -164,7 +164,7 @@ nm_dhcp4_config_get_options (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.3.22.8.3.6"></a><h4>Returns</h4> +<a name="nm-dhcp4-config-get-options.returns"></a><h4>Returns</h4> <p> the <span class="type">GHashTable</span> containing strings for keys and values. This is the internal copy used by the configuration, and must not be modified. </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> utf8 GObject.Value]</span></p> @@ -178,7 +178,7 @@ nm_dhcp4_config_get_one_option (<em class="parameter"><code><a class="link" href <em class="parameter"><code>const <span class="type">char</span> *option</code></em>);</pre> <p>Gets one option by option name.</p> <div class="refsect3"> -<a name="id-1.3.22.8.4.5"></a><h4>Parameters</h4> +<a name="nm-dhcp4-config-get-one-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -200,7 +200,7 @@ nm_dhcp4_config_get_one_option (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.22.8.4.6"></a><h4>Returns</h4> +<a name="nm-dhcp4-config-get-one-option.returns"></a><h4>Returns</h4> <p> the configuration option's value. This is the internal string used by the configuration, and must not be modified.</p> </div> @@ -226,6 +226,6 @@ configuration, and must not be modified.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDHCP6Config.html b/docs/libnm-glib/html/NMDHCP6Config.html index 7b322c5e..0781de73 100644 --- a/docs/libnm-glib/html/NMDHCP6Config.html +++ b/docs/libnm-glib/html/NMDHCP6Config.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDHCP4Config.html" title="NMDHCP4Config"> <link rel="next" href="NMObject.html" title="NMObject"> -<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"> @@ -115,7 +115,7 @@ nm_dhcp6_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/htm <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre> <p>Creates a new <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.23.8.2.5"></a><h4>Parameters</h4> +<a name="nm-dhcp6-config-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -137,7 +137,7 @@ nm_dhcp6_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/htm </table></div> </div> <div class="refsect3"> -<a name="id-1.3.23.8.2.6"></a><h4>Returns</h4> +<a name="nm-dhcp6-config-new.returns"></a><h4>Returns</h4> <p> a new configuration. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -149,7 +149,7 @@ nm_dhcp6_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/htm nm_dhcp6_config_get_options (<em class="parameter"><code><a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> *config</code></em>);</pre> <p>Gets all the options contained in the configuration.</p> <div class="refsect3"> -<a name="id-1.3.23.8.3.5"></a><h4>Parameters</h4> +<a name="nm-dhcp6-config-get-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -164,7 +164,7 @@ nm_dhcp6_config_get_options (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.3.23.8.3.6"></a><h4>Returns</h4> +<a name="nm-dhcp6-config-get-options.returns"></a><h4>Returns</h4> <p> the <span class="type">GHashTable</span> containing strings for keys and values. This is the internal copy used by the configuration, and must not be modified. </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> utf8 GObject.Value]</span></p> @@ -178,7 +178,7 @@ nm_dhcp6_config_get_one_option (<em class="parameter"><code><a class="link" href <em class="parameter"><code>const <span class="type">char</span> *option</code></em>);</pre> <p>Gets one option by option name.</p> <div class="refsect3"> -<a name="id-1.3.23.8.4.5"></a><h4>Parameters</h4> +<a name="nm-dhcp6-config-get-one-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -200,7 +200,7 @@ nm_dhcp6_config_get_one_option (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.23.8.4.6"></a><h4>Returns</h4> +<a name="nm-dhcp6-config-get-one-option.returns"></a><h4>Returns</h4> <p> the configuration option's value. This is the internal string used by the configuration, and must not be modified.</p> </div> @@ -226,6 +226,6 @@ configuration, and must not be modified.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDevice.html b/docs/libnm-glib/html/NMDevice.html index f92c1585..2ea3996f 100644 --- a/docs/libnm-glib/html/NMDevice.html +++ b/docs/libnm-glib/html/NMDevice.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMActiveConnection.html" title="NMActiveConnection"> <link rel="next" href="NMDeviceEthernet.html" title="NMDeviceEthernet"> -<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"> @@ -668,7 +668,7 @@ nm_device_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.4.9.2.5"></a><h4>Returns</h4> +<a name="nm-device-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> errors.</p> </div> <p class="since">Since: 0.9.10</p> @@ -681,7 +681,7 @@ nm_device_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.4.9.3.5"></a><h4>Parameters</h4> +<a name="nm-device-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -703,7 +703,7 @@ nm_device_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.3.6"></a><h4>Returns</h4> +<a name="nm-device-new.returns"></a><h4>Returns</h4> <p> a new device. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -715,7 +715,7 @@ nm_device_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus nm_device_get_iface (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Gets the interface name of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.4.9.4.5"></a><h4>Parameters</h4> +<a name="nm-device-get-iface.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -730,7 +730,7 @@ nm_device_get_iface (<em class="parameter"><code><a class="link" href="NMDevice. </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.4.6"></a><h4>Returns</h4> +<a name="nm-device-get-iface.returns"></a><h4>Returns</h4> <p> the interface of the device. This is the internal string used by the device, and must not be modified.</p> </div> @@ -743,7 +743,7 @@ nm_device_get_ip_iface (<em class="parameter"><code><a class="link" href="NMDevi <p>Gets the IP interface name of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> over which IP traffic flows when the device is in the ACTIVATED state.</p> <div class="refsect3"> -<a name="id-1.3.4.9.5.5"></a><h4>Parameters</h4> +<a name="nm-device-get-ip-iface.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -758,7 +758,7 @@ when the device is in the ACTIVATED state.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.5.6"></a><h4>Returns</h4> +<a name="nm-device-get-ip-iface.returns"></a><h4>Returns</h4> <p> the IP traffic interface of the device. This is the internal string used by the device, and must not be modified.</p> </div> @@ -770,7 +770,7 @@ used by the device, and must not be modified.</p> nm_device_get_device_type (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Returns the numeric type of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>, ie Ethernet, Wi-Fi, etc.</p> <div class="refsect3"> -<a name="id-1.3.4.9.6.5"></a><h4>Parameters</h4> +<a name="nm-device-get-device-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -785,7 +785,7 @@ nm_device_get_device_type (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.6.6"></a><h4>Returns</h4> +<a name="nm-device-get-device-type.returns"></a><h4>Returns</h4> <p> the device type</p> </div> </div> @@ -796,7 +796,7 @@ nm_device_get_device_type (<em class="parameter"><code><a class="link" href="NMD nm_device_get_udi (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Gets the Unique Device Identifier of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.4.9.7.5"></a><h4>Parameters</h4> +<a name="nm-device-get-udi.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -811,7 +811,7 @@ nm_device_get_udi (<em class="parameter"><code><a class="link" href="NMDevice.ht </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.7.6"></a><h4>Returns</h4> +<a name="nm-device-get-udi.returns"></a><h4>Returns</h4> <p> the Unique Device Identifier of the device. This identifier may be used to gather more information about the device from various operating system services like udev or sysfs.</p> @@ -824,7 +824,7 @@ system services like udev or sysfs.</p> nm_device_get_driver (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Gets the driver of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.4.9.8.5"></a><h4>Parameters</h4> +<a name="nm-device-get-driver.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -839,7 +839,7 @@ nm_device_get_driver (<em class="parameter"><code><a class="link" href="NMDevice </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.8.6"></a><h4>Returns</h4> +<a name="nm-device-get-driver.returns"></a><h4>Returns</h4> <p> the driver of the device. This is the internal string used by the device, and must not be modified.</p> </div> @@ -851,7 +851,7 @@ device, and must not be modified.</p> nm_device_get_driver_version (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Gets the driver version of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.4.9.9.5"></a><h4>Parameters</h4> +<a name="nm-device-get-driver-version.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -866,7 +866,7 @@ nm_device_get_driver_version (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.9.6"></a><h4>Returns</h4> +<a name="nm-device-get-driver-version.returns"></a><h4>Returns</h4> <p> the version of the device driver. This is the internal string used by the device, and must not be modified.</p> </div> @@ -878,7 +878,7 @@ device, and must not be modified.</p> nm_device_get_firmware_version (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Gets the firmware version of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.4.9.10.5"></a><h4>Parameters</h4> +<a name="nm-device-get-firmware-version.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -893,7 +893,7 @@ nm_device_get_firmware_version (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.10.6"></a><h4>Returns</h4> +<a name="nm-device-get-firmware-version.returns"></a><h4>Returns</h4> <p> the firmware version of the device. This is the internal string used by the device, and must not be modified.</p> </div> @@ -907,7 +907,7 @@ nm_device_get_type_description (<em class="parameter"><code><a class="link" href <em class="parameter"><code>device</code></em> is.</p> <div class="refsect3"> -<a name="id-1.3.4.9.11.5"></a><h4>Parameters</h4> +<a name="nm-device-get-type-description.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -922,7 +922,7 @@ nm_device_get_type_description (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.11.6"></a><h4>Returns</h4> +<a name="nm-device-get-type-description.returns"></a><h4>Returns</h4> <p> the type description of the device. This is the internal string used by the device, and must not be modified.</p> </div> @@ -936,7 +936,7 @@ nm_device_get_hw_address (<em class="parameter"><code><a class="link" href="NMDe <p>Gets the current a hardware address (MAC) for the <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> -<a name="id-1.3.4.9.12.5"></a><h4>Parameters</h4> +<a name="nm-device-get-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -951,7 +951,7 @@ nm_device_get_hw_address (<em class="parameter"><code><a class="link" href="NMDe </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.12.6"></a><h4>Returns</h4> +<a name="nm-device-get-hw-address.returns"></a><h4>Returns</h4> <p> the current MAC of the device, or <code class="literal">NULL</code>. This is the internal string used by the device, and must not be modified.</p> </div> @@ -964,7 +964,7 @@ This is the internal string used by the device, and must not be modified.</p> nm_device_get_capabilities (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Gets the device' capabilities.</p> <div class="refsect3"> -<a name="id-1.3.4.9.13.5"></a><h4>Parameters</h4> +<a name="nm-device-get-capabilities.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -979,7 +979,7 @@ nm_device_get_capabilities (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.13.6"></a><h4>Returns</h4> +<a name="nm-device-get-capabilities.returns"></a><h4>Returns</h4> <p> the capabilities</p> </div> </div> @@ -990,7 +990,7 @@ nm_device_get_capabilities (<em class="parameter"><code><a class="link" href="NM nm_device_get_managed (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Whether the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> is managed by NetworkManager.</p> <div class="refsect3"> -<a name="id-1.3.4.9.14.5"></a><h4>Parameters</h4> +<a name="nm-device-get-managed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1005,7 +1005,7 @@ nm_device_get_managed (<em class="parameter"><code><a class="link" href="NMDevic </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.14.6"></a><h4>Returns</h4> +<a name="nm-device-get-managed.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device is managed by NetworkManager</p> </div> </div> @@ -1017,7 +1017,7 @@ nm_device_set_managed (<em class="parameter"><code><a class="link" href="NMDevic <em class="parameter"><code><span class="type">gboolean</span> managed</code></em>);</pre> <p>Enables or disables management of <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> by NetworkManager.</p> <div class="refsect3"> -<a name="id-1.3.4.9.15.5"></a><h4>Parameters</h4> +<a name="nm-device-set-managed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1047,7 +1047,7 @@ nm_device_set_managed (<em class="parameter"><code><a class="link" href="NMDevic nm_device_get_autoconnect (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Whether the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> can be autoconnected.</p> <div class="refsect3"> -<a name="id-1.3.4.9.16.5"></a><h4>Parameters</h4> +<a name="nm-device-get-autoconnect.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1062,7 +1062,7 @@ nm_device_get_autoconnect (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.16.6"></a><h4>Returns</h4> +<a name="nm-device-get-autoconnect.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device is allowed to be autoconnected</p> </div> </div> @@ -1074,7 +1074,7 @@ nm_device_set_autoconnect (<em class="parameter"><code><a class="link" href="NMD <em class="parameter"><code><span class="type">gboolean</span> autoconnect</code></em>);</pre> <p>Enables or disables automatic activation of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.4.9.17.5"></a><h4>Parameters</h4> +<a name="nm-device-set-autoconnect.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1104,7 +1104,7 @@ nm_device_get_firmware_missing (<em class="parameter"><code><a class="link" href <p>Indicates that firmware required for the device's operation is likely to be missing.</p> <div class="refsect3"> -<a name="id-1.3.4.9.18.5"></a><h4>Parameters</h4> +<a name="nm-device-get-firmware-missing.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1119,7 +1119,7 @@ to be missing.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.18.6"></a><h4>Returns</h4> +<a name="nm-device-get-firmware-missing.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if firmware required for the device's operation is likely to be missing.</p> </div> @@ -1134,7 +1134,7 @@ nm_device_get_ip4_config (<em class="parameter"><code><a class="link" href="NMDe <a class="link" href="NMActiveConnection.html#nm-active-connection-get-ip4-config" title="nm_active_connection_get_ip4_config ()"><code class="function">nm_active_connection_get_ip4_config()</code></a>, which also works with VPN connections.</p> <div class="refsect3"> -<a name="id-1.3.4.9.19.6"></a><h4>Parameters</h4> +<a name="nm-device-get-ip4-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1149,7 +1149,7 @@ connections.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.19.7"></a><h4>Returns</h4> +<a name="nm-device-get-ip4-config.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> or <code class="literal">NULL</code> if the device is not activated. </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> @@ -1164,7 +1164,7 @@ nm_device_get_dhcp4_config (<em class="parameter"><code><a class="link" href="NM <a class="link" href="NMActiveConnection.html#nm-active-connection-get-dhcp4-config" title="nm_active_connection_get_dhcp4_config ()"><code class="function">nm_active_connection_get_dhcp4_config()</code></a>, which also works with VPN connections.</p> <div class="refsect3"> -<a name="id-1.3.4.9.20.6"></a><h4>Parameters</h4> +<a name="nm-device-get-dhcp4-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1179,7 +1179,7 @@ connections.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.20.7"></a><h4>Returns</h4> +<a name="nm-device-get-dhcp4-config.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> or <code class="literal">NULL</code> if the device is not activated or not using DHCP. </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> @@ -1195,7 +1195,7 @@ nm_device_get_ip6_config (<em class="parameter"><code><a class="link" href="NMDe <a class="link" href="NMActiveConnection.html#nm-active-connection-get-ip6-config" title="nm_active_connection_get_ip6_config ()"><code class="function">nm_active_connection_get_ip6_config()</code></a>, which also works with VPN connections.</p> <div class="refsect3"> -<a name="id-1.3.4.9.21.6"></a><h4>Parameters</h4> +<a name="nm-device-get-ip6-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1210,7 +1210,7 @@ connections.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.21.7"></a><h4>Returns</h4> +<a name="nm-device-get-ip6-config.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> or <code class="literal">NULL</code> if the device is not activated. </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> @@ -1225,7 +1225,7 @@ nm_device_get_dhcp6_config (<em class="parameter"><code><a class="link" href="NM <a class="link" href="NMActiveConnection.html#nm-active-connection-get-dhcp6-config" title="nm_active_connection_get_dhcp6_config ()"><code class="function">nm_active_connection_get_dhcp6_config()</code></a>, which also works with VPN connections.</p> <div class="refsect3"> -<a name="id-1.3.4.9.22.6"></a><h4>Parameters</h4> +<a name="nm-device-get-dhcp6-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1240,7 +1240,7 @@ connections.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.22.7"></a><h4>Returns</h4> +<a name="nm-device-get-dhcp6-config.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> or <code class="literal">NULL</code> if the device is not activated or not using DHCP. </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> @@ -1253,7 +1253,7 @@ using DHCP. </p> nm_device_get_state (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Gets the current <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> state.</p> <div class="refsect3"> -<a name="id-1.3.4.9.23.5"></a><h4>Parameters</h4> +<a name="nm-device-get-state.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1268,7 +1268,7 @@ nm_device_get_state (<em class="parameter"><code><a class="link" href="NMDevice. </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.23.6"></a><h4>Returns</h4> +<a name="nm-device-get-state.returns"></a><h4>Returns</h4> <p> the current device state</p> </div> </div> @@ -1282,7 +1282,7 @@ nm_device_get_state_reason (<em class="parameter"><code><a class="link" href="NM the state (<em class="parameter"><code>reason</code></em> argument).</p> <div class="refsect3"> -<a name="id-1.3.4.9.24.5"></a><h4>Parameters</h4> +<a name="nm-device-get-state-reason.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1304,7 +1304,7 @@ the state (<em class="parameter"><code>reason</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.24.6"></a><h4>Returns</h4> +<a name="nm-device-get-state-reason.returns"></a><h4>Returns</h4> <p> the current device state</p> </div> </div> @@ -1315,7 +1315,7 @@ the state (<em class="parameter"><code>reason</code></em> nm_device_get_active_connection (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Gets the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> object which owns this device during activation.</p> <div class="refsect3"> -<a name="id-1.3.4.9.25.5"></a><h4>Parameters</h4> +<a name="nm-device-get-active-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1330,7 +1330,7 @@ nm_device_get_active_connection (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.25.6"></a><h4>Returns</h4> +<a name="nm-device-get-active-connection.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> or <code class="literal">NULL</code> if the device is not part of an active connection. </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> @@ -1341,11 +1341,11 @@ not part of an active connection. </p> <a name="nm-device-get-available-connections"></a><h3>nm_device_get_available_connections ()</h3> <pre class="programlisting">const <span class="returnvalue">GPtrArray</span> * nm_device_get_available_connections (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> -<p>Gets the <a href="NMRemoteConnection.html"><span class="type">NMRemoteConnections</span></a> currently known to the daemon that could +<p>Gets the <a href="/usr/share/gtk-doc/html/libnm/NMRemoteConnection.html#NMRemoteConnection-struct"><span class="type">NMRemoteConnections</span></a> currently known to the daemon that could be activated on <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> -<a name="id-1.3.4.9.26.5"></a><h4>Parameters</h4> +<a name="nm-device-get-available-connections.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1360,9 +1360,9 @@ be activated on <em class="parameter"><code>device</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.26.6"></a><h4>Returns</h4> +<a name="nm-device-get-available-connections.returns"></a><h4>Returns</h4> <p> the <span class="type">GPtrArray</span> -containing <a href="NMRemoteConnection.html"><span class="type">NMRemoteConnections</span></a>. This is the internal copy used by +containing <a href="/usr/share/gtk-doc/html/libnm/NMRemoteConnection.html#NMRemoteConnection-struct"><span class="type">NMRemoteConnections</span></a>. This is the internal copy used by the connection, and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMRemoteConnection]</span></p> </div> @@ -1375,10 +1375,10 @@ the connection, and must not be modified. </p> nm_device_get_physical_port_id (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Gets the physical port ID of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>. If non-<code class="literal">NULL</code>, this is an opaque string that can be used to recognize when -seemingly-unrelated <a href="NMDevice.html"><span class="type">NMDevices</span></a> are actually just different virtual +seemingly-unrelated <a href="/usr/share/gtk-doc/html/libnm/NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> are actually just different virtual ports on a single physical port. (Eg, NPAR / SR-IOV.)</p> <div class="refsect3"> -<a name="id-1.3.4.9.27.5"></a><h4>Parameters</h4> +<a name="nm-device-get-physical-port-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1393,7 +1393,7 @@ ports on a single physical port. (Eg, NPAR / SR-IOV.)</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.27.6"></a><h4>Returns</h4> +<a name="nm-device-get-physical-port-id.returns"></a><h4>Returns</h4> <p> the physical port ID of the device, or <code class="literal">NULL</code> if the port ID is unknown. This is the internal string used by the device and must not be modified.</p> @@ -1407,7 +1407,7 @@ must not be modified.</p> nm_device_get_mtu (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Gets the MTU of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.4.9.28.5"></a><h4>Parameters</h4> +<a name="nm-device-get-mtu.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1422,7 +1422,7 @@ nm_device_get_mtu (<em class="parameter"><code><a class="link" href="NMDevice.ht </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.28.6"></a><h4>Returns</h4> +<a name="nm-device-get-mtu.returns"></a><h4>Returns</h4> <p> the MTU of the device.</p> </div> <p class="since">Since: 0.9.10</p> @@ -1434,7 +1434,7 @@ nm_device_get_mtu (<em class="parameter"><code><a class="link" href="NMDevice.ht nm_device_is_software (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Whether the device is a software device.</p> <div class="refsect3"> -<a name="id-1.3.4.9.29.5"></a><h4>Parameters</h4> +<a name="nm-device-is-software.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1449,7 +1449,7 @@ nm_device_is_software (<em class="parameter"><code><a class="link" href="NMDevic </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.29.6"></a><h4>Returns</h4> +<a name="nm-device-is-software.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>device</code></em> is a software device, <code class="literal">FALSE</code> if it is a hardware device.</p> </div> @@ -1461,7 +1461,7 @@ is a software device, <code class="literal">FALSE</code> if it is a hardware dev <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_device_is_real (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.3.4.9.30.4"></a><h4>Parameters</h4> +<a name="nm-device-is-real.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1476,7 +1476,7 @@ nm_device_is_real (<em class="parameter"><code><a class="link" href="NMDevice.ht </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.30.5"></a><h4>Returns</h4> +<a name="nm-device-is-real.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device exists, or <code class="literal">FALSE</code> if it is a placeholder device that could be automatically created by NetworkManager if one of its <a class="link" href="NMDevice.html#NMDevice--available-connections" title="The “available-connections” property"><span class="type">“available-connections”</span></a> was activated.</p> @@ -1490,7 +1490,7 @@ that could be automatically created by NetworkManager if one of its nm_device_get_product (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Gets the product string of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.4.9.31.5"></a><h4>Parameters</h4> +<a name="nm-device-get-product.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1505,7 +1505,7 @@ nm_device_get_product (<em class="parameter"><code><a class="link" href="NMDevic </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.31.6"></a><h4>Returns</h4> +<a name="nm-device-get-product.returns"></a><h4>Returns</h4> <p> the product name of the device. This is the internal string used by the device, and must not be modified.</p> </div> @@ -1517,7 +1517,7 @@ device, and must not be modified.</p> nm_device_get_vendor (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Gets the vendor string of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.4.9.32.5"></a><h4>Parameters</h4> +<a name="nm-device-get-vendor.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1532,7 +1532,7 @@ nm_device_get_vendor (<em class="parameter"><code><a class="link" href="NMDevice </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.32.6"></a><h4>Returns</h4> +<a name="nm-device-get-vendor.returns"></a><h4>Returns</h4> <p> the vendor name of the device. This is the internal string used by the device, and must not be modified.</p> </div> @@ -1545,7 +1545,7 @@ nm_device_get_description (<em class="parameter"><code><a class="link" href="NMD <p>Gets a description of <em class="parameter"><code>device</code></em> , based on its vendor and product names.</p> <div class="refsect3"> -<a name="id-1.3.4.9.33.5"></a><h4>Parameters</h4> +<a name="nm-device-get-description.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1560,7 +1560,7 @@ nm_device_get_description (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.33.6"></a><h4>Returns</h4> +<a name="nm-device-get-description.returns"></a><h4>Returns</h4> <p> a description of <em class="parameter"><code>device</code></em> . If either the vendor or the product name is unknown, this returns the interface name.</p> @@ -1577,7 +1577,7 @@ nm_device_disambiguate_names (<em class="parameter"><code><a class="link" href=" devices in <em class="parameter"><code>devices</code></em> .</p> <div class="refsect3"> -<a name="id-1.3.4.9.34.5"></a><h4>Parameters</h4> +<a name="nm-device-disambiguate-names.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1600,7 +1600,7 @@ devices in <em class="parameter"><code>devices</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.34.6"></a><h4>Returns</h4> +<a name="nm-device-disambiguate-names.returns"></a><h4>Returns</h4> <p> the device names. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span></p> </div> @@ -1625,7 +1625,7 @@ nm_device_disconnect (<em class="parameter"><code><a class="link" href="NMDevice automatically connecting to networks until the next manual network connection request.</p> <div class="refsect3"> -<a name="id-1.3.4.9.36.5"></a><h4>Parameters</h4> +<a name="nm-device-disconnect.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1663,7 +1663,7 @@ nm_device_delete (<em class="parameter"><code><a class="link" href="NMDevice.htm <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Deletes the software device. Hardware devices can't be deleted.</p> <div class="refsect3"> -<a name="id-1.3.4.9.37.5"></a><h4>Parameters</h4> +<a name="nm-device-delete.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1710,7 +1710,7 @@ Ethernet, Bluetooth, Wi-Fi WPA connections, or any other connection that is incompatible with the device. To get the full list of connections see <a class="link" href="NMRemoteSettings.html#nm-remote-settings-list-connections" title="nm_remote_settings_list_connections ()"><code class="function">nm_remote_settings_list_connections()</code></a>.</p> <div class="refsect3"> -<a name="id-1.3.4.9.38.5"></a><h4>Parameters</h4> +<a name="nm-device-filter-connections.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1725,16 +1725,16 @@ incompatible with the device. To get the full list of connections see </tr> <tr> <td class="parameter_name"><p>connections</p></td> -<td class="parameter_description"><p> a list of <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> objects to filter. </p></td> +<td class="parameter_description"><p> a list of <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> objects to filter. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMConnection]</span></td> </tr> </tbody> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.38.6"></a><h4>Returns</h4> +<a name="nm-device-filter-connections.returns"></a><h4>Returns</h4> <p> a -list of <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> objects that could be activated with the given <em class="parameter"><code>device</code></em> +list of <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> objects that could be activated with the given <em class="parameter"><code>device</code></em> . The elements of the list are owned by their creator and should not be freed by the caller, but the returned list itself is owned by the caller and should @@ -1747,7 +1747,7 @@ be freed with <code class="function">g_slist_free()</code> when it is no longer <a name="nm-device-connection-valid"></a><h3>nm_device_connection_valid ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_device_connection_valid (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Validates a given connection for a given <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> object and returns whether the connection may be activated with the device. For example if <em class="parameter"><code>device</code></em> @@ -1757,7 +1757,7 @@ network, and will not be valid if it describes a WPA network, or if it is an Ethernet, Bluetooth, WWAN, etc connection that is incompatible with the device.</p> <div class="refsect3"> -<a name="id-1.3.4.9.39.5"></a><h4>Parameters</h4> +<a name="nm-device-connection-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1773,7 +1773,7 @@ against</p></td> </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> to validate against <em class="parameter"><code>device</code></em> +<td class="parameter_description"><p>an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> to validate against <em class="parameter"><code>device</code></em> </p></td> <td class="parameter_annotations"> </td> </tr> @@ -1781,7 +1781,7 @@ against</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.39.6"></a><h4>Returns</h4> +<a name="nm-device-connection-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection may be activated with this device, <code class="literal">FALSE</code> if is incompatible with the device's capabilities and characteristics.</p> </div> @@ -1791,7 +1791,7 @@ if is incompatible with the device's capabilities and characteristics.</p> <a name="nm-device-connection-compatible"></a><h3>nm_device_connection_compatible ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_device_connection_compatible (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Validates a given connection for a given <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> object and returns whether the connection may be activated with the device. For example if @@ -1805,7 +1805,7 @@ device.</p> compatibility of the given device and connection. But, in addition, it sets GError when FALSE is returned.</p> <div class="refsect3"> -<a name="id-1.3.4.9.40.6"></a><h4>Parameters</h4> +<a name="nm-device-connection-compatible.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1821,7 +1821,7 @@ against</p></td> </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> to validate against <em class="parameter"><code>device</code></em> +<td class="parameter_description"><p>an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> to validate against <em class="parameter"><code>device</code></em> </p></td> <td class="parameter_annotations"> </td> </tr> @@ -1834,7 +1834,7 @@ against</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.40.7"></a><h4>Returns</h4> +<a name="nm-device-connection-compatible.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection may be activated with this device, <code class="literal">FALSE</code> if is incompatible with the device's capabilities and characteristics.</p> </div> @@ -1844,11 +1844,11 @@ if is incompatible with the device's capabilities and characteristics.</p> <a name="nm-device-get-setting-type"></a><h3>nm_device_get_setting_type ()</h3> <pre class="programlisting"><span class="returnvalue">GType</span> nm_device_get_setting_type (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> -<p>Gets the (primary) <a href="/usr/share/gtk-doc/html/libnm-util/NMSetting.html"><span class="type">NMSetting</span></a> subtype associated with connections +<p>Gets the (primary) <a href="/usr/share/gtk-doc/html/libnm-util/NMSetting.html#NMSetting-struct"><span class="type">NMSetting</span></a> subtype associated with connections that can be used on <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> -<a name="id-1.3.4.9.41.5"></a><h4>Parameters</h4> +<a name="nm-device-get-setting-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1863,9 +1863,9 @@ that can be used on <em class="parameter"><code>device</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.4.9.41.6"></a><h4>Returns</h4> +<a name="nm-device-get-setting-type.returns"></a><h4>Returns</h4> <p> <em class="parameter"><code>device</code></em> -'s associated <a href="/usr/share/gtk-doc/html/libnm-util/NMSetting.html"><span class="type">NMSetting</span></a> type</p> +'s associated <a href="/usr/share/gtk-doc/html/libnm-util/NMSetting.html#NMSetting-struct"><span class="type">NMSetting</span></a> type</p> </div> <p class="since">Since: 0.9.10</p> </div> @@ -1884,7 +1884,7 @@ that can be used on <em class="parameter"><code>device</code></em> <div class="refsect2"> <a name="NMDeviceError"></a><h3>enum NMDeviceError</h3> <div class="refsect3"> -<a name="id-1.3.4.10.2.3"></a><h4>Members</h4> +<a name="NMDeviceError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2275,7 +2275,7 @@ user_function (<a class="link" href="NMDevice.html" title="NMDevice"><span class <span class="type">gpointer</span> user_data)</pre> <p>Notifies the state change of a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.4.12.2.5"></a><h4>Parameters</h4> +<a name="NMDevice-state-changed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2316,6 +2316,6 @@ user_function (<a class="link" href="NMDevice.html" title="NMDevice"><span class </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceAdsl.html b/docs/libnm-glib/html/NMDeviceAdsl.html index 3f108475..5d2f6c20 100644 --- a/docs/libnm-glib/html/NMDeviceAdsl.html +++ b/docs/libnm-glib/html/NMDeviceAdsl.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDeviceWimax.html" title="NMDeviceWimax"> <link rel="next" href="NMDeviceBond.html" title="NMDeviceBond"> -<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"> @@ -125,7 +125,7 @@ nm_device_adsl_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMDeviceAdsl.html" title="NMDeviceAdsl"><span class="type">NMDeviceAdsl</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.10.8.2.5"></a><h4>Returns</h4> +<a name="nm-device-adsl-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMDeviceAdsl.html" title="NMDeviceAdsl"><span class="type">NMDeviceAdsl</span></a> errors.</p> </div> </div> @@ -137,7 +137,7 @@ nm_device_adsl_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMDeviceAdsl.html" title="NMDeviceAdsl"><span class="type">NMDeviceAdsl</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.10.8.3.5"></a><h4>Parameters</h4> +<a name="nm-device-adsl-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -159,7 +159,7 @@ nm_device_adsl_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html </table></div> </div> <div class="refsect3"> -<a name="id-1.3.10.8.3.6"></a><h4>Returns</h4> +<a name="nm-device-adsl-new.returns"></a><h4>Returns</h4> <p> a new device. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -171,7 +171,7 @@ nm_device_adsl_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html nm_device_adsl_get_carrier (<em class="parameter"><code><a class="link" href="NMDeviceAdsl.html" title="NMDeviceAdsl"><span class="type">NMDeviceAdsl</span></a> *device</code></em>);</pre> <p>Whether the device has carrier.</p> <div class="refsect3"> -<a name="id-1.3.10.8.4.5"></a><h4>Parameters</h4> +<a name="nm-device-adsl-get-carrier.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -186,7 +186,7 @@ nm_device_adsl_get_carrier (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.3.10.8.4.6"></a><h4>Returns</h4> +<a name="nm-device-adsl-get-carrier.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device has carrier</p> </div> </div> @@ -196,7 +196,7 @@ nm_device_adsl_get_carrier (<em class="parameter"><code><a class="link" href="NM <div class="refsect2"> <a name="NMDeviceAdslError"></a><h3>enum NMDeviceAdslError</h3> <div class="refsect3"> -<a name="id-1.3.10.9.2.3"></a><h4>Members</h4> +<a name="NMDeviceAdslError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -254,6 +254,6 @@ nm_device_adsl_get_carrier (<em class="parameter"><code><a class="link" href="NM </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceBond.html b/docs/libnm-glib/html/NMDeviceBond.html index 7659084c..7a0324d7 100644 --- a/docs/libnm-glib/html/NMDeviceBond.html +++ b/docs/libnm-glib/html/NMDeviceBond.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDeviceAdsl.html" title="NMDeviceAdsl"> <link rel="next" href="NMDeviceBridge.html" title="NMDeviceBridge"> -<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"> @@ -161,7 +161,7 @@ nm_device_bond_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.11.8.2.5"></a><h4>Returns</h4> +<a name="nm-device-bond-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> errors.</p> </div> </div> @@ -173,7 +173,7 @@ nm_device_bond_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.11.8.3.5"></a><h4>Parameters</h4> +<a name="nm-device-bond-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -195,7 +195,7 @@ nm_device_bond_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html </table></div> </div> <div class="refsect3"> -<a name="id-1.3.11.8.3.6"></a><h4>Returns</h4> +<a name="nm-device-bond-new.returns"></a><h4>Returns</h4> <p> a new device. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -207,7 +207,7 @@ nm_device_bond_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html nm_device_bond_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> *device</code></em>);</pre> <p>Gets the hardware (MAC) address of the <a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a></p> <div class="refsect3"> -<a name="id-1.3.11.8.4.5"></a><h4>Parameters</h4> +<a name="nm-device-bond-get-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -222,7 +222,7 @@ nm_device_bond_get_hw_address (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.3.11.8.4.6"></a><h4>Returns</h4> +<a name="nm-device-bond-get-hw-address.returns"></a><h4>Returns</h4> <p> the hardware address. This is the internal string used by the device, and must not be modified.</p> </div> @@ -234,7 +234,7 @@ device, and must not be modified.</p> nm_device_bond_get_carrier (<em class="parameter"><code><a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> *device</code></em>);</pre> <p>Whether the device has carrier.</p> <div class="refsect3"> -<a name="id-1.3.11.8.5.5"></a><h4>Parameters</h4> +<a name="nm-device-bond-get-carrier.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -249,7 +249,7 @@ nm_device_bond_get_carrier (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.3.11.8.5.6"></a><h4>Returns</h4> +<a name="nm-device-bond-get-carrier.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device has carrier</p> </div> </div> @@ -261,7 +261,7 @@ nm_device_bond_get_slaves (<em class="parameter"><code><a class="link" href="NMD <p>Gets the devices currently slaved to <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> -<a name="id-1.3.11.8.6.5"></a><h4>Parameters</h4> +<a name="nm-device-bond-get-slaves.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -276,9 +276,9 @@ nm_device_bond_get_slaves (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.3.11.8.6.6"></a><h4>Returns</h4> +<a name="nm-device-bond-get-slaves.returns"></a><h4>Returns</h4> <p> the <span class="type">GPtrArray</span> containing -<a href="NMDevice.html"><span class="type">NMDevices</span></a> that are slaves of <em class="parameter"><code>device</code></em> +<a href="/usr/share/gtk-doc/html/libnm/NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> that are slaves of <em class="parameter"><code>device</code></em> . This is the internal copy used by the device, and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMDevice]</span></p> @@ -291,7 +291,7 @@ copy used by the device, and must not be modified. </p> <div class="refsect2"> <a name="NMDeviceBondError"></a><h3>enum NMDeviceBondError</h3> <div class="refsect3"> -<a name="id-1.3.11.9.2.3"></a><h4>Members</h4> +<a name="NMDeviceBondError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -384,6 +384,6 @@ copy used by the device, and must not be modified. </p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceBridge.html b/docs/libnm-glib/html/NMDeviceBridge.html index f0af6d6a..01410536 100644 --- a/docs/libnm-glib/html/NMDeviceBridge.html +++ b/docs/libnm-glib/html/NMDeviceBridge.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDeviceBond.html" title="NMDeviceBond"> <link rel="next" href="NMDeviceTeam.html" title="NMDeviceTeam"> -<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"> @@ -161,7 +161,7 @@ nm_device_bridge_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMDeviceBridge.html" title="NMDeviceBridge"><span class="type">NMDeviceBridge</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.12.8.2.5"></a><h4>Returns</h4> +<a name="nm-device-bridge-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMDeviceBridge.html" title="NMDeviceBridge"><span class="type">NMDeviceBridge</span></a> errors.</p> </div> <p class="since">Since: 0.9.8</p> @@ -174,7 +174,7 @@ nm_device_bridge_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/ht <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMDeviceBridge.html" title="NMDeviceBridge"><span class="type">NMDeviceBridge</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.12.8.3.5"></a><h4>Parameters</h4> +<a name="nm-device-bridge-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -196,7 +196,7 @@ nm_device_bridge_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/ht </table></div> </div> <div class="refsect3"> -<a name="id-1.3.12.8.3.6"></a><h4>Returns</h4> +<a name="nm-device-bridge-new.returns"></a><h4>Returns</h4> <p> a new device. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -209,7 +209,7 @@ nm_device_bridge_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/ht nm_device_bridge_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceBridge.html" title="NMDeviceBridge"><span class="type">NMDeviceBridge</span></a> *device</code></em>);</pre> <p>Gets the hardware (MAC) address of the <a class="link" href="NMDeviceBridge.html" title="NMDeviceBridge"><span class="type">NMDeviceBridge</span></a></p> <div class="refsect3"> -<a name="id-1.3.12.8.4.5"></a><h4>Parameters</h4> +<a name="nm-device-bridge-get-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -224,7 +224,7 @@ nm_device_bridge_get_hw_address (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.3.12.8.4.6"></a><h4>Returns</h4> +<a name="nm-device-bridge-get-hw-address.returns"></a><h4>Returns</h4> <p> the hardware address. This is the internal string used by the device, and must not be modified.</p> </div> @@ -237,7 +237,7 @@ device, and must not be modified.</p> nm_device_bridge_get_carrier (<em class="parameter"><code><a class="link" href="NMDeviceBridge.html" title="NMDeviceBridge"><span class="type">NMDeviceBridge</span></a> *device</code></em>);</pre> <p>Whether the device has carrier.</p> <div class="refsect3"> -<a name="id-1.3.12.8.5.5"></a><h4>Parameters</h4> +<a name="nm-device-bridge-get-carrier.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -252,7 +252,7 @@ nm_device_bridge_get_carrier (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.12.8.5.6"></a><h4>Returns</h4> +<a name="nm-device-bridge-get-carrier.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device has carrier</p> </div> <p class="since">Since: 0.9.8</p> @@ -265,7 +265,7 @@ nm_device_bridge_get_slaves (<em class="parameter"><code><a class="link" href="N <p>Gets the devices currently slaved to <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> -<a name="id-1.3.12.8.6.5"></a><h4>Parameters</h4> +<a name="nm-device-bridge-get-slaves.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -280,9 +280,9 @@ nm_device_bridge_get_slaves (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.3.12.8.6.6"></a><h4>Returns</h4> +<a name="nm-device-bridge-get-slaves.returns"></a><h4>Returns</h4> <p> the <span class="type">GPtrArray</span> containing -<a href="NMDevice.html"><span class="type">NMDevices</span></a> that are slaves of <em class="parameter"><code>device</code></em> +<a href="/usr/share/gtk-doc/html/libnm/NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> that are slaves of <em class="parameter"><code>device</code></em> . This is the internal copy used by the device, and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMDevice]</span></p> @@ -295,7 +295,7 @@ copy used by the device, and must not be modified. </p> <div class="refsect2"> <a name="NMDeviceBridgeError"></a><h3>enum NMDeviceBridgeError</h3> <div class="refsect3"> -<a name="id-1.3.12.9.2.3"></a><h4>Members</h4> +<a name="NMDeviceBridgeError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -391,6 +391,6 @@ copy used by the device, and must not be modified. </p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceBt.html b/docs/libnm-glib/html/NMDeviceBt.html index 75e07531..5ac77ae3 100644 --- a/docs/libnm-glib/html/NMDeviceBt.html +++ b/docs/libnm-glib/html/NMDeviceBt.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDeviceModem.html" title="NMDeviceModem"> <link rel="next" href="NMDeviceWimax.html" title="NMDeviceWimax"> -<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"> @@ -161,7 +161,7 @@ nm_device_bt_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.8.8.2.5"></a><h4>Returns</h4> +<a name="nm-device-bt-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> errors.</p> </div> </div> @@ -173,7 +173,7 @@ nm_device_bt_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/d <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.8.8.3.5"></a><h4>Parameters</h4> +<a name="nm-device-bt-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -195,7 +195,7 @@ nm_device_bt_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/d </table></div> </div> <div class="refsect3"> -<a name="id-1.3.8.8.3.6"></a><h4>Returns</h4> +<a name="nm-device-bt-new.returns"></a><h4>Returns</h4> <p> a new device. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -207,7 +207,7 @@ nm_device_bt_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/d nm_device_bt_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>);</pre> <p>Gets the hardware (MAC) address of the <a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a></p> <div class="refsect3"> -<a name="id-1.3.8.8.4.5"></a><h4>Parameters</h4> +<a name="nm-device-bt-get-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -222,7 +222,7 @@ nm_device_bt_get_hw_address (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.3.8.8.4.6"></a><h4>Returns</h4> +<a name="nm-device-bt-get-hw-address.returns"></a><h4>Returns</h4> <p> the hardware address. This is the internal string used by the device, and must not be modified.</p> </div> @@ -234,7 +234,7 @@ device, and must not be modified.</p> nm_device_bt_get_name (<em class="parameter"><code><a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>);</pre> <p>Gets the name of the <a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.8.8.5.5"></a><h4>Parameters</h4> +<a name="nm-device-bt-get-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -249,7 +249,7 @@ nm_device_bt_get_name (<em class="parameter"><code><a class="link" href="NMDevic </table></div> </div> <div class="refsect3"> -<a name="id-1.3.8.8.5.6"></a><h4>Returns</h4> +<a name="nm-device-bt-get-name.returns"></a><h4>Returns</h4> <p> the name of the device</p> </div> </div> @@ -260,7 +260,7 @@ nm_device_bt_get_name (<em class="parameter"><code><a class="link" href="NMDevic nm_device_bt_get_capabilities (<em class="parameter"><code><a class="link" href="NMDeviceBt.html" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>);</pre> <p>Returns the Bluetooth device's usable capabilities.</p> <div class="refsect3"> -<a name="id-1.3.8.8.6.5"></a><h4>Parameters</h4> +<a name="nm-device-bt-get-capabilities.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -275,7 +275,7 @@ nm_device_bt_get_capabilities (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.3.8.8.6.6"></a><h4>Returns</h4> +<a name="nm-device-bt-get-capabilities.returns"></a><h4>Returns</h4> <p> a combination of <a href="/usr/share/gtk-doc/html/libnm-util/libnm-util-NetworkManager.html#NMBluetoothCapabilities"><span class="type">NMBluetoothCapabilities</span></a></p> </div> </div> @@ -285,7 +285,7 @@ nm_device_bt_get_capabilities (<em class="parameter"><code><a class="link" href= <div class="refsect2"> <a name="NMDeviceBtError"></a><h3>enum NMDeviceBtError</h3> <div class="refsect3"> -<a name="id-1.3.8.9.2.3"></a><h4>Members</h4> +<a name="NMDeviceBtError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -392,6 +392,6 @@ nm_device_bt_get_capabilities (<em class="parameter"><code><a class="link" href= </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceEthernet.html b/docs/libnm-glib/html/NMDeviceEthernet.html index 655a0441..693d60eb 100644 --- a/docs/libnm-glib/html/NMDeviceEthernet.html +++ b/docs/libnm-glib/html/NMDeviceEthernet.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDevice.html" title="NMDevice"> <link rel="next" href="NMDeviceWifi.html" title="NMDeviceWifi"> -<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"> @@ -178,7 +178,7 @@ nm_device_ethernet_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.5.8.2.5"></a><h4>Returns</h4> +<a name="nm-device-ethernet-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> errors.</p> </div> </div> @@ -190,7 +190,7 @@ nm_device_ethernet_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/ <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.5.8.3.5"></a><h4>Parameters</h4> +<a name="nm-device-ethernet-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -212,7 +212,7 @@ nm_device_ethernet_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/ </table></div> </div> <div class="refsect3"> -<a name="id-1.3.5.8.3.6"></a><h4>Returns</h4> +<a name="nm-device-ethernet-new.returns"></a><h4>Returns</h4> <p> a new device. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -224,7 +224,7 @@ nm_device_ethernet_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/ nm_device_ethernet_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre> <p>Gets the active hardware (MAC) address of the <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a></p> <div class="refsect3"> -<a name="id-1.3.5.8.4.5"></a><h4>Parameters</h4> +<a name="nm-device-ethernet-get-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -239,7 +239,7 @@ nm_device_ethernet_get_hw_address (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.3.5.8.4.6"></a><h4>Returns</h4> +<a name="nm-device-ethernet-get-hw-address.returns"></a><h4>Returns</h4> <p> the active hardware address. This is the internal string used by the device, and must not be modified.</p> </div> @@ -252,7 +252,7 @@ nm_device_ethernet_get_permanent_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre> <p>Gets the permanent hardware (MAC) address of the <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a></p> <div class="refsect3"> -<a name="id-1.3.5.8.5.5"></a><h4>Parameters</h4> +<a name="nm-device-ethernet-get-permanent-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -267,7 +267,7 @@ nm_device_ethernet_get_permanent_hw_address </table></div> </div> <div class="refsect3"> -<a name="id-1.3.5.8.5.6"></a><h4>Returns</h4> +<a name="nm-device-ethernet-get-permanent-hw-address.returns"></a><h4>Returns</h4> <p> the permanent hardware address. This is the internal string used by the device, and must not be modified.</p> </div> @@ -279,7 +279,7 @@ device, and must not be modified.</p> nm_device_ethernet_get_speed (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre> <p>Gets the speed of the <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.5.8.6.5"></a><h4>Parameters</h4> +<a name="nm-device-ethernet-get-speed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -294,7 +294,7 @@ nm_device_ethernet_get_speed (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.5.8.6.6"></a><h4>Returns</h4> +<a name="nm-device-ethernet-get-speed.returns"></a><h4>Returns</h4> <p> the speed of the device</p> </div> </div> @@ -305,7 +305,7 @@ nm_device_ethernet_get_speed (<em class="parameter"><code><a class="link" href=" nm_device_ethernet_get_carrier (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre> <p>Whether the device has carrier.</p> <div class="refsect3"> -<a name="id-1.3.5.8.7.5"></a><h4>Parameters</h4> +<a name="nm-device-ethernet-get-carrier.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -320,7 +320,7 @@ nm_device_ethernet_get_carrier (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.5.8.7.6"></a><h4>Returns</h4> +<a name="nm-device-ethernet-get-carrier.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device has carrier</p> </div> </div> @@ -330,7 +330,7 @@ nm_device_ethernet_get_carrier (<em class="parameter"><code><a class="link" href <div class="refsect2"> <a name="NMDeviceEthernetError"></a><h3>enum NMDeviceEthernetError</h3> <div class="refsect3"> -<a name="id-1.3.5.9.2.3"></a><h4>Members</h4> +<a name="NMDeviceEthernetError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -444,6 +444,6 @@ nm_device_ethernet_get_carrier (<em class="parameter"><code><a class="link" href </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceGeneric.html b/docs/libnm-glib/html/NMDeviceGeneric.html index 58b7c9ca..154ac5e0 100644 --- a/docs/libnm-glib/html/NMDeviceGeneric.html +++ b/docs/libnm-glib/html/NMDeviceGeneric.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDeviceTeam.html" title="NMDeviceTeam"> <link rel="next" href="NMDeviceInfiniband.html" title="NMDeviceInfiniband"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -137,7 +137,7 @@ nm_device_generic_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMDeviceGeneric.html" title="NMDeviceGeneric"><span class="type">NMDeviceGeneric</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.14.8.2.5"></a><h4>Returns</h4> +<a name="nm-device-generic-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMDeviceGeneric.html" title="NMDeviceGeneric"><span class="type">NMDeviceGeneric</span></a> errors.</p> </div> <p class="since">Since: 0.9.10</p> @@ -150,7 +150,7 @@ nm_device_generic_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/h <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMDeviceGeneric.html" title="NMDeviceGeneric"><span class="type">NMDeviceGeneric</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.14.8.3.5"></a><h4>Parameters</h4> +<a name="nm-device-generic-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -172,7 +172,7 @@ nm_device_generic_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/h </table></div> </div> <div class="refsect3"> -<a name="id-1.3.14.8.3.6"></a><h4>Returns</h4> +<a name="nm-device-generic-new.returns"></a><h4>Returns</h4> <p> a new device. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -185,7 +185,7 @@ nm_device_generic_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/h nm_device_generic_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceGeneric.html" title="NMDeviceGeneric"><span class="type">NMDeviceGeneric</span></a> *device</code></em>);</pre> <p>Gets the hardware address of the <a class="link" href="NMDeviceGeneric.html" title="NMDeviceGeneric"><span class="type">NMDeviceGeneric</span></a></p> <div class="refsect3"> -<a name="id-1.3.14.8.4.5"></a><h4>Parameters</h4> +<a name="nm-device-generic-get-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -200,7 +200,7 @@ nm_device_generic_get_hw_address (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.3.14.8.4.6"></a><h4>Returns</h4> +<a name="nm-device-generic-get-hw-address.returns"></a><h4>Returns</h4> <p> the hardware address. This is the internal string used by the device, and must not be modified.</p> </div> @@ -212,7 +212,7 @@ device, and must not be modified.</p> <div class="refsect2"> <a name="NMDeviceGenericError"></a><h3>enum NMDeviceGenericError</h3> <div class="refsect3"> -<a name="id-1.3.14.9.2.3"></a><h4>Members</h4> +<a name="NMDeviceGenericError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -285,6 +285,6 @@ if not known.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceInfiniband.html b/docs/libnm-glib/html/NMDeviceInfiniband.html index bb9523d5..41a2fec8 100644 --- a/docs/libnm-glib/html/NMDeviceInfiniband.html +++ b/docs/libnm-glib/html/NMDeviceInfiniband.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDeviceGeneric.html" title="NMDeviceGeneric"> <link rel="next" href="NMDeviceVlan.html" title="NMDeviceVlan"> -<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"> @@ -144,7 +144,7 @@ nm_device_infiniband_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMDeviceInfiniband.html" title="NMDeviceInfiniband"><span class="type">NMDeviceInfiniband</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.15.8.2.5"></a><h4>Returns</h4> +<a name="nm-device-infiniband-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMDeviceInfiniband.html" title="NMDeviceInfiniband"><span class="type">NMDeviceInfiniband</span></a> errors.</p> </div> </div> @@ -156,7 +156,7 @@ nm_device_infiniband_new (<em class="parameter"><code><a href="/usr/share/gtk-do <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMDeviceInfiniband.html" title="NMDeviceInfiniband"><span class="type">NMDeviceInfiniband</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.15.8.3.5"></a><h4>Parameters</h4> +<a name="nm-device-infiniband-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -178,7 +178,7 @@ nm_device_infiniband_new (<em class="parameter"><code><a href="/usr/share/gtk-do </table></div> </div> <div class="refsect3"> -<a name="id-1.3.15.8.3.6"></a><h4>Returns</h4> +<a name="nm-device-infiniband-new.returns"></a><h4>Returns</h4> <p> a new device. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -190,7 +190,7 @@ nm_device_infiniband_new (<em class="parameter"><code><a href="/usr/share/gtk-do nm_device_infiniband_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceInfiniband.html" title="NMDeviceInfiniband"><span class="type">NMDeviceInfiniband</span></a> *device</code></em>);</pre> <p>Gets the hardware (MAC) address of the <a class="link" href="NMDeviceInfiniband.html" title="NMDeviceInfiniband"><span class="type">NMDeviceInfiniband</span></a></p> <div class="refsect3"> -<a name="id-1.3.15.8.4.5"></a><h4>Parameters</h4> +<a name="nm-device-infiniband-get-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -205,7 +205,7 @@ nm_device_infiniband_get_hw_address (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.15.8.4.6"></a><h4>Returns</h4> +<a name="nm-device-infiniband-get-hw-address.returns"></a><h4>Returns</h4> <p> the hardware address. This is the internal string used by the device, and must not be modified.</p> </div> @@ -217,7 +217,7 @@ device, and must not be modified.</p> nm_device_infiniband_get_carrier (<em class="parameter"><code><a class="link" href="NMDeviceInfiniband.html" title="NMDeviceInfiniband"><span class="type">NMDeviceInfiniband</span></a> *device</code></em>);</pre> <p>Whether the device has carrier.</p> <div class="refsect3"> -<a name="id-1.3.15.8.5.5"></a><h4>Parameters</h4> +<a name="nm-device-infiniband-get-carrier.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -232,7 +232,7 @@ nm_device_infiniband_get_carrier (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.3.15.8.5.6"></a><h4>Returns</h4> +<a name="nm-device-infiniband-get-carrier.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device has carrier</p> </div> </div> @@ -242,7 +242,7 @@ nm_device_infiniband_get_carrier (<em class="parameter"><code><a class="link" hr <div class="refsect2"> <a name="NMDeviceInfinibandError"></a><h3>enum NMDeviceInfinibandError</h3> <div class="refsect3"> -<a name="id-1.3.15.9.2.3"></a><h4>Members</h4> +<a name="NMDeviceInfinibandError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -328,6 +328,6 @@ nm_device_infiniband_get_carrier (<em class="parameter"><code><a class="link" hr </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceModem.html b/docs/libnm-glib/html/NMDeviceModem.html index 2c05df00..2fb335a1 100644 --- a/docs/libnm-glib/html/NMDeviceModem.html +++ b/docs/libnm-glib/html/NMDeviceModem.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDeviceWifi.html" title="NMDeviceWifi"> <link rel="next" href="NMDeviceBt.html" title="NMDeviceBt"> -<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"> @@ -136,7 +136,7 @@ nm_device_modem_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMDeviceModem.html" title="NMDeviceModem"><span class="type">NMDeviceModem</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.7.8.2.5"></a><h4>Returns</h4> +<a name="nm-device-modem-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMDeviceModem.html" title="NMDeviceModem"><span class="type">NMDeviceModem</span></a> errors.</p> </div> </div> @@ -150,7 +150,7 @@ nm_device_modem_get_modem_capabilities supports. Not all capabilities are available concurrently however; some may require a firmware reload or reinitialization.</p> <div class="refsect3"> -<a name="id-1.3.7.8.3.5"></a><h4>Parameters</h4> +<a name="nm-device-modem-get-modem-capabilities.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -165,7 +165,7 @@ may require a firmware reload or reinitialization.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.7.8.3.6"></a><h4>Returns</h4> +<a name="nm-device-modem-get-modem-capabilities.returns"></a><h4>Returns</h4> <p> the generic access technology families the modem supports</p> </div> </div> @@ -179,7 +179,7 @@ nm_device_modem_get_current_capabilities supports without a firmware reload or reinitialization. This value represents the network types the modem can immediately connect to.</p> <div class="refsect3"> -<a name="id-1.3.7.8.4.5"></a><h4>Parameters</h4> +<a name="nm-device-modem-get-current-capabilities.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -194,7 +194,7 @@ represents the network types the modem can immediately connect to.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.7.8.4.6"></a><h4>Returns</h4> +<a name="nm-device-modem-get-current-capabilities.returns"></a><h4>Returns</h4> <p> the generic access technology families the modem supports without a firmware reload or other reinitialization</p> </div> @@ -205,7 +205,7 @@ a firmware reload or other reinitialization</p> <div class="refsect2"> <a name="NMDeviceModemError"></a><h3>enum NMDeviceModemError</h3> <div class="refsect3"> -<a name="id-1.3.7.9.2.3"></a><h4>Members</h4> +<a name="NMDeviceModemError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -288,6 +288,6 @@ CDMA/EVDO and GSM/UMTS.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceOlpcMesh.html b/docs/libnm-glib/html/NMDeviceOlpcMesh.html index c48c4e36..bc958e4c 100644 --- a/docs/libnm-glib/html/NMDeviceOlpcMesh.html +++ b/docs/libnm-glib/html/NMDeviceOlpcMesh.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDeviceVlan.html" title="NMDeviceVlan"> <link rel="next" href="NMWimaxNsp.html" title="NMWimaxNsp"> -<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"> @@ -162,7 +162,7 @@ nm_device_olpc_mesh_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMDeviceOlpcMesh.html" title="NMDeviceOlpcMesh"><span class="type">NMDeviceOlpcMesh</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.17.8.2.5"></a><h4>Returns</h4> +<a name="nm-device-olpc-mesh-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMDeviceOlpcMesh.html" title="NMDeviceOlpcMesh"><span class="type">NMDeviceOlpcMesh</span></a> errors.</p> </div> </div> @@ -174,7 +174,7 @@ nm_device_olpc_mesh_new (<em class="parameter"><code><a href="/usr/share/gtk-doc <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMDeviceOlpcMesh.html" title="NMDeviceOlpcMesh"><span class="type">NMDeviceOlpcMesh</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.17.8.3.5"></a><h4>Parameters</h4> +<a name="nm-device-olpc-mesh-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -196,7 +196,7 @@ nm_device_olpc_mesh_new (<em class="parameter"><code><a href="/usr/share/gtk-doc </table></div> </div> <div class="refsect3"> -<a name="id-1.3.17.8.3.6"></a><h4>Returns</h4> +<a name="nm-device-olpc-mesh-new.returns"></a><h4>Returns</h4> <p> a new OlpcMesh device. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -208,7 +208,7 @@ nm_device_olpc_mesh_new (<em class="parameter"><code><a href="/usr/share/gtk-doc nm_device_olpc_mesh_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceOlpcMesh.html" title="NMDeviceOlpcMesh"><span class="type">NMDeviceOlpcMesh</span></a> *device</code></em>);</pre> <p>Gets the hardware (MAC) address of the <a class="link" href="NMDeviceOlpcMesh.html" title="NMDeviceOlpcMesh"><span class="type">NMDeviceOlpcMesh</span></a></p> <div class="refsect3"> -<a name="id-1.3.17.8.4.5"></a><h4>Parameters</h4> +<a name="nm-device-olpc-mesh-get-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -223,7 +223,7 @@ nm_device_olpc_mesh_get_hw_address (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.17.8.4.6"></a><h4>Returns</h4> +<a name="nm-device-olpc-mesh-get-hw-address.returns"></a><h4>Returns</h4> <p> the hardware address. This is the internal string used by the device, and must not be modified.</p> </div> @@ -235,7 +235,7 @@ device, and must not be modified.</p> nm_device_olpc_mesh_get_companion (<em class="parameter"><code><a class="link" href="NMDeviceOlpcMesh.html" title="NMDeviceOlpcMesh"><span class="type">NMDeviceOlpcMesh</span></a> *device</code></em>);</pre> <p>Gets the companion device of the <a class="link" href="NMDeviceOlpcMesh.html" title="NMDeviceOlpcMesh"><span class="type">NMDeviceOlpcMesh</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.17.8.5.5"></a><h4>Parameters</h4> +<a name="nm-device-olpc-mesh-get-companion.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -250,7 +250,7 @@ nm_device_olpc_mesh_get_companion (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.3.17.8.5.6"></a><h4>Returns</h4> +<a name="nm-device-olpc-mesh-get-companion.returns"></a><h4>Returns</h4> <p> the companion of the device of <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -263,7 +263,7 @@ nm_device_olpc_mesh_get_active_channel (<em class="parameter"><code><a class="link" href="NMDeviceOlpcMesh.html" title="NMDeviceOlpcMesh"><span class="type">NMDeviceOlpcMesh</span></a> *device</code></em>);</pre> <p>Returns the active channel of the <a class="link" href="NMDeviceOlpcMesh.html" title="NMDeviceOlpcMesh"><span class="type">NMDeviceOlpcMesh</span></a> device.</p> <div class="refsect3"> -<a name="id-1.3.17.8.6.5"></a><h4>Parameters</h4> +<a name="nm-device-olpc-mesh-get-active-channel.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -278,7 +278,7 @@ nm_device_olpc_mesh_get_active_channel </table></div> </div> <div class="refsect3"> -<a name="id-1.3.17.8.6.6"></a><h4>Returns</h4> +<a name="nm-device-olpc-mesh-get-active-channel.returns"></a><h4>Returns</h4> <p> active channel of the device</p> </div> </div> @@ -288,7 +288,7 @@ nm_device_olpc_mesh_get_active_channel <div class="refsect2"> <a name="NMDeviceOlpcMeshError"></a><h3>enum NMDeviceOlpcMeshError</h3> <div class="refsect3"> -<a name="id-1.3.17.9.2.3"></a><h4>Members</h4> +<a name="NMDeviceOlpcMeshError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -373,6 +373,6 @@ nm_device_olpc_mesh_get_active_channel </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceTeam.html b/docs/libnm-glib/html/NMDeviceTeam.html index 2195f9aa..b329e8a4 100644 --- a/docs/libnm-glib/html/NMDeviceTeam.html +++ b/docs/libnm-glib/html/NMDeviceTeam.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDeviceBridge.html" title="NMDeviceBridge"> <link rel="next" href="NMDeviceGeneric.html" title="NMDeviceGeneric"> -<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"> @@ -161,7 +161,7 @@ nm_device_team_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam"><span class="type">NMDeviceTeam</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.13.8.2.5"></a><h4>Returns</h4> +<a name="nm-device-team-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam"><span class="type">NMDeviceTeam</span></a> errors.</p> </div> <p class="since">Since: 0.9.10</p> @@ -174,7 +174,7 @@ nm_device_team_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam"><span class="type">NMDeviceTeam</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.13.8.3.5"></a><h4>Parameters</h4> +<a name="nm-device-team-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -196,7 +196,7 @@ nm_device_team_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html </table></div> </div> <div class="refsect3"> -<a name="id-1.3.13.8.3.6"></a><h4>Returns</h4> +<a name="nm-device-team-new.returns"></a><h4>Returns</h4> <p> a new device. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -209,7 +209,7 @@ nm_device_team_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html nm_device_team_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam"><span class="type">NMDeviceTeam</span></a> *device</code></em>);</pre> <p>Gets the hardware (MAC) address of the <a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam"><span class="type">NMDeviceTeam</span></a></p> <div class="refsect3"> -<a name="id-1.3.13.8.4.5"></a><h4>Parameters</h4> +<a name="nm-device-team-get-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -224,7 +224,7 @@ nm_device_team_get_hw_address (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.3.13.8.4.6"></a><h4>Returns</h4> +<a name="nm-device-team-get-hw-address.returns"></a><h4>Returns</h4> <p> the hardware address. This is the internal string used by the device, and must not be modified.</p> </div> @@ -237,7 +237,7 @@ device, and must not be modified.</p> nm_device_team_get_carrier (<em class="parameter"><code><a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam"><span class="type">NMDeviceTeam</span></a> *device</code></em>);</pre> <p>Whether the device has carrier.</p> <div class="refsect3"> -<a name="id-1.3.13.8.5.5"></a><h4>Parameters</h4> +<a name="nm-device-team-get-carrier.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -252,7 +252,7 @@ nm_device_team_get_carrier (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.3.13.8.5.6"></a><h4>Returns</h4> +<a name="nm-device-team-get-carrier.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device has carrier</p> </div> <p class="since">Since: 0.9.10</p> @@ -265,7 +265,7 @@ nm_device_team_get_slaves (<em class="parameter"><code><a class="link" href="NMD <p>Gets the devices currently enslaved to <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> -<a name="id-1.3.13.8.6.5"></a><h4>Parameters</h4> +<a name="nm-device-team-get-slaves.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -280,9 +280,9 @@ nm_device_team_get_slaves (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.3.13.8.6.6"></a><h4>Returns</h4> +<a name="nm-device-team-get-slaves.returns"></a><h4>Returns</h4> <p> the <span class="type">GPtrArray</span> containing -<a href="NMDevice.html"><span class="type">NMDevices</span></a> that are slaves of <em class="parameter"><code>device</code></em> +<a href="/usr/share/gtk-doc/html/libnm/NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> that are slaves of <em class="parameter"><code>device</code></em> . This is the internal copy used by the device, and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMDevice]</span></p> @@ -295,7 +295,7 @@ copy used by the device, and must not be modified. </p> <div class="refsect2"> <a name="NMDeviceTeamError"></a><h3>enum NMDeviceTeamError</h3> <div class="refsect3"> -<a name="id-1.3.13.9.2.3"></a><h4>Members</h4> +<a name="NMDeviceTeamError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -387,6 +387,6 @@ copy used by the device, and must not be modified. </p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceVlan.html b/docs/libnm-glib/html/NMDeviceVlan.html index 51c89f0d..b3e89dc8 100644 --- a/docs/libnm-glib/html/NMDeviceVlan.html +++ b/docs/libnm-glib/html/NMDeviceVlan.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDeviceInfiniband.html" title="NMDeviceInfiniband"> <link rel="next" href="NMDeviceOlpcMesh.html" title="NMDeviceOlpcMesh"> -<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"> @@ -179,7 +179,7 @@ nm_device_vlan_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMDeviceVlan.html" title="NMDeviceVlan"><span class="type">NMDeviceVlan</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.16.8.2.5"></a><h4>Returns</h4> +<a name="nm-device-vlan-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMDeviceVlan.html" title="NMDeviceVlan"><span class="type">NMDeviceVlan</span></a> errors.</p> </div> </div> @@ -191,7 +191,7 @@ nm_device_vlan_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMDeviceVlan.html" title="NMDeviceVlan"><span class="type">NMDeviceVlan</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.16.8.3.5"></a><h4>Parameters</h4> +<a name="nm-device-vlan-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -213,7 +213,7 @@ nm_device_vlan_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html </table></div> </div> <div class="refsect3"> -<a name="id-1.3.16.8.3.6"></a><h4>Returns</h4> +<a name="nm-device-vlan-new.returns"></a><h4>Returns</h4> <p> a new device. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -225,7 +225,7 @@ nm_device_vlan_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html nm_device_vlan_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceVlan.html" title="NMDeviceVlan"><span class="type">NMDeviceVlan</span></a> *device</code></em>);</pre> <p>Gets the hardware (MAC) address of the <a class="link" href="NMDeviceVlan.html" title="NMDeviceVlan"><span class="type">NMDeviceVlan</span></a></p> <div class="refsect3"> -<a name="id-1.3.16.8.4.5"></a><h4>Parameters</h4> +<a name="nm-device-vlan-get-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -240,7 +240,7 @@ nm_device_vlan_get_hw_address (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.3.16.8.4.6"></a><h4>Returns</h4> +<a name="nm-device-vlan-get-hw-address.returns"></a><h4>Returns</h4> <p> the hardware address. This is the internal string used by the device, and must not be modified.</p> </div> @@ -252,7 +252,7 @@ device, and must not be modified.</p> nm_device_vlan_get_carrier (<em class="parameter"><code><a class="link" href="NMDeviceVlan.html" title="NMDeviceVlan"><span class="type">NMDeviceVlan</span></a> *device</code></em>);</pre> <p>Whether the device has carrier.</p> <div class="refsect3"> -<a name="id-1.3.16.8.5.5"></a><h4>Parameters</h4> +<a name="nm-device-vlan-get-carrier.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -267,7 +267,7 @@ nm_device_vlan_get_carrier (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.3.16.8.5.6"></a><h4>Returns</h4> +<a name="nm-device-vlan-get-carrier.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device has carrier</p> </div> </div> @@ -277,7 +277,7 @@ nm_device_vlan_get_carrier (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><a class="link" href="NMDevice.html" title="NMDevice"><span class="returnvalue">NMDevice</span></a> * nm_device_vlan_get_parent (<em class="parameter"><code><a class="link" href="NMDeviceVlan.html" title="NMDeviceVlan"><span class="type">NMDeviceVlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.3.16.8.6.4"></a><h4>Parameters</h4> +<a name="nm-device-vlan-get-parent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -292,7 +292,7 @@ nm_device_vlan_get_parent (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.3.16.8.6.5"></a><h4>Returns</h4> +<a name="nm-device-vlan-get-parent.returns"></a><h4>Returns</h4> <p> the device's parent device. </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> @@ -304,7 +304,7 @@ nm_device_vlan_get_parent (<em class="parameter"><code><a class="link" href="NMD <pre class="programlisting"><span class="returnvalue">guint</span> nm_device_vlan_get_vlan_id (<em class="parameter"><code><a class="link" href="NMDeviceVlan.html" title="NMDeviceVlan"><span class="type">NMDeviceVlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.3.16.8.7.4"></a><h4>Parameters</h4> +<a name="nm-device-vlan-get-vlan-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -319,7 +319,7 @@ nm_device_vlan_get_vlan_id (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.3.16.8.7.5"></a><h4>Returns</h4> +<a name="nm-device-vlan-get-vlan-id.returns"></a><h4>Returns</h4> <p> the device's VLAN ID</p> </div> </div> @@ -329,7 +329,7 @@ nm_device_vlan_get_vlan_id (<em class="parameter"><code><a class="link" href="NM <div class="refsect2"> <a name="NMDeviceVlanError"></a><h3>enum NMDeviceVlanError</h3> <div class="refsect3"> -<a name="id-1.3.16.9.2.3"></a><h4>Members</h4> +<a name="NMDeviceVlanError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -451,6 +451,6 @@ nm_device_vlan_get_vlan_id (<em class="parameter"><code><a class="link" href="NM </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceWifi.html b/docs/libnm-glib/html/NMDeviceWifi.html index 1c0223aa..43848792 100644 --- a/docs/libnm-glib/html/NMDeviceWifi.html +++ b/docs/libnm-glib/html/NMDeviceWifi.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDeviceEthernet.html" title="NMDeviceEthernet"> <link rel="next" href="NMDeviceModem.html" title="NMDeviceModem"> -<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"> @@ -277,7 +277,7 @@ nm_device_wifi_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.6.9.2.5"></a><h4>Returns</h4> +<a name="nm-device-wifi-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> errors.</p> </div> </div> @@ -289,7 +289,7 @@ nm_device_wifi_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.6.9.3.5"></a><h4>Parameters</h4> +<a name="nm-device-wifi-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -311,7 +311,7 @@ nm_device_wifi_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html </table></div> </div> <div class="refsect3"> -<a name="id-1.3.6.9.3.6"></a><h4>Returns</h4> +<a name="nm-device-wifi-new.returns"></a><h4>Returns</h4> <p> a new Wi-Fi device. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -323,7 +323,7 @@ nm_device_wifi_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html nm_device_wifi_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> <p>Gets the actual hardware (MAC) address of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a></p> <div class="refsect3"> -<a name="id-1.3.6.9.4.5"></a><h4>Parameters</h4> +<a name="nm-device-wifi-get-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -338,7 +338,7 @@ nm_device_wifi_get_hw_address (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.3.6.9.4.6"></a><h4>Returns</h4> +<a name="nm-device-wifi-get-hw-address.returns"></a><h4>Returns</h4> <p> the actual hardware address. This is the internal string used by the device, and must not be modified.</p> </div> @@ -351,7 +351,7 @@ nm_device_wifi_get_permanent_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> <p>Gets the permanent hardware (MAC) address of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a></p> <div class="refsect3"> -<a name="id-1.3.6.9.5.5"></a><h4>Parameters</h4> +<a name="nm-device-wifi-get-permanent-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -366,7 +366,7 @@ nm_device_wifi_get_permanent_hw_address </table></div> </div> <div class="refsect3"> -<a name="id-1.3.6.9.5.6"></a><h4>Returns</h4> +<a name="nm-device-wifi-get-permanent-hw-address.returns"></a><h4>Returns</h4> <p> the permanent hardware address. This is the internal string used by the device, and must not be modified.</p> </div> @@ -378,7 +378,7 @@ device, and must not be modified.</p> nm_device_wifi_get_mode (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> <p>Gets the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> mode.</p> <div class="refsect3"> -<a name="id-1.3.6.9.6.5"></a><h4>Parameters</h4> +<a name="nm-device-wifi-get-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -393,7 +393,7 @@ nm_device_wifi_get_mode (<em class="parameter"><code><a class="link" href="NMDev </table></div> </div> <div class="refsect3"> -<a name="id-1.3.6.9.6.6"></a><h4>Returns</h4> +<a name="nm-device-wifi-get-mode.returns"></a><h4>Returns</h4> <p> the mode</p> </div> </div> @@ -404,7 +404,7 @@ nm_device_wifi_get_mode (<em class="parameter"><code><a class="link" href="NMDev nm_device_wifi_get_bitrate (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> <p>Gets the bit rate of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> in kbit/s.</p> <div class="refsect3"> -<a name="id-1.3.6.9.7.5"></a><h4>Parameters</h4> +<a name="nm-device-wifi-get-bitrate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -419,7 +419,7 @@ nm_device_wifi_get_bitrate (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.3.6.9.7.6"></a><h4>Returns</h4> +<a name="nm-device-wifi-get-bitrate.returns"></a><h4>Returns</h4> <p> the bit rate (kbit/s)</p> </div> </div> @@ -430,7 +430,7 @@ nm_device_wifi_get_bitrate (<em class="parameter"><code><a class="link" href="NM nm_device_wifi_get_capabilities (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> <p>Gets the Wi-Fi capabilities of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.6.9.8.5"></a><h4>Parameters</h4> +<a name="nm-device-wifi-get-capabilities.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -445,7 +445,7 @@ nm_device_wifi_get_capabilities (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.3.6.9.8.6"></a><h4>Returns</h4> +<a name="nm-device-wifi-get-capabilities.returns"></a><h4>Returns</h4> <p> the capabilities</p> </div> </div> @@ -457,7 +457,7 @@ nm_device_wifi_get_active_access_point (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> <p>Gets the active <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.6.9.9.5"></a><h4>Parameters</h4> +<a name="nm-device-wifi-get-active-access-point.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -472,7 +472,7 @@ nm_device_wifi_get_active_access_point </table></div> </div> <div class="refsect3"> -<a name="id-1.3.6.9.9.6"></a><h4>Returns</h4> +<a name="nm-device-wifi-get-active-access-point.returns"></a><h4>Returns</h4> <p> the access point or <code class="literal">NULL</code> if none is active. </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> @@ -486,7 +486,7 @@ nm_device_wifi_get_access_point_by_path <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Gets a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> by path.</p> <div class="refsect3"> -<a name="id-1.3.6.9.10.5"></a><h4>Parameters</h4> +<a name="nm-device-wifi-get-access-point-by-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -508,7 +508,7 @@ nm_device_wifi_get_access_point_by_path </table></div> </div> <div class="refsect3"> -<a name="id-1.3.6.9.10.6"></a><h4>Returns</h4> +<a name="nm-device-wifi-get-access-point-by-path.returns"></a><h4>Returns</h4> <p> the access point 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> </div> @@ -520,7 +520,7 @@ nm_device_wifi_get_access_point_by_path nm_device_wifi_get_access_points (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> <p>Gets all the scanned access points of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.6.9.11.5"></a><h4>Parameters</h4> +<a name="nm-device-wifi-get-access-points.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -535,9 +535,9 @@ nm_device_wifi_get_access_points (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.3.6.9.11.6"></a><h4>Returns</h4> +<a name="nm-device-wifi-get-access-points.returns"></a><h4>Returns</h4> <p> a <span class="type">GPtrArray</span> containing all the -scanned <a href="NMAccessPoint.html"><span class="type">NMAccessPoints</span></a>. +scanned <a href="/usr/share/gtk-doc/html/libnm/NMAccessPoint.html#NMAccessPoint-struct"><span class="type">NMAccessPoints</span></a>. The returned array is owned by the client and should not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMAccessPoint]</span></p> </div> @@ -561,7 +561,7 @@ nm_device_wifi_request_scan_simple (<em class="parameter"><code><a class="link" instructs NM to perform scanning. Use <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-access-points" title="nm_device_wifi_get_access_points ()"><code class="function">nm_device_wifi_get_access_points()</code></a> to get available access points.</p> <div class="refsect3"> -<a name="id-1.3.6.9.13.5"></a><h4>Parameters</h4> +<a name="nm-device-wifi-request-scan-simple.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -595,7 +595,7 @@ to get available access points.</p> <div class="refsect2"> <a name="NMDeviceWifiError"></a><h3>enum NMDeviceWifiError</h3> <div class="refsect3"> -<a name="id-1.3.6.10.2.3"></a><h4>Members</h4> +<a name="NMDeviceWifiError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -775,7 +775,7 @@ user_function (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><sp <span class="type">gpointer</span> user_data)</pre> <p>Notifies that a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> is added to the Wi-Fi device.</p> <div class="refsect3"> -<a name="id-1.3.6.12.2.5"></a><h4>Parameters</h4> +<a name="NMDeviceWifi-access-point-added.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -812,7 +812,7 @@ user_function (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><sp <span class="type">gpointer</span> user_data)</pre> <p>Notifies that a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> is removed from the Wi-Fi device.</p> <div class="refsect3"> -<a name="id-1.3.6.12.3.5"></a><h4>Parameters</h4> +<a name="NMDeviceWifi-access-point-removed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -843,6 +843,6 @@ user_function (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><sp </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceWimax.html b/docs/libnm-glib/html/NMDeviceWimax.html index 93148ed9..bf6ef3f3 100644 --- a/docs/libnm-glib/html/NMDeviceWimax.html +++ b/docs/libnm-glib/html/NMDeviceWimax.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDeviceBt.html" title="NMDeviceBt"> <link rel="next" href="NMDeviceAdsl.html" title="NMDeviceAdsl"> -<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"> @@ -282,7 +282,7 @@ nm_device_wimax_error_quark (<em class="parameter"><code><span class="type">void </div> <p>Registers an error quark for <a class="link" href="NMDeviceWimax.html" title="NMDeviceWimax"><span class="type">NMDeviceWimax</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.9.9.2.6"></a><h4>Returns</h4> +<a name="nm-device-wimax-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMDeviceWimax.html" title="NMDeviceWimax"><span class="type">NMDeviceWimax</span></a> errors.</p> </div> </div> @@ -298,7 +298,7 @@ nm_device_wimax_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/htm </div> <p>Creates a new <a class="link" href="NMDeviceWimax.html" title="NMDeviceWimax"><span class="type">NMDeviceWimax</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.9.9.3.6"></a><h4>Parameters</h4> +<a name="nm-device-wimax-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -320,7 +320,7 @@ nm_device_wimax_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/htm </table></div> </div> <div class="refsect3"> -<a name="id-1.3.9.9.3.7"></a><h4>Returns</h4> +<a name="nm-device-wimax-new.returns"></a><h4>Returns</h4> <p> a new WiMAX device. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -336,7 +336,7 @@ nm_device_wimax_get_hw_address (<em class="parameter"><code><a class="link" href </div> <p>Gets the hardware (MAC) address of the <a class="link" href="NMDeviceWimax.html" title="NMDeviceWimax"><span class="type">NMDeviceWimax</span></a></p> <div class="refsect3"> -<a name="id-1.3.9.9.4.6"></a><h4>Parameters</h4> +<a name="nm-device-wimax-get-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -351,7 +351,7 @@ nm_device_wimax_get_hw_address (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.9.9.4.7"></a><h4>Returns</h4> +<a name="nm-device-wimax-get-hw-address.returns"></a><h4>Returns</h4> <p> the hardware address. This is the internal string used by the device, and must not be modified.</p> </div> @@ -367,7 +367,7 @@ nm_device_wimax_get_active_nsp (<em class="parameter"><code><a class="link" href </div> <p>Gets the active <a class="link" href="NMWimaxNsp.html" title="NMWimaxNsp"><span class="type">NMWimaxNsp</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.9.9.5.6"></a><h4>Parameters</h4> +<a name="nm-device-wimax-get-active-nsp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -382,7 +382,7 @@ nm_device_wimax_get_active_nsp (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.9.9.5.7"></a><h4>Returns</h4> +<a name="nm-device-wimax-get-active-nsp.returns"></a><h4>Returns</h4> <p> the access point or <code class="literal">NULL</code> if none is active. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -399,7 +399,7 @@ nm_device_wimax_get_nsp_by_path (<em class="parameter"><code><a class="link" hre </div> <p>Gets a <a class="link" href="NMWimaxNsp.html" title="NMWimaxNsp"><span class="type">NMWimaxNsp</span></a> by path.</p> <div class="refsect3"> -<a name="id-1.3.9.9.6.6"></a><h4>Parameters</h4> +<a name="nm-device-wimax-get-nsp-by-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -421,7 +421,7 @@ nm_device_wimax_get_nsp_by_path (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.3.9.9.6.7"></a><h4>Returns</h4> +<a name="nm-device-wimax-get-nsp-by-path.returns"></a><h4>Returns</h4> <p> the access point 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> </div> @@ -437,7 +437,7 @@ nm_device_wimax_get_nsps (<em class="parameter"><code><a class="link" href="NMDe </div> <p>Gets all the scanned NSPs of the <a class="link" href="NMDeviceWimax.html" title="NMDeviceWimax"><span class="type">NMDeviceWimax</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.9.9.7.6"></a><h4>Parameters</h4> +<a name="nm-device-wimax-get-nsps.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -452,9 +452,9 @@ nm_device_wimax_get_nsps (<em class="parameter"><code><a class="link" href="NMDe </table></div> </div> <div class="refsect3"> -<a name="id-1.3.9.9.7.7"></a><h4>Returns</h4> +<a name="nm-device-wimax-get-nsps.returns"></a><h4>Returns</h4> <p> a <span class="type">GPtrArray</span> containing -all the scanned <a href="NMWimaxNsp.html"><span class="type">NMWimaxNsps</span></a>. +all the scanned <a href="/usr/share/gtk-doc/html/libnm/NMWimaxNsp.html#NMWimaxNsp-struct"><span class="type">NMWimaxNsps</span></a>. The returned array is owned by the client and should not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMWimaxNsp]</span></p> </div> @@ -472,7 +472,7 @@ nm_device_wimax_get_center_frequency (<em class="parameter"><code><a class="link to communicate with the network when connected. Has no meaning when the device is not connected.</p> <div class="refsect3"> -<a name="id-1.3.9.9.8.6"></a><h4>Parameters</h4> +<a name="nm-device-wimax-get-center-frequency.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -487,7 +487,7 @@ device is not connected.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.9.9.8.7"></a><h4>Returns</h4> +<a name="nm-device-wimax-get-center-frequency.returns"></a><h4>Returns</h4> <p> the center frequency in KHz, or 0</p> </div> </div> @@ -505,7 +505,7 @@ strong the raw received RF signal from the base station is, but does not indicate the overall quality of the radio link. Has no meaning when the device is not connected.</p> <div class="refsect3"> -<a name="id-1.3.9.9.9.6"></a><h4>Parameters</h4> +<a name="nm-device-wimax-get-rssi.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -520,7 +520,7 @@ device is not connected.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.9.9.9.7"></a><h4>Returns</h4> +<a name="nm-device-wimax-get-rssi.returns"></a><h4>Returns</h4> <p> the RSSI in dBm, or 0</p> </div> </div> @@ -537,7 +537,7 @@ nm_device_wimax_get_cinr (<em class="parameter"><code><a class="link" href="NMDe link in dB. CINR is a more accurate measure of radio link quality. Has no meaning when the device is not connected.</p> <div class="refsect3"> -<a name="id-1.3.9.9.10.6"></a><h4>Parameters</h4> +<a name="nm-device-wimax-get-cinr.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -552,7 +552,7 @@ meaning when the device is not connected.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.9.9.10.7"></a><h4>Returns</h4> +<a name="nm-device-wimax-get-cinr.returns"></a><h4>Returns</h4> <p> the CINR in dB, or 0</p> </div> </div> @@ -569,7 +569,7 @@ nm_device_wimax_get_tx_power (<em class="parameter"><code><a class="link" href=" 0.5 dBm. i.e. a TxPower of -11 represents an actual device TX power of -5.5 dBm. Has no meaning when the device is not connected.</p> <div class="refsect3"> -<a name="id-1.3.9.9.11.6"></a><h4>Parameters</h4> +<a name="nm-device-wimax-get-tx-power.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -584,7 +584,7 @@ nm_device_wimax_get_tx_power (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.9.9.11.7"></a><h4>Returns</h4> +<a name="nm-device-wimax-get-tx-power.returns"></a><h4>Returns</h4> <p> the TX power in dBm, or 0</p> </div> </div> @@ -599,7 +599,7 @@ nm_device_wimax_get_bsid (<em class="parameter"><code><a class="link" href="NMDe </div> <p>Gets the ID of the serving Base Station when the device is connected.</p> <div class="refsect3"> -<a name="id-1.3.9.9.12.6"></a><h4>Parameters</h4> +<a name="nm-device-wimax-get-bsid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -614,7 +614,7 @@ nm_device_wimax_get_bsid (<em class="parameter"><code><a class="link" href="NMDe </table></div> </div> <div class="refsect3"> -<a name="id-1.3.9.9.12.7"></a><h4>Returns</h4> +<a name="nm-device-wimax-get-bsid.returns"></a><h4>Returns</h4> <p> the ID of the serving Base Station, or <code class="literal">NULL</code></p> </div> </div> @@ -624,7 +624,7 @@ nm_device_wimax_get_bsid (<em class="parameter"><code><a class="link" href="NMDe <div class="refsect2"> <a name="NMDeviceWimaxError"></a><h3>enum NMDeviceWimaxError</h3> <div class="refsect3"> -<a name="id-1.3.9.10.2.3"></a><h4>Members</h4> +<a name="NMDeviceWimaxError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -847,7 +847,7 @@ user_function (<a class="link" href="NMDeviceWimax.html" title="NMDeviceWimax">< <p>WiMAX is no longer supported.</p> </div> <div class="refsect3"> -<a name="id-1.3.9.12.2.6"></a><h4>Parameters</h4> +<a name="NMDeviceWimax-nsp-added.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -888,7 +888,7 @@ user_function (<a class="link" href="NMDeviceWimax.html" title="NMDeviceWimax">< <p>WiMAX is no longer supported.</p> </div> <div class="refsect3"> -<a name="id-1.3.9.12.3.6"></a><h4>Parameters</h4> +<a name="NMDeviceWimax-nsp-removed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -919,6 +919,6 @@ user_function (<a class="link" href="NMDeviceWimax.html" title="NMDeviceWimax">< </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMIP4Config.html b/docs/libnm-glib/html/NMIP4Config.html index edc746b6..8c5bfdac 100644 --- a/docs/libnm-glib/html/NMIP4Config.html +++ b/docs/libnm-glib/html/NMIP4Config.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMAccessPoint.html" title="NMAccessPoint"> <link rel="next" href="NMIP6Config.html" title="NMIP6Config"> -<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"> @@ -211,7 +211,7 @@ nm_ip4_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/ <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre> <p>Creates a new <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.20.8.2.5"></a><h4>Parameters</h4> +<a name="nm-ip4-config-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -233,7 +233,7 @@ nm_ip4_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/ </table></div> </div> <div class="refsect3"> -<a name="id-1.3.20.8.2.6"></a><h4>Returns</h4> +<a name="nm-ip4-config-new.returns"></a><h4>Returns</h4> <p> a new IP4 configuration. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -245,7 +245,7 @@ nm_ip4_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/ nm_ip4_config_get_gateway (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> <p>Gets the IP4 gateway address.</p> <div class="refsect3"> -<a name="id-1.3.20.8.3.5"></a><h4>Parameters</h4> +<a name="nm-ip4-config-get-gateway.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -260,7 +260,7 @@ nm_ip4_config_get_gateway (<em class="parameter"><code><a class="link" href="NMI </table></div> </div> <div class="refsect3"> -<a name="id-1.3.20.8.3.6"></a><h4>Returns</h4> +<a name="nm-ip4-config-get-gateway.returns"></a><h4>Returns</h4> <p> the IP4 address of the gateway.</p> </div> <p class="since">Since: 0.9.10</p> @@ -272,7 +272,7 @@ nm_ip4_config_get_gateway (<em class="parameter"><code><a class="link" href="NMI nm_ip4_config_get_addresses (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> <p>Gets the IP4 addresses (containing the address, prefix, and gateway).</p> <div class="refsect3"> -<a name="id-1.3.20.8.4.5"></a><h4>Parameters</h4> +<a name="nm-ip4-config-get-addresses.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -287,8 +287,8 @@ nm_ip4_config_get_addresses (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.3.20.8.4.6"></a><h4>Returns</h4> -<p> the <span class="type">GSList</span> containing <a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a>es. +<a name="nm-ip4-config-get-addresses.returns"></a><h4>Returns</h4> +<p> the <span class="type">GSList</span> containing <span class="type">NMIP4Address</span>es. This is the internal copy used by the configuration and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIP4Address]</span></p> </div> @@ -300,7 +300,7 @@ This is the internal copy used by the configuration and must not be modified. </ nm_ip4_config_get_routes (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> <p>Gets the routes.</p> <div class="refsect3"> -<a name="id-1.3.20.8.5.5"></a><h4>Parameters</h4> +<a name="nm-ip4-config-get-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -315,9 +315,9 @@ nm_ip4_config_get_routes (<em class="parameter"><code><a class="link" href="NMIP </table></div> </div> <div class="refsect3"> -<a name="id-1.3.20.8.5.6"></a><h4>Returns</h4> +<a name="nm-ip4-config-get-routes.returns"></a><h4>Returns</h4> <p> the <span class="type">GSList</span> containing -<a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Routes</span></a>. This is the internal copy used by the configuration, +<span class="type">NMIP4Routes</span>. This is the internal copy used by the configuration, and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIP4Route]</span></p> </div> @@ -329,7 +329,7 @@ and must not be modified. </p> nm_ip4_config_get_nameservers (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> <p>Gets the domain name servers (DNS).</p> <div class="refsect3"> -<a name="id-1.3.20.8.6.5"></a><h4>Parameters</h4> +<a name="nm-ip4-config-get-nameservers.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -344,7 +344,7 @@ nm_ip4_config_get_nameservers (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.3.20.8.6.6"></a><h4>Returns</h4> +<a name="nm-ip4-config-get-nameservers.returns"></a><h4>Returns</h4> <p> the <span class="type">GArray</span> containing <span class="type">guint32s</span>. This is the internal copy used by the configuration and must not be modified. </p> @@ -358,7 +358,7 @@ modified. </p> nm_ip4_config_get_domains (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> <p>Gets the domain names.</p> <div class="refsect3"> -<a name="id-1.3.20.8.7.5"></a><h4>Parameters</h4> +<a name="nm-ip4-config-get-domains.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -373,7 +373,7 @@ nm_ip4_config_get_domains (<em class="parameter"><code><a class="link" href="NMI </table></div> </div> <div class="refsect3"> -<a name="id-1.3.20.8.7.6"></a><h4>Returns</h4> +<a name="nm-ip4-config-get-domains.returns"></a><h4>Returns</h4> <p> the <span class="type">GPtrArray</span> containing domains as strings. This is the internal copy used by the configuration, and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p> @@ -386,7 +386,7 @@ internal copy used by the configuration, and must not be modified. </p> nm_ip4_config_get_searches (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> <p>Gets the dns searches.</p> <div class="refsect3"> -<a name="id-1.3.20.8.8.5"></a><h4>Parameters</h4> +<a name="nm-ip4-config-get-searches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -401,7 +401,7 @@ nm_ip4_config_get_searches (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.3.20.8.8.6"></a><h4>Returns</h4> +<a name="nm-ip4-config-get-searches.returns"></a><h4>Returns</h4> <p> the <span class="type">GPtrArray</span> containing dns searches as strings. This is the internal copy used by the configuration, and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p> @@ -415,7 +415,7 @@ internal copy used by the configuration, and must not be modified. </p> nm_ip4_config_get_wins_servers (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> <p>Gets the Windows Internet Name Service servers (WINS).</p> <div class="refsect3"> -<a name="id-1.3.20.8.9.5"></a><h4>Parameters</h4> +<a name="nm-ip4-config-get-wins-servers.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -430,7 +430,7 @@ nm_ip4_config_get_wins_servers (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.20.8.9.6"></a><h4>Returns</h4> +<a name="nm-ip4-config-get-wins-servers.returns"></a><h4>Returns</h4> <p> the <span class="type">GArray</span> containing <span class="type">guint32s</span>. This is the internal copy used by the configuration and must not be modified. </p> @@ -487,7 +487,7 @@ modified. </p> <div class="refsect2"> <a name="NMIP4Config--addresses"></a><h3>The <code class="literal">“addresses”</code> property</h3> <pre class="programlisting"> “addresses” <span class="type">gpointer</span></pre> -<p>The <span class="type">GPtrArray</span> containing <a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a>es of the configuration.</p> +<p>The <span class="type">GPtrArray</span> containing <span class="type">NMIP4Address</span>es of the configuration.</p> <p>Flags: Read</p> </div> <hr> @@ -538,6 +538,6 @@ modified. </p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMIP6Config.html b/docs/libnm-glib/html/NMIP6Config.html index 53718105..1cf5f9be 100644 --- a/docs/libnm-glib/html/NMIP6Config.html +++ b/docs/libnm-glib/html/NMIP6Config.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMIP4Config.html" title="NMIP4Config"> <link rel="next" href="NMDHCP4Config.html" title="NMDHCP4Config"> -<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"> @@ -211,7 +211,7 @@ nm_ip6_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/ <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre> <p>Creates a new <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.21.8.2.5"></a><h4>Parameters</h4> +<a name="nm-ip6-config-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -233,7 +233,7 @@ nm_ip6_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/ </table></div> </div> <div class="refsect3"> -<a name="id-1.3.21.8.2.6"></a><h4>Returns</h4> +<a name="nm-ip6-config-new.returns"></a><h4>Returns</h4> <p> a new IP6 configuration. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -245,7 +245,7 @@ nm_ip6_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/ nm_ip6_config_get_gateway (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre> <p>Gets the IP6 gateway.</p> <div class="refsect3"> -<a name="id-1.3.21.8.3.5"></a><h4>Parameters</h4> +<a name="nm-ip6-config-get-gateway.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -260,7 +260,7 @@ nm_ip6_config_get_gateway (<em class="parameter"><code><a class="link" href="NMI </table></div> </div> <div class="refsect3"> -<a name="id-1.3.21.8.3.6"></a><h4>Returns</h4> +<a name="nm-ip6-config-get-gateway.returns"></a><h4>Returns</h4> <p> the IPv6 gateway of the configuration.</p> </div> <p class="since">Since: 0.9.10</p> @@ -272,7 +272,7 @@ nm_ip6_config_get_gateway (<em class="parameter"><code><a class="link" href="NMI nm_ip6_config_get_addresses (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre> <p>Gets the IP6 addresses (containing the address, prefix, and gateway).</p> <div class="refsect3"> -<a name="id-1.3.21.8.4.5"></a><h4>Parameters</h4> +<a name="nm-ip6-config-get-addresses.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -287,9 +287,9 @@ nm_ip6_config_get_addresses (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.3.21.8.4.6"></a><h4>Returns</h4> +<a name="nm-ip6-config-get-addresses.returns"></a><h4>Returns</h4> <p> the <span class="type">GSList</span> containing -<a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a>es. This is the internal copy used by the configuration +<span class="type">NMIP6Address</span>es. This is the internal copy used by the configuration and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIP6Address]</span></p> </div> @@ -301,7 +301,7 @@ and must not be modified. </p> nm_ip6_config_get_routes (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre> <p>Gets the routes.</p> <div class="refsect3"> -<a name="id-1.3.21.8.5.5"></a><h4>Parameters</h4> +<a name="nm-ip6-config-get-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -316,9 +316,9 @@ nm_ip6_config_get_routes (<em class="parameter"><code><a class="link" href="NMIP </table></div> </div> <div class="refsect3"> -<a name="id-1.3.21.8.5.6"></a><h4>Returns</h4> +<a name="nm-ip6-config-get-routes.returns"></a><h4>Returns</h4> <p> the <span class="type">GSList</span> containing -<a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Routes</span></a>. This is the internal copy used by the configuration, +<span class="type">NMIP6Routes</span>. This is the internal copy used by the configuration, and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIP6Route]</span></p> </div> @@ -330,7 +330,7 @@ and must not be modified. </p> nm_ip6_config_get_num_nameservers (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre> <p>Gets the number of the domain name servers in the configuration.</p> <div class="refsect3"> -<a name="id-1.3.21.8.6.5"></a><h4>Parameters</h4> +<a name="nm-ip6-config-get-num-nameservers.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -345,7 +345,7 @@ nm_ip6_config_get_num_nameservers (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.3.21.8.6.6"></a><h4>Returns</h4> +<a name="nm-ip6-config-get-num-nameservers.returns"></a><h4>Returns</h4> <p> the number of domain name servers</p> </div> <p class="since">Since: 0.9.10</p> @@ -359,7 +359,7 @@ nm_ip6_config_get_nameserver (<em class="parameter"><code><a class="link" href=" <p>Gets the domain name server at index <em class="parameter"><code>idx</code></em> in the configuration.</p> <div class="refsect3"> -<a name="id-1.3.21.8.7.5"></a><h4>Parameters</h4> +<a name="nm-ip6-config-get-nameserver.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -381,7 +381,7 @@ nm_ip6_config_get_nameserver (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.21.8.7.6"></a><h4>Returns</h4> +<a name="nm-ip6-config-get-nameserver.returns"></a><h4>Returns</h4> <p> the IPv6 address of domain name server at index <em class="parameter"><code>iidx</code></em> . </p> <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> fixed-size=16][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -396,7 +396,7 @@ nm_ip6_config_get_nameservers (<em class="parameter"><code><a class="link" href= <p>Gets the domain name servers (DNS).</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <div class="refsect3"> -<a name="id-1.3.21.8.8.6"></a><h4>Parameters</h4> +<a name="nm-ip6-config-get-nameservers.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -411,7 +411,7 @@ nm_ip6_config_get_nameservers (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.3.21.8.8.7"></a><h4>Returns</h4> +<a name="nm-ip6-config-get-nameservers.returns"></a><h4>Returns</h4> <p> a <span class="type">GSList</span> containing elements of type 'struct in6_addr' which contain the addresses of nameservers of the configuration. This is the internal copy used by the configuration and must not be modified.</p> @@ -424,7 +424,7 @@ internal copy used by the configuration and must not be modified.</p> nm_ip6_config_get_domains (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre> <p>Gets the domain names.</p> <div class="refsect3"> -<a name="id-1.3.21.8.9.5"></a><h4>Parameters</h4> +<a name="nm-ip6-config-get-domains.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -439,7 +439,7 @@ nm_ip6_config_get_domains (<em class="parameter"><code><a class="link" href="NMI </table></div> </div> <div class="refsect3"> -<a name="id-1.3.21.8.9.6"></a><h4>Returns</h4> +<a name="nm-ip6-config-get-domains.returns"></a><h4>Returns</h4> <p> the <span class="type">GPtrArray</span> containing domains as strings. This is the internal copy used by the configuration, and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p> @@ -452,7 +452,7 @@ This is the internal copy used by the configuration, and must not be modified. < nm_ip6_config_get_searches (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre> <p>Gets the dns searches.</p> <div class="refsect3"> -<a name="id-1.3.21.8.10.5"></a><h4>Parameters</h4> +<a name="nm-ip6-config-get-searches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -467,7 +467,7 @@ nm_ip6_config_get_searches (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.3.21.8.10.6"></a><h4>Returns</h4> +<a name="nm-ip6-config-get-searches.returns"></a><h4>Returns</h4> <p> the <span class="type">GPtrArray</span> containing dns searches as strings. This is the internal copy used by the configuration, and must not be modified. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p> @@ -567,6 +567,6 @@ contain the addresses of nameservers of the configuration.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMObject.html b/docs/libnm-glib/html/NMObject.html index 296e0b0c..d81ab988 100644 --- a/docs/libnm-glib/html/NMObject.html +++ b/docs/libnm-glib/html/NMObject.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDHCP6Config.html" title="NMDHCP6Config"> <link rel="next" href="NMRemoteConnection.html" title="NMRemoteConnection"> -<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"> @@ -160,7 +160,7 @@ nm_object_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.24.9.2.5"></a><h4>Returns</h4> +<a name="nm-object-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> errors.</p> </div> </div> @@ -171,7 +171,7 @@ nm_object_error_quark (<em class="parameter"><code><span class="type">void</span nm_object_get_connection (<em class="parameter"><code><a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> *object</code></em>);</pre> <p>Gets the <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a>'s DBusGConnection.</p> <div class="refsect3"> -<a name="id-1.3.24.9.3.5"></a><h4>Parameters</h4> +<a name="nm-object-get-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -186,7 +186,7 @@ nm_object_get_connection (<em class="parameter"><code><a class="link" href="NMOb </table></div> </div> <div class="refsect3"> -<a name="id-1.3.24.9.3.6"></a><h4>Returns</h4> +<a name="nm-object-get-connection.returns"></a><h4>Returns</h4> <p> the connection. </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> @@ -198,7 +198,7 @@ nm_object_get_connection (<em class="parameter"><code><a class="link" href="NMOb nm_object_get_path (<em class="parameter"><code><a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> *object</code></em>);</pre> <p>Gets the DBus path of the <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.24.9.4.5"></a><h4>Parameters</h4> +<a name="nm-object-get-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -213,7 +213,7 @@ nm_object_get_path (<em class="parameter"><code><a class="link" href="NMObject.h </table></div> </div> <div class="refsect3"> -<a name="id-1.3.24.9.4.6"></a><h4>Returns</h4> +<a name="nm-object-get-path.returns"></a><h4>Returns</h4> <p> the object's path. This is the internal string used by the device, and must not be modified.</p> </div> @@ -225,7 +225,7 @@ device, and must not be modified.</p> <a name="NMObjectError"></a><h3>enum NMObjectError</h3> <p>Describes errors that may result from operations involving a <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.24.10.2.4"></a><h4>Members</h4> +<a name="NMObjectError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -300,7 +300,7 @@ during property handling of <em class="parameter"><code>master_object</code></em <p>Note: Be aware that the signal is private for libnm-glib's internal use.</p> <div class="refsect3"> -<a name="id-1.3.24.12.2.6"></a><h4>Parameters</h4> +<a name="NMObject-object-creation-failed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -336,6 +336,6 @@ during property handling of <em class="parameter"><code>master_object</code></em </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMRemoteConnection.html b/docs/libnm-glib/html/NMRemoteConnection.html index ee5bfa0c..62a40365 100644 --- a/docs/libnm-glib/html/NMRemoteConnection.html +++ b/docs/libnm-glib/html/NMRemoteConnection.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMObject.html" title="NMObject"> <link rel="next" href="NMRemoteSettings.html" title="NMRemoteSettings"> -<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"> @@ -43,10 +43,6 @@ </colgroup> <tbody> <tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMRemoteConnection.html#NM-REMOTE-CONNECTION-ERROR:CAPS" title="NM_REMOTE_CONNECTION_ERROR">NM_REMOTE_CONNECTION_ERROR</a></td> -</tr> -<tr> <td class="function_type"> <span class="returnvalue">GQuark</span> </td> @@ -205,6 +201,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMRemoteConnection.html#NM-REMOTE-CONNECTION-ERROR:CAPS" title="NM_REMOTE_CONNECTION_ERROR">NM_REMOTE_CONNECTION_ERROR</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMRemoteConnection.html#NM-REMOTE-CONNECTION-UNSAVED:CAPS" title="NM_REMOTE_CONNECTION_UNSAVED">NM_REMOTE_CONNECTION_UNSAVED</a></td> </tr> <tr> @@ -229,7 +229,7 @@ <div class="refsect1"> <a name="NMRemoteConnection.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="screen"> GObject - <span class="lineart">╰──</span> <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html">NMConnection</a> + <span class="lineart">╰──</span> <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct">NMConnection</a> <span class="lineart">╰──</span> NMRemoteConnection </pre> </div> @@ -239,18 +239,12 @@ <div class="refsect1"> <a name="NMRemoteConnection.functions_details"></a><h2>Functions</h2> <div class="refsect2"> -<a name="NM-REMOTE-CONNECTION-ERROR:CAPS"></a><h3>NM_REMOTE_CONNECTION_ERROR</h3> -<pre class="programlisting">#define NM_REMOTE_CONNECTION_ERROR (nm_remote_connection_error_quark ()) -</pre> -</div> -<hr> -<div class="refsect2"> <a name="nm-remote-connection-error-quark"></a><h3>nm_remote_connection_error_quark ()</h3> <pre class="programlisting"><span class="returnvalue">GQuark</span> nm_remote_connection_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="type">NMRemoteConnection</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.25.9.3.5"></a><h4>Returns</h4> +<a name="nm-remote-connection-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="type">NMRemoteConnection</span></a> errors.</p> </div> </div> @@ -264,7 +258,7 @@ nm_remote_connection_error_quark (<em class="parameter"><code><span class="type" <p>Called when NetworkManager has finished an asynchronous operation on a connection, like commit changes, deleting, saving, etc.</p> <div class="refsect3"> -<a name="id-1.3.25.9.4.5"></a><h4>Parameters</h4> +<a name="NMRemoteConnectionResultFunc.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -302,7 +296,7 @@ connection, like commit changes, deleting, saving, etc.</p> <p>Called when NetworkManager returns secrets in response to a request for secrets via <a class="link" href="NMRemoteConnection.html#nm-remote-connection-get-secrets" title="nm_remote_connection_get_secrets ()"><code class="function">nm_remote_connection_get_secrets()</code></a>.</p> <div class="refsect3"> -<a name="id-1.3.25.9.5.5"></a><h4>Parameters</h4> +<a name="NMRemoteConnectionGetSecretsFunc.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -344,7 +338,7 @@ nm_remote_connection_new (<em class="parameter"><code><a href="/usr/share/gtk-do <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new object representing the remote connection.</p> <div class="refsect3"> -<a name="id-1.3.25.9.6.5"></a><h4>Parameters</h4> +<a name="nm-remote-connection-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -366,7 +360,7 @@ nm_remote_connection_new (<em class="parameter"><code><a href="/usr/share/gtk-do </table></div> </div> <div class="refsect3"> -<a name="id-1.3.25.9.6.6"></a><h4>Returns</h4> +<a name="nm-remote-connection-new.returns"></a><h4>Returns</h4> <p> the new remote connection object on success, or <code class="literal">NULL</code> on failure</p> </div> </div> @@ -380,7 +374,7 @@ nm_remote_connection_commit_changes (<em class="parameter"><code><a class="link" <p>Send any local changes to the settings and properties of this connection to NetworkManager, which will immediately save them to disk.</p> <div class="refsect3"> -<a name="id-1.3.25.9.7.5"></a><h4>Parameters</h4> +<a name="nm-remote-connection-commit-changes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -422,7 +416,7 @@ NetworkManager. The changes are not saved to disk until either <a class="link" href="NMRemoteConnection.html#nm-remote-connection-save" title="nm_remote_connection_save ()"><code class="function">nm_remote_connection_save()</code></a> or <a class="link" href="NMRemoteConnection.html#nm-remote-connection-commit-changes" title="nm_remote_connection_commit_changes ()"><code class="function">nm_remote_connection_commit_changes()</code></a> is called.</p> <div class="refsect3"> -<a name="id-1.3.25.9.8.5"></a><h4>Parameters</h4> +<a name="nm-remote-connection-commit-changes-unsaved.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -462,7 +456,7 @@ nm_remote_connection_save (<em class="parameter"><code><a class="link" href="NMR <p>Saves the connection to disk if the connection has changes that have not yet been written to disk, or if the connection has never been saved.</p> <div class="refsect3"> -<a name="id-1.3.25.9.9.5"></a><h4>Parameters</h4> +<a name="nm-remote-connection-save.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -501,7 +495,7 @@ nm_remote_connection_delete (<em class="parameter"><code><a class="link" href="N <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Delete the connection.</p> <div class="refsect3"> -<a name="id-1.3.25.9.10.5"></a><h4>Parameters</h4> +<a name="nm-remote-connection-delete.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -539,7 +533,7 @@ nm_remote_connection_get_secrets (<em class="parameter"><code><a class="link" hr <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Request the connection's secrets.</p> <div class="refsect3"> -<a name="id-1.3.25.9.11.5"></a><h4>Parameters</h4> +<a name="nm-remote-connection-get-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -554,7 +548,7 @@ nm_remote_connection_get_secrets (<em class="parameter"><code><a class="link" hr </tr> <tr> <td class="parameter_name"><p>setting_name</p></td> -<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMSetting.html"><span class="type">NMSetting</span></a> object name to get secrets for</p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMSetting.html#NMSetting-struct"><span class="type">NMSetting</span></a> object name to get secrets for</p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -579,7 +573,7 @@ must not be <code class="literal">NULL</code>. </p></td> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_remote_connection_get_unsaved (<em class="parameter"><code><a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="type">NMRemoteConnection</span></a> *connection</code></em>);</pre> <div class="refsect3"> -<a name="id-1.3.25.9.12.4"></a><h4>Parameters</h4> +<a name="nm-remote-connection-get-unsaved.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -594,7 +588,7 @@ nm_remote_connection_get_unsaved (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.3.25.9.12.5"></a><h4>Returns</h4> +<a name="nm-remote-connection-get-unsaved.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the remote connection contains changes that have not been saved to disk, <code class="literal">FALSE</code> if the connection is the same as its on-disk representation.</p> @@ -607,7 +601,7 @@ representation.</p> <div class="refsect2"> <a name="NMRemoteConnectionError"></a><h3>enum NMRemoteConnectionError</h3> <div class="refsect3"> -<a name="id-1.3.25.10.2.3"></a><h4>Members</h4> +<a name="NMRemoteConnectionError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -635,6 +629,12 @@ representation.</p> </div> <hr> <div class="refsect2"> +<a name="NM-REMOTE-CONNECTION-ERROR:CAPS"></a><h3>NM_REMOTE_CONNECTION_ERROR</h3> +<pre class="programlisting">#define NM_REMOTE_CONNECTION_ERROR (nm_remote_connection_error_quark ()) +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-REMOTE-CONNECTION-UNSAVED:CAPS"></a><h3>NM_REMOTE_CONNECTION_UNSAVED</h3> <pre class="programlisting">#define NM_REMOTE_CONNECTION_UNSAVED "unsaved" </pre> @@ -706,7 +706,7 @@ user_function (<a class="link" href="NMRemoteConnection.html" title="NMRemoteCon <p>This signal is emitted when a connection is either deleted or becomes invisible to the current user.</p> <div class="refsect3"> -<a name="id-1.3.25.12.2.5"></a><h4>Parameters</h4> +<a name="NMRemoteConnection-removed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -716,7 +716,7 @@ invisible to the current user.</p> <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -738,7 +738,7 @@ user_function (<a class="link" href="NMRemoteConnection.html" title="NMRemoteCon <p>This signal is emitted when a connection changes, and it is still visible to the user.</p> <div class="refsect3"> -<a name="id-1.3.25.12.3.5"></a><h4>Parameters</h4> +<a name="NMRemoteConnection-updated.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -748,7 +748,7 @@ still visible to the user.</p> <tbody> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -773,6 +773,6 @@ user_function (<a class="link" href="NMRemoteConnection.html" title="NMRemoteCon </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMRemoteSettings.html b/docs/libnm-glib/html/NMRemoteSettings.html index 0e1a4139..ef5bff8c 100644 --- a/docs/libnm-glib/html/NMRemoteSettings.html +++ b/docs/libnm-glib/html/NMRemoteSettings.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMRemoteConnection.html" title="NMRemoteConnection"> <link rel="next" href="libnm-glib-nm-types.html" title="nm-types"> -<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"> @@ -284,13 +284,13 @@ which stores network configuration and allows authenticated clients to add, delete, and modify that configuration. The data required to connect to a specific network is called a "connection" and encapsulated by the -<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> object. Once a connection is known to NetworkManager, having +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> object. Once a connection is known to NetworkManager, having either been added by a user or read from on-disk storage, the <a class="link" href="NMRemoteSettings.html" title="NMRemoteSettings"><span class="type">NMRemoteSettings</span></a> object creates a <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="type">NMRemoteConnection</span></a> object which represents this stored connection. Use the <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="type">NMRemoteConnection</span></a> object to perform any operations like modification or deletion.</p> <p>To add a new network connection to the NetworkManager settings service, first -build up a template <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> object. Since this connection is not yet +build up a template <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> object. Since this connection is not yet added to NetworkManager, it is known only to your program and is not yet an <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="type">NMRemoteConnection</span></a>. Then ask <a class="link" href="NMRemoteSettings.html" title="NMRemoteSettings"><span class="type">NMRemoteSettings</span></a> to add your connection. When the connection is added successfully, the supplied callback is called @@ -377,16 +377,16 @@ the stored object known to NetworkManager.</p> <span class="keyword">static</span><span class="normal"> gboolean</span> <span class="function">add_wired_connection</span><span class="normal"> </span><span class="symbol">(</span><span class="keyword">const</span><span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">human_name</span><span class="symbol">)</span> <span class="cbracket">{</span> -<span class="normal"> </span><span class="usertype">NMConnection</span><span class="normal"> </span><span class="symbol">*</span><span class="normal"><a href="/usr/share/gtk-doc/html/NetworkManager/nmcli.html#connection">connection</a></span><span class="symbol">;</span> +<span class="normal"> </span><span class="usertype">NMConnection</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">connection</span><span class="symbol">;</span> <span class="normal"> </span><span class="usertype">NMSettingConnection</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">s_con</span><span class="symbol">;</span> <span class="normal"> </span><span class="usertype">NMSettingWired</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">s_wired</span><span class="symbol">;</span> <span class="normal"> </span><span class="type">char</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">uuid</span><span class="symbol">;</span> <span class="normal"> </span><span class="usertype">gboolean</span><span class="normal"> success</span><span class="symbol">;</span> -<span class="normal"> <a href="/usr/share/gtk-doc/html/NetworkManager/nmcli.html#connection">connection</a> </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#nm-connection-new">nm_connection_new</a></span><span class="normal"> </span><span class="symbol">();</span> +<span class="normal"> connection </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#nm-connection-new">nm_connection_new</a></span><span class="normal"> </span><span class="symbol">();</span> <span class="normal"> </span><span class="comment">/* Build up the 'connection' setting */</span> -<span class="normal"> s_con </span><span class="symbol">=</span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/usr/share/gtk-doc/html/libnm-util/NMSettingConnection.html">NMSettingConnection</a> </span><span class="symbol">*)</span><span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMSettingConnection.html#nm-setting-connection-new">nm_setting_connection_new</a></span><span class="normal"> </span><span class="symbol">();</span> +<span class="normal"> s_con </span><span class="symbol">=</span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/usr/share/gtk-doc/html/libnm-util/NMSettingConnection.html#NMSettingConnection-struct">NMSettingConnection</a> </span><span class="symbol">*)</span><span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMSettingConnection.html#nm-setting-connection-new">nm_setting_connection_new</a></span><span class="normal"> </span><span class="symbol">();</span> <span class="normal"> uuid </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/libnm-util-nm-utils.html#nm-utils-uuid-generate">nm_utils_uuid_generate</a></span><span class="normal"> </span><span class="symbol">();</span> <span class="normal"> </span><span class="function">g_object_set</span><span class="normal"> </span><span class="symbol">(</span><span class="function">G_OBJECT</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">s_con</span><span class="symbol">),</span> <span class="normal"> <a href="/usr/share/gtk-doc/html/libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-UUID:CAPS">NM_SETTING_CONNECTION_UUID</a></span><span class="symbol">,</span><span class="normal"> uuid</span><span class="symbol">,</span> @@ -394,24 +394,24 @@ the stored object known to NetworkManager.</p> <span class="normal"> <a href="/usr/share/gtk-doc/html/libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-TYPE:CAPS">NM_SETTING_CONNECTION_TYPE</a></span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/libnm-util/NMSettingWired.html#NM-SETTING-WIRED-SETTING-NAME:CAPS">NM_SETTING_WIRED_SETTING_NAME</a></span><span class="symbol">,</span> <span class="normal"> NULL</span><span class="symbol">);</span> <span class="normal"> </span><span class="function">g_free</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">uuid</span><span class="symbol">);</span> -<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#nm-connection-add-setting">nm_connection_add_setting</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/usr/share/gtk-doc/html/NetworkManager/nmcli.html#connection">connection</a></span><span class="symbol">,</span><span class="normal"> </span><span class="function">NM_SETTING</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">s_con</span><span class="symbol">));</span> +<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#nm-connection-add-setting">nm_connection_add_setting</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">connection</span><span class="symbol">,</span><span class="normal"> </span><span class="function">NM_SETTING</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">s_con</span><span class="symbol">));</span> <span class="normal"> </span><span class="comment">/* Add the required 'wired' setting as this is a wired connection */</span> -<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#nm-connection-add-setting">nm_connection_add_setting</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/usr/share/gtk-doc/html/NetworkManager/nmcli.html#connection">connection</a></span><span class="symbol">,</span><span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMSettingWired.html#nm-setting-wired-new">nm_setting_wired_new</a></span><span class="normal"> </span><span class="symbol">());</span> +<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#nm-connection-add-setting">nm_connection_add_setting</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">connection</span><span class="symbol">,</span><span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMSettingWired.html#nm-setting-wired-new">nm_setting_wired_new</a></span><span class="normal"> </span><span class="symbol">());</span> <span class="normal"> </span><span class="comment">/* Add an 'ipv4' setting using AUTO configuration (eg DHCP) */</span> -<span class="normal"> s_ip4 </span><span class="symbol">=</span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP4Config.html">NMSettingIP4Config</a> </span><span class="symbol">*)</span><span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-new">nm_setting_ip4_config_new</a></span><span class="normal"> </span><span class="symbol">();</span> +<span class="normal"> s_ip4 </span><span class="symbol">=</span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/usr/share/gtk-doc/html/libnm/NMSettingIP4Config.html#NMSettingIP4Config-struct">NMSettingIP4Config</a> </span><span class="symbol">*)</span><span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-new">nm_setting_ip4_config_new</a></span><span class="normal"> </span><span class="symbol">();</span> <span class="normal"> </span><span class="function">g_object_set</span><span class="normal"> </span><span class="symbol">(</span><span class="function">G_OBJECT</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">s_ip4</span><span class="symbol">),</span> <span class="normal"> <a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD:CAPS">NM_SETTING_IP4_CONFIG_METHOD</a></span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-AUTO:CAPS">NM_SETTING_IP4_CONFIG_METHOD_AUTO</a></span><span class="symbol">,</span> <span class="normal"> NULL</span><span class="symbol">);</span> -<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#nm-connection-add-setting">nm_connection_add_setting</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/usr/share/gtk-doc/html/NetworkManager/nmcli.html#connection">connection</a></span><span class="symbol">,</span><span class="normal"> </span><span class="function">NM_SETTING</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">s_ip4</span><span class="symbol">));</span> +<span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#nm-connection-add-setting">nm_connection_add_setting</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">connection</span><span class="symbol">,</span><span class="normal"> </span><span class="function">NM_SETTING</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">s_ip4</span><span class="symbol">));</span> <span class="normal"> </span><span class="comment">/* Ask NetworkManager to store the connection */</span> -<span class="normal"> success </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="NMRemoteSettings.html#nm-remote-settings-add-connection">nm_remote_settings_add_connection</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">settings</span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/NetworkManager/nmcli.html#connection">connection</a></span><span class="symbol">,</span><span class="normal"> added_cb</span><span class="symbol">,</span><span class="normal"> loop</span><span class="symbol">);</span> +<span class="normal"> success </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="NMRemoteSettings.html#nm-remote-settings-add-connection">nm_remote_settings_add_connection</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">settings</span><span class="symbol">,</span><span class="normal"> connection</span><span class="symbol">,</span><span class="normal"> added_cb</span><span class="symbol">,</span><span class="normal"> loop</span><span class="symbol">);</span> <span class="normal"> </span><span class="comment">/* Release the template connection; the actual stored connection will</span> <span class="comment"> * be returned in added_cb() */</span> -<span class="normal"> </span><span class="function">g_object_unref</span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/usr/share/gtk-doc/html/NetworkManager/nmcli.html#connection">connection</a></span><span class="symbol">);</span> +<span class="normal"> </span><span class="function">g_object_unref</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">connection</span><span class="symbol">);</span> <span class="normal"> </span><span class="comment">/* Let glib event loop run and added_cb() will be called when NetworkManager</span> <span class="comment"> * is done adding the new connection. */</span> @@ -433,7 +433,7 @@ the stored object known to NetworkManager.</p> nm_remote_settings_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMRemoteSettings.html" title="NMRemoteSettings"><span class="type">NMRemoteSettings</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.3.26.9.2.5"></a><h4>Returns</h4> +<a name="nm-remote-settings-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMRemoteSettings.html" title="NMRemoteSettings"><span class="type">NMRemoteSettings</span></a> errors.</p> </div> </div> @@ -474,7 +474,7 @@ nm_remote_settings_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/ settings object. You can use <a class="link" href="NMRemoteSettings.html#nm-remote-settings-new-async" title="nm_remote_settings_new_async ()"><code class="function">nm_remote_settings_new_async()</code></a> if you want to avoid that.</p> <div class="refsect3"> -<a name="id-1.3.26.9.6.6"></a><h4>Parameters</h4> +<a name="nm-remote-settings-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -489,7 +489,7 @@ want to avoid that.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.26.9.6.7"></a><h4>Returns</h4> +<a name="nm-remote-settings-new.returns"></a><h4>Returns</h4> <p> the new remote settings object on success, or <code class="literal">NULL</code> on failure</p> </div> </div> @@ -507,7 +507,7 @@ begins asynchronously initializing it. <em class="parameter"><code>callback</cod when it is done; use <a class="link" href="NMRemoteSettings.html#nm-remote-settings-new-finish" title="nm_remote_settings_new_finish ()"><code class="function">nm_remote_settings_new_finish()</code></a> to get the result.</p> <div class="refsect3"> -<a name="id-1.3.26.9.7.5"></a><h4>Parameters</h4> +<a name="nm-remote-settings-new-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -548,7 +548,7 @@ nm_remote_settings_new_finish (<em class="parameter"><code><span class="type">GA <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of an <a class="link" href="NMRemoteSettings.html#nm-remote-settings-new-async" title="nm_remote_settings_new_async ()"><code class="function">nm_remote_settings_new_async()</code></a> call.</p> <div class="refsect3"> -<a name="id-1.3.26.9.8.5"></a><h4>Parameters</h4> +<a name="nm-remote-settings-new-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -570,7 +570,7 @@ nm_remote_settings_new_finish (<em class="parameter"><code><span class="type">GA </table></div> </div> <div class="refsect3"> -<a name="id-1.3.26.9.8.6"></a><h4>Returns</h4> +<a name="nm-remote-settings-new-finish.returns"></a><h4>Returns</h4> <p> a new <a class="link" href="NMRemoteSettings.html" title="NMRemoteSettings"><span class="type">NMRemoteSettings</span></a> object, or <code class="literal">NULL</code> on error</p> </div> </div> @@ -580,7 +580,7 @@ nm_remote_settings_new_finish (<em class="parameter"><code><span class="type">GA <pre class="programlisting"><span class="returnvalue">GSList</span> * nm_remote_settings_list_connections (<em class="parameter"><code><a class="link" href="NMRemoteSettings.html" title="NMRemoteSettings"><span class="type">NMRemoteSettings</span></a> *settings</code></em>);</pre> <div class="refsect3"> -<a name="id-1.3.26.9.9.4"></a><h4>Parameters</h4> +<a name="nm-remote-settings-list-connections.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -595,7 +595,7 @@ nm_remote_settings_list_connections (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.26.9.9.5"></a><h4>Returns</h4> +<a name="nm-remote-settings-list-connections.returns"></a><h4>Returns</h4> <p> a list containing all connections provided by the remote settings service. Each element of the returned list is a <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><code class="literal">NMRemoteConnection</code></a> instance, which is @@ -615,7 +615,7 @@ nm_remote_settings_get_connection_by_id <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.26.9.10.5"></a><h4>Parameters</h4> +<a name="nm-remote-settings-get-connection-by-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -637,7 +637,7 @@ nm_remote_settings_get_connection_by_id </table></div> </div> <div class="refsect3"> -<a name="id-1.3.26.9.10.6"></a><h4>Returns</h4> +<a name="nm-remote-settings-get-connection-by-id.returns"></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><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -654,7 +654,7 @@ nm_remote_settings_get_connection_by_path <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.26.9.11.5"></a><h4>Parameters</h4> +<a name="nm-remote-settings-get-connection-by-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -676,7 +676,7 @@ nm_remote_settings_get_connection_by_path </table></div> </div> <div class="refsect3"> -<a name="id-1.3.26.9.11.6"></a><h4>Returns</h4> +<a name="nm-remote-settings-get-connection-by-path.returns"></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><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -692,7 +692,7 @@ nm_remote_settings_get_connection_by_uuid <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.26.9.12.5"></a><h4>Parameters</h4> +<a name="nm-remote-settings-get-connection-by-uuid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -714,7 +714,7 @@ nm_remote_settings_get_connection_by_uuid </table></div> </div> <div class="refsect3"> -<a name="id-1.3.26.9.12.6"></a><h4>Returns</h4> +<a name="nm-remote-settings-get-connection-by-uuid.returns"></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><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -725,7 +725,7 @@ not known. </p> <a name="nm-remote-settings-add-connection"></a><h3>nm_remote_settings_add_connection ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_remote_settings_add_connection (<em class="parameter"><code><a class="link" href="NMRemoteSettings.html" title="NMRemoteSettings"><span class="type">NMRemoteSettings</span></a> *settings</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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><a class="link" href="NMRemoteSettings.html#NMRemoteSettingsAddConnectionFunc" title="NMRemoteSettingsAddConnectionFunc ()"><span class="type">NMRemoteSettingsAddConnectionFunc</span></a> callback</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Requests that the remote settings service add the given settings to a new @@ -741,7 +741,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.26.9.13.6"></a><h4>Parameters</h4> +<a name="nm-remote-settings-add-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -775,7 +775,7 @@ added, not the object itself</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.26.9.13.7"></a><h4>Returns</h4> +<a name="nm-remote-settings-add-connection.returns"></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> @@ -785,7 +785,7 @@ added, not the object itself</p></td> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_remote_settings_add_connection_unsaved (<em class="parameter"><code><a class="link" href="NMRemoteSettings.html" title="NMRemoteSettings"><span class="type">NMRemoteSettings</span></a> *settings</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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><a class="link" href="NMRemoteSettings.html#NMRemoteSettingsAddConnectionFunc" title="NMRemoteSettingsAddConnectionFunc ()"><span class="type">NMRemoteSettingsAddConnectionFunc</span></a> callback</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Requests that the remote settings service add the given settings to a new @@ -793,7 +793,7 @@ connection. The connection is not written to disk, which may be done at a later time by calling the connection's <a class="link" href="NMRemoteConnection.html#nm-remote-connection-commit-changes" title="nm_remote_connection_commit_changes ()"><code class="function">nm_remote_connection_commit_changes()</code></a> method.</p> <div class="refsect3"> -<a name="id-1.3.26.9.14.5"></a><h4>Parameters</h4> +<a name="nm-remote-settings-add-connection-unsaved.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -827,7 +827,7 @@ added, not the object itself</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.26.9.14.6"></a><h4>Returns</h4> +<a name="nm-remote-settings-add-connection-unsaved.returns"></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> <p class="since">Since: 0.9.10</p> @@ -853,7 +853,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.26.9.15.7"></a><h4>Parameters</h4> +<a name="nm-remote-settings-load-connections.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -886,7 +886,7 @@ filenames that failed to load. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.26.9.15.8"></a><h4>Returns</h4> +<a name="nm-remote-settings-load-connections.returns"></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> @@ -903,7 +903,7 @@ nm_remote_settings_reload_connections (<em class="parameter"><code><a class="lin 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.26.9.16.5"></a><h4>Parameters</h4> +<a name="nm-remote-settings-reload-connections.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -925,7 +925,7 @@ the in-memory state matches the on-disk state.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.26.9.16.6"></a><h4>Returns</h4> +<a name="nm-remote-settings-reload-connections.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on failure</p> </div> <p class="since">Since: 0.9.10</p> @@ -941,7 +941,7 @@ nm_remote_settings_save_hostname (<em class="parameter"><code><a class="link" hr <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.26.9.17.5"></a><h4>Parameters</h4> +<a name="nm-remote-settings-save-hostname.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -976,7 +976,7 @@ hostname operation completes. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.26.9.17.6"></a><h4>Returns</h4> +<a name="nm-remote-settings-save-hostname.returns"></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> @@ -987,7 +987,7 @@ hostname operation completes. </p></td> <a name="NMRemoteSettingsError"></a><h3>enum NMRemoteSettingsError</h3> <p>Describes errors that may result from operations involving a <a class="link" href="NMRemoteSettings.html" title="NMRemoteSettings"><span class="type">NMRemoteSettings</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.26.10.2.4"></a><h4>Members</h4> +<a name="NMRemoteSettingsError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1133,6 +1133,6 @@ user_function (<a class="link" href="NMRemoteSettings.html" title="NMRemoteSetti </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMSecretAgent.html b/docs/libnm-glib/html/NMSecretAgent.html index ebb7e858..44e102f4 100644 --- a/docs/libnm-glib/html/NMSecretAgent.html +++ b/docs/libnm-glib/html/NMSecretAgent.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="libnm-glib-nm-types.html" title="nm-types"> <link rel="next" href="NMVPNConnection.html" title="NMVPNConnection"> -<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"> @@ -43,10 +43,6 @@ </colgroup> <tbody> <tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSecretAgent.html#NM-SECRET-AGENT-ERROR:CAPS" title="NM_SECRET_AGENT_ERROR">NM_SECRET_AGENT_ERROR</a></td> -</tr> -<tr> <td class="function_type"> <span class="returnvalue">GQuark</span> </td> @@ -186,6 +182,10 @@ </colgroup> <tbody> <tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSecretAgent.html#NM-SECRET-AGENT-ERROR:CAPS" title="NM_SECRET_AGENT_ERROR">NM_SECRET_AGENT_ERROR</a></td> +</tr> +<tr> <td class="datatype_keyword">enum</td> <td class="function_name"><a class="link" href="NMSecretAgent.html#NMSecretAgentError" title="enum NMSecretAgentError">NMSecretAgentError</a></td> </tr> @@ -232,12 +232,6 @@ <div class="refsect1"> <a name="NMSecretAgent.functions_details"></a><h2>Functions</h2> <div class="refsect2"> -<a name="NM-SECRET-AGENT-ERROR:CAPS"></a><h3>NM_SECRET_AGENT_ERROR</h3> -<pre class="programlisting">#define NM_SECRET_AGENT_ERROR (nm_secret_agent_error_quark ()) -</pre> -</div> -<hr> -<div class="refsect2"> <a name="nm-secret-agent-error-quark"></a><h3>nm_secret_agent_error_quark ()</h3> <pre class="programlisting"><span class="returnvalue">GQuark</span> nm_secret_agent_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> @@ -247,7 +241,7 @@ nm_secret_agent_error_quark (<em class="parameter"><code><span class="type">void <a name="NMSecretAgentGetSecretsFunc"></a><h3>NMSecretAgentGetSecretsFunc ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> <span class="c_punctuation">(</span>*NMSecretAgentGetSecretsFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="NMSecretAgent.html" title="NMSecretAgent"><span class="type">NMSecretAgent</span></a> *agent</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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GHashTable</span> *secrets</code></em>, <em class="parameter"><code><span class="type">GError</span> *error</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> @@ -258,7 +252,7 @@ those secrets or the error.</p> <p>To easily create the hash table to return the Wi-Fi PSK, you could do something like this:</p> <div class="example"> -<a name="id-1.3.28.9.4.6"></a><p class="title"><b>Example 1. Creating a secrets hash</b></p> +<a name="id-1.3.28.9.3.6"></a><p class="title"><b>Example 1. Creating a secrets hash</b></p> <div class="example-contents"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> @@ -284,7 +278,7 @@ something like this:</p> <span class="usertype">GHashTable</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">secrets_hash</span><span class="symbol">;</span> <span class="normal">secrets </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#nm-connection-new">nm_connection_new</a></span><span class="normal"> </span><span class="symbol">();</span> -<span class="normal">s_wsec </span><span class="symbol">=</span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/usr/share/gtk-doc/html/libnm-util/NMSettingWirelessSecurity.html">NMSettingWirelessSecurity</a> </span><span class="symbol">*)</span><span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-new">nm_setting_wireless_security_new</a></span><span class="normal"> </span><span class="symbol">();</span> +<span class="normal">s_wsec </span><span class="symbol">=</span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/usr/share/gtk-doc/html/libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity-struct">NMSettingWirelessSecurity</a> </span><span class="symbol">*)</span><span class="normal"> </span><span class="function"><a href="/usr/share/gtk-doc/html/libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-new">nm_setting_wireless_security_new</a></span><span class="normal"> </span><span class="symbol">();</span> <span class="function">g_object_set</span><span class="normal"> </span><span class="symbol">(</span><span class="function">G_OBJECT</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">s_wsec</span><span class="symbol">),</span> <span class="normal"> <a href="/usr/share/gtk-doc/html/libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PSK:CAPS">NM_SETTING_WIRELESS_SECURITY_PSK</a></span><span class="symbol">,</span><span class="normal"> </span><span class="string">"my really cool PSK"</span><span class="symbol">,</span> <span class="normal"> NULL</span><span class="symbol">);</span> @@ -302,7 +296,7 @@ something like this:</p> </div> <br class="example-break"><div class="refsect3"> -<a name="id-1.3.28.9.4.7"></a><h4>Parameters</h4> +<a name="NMSecretAgentGetSecretsFunc.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -326,9 +320,9 @@ has returned. </p></td> <tr> <td class="parameter_name"><p>secrets</p></td> <td class="parameter_description"><p> the <span class="type">GHashTable</span> containing -the requested secrets in the same format as an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> hash (as +the requested secrets in the same format as an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> hash (as created by <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#nm-connection-to-hash"><code class="function">nm_connection_to_hash()</code></a> for example). Each key in <em class="parameter"><code>secrets</code></em> -should be the name of a <a href="/usr/share/gtk-doc/html/libnm-util/NMSetting.html"><span class="type">NMSetting</span></a> object (like "802-11-wireless-security") +should be the name of a <a href="/usr/share/gtk-doc/html/libnm-util/NMSetting.html#NMSetting-struct"><span class="type">NMSetting</span></a> object (like "802-11-wireless-security") and each value should be a <span class="type">GHashTable</span>. The sub-hashes map string:<span class="type">GValue</span> where the string is the setting property name (like "psk") and the value is the secret. </p></td> @@ -353,14 +347,14 @@ is the secret. </p></td> <a name="NMSecretAgentSaveSecretsFunc"></a><h3>NMSecretAgentSaveSecretsFunc ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> <span class="c_punctuation">(</span>*NMSecretAgentSaveSecretsFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="NMSecretAgent.html" title="NMSecretAgent"><span class="type">NMSecretAgent</span></a> *agent</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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> *error</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Called as a result of a request by NM to save secrets. When the <a class="link" href="NMSecretAgent.html" title="NMSecretAgent"><span class="type">NMSecretAgent</span></a> subclass has finished saving the secrets, this function should be called.</p> <div class="refsect3"> -<a name="id-1.3.28.9.5.5"></a><h4>Parameters</h4> +<a name="NMSecretAgentSaveSecretsFunc.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -400,14 +394,14 @@ has returned. </p></td> <a name="NMSecretAgentDeleteSecretsFunc"></a><h3>NMSecretAgentDeleteSecretsFunc ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> <span class="c_punctuation">(</span>*NMSecretAgentDeleteSecretsFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="NMSecretAgent.html" title="NMSecretAgent"><span class="type">NMSecretAgent</span></a> *agent</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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> *error</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Called as a result of a request by NM to delete secrets. When the <a class="link" href="NMSecretAgent.html" title="NMSecretAgent"><span class="type">NMSecretAgent</span></a> subclass has finished deleting the secrets, this function should be called.</p> <div class="refsect3"> -<a name="id-1.3.28.9.6.5"></a><h4>Parameters</h4> +<a name="NMSecretAgentDeleteSecretsFunc.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -453,7 +447,7 @@ secrets for connections on behalf of its user. Registration is an asynchronous operation and its success or failure is indicated via the 'registration-result' signal.</p> <div class="refsect3"> -<a name="id-1.3.28.9.7.5"></a><h4>Parameters</h4> +<a name="nm-secret-agent-register.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -468,7 +462,7 @@ asynchronous operation and its success or failure is indicated via the </table></div> </div> <div class="refsect3"> -<a name="id-1.3.28.9.7.6"></a><h4>Returns</h4> +<a name="nm-secret-agent-register.returns"></a><h4>Returns</h4> <p> a new <code class="literal">TRUE</code> if registration was successfully requested (this does not mean registration itself was successful), <code class="literal">FALSE</code> if registration was not successfully requested.</p> @@ -483,7 +477,7 @@ nm_secret_agent_unregister (<em class="parameter"><code><a class="link" href="NM indicating to NetworkManager that the agent is will no longer provide or store secrets on behalf of this user.</p> <div class="refsect3"> -<a name="id-1.3.28.9.8.5"></a><h4>Parameters</h4> +<a name="nm-secret-agent-unregister.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -498,7 +492,7 @@ store secrets on behalf of this user.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.28.9.8.6"></a><h4>Returns</h4> +<a name="nm-secret-agent-unregister.returns"></a><h4>Returns</h4> <p> a new <code class="literal">TRUE</code> if unregistration was successful, <code class="literal">FALSE</code> if it was not.</p> </div> </div> @@ -508,7 +502,7 @@ store secrets on behalf of this user.</p> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_secret_agent_get_registered (<em class="parameter"><code><a class="link" href="NMSecretAgent.html" title="NMSecretAgent"><span class="type">NMSecretAgent</span></a> *self</code></em>);</pre> <div class="refsect3"> -<a name="id-1.3.28.9.9.4"></a><h4>Parameters</h4> +<a name="nm-secret-agent-get-registered.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -523,7 +517,7 @@ nm_secret_agent_get_registered (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.28.9.9.5"></a><h4>Returns</h4> +<a name="nm-secret-agent-get-registered.returns"></a><h4>Returns</h4> <p> a <code class="literal">TRUE</code> if the agent is registered, <code class="literal">FALSE</code> if it is not.</p> </div> </div> @@ -532,7 +526,7 @@ nm_secret_agent_get_registered (<em class="parameter"><code><a class="link" href <a name="nm-secret-agent-get-secrets"></a><h3>nm_secret_agent_get_secrets ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_secret_agent_get_secrets (<em class="parameter"><code><a class="link" href="NMSecretAgent.html" title="NMSecretAgent"><span class="type">NMSecretAgent</span></a> *self</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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *setting_name</code></em>, <em class="parameter"><code>const <span class="type">char</span> **hints</code></em>, <em class="parameter"><code><a class="link" href="NMSecretAgent.html#NMSecretAgentGetSecretsFlags" title="enum NMSecretAgentGetSecretsFlags"><span class="type">NMSecretAgentGetSecretsFlags</span></a> flags</code></em>, @@ -548,7 +542,7 @@ existing secrets without user interaction, or requesting entirely new secrets from the user.</p> <p>Virtual: get_secrets</p> <div class="refsect3"> -<a name="id-1.3.28.9.10.6"></a><h4>Parameters</h4> +<a name="nm-secret-agent-get-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -563,7 +557,7 @@ secrets from the user.</p> </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> for which we're asked secrets</p></td> +<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> for which we're asked secrets</p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -601,7 +595,7 @@ secrets from the user.</p> <a name="nm-secret-agent-save-secrets"></a><h3>nm_secret_agent_save_secrets ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_secret_agent_save_secrets (<em class="parameter"><code><a class="link" href="NMSecretAgent.html" title="NMSecretAgent"><span class="type">NMSecretAgent</span></a> *self</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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><a class="link" href="NMSecretAgent.html#NMSecretAgentSaveSecretsFunc" title="NMSecretAgentSaveSecretsFunc ()"><span class="type">NMSecretAgentSaveSecretsFunc</span></a> callback</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Asyncronously ensure that all secrets inside <em class="parameter"><code>connection</code></em> @@ -609,7 +603,7 @@ nm_secret_agent_save_secrets (<em class="parameter"><code><a class="link" href=" are stored to disk.</p> <p>Virtual: save_secrets</p> <div class="refsect3"> -<a name="id-1.3.28.9.11.6"></a><h4>Parameters</h4> +<a name="nm-secret-agent-save-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -624,7 +618,7 @@ are stored to disk.</p> </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -647,7 +641,7 @@ are stored to disk.</p> <a name="nm-secret-agent-delete-secrets"></a><h3>nm_secret_agent_delete_secrets ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_secret_agent_delete_secrets (<em class="parameter"><code><a class="link" href="NMSecretAgent.html" title="NMSecretAgent"><span class="type">NMSecretAgent</span></a> *self</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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><a class="link" href="NMSecretAgent.html#NMSecretAgentDeleteSecretsFunc" title="NMSecretAgentDeleteSecretsFunc ()"><span class="type">NMSecretAgentDeleteSecretsFunc</span></a> callback</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Asynchronously ask the agent to delete all saved secrets belonging to @@ -655,7 +649,7 @@ nm_secret_agent_delete_secrets (<em class="parameter"><code><a class="link" href .</p> <p>Virtual: delete_secrets</p> <div class="refsect3"> -<a name="id-1.3.28.9.12.6"></a><h4>Parameters</h4> +<a name="nm-secret-agent-delete-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -670,7 +664,7 @@ nm_secret_agent_delete_secrets (<em class="parameter"><code><a class="link" href </tr> <tr> <td class="parameter_name"><p>connection</p></td> -<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a></p></td> +<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -692,11 +686,17 @@ nm_secret_agent_delete_secrets (<em class="parameter"><code><a class="link" href <div class="refsect1"> <a name="NMSecretAgent.other_details"></a><h2>Types and Values</h2> <div class="refsect2"> +<a name="NM-SECRET-AGENT-ERROR:CAPS"></a><h3>NM_SECRET_AGENT_ERROR</h3> +<pre class="programlisting">#define NM_SECRET_AGENT_ERROR (nm_secret_agent_error_quark ()) +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NMSecretAgentError"></a><h3>enum NMSecretAgentError</h3> <p><a class="link" href="NMSecretAgent.html#NMSecretAgentError" title="enum NMSecretAgentError"><span class="type">NMSecretAgentError</span></a> values are passed by secret agents back to NetworkManager when they encounter problems retrieving secrets on behalf of NM.</p> <div class="refsect3"> -<a name="id-1.3.28.10.2.4"></a><h4>Members</h4> +<a name="NMSecretAgentError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -760,7 +760,7 @@ when they encounter problems retrieving secrets on behalf of NM.</p> <a name="NMSecretAgentCapabilities"></a><h3>enum NMSecretAgentCapabilities</h3> <p><a class="link" href="NMSecretAgent.html#NMSecretAgentCapabilities" title="enum NMSecretAgentCapabilities"><span class="type">NMSecretAgentCapabilities</span></a> indicate various capabilities of the agent.</p> <div class="refsect3"> -<a name="id-1.3.28.10.3.4"></a><h4>Members</h4> +<a name="NMSecretAgentCapabilities.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -801,7 +801,7 @@ authentication dialogs.</p> <a name="NMSecretAgentGetSecretsFlags"></a><h3>enum NMSecretAgentGetSecretsFlags</h3> <p><a class="link" href="NMSecretAgent.html#NMSecretAgentGetSecretsFlags" title="enum NMSecretAgentGetSecretsFlags"><span class="type">NMSecretAgentGetSecretsFlags</span></a> values modify the behavior of a GetSecrets request.</p> <div class="refsect3"> -<a name="id-1.3.28.10.4.4"></a><h4>Members</h4> +<a name="NMSecretAgentGetSecretsFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -939,7 +939,7 @@ user_function (<a class="link" href="NMSecretAgent.html" title="NMSecretAgent">< is NULL the request was successful.</p> <div class="refsect3"> -<a name="id-1.3.28.12.2.5"></a><h4>Parameters</h4> +<a name="NMSecretAgent-registration-result.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -970,6 +970,6 @@ request was successful.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMVPNConnection.html b/docs/libnm-glib/html/NMVPNConnection.html index 8be2954c..a12cd61d 100644 --- a/docs/libnm-glib/html/NMVPNConnection.html +++ b/docs/libnm-glib/html/NMVPNConnection.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMSecretAgent.html" title="NMSecretAgent"> <link rel="next" href="libnm-glib-NMVPNPlugin.html" title="NMVPNPlugin"> -<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"> @@ -145,7 +145,7 @@ nm_vpn_connection_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/h <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMVPNConnection.html" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.29.9.2.5"></a><h4>Parameters</h4> +<a name="nm-vpn-connection-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -167,7 +167,7 @@ nm_vpn_connection_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/h </table></div> </div> <div class="refsect3"> -<a name="id-1.3.29.9.2.6"></a><h4>Returns</h4> +<a name="nm-vpn-connection-new.returns"></a><h4>Returns</h4> <p> a new connection object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -179,7 +179,7 @@ nm_vpn_connection_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/h nm_vpn_connection_get_vpn_state (<em class="parameter"><code><a class="link" href="NMVPNConnection.html" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> *vpn</code></em>);</pre> <p>Gets the current <a class="link" href="NMVPNConnection.html" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> state.</p> <div class="refsect3"> -<a name="id-1.3.29.9.3.5"></a><h4>Parameters</h4> +<a name="nm-vpn-connection-get-vpn-state.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -194,7 +194,7 @@ nm_vpn_connection_get_vpn_state (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.3.29.9.3.6"></a><h4>Returns</h4> +<a name="nm-vpn-connection-get-vpn-state.returns"></a><h4>Returns</h4> <p> the VPN state of the active VPN connection.</p> </div> </div> @@ -205,7 +205,7 @@ nm_vpn_connection_get_vpn_state (<em class="parameter"><code><a class="link" hre nm_vpn_connection_get_banner (<em class="parameter"><code><a class="link" href="NMVPNConnection.html" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> *vpn</code></em>);</pre> <p>Gets the VPN login banner of the active <a class="link" href="NMVPNConnection.html" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.29.9.4.5"></a><h4>Parameters</h4> +<a name="nm-vpn-connection-get-banner.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -220,7 +220,7 @@ nm_vpn_connection_get_banner (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.29.9.4.6"></a><h4>Returns</h4> +<a name="nm-vpn-connection-get-banner.returns"></a><h4>Returns</h4> <p> the VPN login banner of the VPN connection. This is the internal string used by the connection, and must not be modified.</p> </div> @@ -273,6 +273,6 @@ user_function (<a class="link" href="NMVPNConnection.html" title="NMVPNConnectio </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMWimaxNsp.html b/docs/libnm-glib/html/NMWimaxNsp.html index d473ec6c..5a596f22 100644 --- a/docs/libnm-glib/html/NMWimaxNsp.html +++ b/docs/libnm-glib/html/NMWimaxNsp.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMDeviceOlpcMesh.html" title="NMDeviceOlpcMesh"> <link rel="next" href="NMAccessPoint.html" title="NMAccessPoint"> -<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"> @@ -165,7 +165,7 @@ nm_wimax_nsp_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/d <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p>Creates a new <a class="link" href="NMWimaxNsp.html" title="NMWimaxNsp"><span class="type">NMWimaxNsp</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.18.8.2.5"></a><h4>Parameters</h4> +<a name="nm-wimax-nsp-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -187,7 +187,7 @@ nm_wimax_nsp_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/d </table></div> </div> <div class="refsect3"> -<a name="id-1.3.18.8.2.6"></a><h4>Returns</h4> +<a name="nm-wimax-nsp-new.returns"></a><h4>Returns</h4> <p> a new WiMAX NSP. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -199,7 +199,7 @@ nm_wimax_nsp_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/d nm_wimax_nsp_get_name (<em class="parameter"><code><a class="link" href="NMWimaxNsp.html" title="NMWimaxNsp"><span class="type">NMWimaxNsp</span></a> *nsp</code></em>);</pre> <p>Gets the name of the wimax NSP</p> <div class="refsect3"> -<a name="id-1.3.18.8.3.5"></a><h4>Parameters</h4> +<a name="nm-wimax-nsp-get-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -214,7 +214,7 @@ nm_wimax_nsp_get_name (<em class="parameter"><code><a class="link" href="NMWimax </table></div> </div> <div class="refsect3"> -<a name="id-1.3.18.8.3.6"></a><h4>Returns</h4> +<a name="nm-wimax-nsp-get-name.returns"></a><h4>Returns</h4> <p> the name</p> </div> </div> @@ -225,7 +225,7 @@ nm_wimax_nsp_get_name (<em class="parameter"><code><a class="link" href="NMWimax nm_wimax_nsp_get_signal_quality (<em class="parameter"><code><a class="link" href="NMWimaxNsp.html" title="NMWimaxNsp"><span class="type">NMWimaxNsp</span></a> *nsp</code></em>);</pre> <p>Gets the WPA signal quality of the wimax NSP.</p> <div class="refsect3"> -<a name="id-1.3.18.8.4.5"></a><h4>Parameters</h4> +<a name="nm-wimax-nsp-get-signal-quality.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -240,7 +240,7 @@ nm_wimax_nsp_get_signal_quality (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.3.18.8.4.6"></a><h4>Returns</h4> +<a name="nm-wimax-nsp-get-signal-quality.returns"></a><h4>Returns</h4> <p> the signal quality</p> </div> </div> @@ -251,7 +251,7 @@ nm_wimax_nsp_get_signal_quality (<em class="parameter"><code><a class="link" hre nm_wimax_nsp_get_network_type (<em class="parameter"><code><a class="link" href="NMWimaxNsp.html" title="NMWimaxNsp"><span class="type">NMWimaxNsp</span></a> *nsp</code></em>);</pre> <p>Gets the network type of the wimax NSP.</p> <div class="refsect3"> -<a name="id-1.3.18.8.5.5"></a><h4>Parameters</h4> +<a name="nm-wimax-nsp-get-network-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -266,7 +266,7 @@ nm_wimax_nsp_get_network_type (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.3.18.8.5.6"></a><h4>Returns</h4> +<a name="nm-wimax-nsp-get-network-type.returns"></a><h4>Returns</h4> <p> the network type</p> </div> </div> @@ -281,7 +281,7 @@ return connections which may be activated with the access point. Any returned connections will match the <em class="parameter"><code>nsp</code></em> 's network name and other attributes.</p> <div class="refsect3"> -<a name="id-1.3.18.8.6.5"></a><h4>Parameters</h4> +<a name="nm-wimax-nsp-filter-connections.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -297,16 +297,16 @@ returned connections will match the <em class="parameter"><code>nsp</code></em> <tr> <td class="parameter_name"><p>connections</p></td> <td class="parameter_description"><p> a list of -<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> objects to filter. </p></td> +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> objects to filter. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMConnection]</span></td> </tr> </tbody> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.18.8.6.6"></a><h4>Returns</h4> +<a name="nm-wimax-nsp-filter-connections.returns"></a><h4>Returns</h4> <p> a -list of <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> objects that could be activated with the given <em class="parameter"><code>nsp</code></em> +list of <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> objects that could be activated with the given <em class="parameter"><code>nsp</code></em> . The elements of the list are owned by their creator and should not be freed by the caller, but the returned list itself is owned by the caller and should @@ -319,13 +319,13 @@ be freed with <code class="function">g_slist_free()</code> when it is no longer <a name="nm-wimax-nsp-connection-valid"></a><h3>nm_wimax_nsp_connection_valid ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_wimax_nsp_connection_valid (<em class="parameter"><code><a class="link" href="NMWimaxNsp.html" title="NMWimaxNsp"><span class="type">NMWimaxNsp</span></a> *nsp</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Validates a given connection against a given WiMAX NSP to ensure that the connection may be activated with that NSP. The connection must match the <em class="parameter"><code>nsp</code></em> 's network name and other attributes.</p> <div class="refsect3"> -<a name="id-1.3.18.8.7.5"></a><h4>Parameters</h4> +<a name="nm-wimax-nsp-connection-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -341,7 +341,7 @@ against</p></td> </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> to validate against <em class="parameter"><code>nsp</code></em> +<td class="parameter_description"><p>an <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> to validate against <em class="parameter"><code>nsp</code></em> </p></td> <td class="parameter_annotations"> </td> </tr> @@ -349,7 +349,7 @@ against</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.18.8.7.6"></a><h4>Returns</h4> +<a name="nm-wimax-nsp-connection-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection may be activated with this WiMAX NSP, <code class="literal">FALSE</code> if it cannot be.</p> </div> @@ -379,7 +379,7 @@ against</p></td> <a name="NMWimaxNspNetworkType"></a><h3>enum NMWimaxNspNetworkType</h3> <p>WiMAX network type.</p> <div class="refsect3"> -<a name="id-1.3.18.9.5.4"></a><h4>Members</h4> +<a name="NMWimaxNspNetworkType.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -449,6 +449,6 @@ against</p></td> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/annotation-glossary.html b/docs/libnm-glib/html/annotation-glossary.html index 52e56c4d..e902553a 100644 --- a/docs/libnm-glib/html/annotation-glossary.html +++ b/docs/libnm-glib/html/annotation-glossary.html @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="index.html" title="libnm-glib Reference Manual"> <link rel="prev" href="api-index-full.html" title="API Index"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -61,6 +61,6 @@ <dd class="glossdef"><p>Override the parsed C type with given type.</p></dd> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/api-index-full.html b/docs/libnm-glib/html/api-index-full.html index edb606f8..b327be1d 100644 --- a/docs/libnm-glib/html/api-index-full.html +++ b/docs/libnm-glib/html/api-index-full.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm-glib Reference Manual"> <link rel="prev" href="object-tree.html" title="Object Hierarchy"> <link rel="next" href="annotation-glossary.html" title="Annotation Glossary"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -2704,6 +2704,6 @@ <dd></dd> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/ch02.html b/docs/libnm-glib/html/ch02.html index 18b6b1ab..93b8eb43 100644 --- a/docs/libnm-glib/html/ch02.html +++ b/docs/libnm-glib/html/ch02.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm-glib Reference Manual"> <link rel="prev" href="ref-overview.html" title="Object Overview"> <link rel="next" href="NMClient.html" title="NMClient"> -<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"> @@ -119,6 +119,6 @@ </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/index.html b/docs/libnm-glib/html/index.html index bd1af8ee..768e94f9 100644 --- a/docs/libnm-glib/html/index.html +++ b/docs/libnm-glib/html/index.html @@ -6,7 +6,7 @@ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="next" href="ref-overview.html" title="Object Overview"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libnm-glib Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - for libnm-glib 1.2.4 + for libnm-glib 1.4.0 The latest version of this documentation can be found on-line at <a class="ulink" href="https://developer.gnome.org/libnm-glib/stable/" target="_top">https://developer.gnome.org/libnm-glib/stable/</a>. @@ -150,6 +150,6 @@ </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/index.sgml b/docs/libnm-glib/html/index.sgml deleted file mode 100644 index dbe88019..00000000 --- a/docs/libnm-glib/html/index.sgml +++ /dev/null @@ -1,1082 +0,0 @@ -<ANCHOR id="NMClient" href="libnm-glib/NMClient.html"> -<ANCHOR id="NMClient.functions" href="libnm-glib/NMClient.html#NMClient.functions"> -<ANCHOR id="NMClient.properties" href="libnm-glib/NMClient.html#NMClient.properties"> -<ANCHOR id="NMClient.signals" href="libnm-glib/NMClient.html#NMClient.signals"> -<ANCHOR id="NMClient.other" href="libnm-glib/NMClient.html#NMClient.other"> -<ANCHOR id="NMClient.object-hierarchy" href="libnm-glib/NMClient.html#NMClient.object-hierarchy"> -<ANCHOR id="NMClient.description" href="libnm-glib/NMClient.html#NMClient.description"> -<ANCHOR id="NMClient.functions_details" href="libnm-glib/NMClient.html#NMClient.functions_details"> -<ANCHOR id="nm-client-error-quark" href="libnm-glib/NMClient.html#nm-client-error-quark"> -<ANCHOR id="nm-client-new" href="libnm-glib/NMClient.html#nm-client-new"> -<ANCHOR id="nm-client-new-async" href="libnm-glib/NMClient.html#nm-client-new-async"> -<ANCHOR id="nm-client-new-finish" href="libnm-glib/NMClient.html#nm-client-new-finish"> -<ANCHOR id="nm-client-get-devices" href="libnm-glib/NMClient.html#nm-client-get-devices"> -<ANCHOR id="nm-client-get-all-devices" href="libnm-glib/NMClient.html#nm-client-get-all-devices"> -<ANCHOR id="nm-client-get-device-by-path" href="libnm-glib/NMClient.html#nm-client-get-device-by-path"> -<ANCHOR id="nm-client-get-device-by-iface" href="libnm-glib/NMClient.html#nm-client-get-device-by-iface"> -<ANCHOR id="NMClientActivateFn" href="libnm-glib/NMClient.html#NMClientActivateFn"> -<ANCHOR id="nm-client-activate-connection" href="libnm-glib/NMClient.html#nm-client-activate-connection"> -<ANCHOR id="NMClientAddActivateFn" href="libnm-glib/NMClient.html#NMClientAddActivateFn"> -<ANCHOR id="nm-client-add-and-activate-connection" href="libnm-glib/NMClient.html#nm-client-add-and-activate-connection"> -<ANCHOR id="nm-client-deactivate-connection" href="libnm-glib/NMClient.html#nm-client-deactivate-connection"> -<ANCHOR id="nm-client-networking-get-enabled" href="libnm-glib/NMClient.html#nm-client-networking-get-enabled"> -<ANCHOR id="nm-client-networking-set-enabled" href="libnm-glib/NMClient.html#nm-client-networking-set-enabled"> -<ANCHOR id="nm-client-wireless-get-enabled" href="libnm-glib/NMClient.html#nm-client-wireless-get-enabled"> -<ANCHOR id="nm-client-wireless-set-enabled" href="libnm-glib/NMClient.html#nm-client-wireless-set-enabled"> -<ANCHOR id="nm-client-wireless-hardware-get-enabled" href="libnm-glib/NMClient.html#nm-client-wireless-hardware-get-enabled"> -<ANCHOR id="nm-client-wwan-get-enabled" href="libnm-glib/NMClient.html#nm-client-wwan-get-enabled"> -<ANCHOR id="nm-client-wwan-set-enabled" href="libnm-glib/NMClient.html#nm-client-wwan-set-enabled"> -<ANCHOR id="nm-client-wwan-hardware-get-enabled" href="libnm-glib/NMClient.html#nm-client-wwan-hardware-get-enabled"> -<ANCHOR id="nm-client-wimax-get-enabled" href="libnm-glib/NMClient.html#nm-client-wimax-get-enabled"> -<ANCHOR id="nm-client-wimax-set-enabled" href="libnm-glib/NMClient.html#nm-client-wimax-set-enabled"> -<ANCHOR id="nm-client-wimax-hardware-get-enabled" href="libnm-glib/NMClient.html#nm-client-wimax-hardware-get-enabled"> -<ANCHOR id="nm-client-get-version" href="libnm-glib/NMClient.html#nm-client-get-version"> -<ANCHOR id="nm-client-get-state" href="libnm-glib/NMClient.html#nm-client-get-state"> -<ANCHOR id="nm-client-get-startup" href="libnm-glib/NMClient.html#nm-client-get-startup"> -<ANCHOR id="nm-client-get-manager-running" href="libnm-glib/NMClient.html#nm-client-get-manager-running"> -<ANCHOR id="nm-client-get-active-connections" href="libnm-glib/NMClient.html#nm-client-get-active-connections"> -<ANCHOR id="nm-client-sleep" href="libnm-glib/NMClient.html#nm-client-sleep"> -<ANCHOR id="nm-client-get-permission-result" href="libnm-glib/NMClient.html#nm-client-get-permission-result"> -<ANCHOR id="nm-client-get-logging" href="libnm-glib/NMClient.html#nm-client-get-logging"> -<ANCHOR id="nm-client-set-logging" href="libnm-glib/NMClient.html#nm-client-set-logging"> -<ANCHOR id="nm-client-get-connectivity" href="libnm-glib/NMClient.html#nm-client-get-connectivity"> -<ANCHOR id="nm-client-check-connectivity" href="libnm-glib/NMClient.html#nm-client-check-connectivity"> -<ANCHOR id="nm-client-check-connectivity-async" href="libnm-glib/NMClient.html#nm-client-check-connectivity-async"> -<ANCHOR id="nm-client-check-connectivity-finish" href="libnm-glib/NMClient.html#nm-client-check-connectivity-finish"> -<ANCHOR id="nm-client-get-primary-connection" href="libnm-glib/NMClient.html#nm-client-get-primary-connection"> -<ANCHOR id="nm-client-get-activating-connection" href="libnm-glib/NMClient.html#nm-client-get-activating-connection"> -<ANCHOR id="NMClient.other_details" href="libnm-glib/NMClient.html#NMClient.other_details"> -<ANCHOR id="NM-CLIENT-VERSION:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-VERSION:CAPS"> -<ANCHOR id="NM-CLIENT-STATE:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-STATE:CAPS"> -<ANCHOR id="NM-CLIENT-STARTUP:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-STARTUP:CAPS"> -<ANCHOR id="NM-CLIENT-MANAGER-RUNNING:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-MANAGER-RUNNING:CAPS"> -<ANCHOR id="NM-CLIENT-NETWORKING-ENABLED:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-NETWORKING-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-WIRELESS-ENABLED:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-WIRELESS-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-WWAN-ENABLED:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-WWAN-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-WIMAX-ENABLED:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-WIMAX-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-WIMAX-HARDWARE-ENABLED:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-WIMAX-HARDWARE-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-ACTIVE-CONNECTIONS:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-ACTIVE-CONNECTIONS:CAPS"> -<ANCHOR id="NM-CLIENT-CONNECTIVITY:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-CONNECTIVITY:CAPS"> -<ANCHOR id="NM-CLIENT-PRIMARY-CONNECTION:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PRIMARY-CONNECTION:CAPS"> -<ANCHOR id="NM-CLIENT-ACTIVATING-CONNECTION:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-ACTIVATING-CONNECTION:CAPS"> -<ANCHOR id="NM-CLIENT-DEVICES:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-DEVICES:CAPS"> -<ANCHOR id="NM-CLIENT-ALL-DEVICES:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-ALL-DEVICES:CAPS"> -<ANCHOR id="NMClientPermission" href="libnm-glib/NMClient.html#NMClientPermission"> -<ANCHOR id="NM-CLIENT-PERMISSION-NONE:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-NONE:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-ENABLE-DISABLE-NETWORK:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-ENABLE-DISABLE-NETWORK:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-ENABLE-DISABLE-WIFI:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-ENABLE-DISABLE-WIFI:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-ENABLE-DISABLE-WWAN:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-ENABLE-DISABLE-WWAN:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-ENABLE-DISABLE-WIMAX:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-ENABLE-DISABLE-WIMAX:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-SLEEP-WAKE:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-SLEEP-WAKE:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-NETWORK-CONTROL:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-NETWORK-CONTROL:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-WIFI-SHARE-PROTECTED:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-WIFI-SHARE-PROTECTED:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-WIFI-SHARE-OPEN:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-WIFI-SHARE-OPEN:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-SETTINGS-MODIFY-SYSTEM:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-SETTINGS-MODIFY-SYSTEM:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-SETTINGS-MODIFY-OWN:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-SETTINGS-MODIFY-OWN:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-SETTINGS-MODIFY-HOSTNAME:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-SETTINGS-MODIFY-HOSTNAME:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-SETTINGS-MODIFY-GLOBAL-DNS:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-SETTINGS-MODIFY-GLOBAL-DNS:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-RELOAD:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-RELOAD:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-LAST:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-LAST:CAPS"> -<ANCHOR id="NMClientPermissionResult" href="libnm-glib/NMClient.html#NMClientPermissionResult"> -<ANCHOR id="NM-CLIENT-PERMISSION-RESULT-UNKNOWN:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-RESULT-UNKNOWN:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-RESULT-YES:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-RESULT-YES:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-RESULT-AUTH:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-RESULT-AUTH:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-RESULT-NO:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-PERMISSION-RESULT-NO:CAPS"> -<ANCHOR id="NMClientError" href="libnm-glib/NMClient.html#NMClientError"> -<ANCHOR id="NM-CLIENT-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-CLIENT-ERROR-MANAGER-NOT-RUNNING:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-ERROR-MANAGER-NOT-RUNNING:CAPS"> -<ANCHOR id="NM-CLIENT-ERROR:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-ERROR:CAPS"> -<ANCHOR id="NMClient.property-details" href="libnm-glib/NMClient.html#NMClient.property-details"> -<ANCHOR id="NMClient--activating-connection" href="libnm-glib/NMClient.html#NMClient--activating-connection"> -<ANCHOR id="NMClient--active-connections" href="libnm-glib/NMClient.html#NMClient--active-connections"> -<ANCHOR id="NMClient--all-devices" href="libnm-glib/NMClient.html#NMClient--all-devices"> -<ANCHOR id="NMClient--connectivity" href="libnm-glib/NMClient.html#NMClient--connectivity"> -<ANCHOR id="NMClient--devices" href="libnm-glib/NMClient.html#NMClient--devices"> -<ANCHOR id="NMClient--manager-running" href="libnm-glib/NMClient.html#NMClient--manager-running"> -<ANCHOR id="NMClient--networking-enabled" href="libnm-glib/NMClient.html#NMClient--networking-enabled"> -<ANCHOR id="NMClient--primary-connection" href="libnm-glib/NMClient.html#NMClient--primary-connection"> -<ANCHOR id="NMClient--startup" href="libnm-glib/NMClient.html#NMClient--startup"> -<ANCHOR id="NMClient--state" href="libnm-glib/NMClient.html#NMClient--state"> -<ANCHOR id="NMClient--version" href="libnm-glib/NMClient.html#NMClient--version"> -<ANCHOR id="NMClient--wimax-enabled" href="libnm-glib/NMClient.html#NMClient--wimax-enabled"> -<ANCHOR id="NMClient--wimax-hardware-enabled" href="libnm-glib/NMClient.html#NMClient--wimax-hardware-enabled"> -<ANCHOR id="NMClient--wireless-enabled" href="libnm-glib/NMClient.html#NMClient--wireless-enabled"> -<ANCHOR id="NMClient--wireless-hardware-enabled" href="libnm-glib/NMClient.html#NMClient--wireless-hardware-enabled"> -<ANCHOR id="NMClient--wwan-enabled" href="libnm-glib/NMClient.html#NMClient--wwan-enabled"> -<ANCHOR id="NMClient--wwan-hardware-enabled" href="libnm-glib/NMClient.html#NMClient--wwan-hardware-enabled"> -<ANCHOR id="NMClient.signal-details" href="libnm-glib/NMClient.html#NMClient.signal-details"> -<ANCHOR id="NMClient-any-device-added" href="libnm-glib/NMClient.html#NMClient-any-device-added"> -<ANCHOR id="NMClient-any-device-removed" href="libnm-glib/NMClient.html#NMClient-any-device-removed"> -<ANCHOR id="NMClient-device-added" href="libnm-glib/NMClient.html#NMClient-device-added"> -<ANCHOR id="NMClient-device-removed" href="libnm-glib/NMClient.html#NMClient-device-removed"> -<ANCHOR id="NMClient-permission-changed" href="libnm-glib/NMClient.html#NMClient-permission-changed"> -<ANCHOR id="NMActiveConnection" href="libnm-glib/NMActiveConnection.html"> -<ANCHOR id="NMActiveConnection.functions" href="libnm-glib/NMActiveConnection.html#NMActiveConnection.functions"> -<ANCHOR id="NMActiveConnection.properties" href="libnm-glib/NMActiveConnection.html#NMActiveConnection.properties"> -<ANCHOR id="NMActiveConnection.other" href="libnm-glib/NMActiveConnection.html#NMActiveConnection.other"> -<ANCHOR id="NMActiveConnection.object-hierarchy" href="libnm-glib/NMActiveConnection.html#NMActiveConnection.object-hierarchy"> -<ANCHOR id="NMActiveConnection.description" href="libnm-glib/NMActiveConnection.html#NMActiveConnection.description"> -<ANCHOR id="NMActiveConnection.functions_details" href="libnm-glib/NMActiveConnection.html#NMActiveConnection.functions_details"> -<ANCHOR id="nm-active-connection-new" href="libnm-glib/NMActiveConnection.html#nm-active-connection-new"> -<ANCHOR id="nm-active-connection-get-connection" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-connection"> -<ANCHOR id="nm-active-connection-get-id" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-id"> -<ANCHOR id="nm-active-connection-get-uuid" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-uuid"> -<ANCHOR id="nm-active-connection-get-connection-type" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-connection-type"> -<ANCHOR id="nm-active-connection-get-specific-object" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-specific-object"> -<ANCHOR id="nm-active-connection-get-devices" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-devices"> -<ANCHOR id="nm-active-connection-get-state" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-state"> -<ANCHOR id="nm-active-connection-get-master" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-master"> -<ANCHOR id="nm-active-connection-get-default" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-default"> -<ANCHOR id="nm-active-connection-get-ip4-config" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-ip4-config"> -<ANCHOR id="nm-active-connection-get-dhcp4-config" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-dhcp4-config"> -<ANCHOR id="nm-active-connection-get-default6" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-default6"> -<ANCHOR id="nm-active-connection-get-ip6-config" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-ip6-config"> -<ANCHOR id="nm-active-connection-get-dhcp6-config" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-dhcp6-config"> -<ANCHOR id="nm-active-connection-get-vpn" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-vpn"> -<ANCHOR id="NMActiveConnection.other_details" href="libnm-glib/NMActiveConnection.html#NMActiveConnection.other_details"> -<ANCHOR id="NM-ACTIVE-CONNECTION-CONNECTION:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-CONNECTION:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-ID:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-ID:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-UUID:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-UUID:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-TYPE:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-TYPE:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-DEVICES:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEVICES:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-STATE:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-DEFAULT:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEFAULT:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-IP4-CONFIG:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-IP4-CONFIG:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-DHCP4-CONFIG:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-DHCP4-CONFIG:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-DEFAULT6:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEFAULT6:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-IP6-CONFIG:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-IP6-CONFIG:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-DHCP6-CONFIG:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-DHCP6-CONFIG:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-VPN:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-VPN:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-MASTER:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-MASTER:CAPS"> -<ANCHOR id="NMActiveConnection.property-details" href="libnm-glib/NMActiveConnection.html#NMActiveConnection.property-details"> -<ANCHOR id="NMActiveConnection--connection" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--connection"> -<ANCHOR id="NMActiveConnection--default" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--default"> -<ANCHOR id="NMActiveConnection--default6" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--default6"> -<ANCHOR id="NMActiveConnection--devices" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--devices"> -<ANCHOR id="NMActiveConnection--dhcp4-config" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--dhcp4-config"> -<ANCHOR id="NMActiveConnection--dhcp6-config" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--dhcp6-config"> -<ANCHOR id="NMActiveConnection--id" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--id"> -<ANCHOR id="NMActiveConnection--ip4-config" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--ip4-config"> -<ANCHOR id="NMActiveConnection--ip6-config" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--ip6-config"> -<ANCHOR id="NMActiveConnection--master" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--master"> -<ANCHOR id="NMActiveConnection--specific-object" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--specific-object"> -<ANCHOR id="NMActiveConnection--state" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--state"> -<ANCHOR id="NMActiveConnection--type" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--type"> -<ANCHOR id="NMActiveConnection--uuid" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--uuid"> -<ANCHOR id="NMActiveConnection--vpn" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--vpn"> -<ANCHOR id="NMDevice" href="libnm-glib/NMDevice.html"> -<ANCHOR id="NMDevice.functions" href="libnm-glib/NMDevice.html#NMDevice.functions"> -<ANCHOR id="NMDevice.properties" href="libnm-glib/NMDevice.html#NMDevice.properties"> -<ANCHOR id="NMDevice.signals" href="libnm-glib/NMDevice.html#NMDevice.signals"> -<ANCHOR id="NMDevice.other" href="libnm-glib/NMDevice.html#NMDevice.other"> -<ANCHOR id="NMDevice.object-hierarchy" href="libnm-glib/NMDevice.html#NMDevice.object-hierarchy"> -<ANCHOR id="NMDevice.description" href="libnm-glib/NMDevice.html#NMDevice.description"> -<ANCHOR id="NMDevice.functions_details" href="libnm-glib/NMDevice.html#NMDevice.functions_details"> -<ANCHOR id="nm-device-error-quark" href="libnm-glib/NMDevice.html#nm-device-error-quark"> -<ANCHOR id="nm-device-new" href="libnm-glib/NMDevice.html#nm-device-new"> -<ANCHOR id="nm-device-get-iface" href="libnm-glib/NMDevice.html#nm-device-get-iface"> -<ANCHOR id="nm-device-get-ip-iface" href="libnm-glib/NMDevice.html#nm-device-get-ip-iface"> -<ANCHOR id="nm-device-get-device-type" href="libnm-glib/NMDevice.html#nm-device-get-device-type"> -<ANCHOR id="nm-device-get-udi" href="libnm-glib/NMDevice.html#nm-device-get-udi"> -<ANCHOR id="nm-device-get-driver" href="libnm-glib/NMDevice.html#nm-device-get-driver"> -<ANCHOR id="nm-device-get-driver-version" href="libnm-glib/NMDevice.html#nm-device-get-driver-version"> -<ANCHOR id="nm-device-get-firmware-version" href="libnm-glib/NMDevice.html#nm-device-get-firmware-version"> -<ANCHOR id="nm-device-get-type-description" href="libnm-glib/NMDevice.html#nm-device-get-type-description"> -<ANCHOR id="nm-device-get-hw-address" href="libnm-glib/NMDevice.html#nm-device-get-hw-address"> -<ANCHOR id="nm-device-get-capabilities" href="libnm-glib/NMDevice.html#nm-device-get-capabilities"> -<ANCHOR id="nm-device-get-managed" href="libnm-glib/NMDevice.html#nm-device-get-managed"> -<ANCHOR id="nm-device-set-managed" href="libnm-glib/NMDevice.html#nm-device-set-managed"> -<ANCHOR id="nm-device-get-autoconnect" href="libnm-glib/NMDevice.html#nm-device-get-autoconnect"> -<ANCHOR id="nm-device-set-autoconnect" href="libnm-glib/NMDevice.html#nm-device-set-autoconnect"> -<ANCHOR id="nm-device-get-firmware-missing" href="libnm-glib/NMDevice.html#nm-device-get-firmware-missing"> -<ANCHOR id="nm-device-get-ip4-config" href="libnm-glib/NMDevice.html#nm-device-get-ip4-config"> -<ANCHOR id="nm-device-get-dhcp4-config" href="libnm-glib/NMDevice.html#nm-device-get-dhcp4-config"> -<ANCHOR id="nm-device-get-ip6-config" href="libnm-glib/NMDevice.html#nm-device-get-ip6-config"> -<ANCHOR id="nm-device-get-dhcp6-config" href="libnm-glib/NMDevice.html#nm-device-get-dhcp6-config"> -<ANCHOR id="nm-device-get-state" href="libnm-glib/NMDevice.html#nm-device-get-state"> -<ANCHOR id="nm-device-get-state-reason" href="libnm-glib/NMDevice.html#nm-device-get-state-reason"> -<ANCHOR id="nm-device-get-active-connection" href="libnm-glib/NMDevice.html#nm-device-get-active-connection"> -<ANCHOR id="nm-device-get-available-connections" href="libnm-glib/NMDevice.html#nm-device-get-available-connections"> -<ANCHOR id="nm-device-get-physical-port-id" href="libnm-glib/NMDevice.html#nm-device-get-physical-port-id"> -<ANCHOR id="nm-device-get-mtu" href="libnm-glib/NMDevice.html#nm-device-get-mtu"> -<ANCHOR id="nm-device-is-software" href="libnm-glib/NMDevice.html#nm-device-is-software"> -<ANCHOR id="nm-device-is-real" href="libnm-glib/NMDevice.html#nm-device-is-real"> -<ANCHOR id="nm-device-get-product" href="libnm-glib/NMDevice.html#nm-device-get-product"> -<ANCHOR id="nm-device-get-vendor" href="libnm-glib/NMDevice.html#nm-device-get-vendor"> -<ANCHOR id="nm-device-get-description" href="libnm-glib/NMDevice.html#nm-device-get-description"> -<ANCHOR id="nm-device-disambiguate-names" href="libnm-glib/NMDevice.html#nm-device-disambiguate-names"> -<ANCHOR id="NMDeviceCallbackFn" href="libnm-glib/NMDevice.html#NMDeviceCallbackFn"> -<ANCHOR id="nm-device-disconnect" href="libnm-glib/NMDevice.html#nm-device-disconnect"> -<ANCHOR id="nm-device-delete" href="libnm-glib/NMDevice.html#nm-device-delete"> -<ANCHOR id="nm-device-filter-connections" href="libnm-glib/NMDevice.html#nm-device-filter-connections"> -<ANCHOR id="nm-device-connection-valid" href="libnm-glib/NMDevice.html#nm-device-connection-valid"> -<ANCHOR id="nm-device-connection-compatible" href="libnm-glib/NMDevice.html#nm-device-connection-compatible"> -<ANCHOR id="nm-device-get-setting-type" href="libnm-glib/NMDevice.html#nm-device-get-setting-type"> -<ANCHOR id="NMDeviceDeactivateFn" href="libnm-glib/NMDevice.html#NMDeviceDeactivateFn"> -<ANCHOR id="NMDevice.other_details" href="libnm-glib/NMDevice.html#NMDevice.other_details"> -<ANCHOR id="NMDeviceError" href="libnm-glib/NMDevice.html#NMDeviceError"> -<ANCHOR id="NM-DEVICE-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-ERROR-INTERFACE-MISMATCH:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-ERROR-INTERFACE-MISMATCH:CAPS"> -<ANCHOR id="NM-DEVICE-ERROR:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-DEVICE-TYPE:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-DEVICE-TYPE:CAPS"> -<ANCHOR id="NM-DEVICE-UDI:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-UDI:CAPS"> -<ANCHOR id="NM-DEVICE-INTERFACE:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-INTERFACE:CAPS"> -<ANCHOR id="NM-DEVICE-IP-INTERFACE:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-IP-INTERFACE:CAPS"> -<ANCHOR id="NM-DEVICE-DRIVER:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-DRIVER:CAPS"> -<ANCHOR id="NM-DEVICE-DRIVER-VERSION:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-DRIVER-VERSION:CAPS"> -<ANCHOR id="NM-DEVICE-FIRMWARE-VERSION:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-FIRMWARE-VERSION:CAPS"> -<ANCHOR id="NM-DEVICE-CAPABILITIES:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-CAPABILITIES:CAPS"> -<ANCHOR id="NM-DEVICE-REAL:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-REAL:CAPS"> -<ANCHOR id="NM-DEVICE-MANAGED:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-MANAGED:CAPS"> -<ANCHOR id="NM-DEVICE-AUTOCONNECT:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-AUTOCONNECT:CAPS"> -<ANCHOR id="NM-DEVICE-FIRMWARE-MISSING:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-FIRMWARE-MISSING:CAPS"> -<ANCHOR id="NM-DEVICE-IP4-CONFIG:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-IP4-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-DHCP4-CONFIG:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-DHCP4-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-IP6-CONFIG:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-IP6-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-DHCP6-CONFIG:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-DHCP6-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-STATE:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-STATE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-STATE-REASON:CAPS"> -<ANCHOR id="NM-DEVICE-ACTIVE-CONNECTION:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-ACTIVE-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-AVAILABLE-CONNECTIONS:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-AVAILABLE-CONNECTIONS:CAPS"> -<ANCHOR id="NM-DEVICE-VENDOR:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-VENDOR:CAPS"> -<ANCHOR id="NM-DEVICE-PRODUCT:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-PRODUCT:CAPS"> -<ANCHOR id="NM-DEVICE-PHYSICAL-PORT-ID:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-PHYSICAL-PORT-ID:CAPS"> -<ANCHOR id="NM-DEVICE-MTU:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-MTU:CAPS"> -<ANCHOR id="NMDevice.property-details" href="libnm-glib/NMDevice.html#NMDevice.property-details"> -<ANCHOR id="NMDevice--active-connection" href="libnm-glib/NMDevice.html#NMDevice--active-connection"> -<ANCHOR id="NMDevice--autoconnect" href="libnm-glib/NMDevice.html#NMDevice--autoconnect"> -<ANCHOR id="NMDevice--available-connections" href="libnm-glib/NMDevice.html#NMDevice--available-connections"> -<ANCHOR id="NMDevice--capabilities" href="libnm-glib/NMDevice.html#NMDevice--capabilities"> -<ANCHOR id="NMDevice--device-type" href="libnm-glib/NMDevice.html#NMDevice--device-type"> -<ANCHOR id="NMDevice--dhcp4-config" href="libnm-glib/NMDevice.html#NMDevice--dhcp4-config"> -<ANCHOR id="NMDevice--dhcp6-config" href="libnm-glib/NMDevice.html#NMDevice--dhcp6-config"> -<ANCHOR id="NMDevice--driver" href="libnm-glib/NMDevice.html#NMDevice--driver"> -<ANCHOR id="NMDevice--driver-version" href="libnm-glib/NMDevice.html#NMDevice--driver-version"> -<ANCHOR id="NMDevice--firmware-missing" href="libnm-glib/NMDevice.html#NMDevice--firmware-missing"> -<ANCHOR id="NMDevice--firmware-version" href="libnm-glib/NMDevice.html#NMDevice--firmware-version"> -<ANCHOR id="NMDevice--interface" href="libnm-glib/NMDevice.html#NMDevice--interface"> -<ANCHOR id="NMDevice--ip-interface" href="libnm-glib/NMDevice.html#NMDevice--ip-interface"> -<ANCHOR id="NMDevice--ip4-config" href="libnm-glib/NMDevice.html#NMDevice--ip4-config"> -<ANCHOR id="NMDevice--ip6-config" href="libnm-glib/NMDevice.html#NMDevice--ip6-config"> -<ANCHOR id="NMDevice--managed" href="libnm-glib/NMDevice.html#NMDevice--managed"> -<ANCHOR id="NMDevice--mtu" href="libnm-glib/NMDevice.html#NMDevice--mtu"> -<ANCHOR id="NMDevice--physical-port-id" href="libnm-glib/NMDevice.html#NMDevice--physical-port-id"> -<ANCHOR id="NMDevice--product" href="libnm-glib/NMDevice.html#NMDevice--product"> -<ANCHOR id="NMDevice--real" href="libnm-glib/NMDevice.html#NMDevice--real"> -<ANCHOR id="NMDevice--state" href="libnm-glib/NMDevice.html#NMDevice--state"> -<ANCHOR id="NMDevice--state-reason" href="libnm-glib/NMDevice.html#NMDevice--state-reason"> -<ANCHOR id="NMDevice--udi" href="libnm-glib/NMDevice.html#NMDevice--udi"> -<ANCHOR id="NMDevice--vendor" href="libnm-glib/NMDevice.html#NMDevice--vendor"> -<ANCHOR id="NMDevice.signal-details" href="libnm-glib/NMDevice.html#NMDevice.signal-details"> -<ANCHOR id="NMDevice-state-changed" href="libnm-glib/NMDevice.html#NMDevice-state-changed"> -<ANCHOR id="NMDeviceEthernet" href="libnm-glib/NMDeviceEthernet.html"> -<ANCHOR id="NMDeviceEthernet.functions" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet.functions"> -<ANCHOR id="NMDeviceEthernet.properties" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet.properties"> -<ANCHOR id="NMDeviceEthernet.other" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet.other"> -<ANCHOR id="NMDeviceEthernet.object-hierarchy" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet.object-hierarchy"> -<ANCHOR id="NMDeviceEthernet.description" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet.description"> -<ANCHOR id="NMDeviceEthernet.functions_details" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet.functions_details"> -<ANCHOR id="nm-device-ethernet-error-quark" href="libnm-glib/NMDeviceEthernet.html#nm-device-ethernet-error-quark"> -<ANCHOR id="nm-device-ethernet-new" href="libnm-glib/NMDeviceEthernet.html#nm-device-ethernet-new"> -<ANCHOR id="nm-device-ethernet-get-hw-address" href="libnm-glib/NMDeviceEthernet.html#nm-device-ethernet-get-hw-address"> -<ANCHOR id="nm-device-ethernet-get-permanent-hw-address" href="libnm-glib/NMDeviceEthernet.html#nm-device-ethernet-get-permanent-hw-address"> -<ANCHOR id="nm-device-ethernet-get-speed" href="libnm-glib/NMDeviceEthernet.html#nm-device-ethernet-get-speed"> -<ANCHOR id="nm-device-ethernet-get-carrier" href="libnm-glib/NMDeviceEthernet.html#nm-device-ethernet-get-carrier"> -<ANCHOR id="NMDeviceEthernet.other_details" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet.other_details"> -<ANCHOR id="NMDeviceEthernetError" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernetError"> -<ANCHOR id="NM-DEVICE-ETHERNET-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-ETHERNET-ERROR-NOT-ETHERNET-CONNECTION:CAPS" href="libnm-glib/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-ERROR-NOT-ETHERNET-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-ETHERNET-ERROR-INVALID-ETHERNET-CONNECTION:CAPS" href="libnm-glib/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-ERROR-INVALID-ETHERNET-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-ETHERNET-ERROR-INVALID-DEVICE-MAC:CAPS" href="libnm-glib/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-ERROR-INVALID-DEVICE-MAC:CAPS"> -<ANCHOR id="NM-DEVICE-ETHERNET-ERROR-MAC-MISMATCH:CAPS" href="libnm-glib/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-ERROR-MAC-MISMATCH:CAPS"> -<ANCHOR id="NM-DEVICE-ETHERNET-ERROR:CAPS" href="libnm-glib/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-ETHERNET-PERMANENT-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-PERMANENT-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-ETHERNET-SPEED:CAPS" href="libnm-glib/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-SPEED:CAPS"> -<ANCHOR id="NM-DEVICE-ETHERNET-CARRIER:CAPS" href="libnm-glib/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-CARRIER:CAPS"> -<ANCHOR id="NMDeviceEthernet.property-details" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet.property-details"> -<ANCHOR id="NMDeviceEthernet--carrier" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet--carrier"> -<ANCHOR id="NMDeviceEthernet--hw-address" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet--hw-address"> -<ANCHOR id="NMDeviceEthernet--perm-hw-address" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet--perm-hw-address"> -<ANCHOR id="NMDeviceEthernet--speed" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet--speed"> -<ANCHOR id="NMDeviceWifi" href="libnm-glib/NMDeviceWifi.html"> -<ANCHOR id="NMDeviceWifi.functions" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.functions"> -<ANCHOR id="NMDeviceWifi.properties" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.properties"> -<ANCHOR id="NMDeviceWifi.signals" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.signals"> -<ANCHOR id="NMDeviceWifi.other" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.other"> -<ANCHOR id="NMDeviceWifi.object-hierarchy" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.object-hierarchy"> -<ANCHOR id="NMDeviceWifi.description" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.description"> -<ANCHOR id="NMDeviceWifi.functions_details" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.functions_details"> -<ANCHOR id="nm-device-wifi-error-quark" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-error-quark"> -<ANCHOR id="nm-device-wifi-new" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-new"> -<ANCHOR id="nm-device-wifi-get-hw-address" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-hw-address"> -<ANCHOR id="nm-device-wifi-get-permanent-hw-address" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-permanent-hw-address"> -<ANCHOR id="nm-device-wifi-get-mode" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-mode"> -<ANCHOR id="nm-device-wifi-get-bitrate" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-bitrate"> -<ANCHOR id="nm-device-wifi-get-capabilities" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-capabilities"> -<ANCHOR id="nm-device-wifi-get-active-access-point" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-active-access-point"> -<ANCHOR id="nm-device-wifi-get-access-point-by-path" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-access-point-by-path"> -<ANCHOR id="nm-device-wifi-get-access-points" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-access-points"> -<ANCHOR id="NMDeviceWifiRequestScanFn" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifiRequestScanFn"> -<ANCHOR id="nm-device-wifi-request-scan-simple" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-request-scan-simple"> -<ANCHOR id="NMDeviceWifi.other_details" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.other_details"> -<ANCHOR id="NMDeviceWifiError" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifiError"> -<ANCHOR id="NM-DEVICE-WIFI-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-ERROR-NOT-WIFI-CONNECTION:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-ERROR-NOT-WIFI-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-ERROR-INVALID-WIFI-CONNECTION:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-ERROR-INVALID-WIFI-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-ERROR-INVALID-DEVICE-MAC:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-ERROR-INVALID-DEVICE-MAC:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-ERROR-MAC-MISMATCH:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-ERROR-MAC-MISMATCH:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-ERROR-MISSING-DEVICE-WPA-CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-ERROR-MISSING-DEVICE-WPA-CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-ERROR-MISSING-DEVICE-RSN-CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-ERROR-MISSING-DEVICE-RSN-CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-ERROR:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-PERMANENT-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-PERMANENT-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-MODE:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-MODE:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-BITRATE:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-BITRATE:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-CAPABILITIES:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-CAPABILITIES:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-ACCESS-POINTS:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-ACCESS-POINTS:CAPS"> -<ANCHOR id="NMDeviceWifi.property-details" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.property-details"> -<ANCHOR id="NMDeviceWifi--access-points" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi--access-points"> -<ANCHOR id="NMDeviceWifi--active-access-point" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi--active-access-point"> -<ANCHOR id="NMDeviceWifi--bitrate" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi--bitrate"> -<ANCHOR id="NMDeviceWifi--hw-address" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi--hw-address"> -<ANCHOR id="NMDeviceWifi--mode" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi--mode"> -<ANCHOR id="NMDeviceWifi--perm-hw-address" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi--perm-hw-address"> -<ANCHOR id="NMDeviceWifi--wireless-capabilities" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi--wireless-capabilities"> -<ANCHOR id="NMDeviceWifi.signal-details" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.signal-details"> -<ANCHOR id="NMDeviceWifi-access-point-added" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi-access-point-added"> -<ANCHOR id="NMDeviceWifi-access-point-removed" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi-access-point-removed"> -<ANCHOR id="NMDeviceModem" href="libnm-glib/NMDeviceModem.html"> -<ANCHOR id="NMDeviceModem.functions" href="libnm-glib/NMDeviceModem.html#NMDeviceModem.functions"> -<ANCHOR id="NMDeviceModem.properties" href="libnm-glib/NMDeviceModem.html#NMDeviceModem.properties"> -<ANCHOR id="NMDeviceModem.other" href="libnm-glib/NMDeviceModem.html#NMDeviceModem.other"> -<ANCHOR id="NMDeviceModem.object-hierarchy" href="libnm-glib/NMDeviceModem.html#NMDeviceModem.object-hierarchy"> -<ANCHOR id="NMDeviceModem.description" href="libnm-glib/NMDeviceModem.html#NMDeviceModem.description"> -<ANCHOR id="NMDeviceModem.functions_details" href="libnm-glib/NMDeviceModem.html#NMDeviceModem.functions_details"> -<ANCHOR id="nm-device-modem-error-quark" href="libnm-glib/NMDeviceModem.html#nm-device-modem-error-quark"> -<ANCHOR id="nm-device-modem-get-modem-capabilities" href="libnm-glib/NMDeviceModem.html#nm-device-modem-get-modem-capabilities"> -<ANCHOR id="nm-device-modem-get-current-capabilities" href="libnm-glib/NMDeviceModem.html#nm-device-modem-get-current-capabilities"> -<ANCHOR id="NMDeviceModem.other_details" href="libnm-glib/NMDeviceModem.html#NMDeviceModem.other_details"> -<ANCHOR id="NMDeviceModemError" href="libnm-glib/NMDeviceModem.html#NMDeviceModemError"> -<ANCHOR id="NM-DEVICE-MODEM-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMDeviceModem.html#NM-DEVICE-MODEM-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-ERROR-NOT-MODEM-CONNECTION:CAPS" href="libnm-glib/NMDeviceModem.html#NM-DEVICE-MODEM-ERROR-NOT-MODEM-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-ERROR-INVALID-MODEM-CONNECTION:CAPS" href="libnm-glib/NMDeviceModem.html#NM-DEVICE-MODEM-ERROR-INVALID-MODEM-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-ERROR-MISSING-DEVICE-CAPS" href="libnm-glib/NMDeviceModem.html#NM-DEVICE-MODEM-ERROR-MISSING-DEVICE-CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-ERROR:CAPS" href="libnm-glib/NMDeviceModem.html#NM-DEVICE-MODEM-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-MODEM-CAPABILITIES:CAPS" href="libnm-glib/NMDeviceModem.html#NM-DEVICE-MODEM-MODEM-CAPABILITIES:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-CURRENT-CAPABILITIES:CAPS" href="libnm-glib/NMDeviceModem.html#NM-DEVICE-MODEM-CURRENT-CAPABILITIES:CAPS"> -<ANCHOR id="NMDeviceModem.property-details" href="libnm-glib/NMDeviceModem.html#NMDeviceModem.property-details"> -<ANCHOR id="NMDeviceModem--current-capabilities" href="libnm-glib/NMDeviceModem.html#NMDeviceModem--current-capabilities"> -<ANCHOR id="NMDeviceModem--modem-capabilities" href="libnm-glib/NMDeviceModem.html#NMDeviceModem--modem-capabilities"> -<ANCHOR id="NMDeviceBt" href="libnm-glib/NMDeviceBt.html"> -<ANCHOR id="NMDeviceBt.functions" href="libnm-glib/NMDeviceBt.html#NMDeviceBt.functions"> -<ANCHOR id="NMDeviceBt.properties" href="libnm-glib/NMDeviceBt.html#NMDeviceBt.properties"> -<ANCHOR id="NMDeviceBt.other" href="libnm-glib/NMDeviceBt.html#NMDeviceBt.other"> -<ANCHOR id="NMDeviceBt.object-hierarchy" href="libnm-glib/NMDeviceBt.html#NMDeviceBt.object-hierarchy"> -<ANCHOR id="NMDeviceBt.description" href="libnm-glib/NMDeviceBt.html#NMDeviceBt.description"> -<ANCHOR id="NMDeviceBt.functions_details" href="libnm-glib/NMDeviceBt.html#NMDeviceBt.functions_details"> -<ANCHOR id="nm-device-bt-error-quark" href="libnm-glib/NMDeviceBt.html#nm-device-bt-error-quark"> -<ANCHOR id="nm-device-bt-new" href="libnm-glib/NMDeviceBt.html#nm-device-bt-new"> -<ANCHOR id="nm-device-bt-get-hw-address" href="libnm-glib/NMDeviceBt.html#nm-device-bt-get-hw-address"> -<ANCHOR id="nm-device-bt-get-name" href="libnm-glib/NMDeviceBt.html#nm-device-bt-get-name"> -<ANCHOR id="nm-device-bt-get-capabilities" href="libnm-glib/NMDeviceBt.html#nm-device-bt-get-capabilities"> -<ANCHOR id="NMDeviceBt.other_details" href="libnm-glib/NMDeviceBt.html#NMDeviceBt.other_details"> -<ANCHOR id="NMDeviceBtError" href="libnm-glib/NMDeviceBt.html#NMDeviceBtError"> -<ANCHOR id="NM-DEVICE-BT-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMDeviceBt.html#NM-DEVICE-BT-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-BT-ERROR-NOT-BT-CONNECTION:CAPS" href="libnm-glib/NMDeviceBt.html#NM-DEVICE-BT-ERROR-NOT-BT-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-BT-ERROR-INVALID-BT-CONNECTION:CAPS" href="libnm-glib/NMDeviceBt.html#NM-DEVICE-BT-ERROR-INVALID-BT-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-BT-ERROR-INVALID-DEVICE-MAC:CAPS" href="libnm-glib/NMDeviceBt.html#NM-DEVICE-BT-ERROR-INVALID-DEVICE-MAC:CAPS"> -<ANCHOR id="NM-DEVICE-BT-ERROR-MAC-MISMATCH:CAPS" href="libnm-glib/NMDeviceBt.html#NM-DEVICE-BT-ERROR-MAC-MISMATCH:CAPS"> -<ANCHOR id="NM-DEVICE-BT-ERROR-MISSING-DEVICE-CAPS" href="libnm-glib/NMDeviceBt.html#NM-DEVICE-BT-ERROR-MISSING-DEVICE-CAPS"> -<ANCHOR id="NM-DEVICE-BT-ERROR:CAPS" href="libnm-glib/NMDeviceBt.html#NM-DEVICE-BT-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-BT-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceBt.html#NM-DEVICE-BT-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-BT-NAME:CAPS" href="libnm-glib/NMDeviceBt.html#NM-DEVICE-BT-NAME:CAPS"> -<ANCHOR id="NM-DEVICE-BT-CAPABILITIES:CAPS" href="libnm-glib/NMDeviceBt.html#NM-DEVICE-BT-CAPABILITIES:CAPS"> -<ANCHOR id="NMDeviceBt.property-details" href="libnm-glib/NMDeviceBt.html#NMDeviceBt.property-details"> -<ANCHOR id="NMDeviceBt--bt-capabilities" href="libnm-glib/NMDeviceBt.html#NMDeviceBt--bt-capabilities"> -<ANCHOR id="NMDeviceBt--hw-address" href="libnm-glib/NMDeviceBt.html#NMDeviceBt--hw-address"> -<ANCHOR id="NMDeviceBt--name" href="libnm-glib/NMDeviceBt.html#NMDeviceBt--name"> -<ANCHOR id="NMDeviceWimax" href="libnm-glib/NMDeviceWimax.html"> -<ANCHOR id="NMDeviceWimax.functions" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax.functions"> -<ANCHOR id="NMDeviceWimax.properties" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax.properties"> -<ANCHOR id="NMDeviceWimax.signals" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax.signals"> -<ANCHOR id="NMDeviceWimax.other" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax.other"> -<ANCHOR id="NMDeviceWimax.object-hierarchy" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax.object-hierarchy"> -<ANCHOR id="NMDeviceWimax.description" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax.description"> -<ANCHOR id="NMDeviceWimax.functions_details" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax.functions_details"> -<ANCHOR id="nm-device-wimax-error-quark" href="libnm-glib/NMDeviceWimax.html#nm-device-wimax-error-quark"> -<ANCHOR id="nm-device-wimax-new" href="libnm-glib/NMDeviceWimax.html#nm-device-wimax-new"> -<ANCHOR id="nm-device-wimax-get-hw-address" href="libnm-glib/NMDeviceWimax.html#nm-device-wimax-get-hw-address"> -<ANCHOR id="nm-device-wimax-get-active-nsp" href="libnm-glib/NMDeviceWimax.html#nm-device-wimax-get-active-nsp"> -<ANCHOR id="nm-device-wimax-get-nsp-by-path" href="libnm-glib/NMDeviceWimax.html#nm-device-wimax-get-nsp-by-path"> -<ANCHOR id="nm-device-wimax-get-nsps" href="libnm-glib/NMDeviceWimax.html#nm-device-wimax-get-nsps"> -<ANCHOR id="nm-device-wimax-get-center-frequency" href="libnm-glib/NMDeviceWimax.html#nm-device-wimax-get-center-frequency"> -<ANCHOR id="nm-device-wimax-get-rssi" href="libnm-glib/NMDeviceWimax.html#nm-device-wimax-get-rssi"> -<ANCHOR id="nm-device-wimax-get-cinr" href="libnm-glib/NMDeviceWimax.html#nm-device-wimax-get-cinr"> -<ANCHOR id="nm-device-wimax-get-tx-power" href="libnm-glib/NMDeviceWimax.html#nm-device-wimax-get-tx-power"> -<ANCHOR id="nm-device-wimax-get-bsid" href="libnm-glib/NMDeviceWimax.html#nm-device-wimax-get-bsid"> -<ANCHOR id="NMDeviceWimax.other_details" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax.other_details"> -<ANCHOR id="NMDeviceWimaxError" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimaxError"> -<ANCHOR id="NM-DEVICE-WIMAX-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMDeviceWimax.html#NM-DEVICE-WIMAX-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-ERROR-NOT-WIMAX-CONNECTION:CAPS" href="libnm-glib/NMDeviceWimax.html#NM-DEVICE-WIMAX-ERROR-NOT-WIMAX-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-ERROR-INVALID-WIMAX-CONNECTION:CAPS" href="libnm-glib/NMDeviceWimax.html#NM-DEVICE-WIMAX-ERROR-INVALID-WIMAX-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-ERROR-INVALID-DEVICE-MAC:CAPS" href="libnm-glib/NMDeviceWimax.html#NM-DEVICE-WIMAX-ERROR-INVALID-DEVICE-MAC:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-ERROR-MAC-MISMATCH:CAPS" href="libnm-glib/NMDeviceWimax.html#NM-DEVICE-WIMAX-ERROR-MAC-MISMATCH:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-ERROR:CAPS" href="libnm-glib/NMDeviceWimax.html#NM-DEVICE-WIMAX-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceWimax.html#NM-DEVICE-WIMAX-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-ACTIVE-NSP:CAPS" href="libnm-glib/NMDeviceWimax.html#NM-DEVICE-WIMAX-ACTIVE-NSP:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-CENTER-FREQUENCY:CAPS" href="libnm-glib/NMDeviceWimax.html#NM-DEVICE-WIMAX-CENTER-FREQUENCY:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-RSSI:CAPS" href="libnm-glib/NMDeviceWimax.html#NM-DEVICE-WIMAX-RSSI:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-CINR:CAPS" href="libnm-glib/NMDeviceWimax.html#NM-DEVICE-WIMAX-CINR:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-TX-POWER:CAPS" href="libnm-glib/NMDeviceWimax.html#NM-DEVICE-WIMAX-TX-POWER:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-BSID:CAPS" href="libnm-glib/NMDeviceWimax.html#NM-DEVICE-WIMAX-BSID:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-NSPS:CAPS" href="libnm-glib/NMDeviceWimax.html#NM-DEVICE-WIMAX-NSPS:CAPS"> -<ANCHOR id="NMDeviceWimax.property-details" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax.property-details"> -<ANCHOR id="NMDeviceWimax--active-nsp" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax--active-nsp"> -<ANCHOR id="NMDeviceWimax--bsid" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax--bsid"> -<ANCHOR id="NMDeviceWimax--center-frequency" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax--center-frequency"> -<ANCHOR id="NMDeviceWimax--cinr" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax--cinr"> -<ANCHOR id="NMDeviceWimax--hw-address" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax--hw-address"> -<ANCHOR id="NMDeviceWimax--nsps" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax--nsps"> -<ANCHOR id="NMDeviceWimax--rssi" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax--rssi"> -<ANCHOR id="NMDeviceWimax--tx-power" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax--tx-power"> -<ANCHOR id="NMDeviceWimax.signal-details" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax.signal-details"> -<ANCHOR id="NMDeviceWimax-nsp-added" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax-nsp-added"> -<ANCHOR id="NMDeviceWimax-nsp-removed" href="libnm-glib/NMDeviceWimax.html#NMDeviceWimax-nsp-removed"> -<ANCHOR id="NMDeviceAdsl" href="libnm-glib/NMDeviceAdsl.html"> -<ANCHOR id="NMDeviceAdsl.functions" href="libnm-glib/NMDeviceAdsl.html#NMDeviceAdsl.functions"> -<ANCHOR id="NMDeviceAdsl.properties" href="libnm-glib/NMDeviceAdsl.html#NMDeviceAdsl.properties"> -<ANCHOR id="NMDeviceAdsl.other" href="libnm-glib/NMDeviceAdsl.html#NMDeviceAdsl.other"> -<ANCHOR id="NMDeviceAdsl.object-hierarchy" href="libnm-glib/NMDeviceAdsl.html#NMDeviceAdsl.object-hierarchy"> -<ANCHOR id="NMDeviceAdsl.description" href="libnm-glib/NMDeviceAdsl.html#NMDeviceAdsl.description"> -<ANCHOR id="NMDeviceAdsl.functions_details" href="libnm-glib/NMDeviceAdsl.html#NMDeviceAdsl.functions_details"> -<ANCHOR id="nm-device-adsl-error-quark" href="libnm-glib/NMDeviceAdsl.html#nm-device-adsl-error-quark"> -<ANCHOR id="nm-device-adsl-new" href="libnm-glib/NMDeviceAdsl.html#nm-device-adsl-new"> -<ANCHOR id="nm-device-adsl-get-carrier" href="libnm-glib/NMDeviceAdsl.html#nm-device-adsl-get-carrier"> -<ANCHOR id="NMDeviceAdsl.other_details" href="libnm-glib/NMDeviceAdsl.html#NMDeviceAdsl.other_details"> -<ANCHOR id="NMDeviceAdslError" href="libnm-glib/NMDeviceAdsl.html#NMDeviceAdslError"> -<ANCHOR id="NM-DEVICE-ADSL-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMDeviceAdsl.html#NM-DEVICE-ADSL-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-ADSL-ERROR-NOT-ADSL-CONNECTION:CAPS" href="libnm-glib/NMDeviceAdsl.html#NM-DEVICE-ADSL-ERROR-NOT-ADSL-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-ADSL-ERROR-INVALID-ADSL-CONNECTION:CAPS" href="libnm-glib/NMDeviceAdsl.html#NM-DEVICE-ADSL-ERROR-INVALID-ADSL-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-ADSL-ERROR:CAPS" href="libnm-glib/NMDeviceAdsl.html#NM-DEVICE-ADSL-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-ADSL-CARRIER:CAPS" href="libnm-glib/NMDeviceAdsl.html#NM-DEVICE-ADSL-CARRIER:CAPS"> -<ANCHOR id="NMDeviceAdsl.property-details" href="libnm-glib/NMDeviceAdsl.html#NMDeviceAdsl.property-details"> -<ANCHOR id="NMDeviceAdsl--carrier" href="libnm-glib/NMDeviceAdsl.html#NMDeviceAdsl--carrier"> -<ANCHOR id="NMDeviceBond" href="libnm-glib/NMDeviceBond.html"> -<ANCHOR id="NMDeviceBond.functions" href="libnm-glib/NMDeviceBond.html#NMDeviceBond.functions"> -<ANCHOR id="NMDeviceBond.properties" href="libnm-glib/NMDeviceBond.html#NMDeviceBond.properties"> -<ANCHOR id="NMDeviceBond.other" href="libnm-glib/NMDeviceBond.html#NMDeviceBond.other"> -<ANCHOR id="NMDeviceBond.object-hierarchy" href="libnm-glib/NMDeviceBond.html#NMDeviceBond.object-hierarchy"> -<ANCHOR id="NMDeviceBond.description" href="libnm-glib/NMDeviceBond.html#NMDeviceBond.description"> -<ANCHOR id="NMDeviceBond.functions_details" href="libnm-glib/NMDeviceBond.html#NMDeviceBond.functions_details"> -<ANCHOR id="nm-device-bond-error-quark" href="libnm-glib/NMDeviceBond.html#nm-device-bond-error-quark"> -<ANCHOR id="nm-device-bond-new" href="libnm-glib/NMDeviceBond.html#nm-device-bond-new"> -<ANCHOR id="nm-device-bond-get-hw-address" href="libnm-glib/NMDeviceBond.html#nm-device-bond-get-hw-address"> -<ANCHOR id="nm-device-bond-get-carrier" href="libnm-glib/NMDeviceBond.html#nm-device-bond-get-carrier"> -<ANCHOR id="nm-device-bond-get-slaves" href="libnm-glib/NMDeviceBond.html#nm-device-bond-get-slaves"> -<ANCHOR id="NMDeviceBond.other_details" href="libnm-glib/NMDeviceBond.html#NMDeviceBond.other_details"> -<ANCHOR id="NMDeviceBondError" href="libnm-glib/NMDeviceBond.html#NMDeviceBondError"> -<ANCHOR id="NM-DEVICE-BOND-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMDeviceBond.html#NM-DEVICE-BOND-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-BOND-ERROR-NOT-BOND-CONNECTION:CAPS" href="libnm-glib/NMDeviceBond.html#NM-DEVICE-BOND-ERROR-NOT-BOND-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-BOND-ERROR-INVALID-BOND-CONNECTION:CAPS" href="libnm-glib/NMDeviceBond.html#NM-DEVICE-BOND-ERROR-INVALID-BOND-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-BOND-ERROR-INTERFACE-MISMATCH:CAPS" href="libnm-glib/NMDeviceBond.html#NM-DEVICE-BOND-ERROR-INTERFACE-MISMATCH:CAPS"> -<ANCHOR id="NM-DEVICE-BOND-ERROR:CAPS" href="libnm-glib/NMDeviceBond.html#NM-DEVICE-BOND-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-BOND-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceBond.html#NM-DEVICE-BOND-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-BOND-CARRIER:CAPS" href="libnm-glib/NMDeviceBond.html#NM-DEVICE-BOND-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-BOND-SLAVES:CAPS" href="libnm-glib/NMDeviceBond.html#NM-DEVICE-BOND-SLAVES:CAPS"> -<ANCHOR id="NMDeviceBond.property-details" href="libnm-glib/NMDeviceBond.html#NMDeviceBond.property-details"> -<ANCHOR id="NMDeviceBond--carrier" href="libnm-glib/NMDeviceBond.html#NMDeviceBond--carrier"> -<ANCHOR id="NMDeviceBond--hw-address" href="libnm-glib/NMDeviceBond.html#NMDeviceBond--hw-address"> -<ANCHOR id="NMDeviceBond--slaves" href="libnm-glib/NMDeviceBond.html#NMDeviceBond--slaves"> -<ANCHOR id="NMDeviceBridge" href="libnm-glib/NMDeviceBridge.html"> -<ANCHOR id="NMDeviceBridge.functions" href="libnm-glib/NMDeviceBridge.html#NMDeviceBridge.functions"> -<ANCHOR id="NMDeviceBridge.properties" href="libnm-glib/NMDeviceBridge.html#NMDeviceBridge.properties"> -<ANCHOR id="NMDeviceBridge.other" href="libnm-glib/NMDeviceBridge.html#NMDeviceBridge.other"> -<ANCHOR id="NMDeviceBridge.object-hierarchy" href="libnm-glib/NMDeviceBridge.html#NMDeviceBridge.object-hierarchy"> -<ANCHOR id="NMDeviceBridge.description" href="libnm-glib/NMDeviceBridge.html#NMDeviceBridge.description"> -<ANCHOR id="NMDeviceBridge.functions_details" href="libnm-glib/NMDeviceBridge.html#NMDeviceBridge.functions_details"> -<ANCHOR id="nm-device-bridge-error-quark" href="libnm-glib/NMDeviceBridge.html#nm-device-bridge-error-quark"> -<ANCHOR id="nm-device-bridge-new" href="libnm-glib/NMDeviceBridge.html#nm-device-bridge-new"> -<ANCHOR id="nm-device-bridge-get-hw-address" href="libnm-glib/NMDeviceBridge.html#nm-device-bridge-get-hw-address"> -<ANCHOR id="nm-device-bridge-get-carrier" href="libnm-glib/NMDeviceBridge.html#nm-device-bridge-get-carrier"> -<ANCHOR id="nm-device-bridge-get-slaves" href="libnm-glib/NMDeviceBridge.html#nm-device-bridge-get-slaves"> -<ANCHOR id="NMDeviceBridge.other_details" href="libnm-glib/NMDeviceBridge.html#NMDeviceBridge.other_details"> -<ANCHOR id="NMDeviceBridgeError" href="libnm-glib/NMDeviceBridge.html#NMDeviceBridgeError"> -<ANCHOR id="NM-DEVICE-BRIDGE-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMDeviceBridge.html#NM-DEVICE-BRIDGE-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-BRIDGE-ERROR-NOT-BRIDGE-CONNECTION:CAPS" href="libnm-glib/NMDeviceBridge.html#NM-DEVICE-BRIDGE-ERROR-NOT-BRIDGE-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-BRIDGE-ERROR-INVALID-BRIDGE-CONNECTION:CAPS" href="libnm-glib/NMDeviceBridge.html#NM-DEVICE-BRIDGE-ERROR-INVALID-BRIDGE-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-BRIDGE-ERROR-INTERFACE-MISMATCH:CAPS" href="libnm-glib/NMDeviceBridge.html#NM-DEVICE-BRIDGE-ERROR-INTERFACE-MISMATCH:CAPS"> -<ANCHOR id="NM-DEVICE-BRIDGE-ERROR:CAPS" href="libnm-glib/NMDeviceBridge.html#NM-DEVICE-BRIDGE-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-BRIDGE-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceBridge.html#NM-DEVICE-BRIDGE-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-BRIDGE-CARRIER:CAPS" href="libnm-glib/NMDeviceBridge.html#NM-DEVICE-BRIDGE-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-BRIDGE-SLAVES:CAPS" href="libnm-glib/NMDeviceBridge.html#NM-DEVICE-BRIDGE-SLAVES:CAPS"> -<ANCHOR id="NMDeviceBridge.property-details" href="libnm-glib/NMDeviceBridge.html#NMDeviceBridge.property-details"> -<ANCHOR id="NMDeviceBridge--carrier" href="libnm-glib/NMDeviceBridge.html#NMDeviceBridge--carrier"> -<ANCHOR id="NMDeviceBridge--hw-address" href="libnm-glib/NMDeviceBridge.html#NMDeviceBridge--hw-address"> -<ANCHOR id="NMDeviceBridge--slaves" href="libnm-glib/NMDeviceBridge.html#NMDeviceBridge--slaves"> -<ANCHOR id="NMDeviceTeam" href="libnm-glib/NMDeviceTeam.html"> -<ANCHOR id="NMDeviceTeam.functions" href="libnm-glib/NMDeviceTeam.html#NMDeviceTeam.functions"> -<ANCHOR id="NMDeviceTeam.properties" href="libnm-glib/NMDeviceTeam.html#NMDeviceTeam.properties"> -<ANCHOR id="NMDeviceTeam.other" href="libnm-glib/NMDeviceTeam.html#NMDeviceTeam.other"> -<ANCHOR id="NMDeviceTeam.object-hierarchy" href="libnm-glib/NMDeviceTeam.html#NMDeviceTeam.object-hierarchy"> -<ANCHOR id="NMDeviceTeam.description" href="libnm-glib/NMDeviceTeam.html#NMDeviceTeam.description"> -<ANCHOR id="NMDeviceTeam.functions_details" href="libnm-glib/NMDeviceTeam.html#NMDeviceTeam.functions_details"> -<ANCHOR id="nm-device-team-error-quark" href="libnm-glib/NMDeviceTeam.html#nm-device-team-error-quark"> -<ANCHOR id="nm-device-team-new" href="libnm-glib/NMDeviceTeam.html#nm-device-team-new"> -<ANCHOR id="nm-device-team-get-hw-address" href="libnm-glib/NMDeviceTeam.html#nm-device-team-get-hw-address"> -<ANCHOR id="nm-device-team-get-carrier" href="libnm-glib/NMDeviceTeam.html#nm-device-team-get-carrier"> -<ANCHOR id="nm-device-team-get-slaves" href="libnm-glib/NMDeviceTeam.html#nm-device-team-get-slaves"> -<ANCHOR id="NMDeviceTeam.other_details" href="libnm-glib/NMDeviceTeam.html#NMDeviceTeam.other_details"> -<ANCHOR id="NMDeviceTeamError" href="libnm-glib/NMDeviceTeam.html#NMDeviceTeamError"> -<ANCHOR id="NM-DEVICE-TEAM-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMDeviceTeam.html#NM-DEVICE-TEAM-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-TEAM-ERROR-NOT-TEAM-CONNECTION:CAPS" href="libnm-glib/NMDeviceTeam.html#NM-DEVICE-TEAM-ERROR-NOT-TEAM-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-TEAM-ERROR-INVALID-TEAM-CONNECTION:CAPS" href="libnm-glib/NMDeviceTeam.html#NM-DEVICE-TEAM-ERROR-INVALID-TEAM-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-TEAM-ERROR-INTERFACE-MISMATCH:CAPS" href="libnm-glib/NMDeviceTeam.html#NM-DEVICE-TEAM-ERROR-INTERFACE-MISMATCH:CAPS"> -<ANCHOR id="NM-DEVICE-TEAM-ERROR:CAPS" href="libnm-glib/NMDeviceTeam.html#NM-DEVICE-TEAM-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-TEAM-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceTeam.html#NM-DEVICE-TEAM-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-TEAM-CARRIER:CAPS" href="libnm-glib/NMDeviceTeam.html#NM-DEVICE-TEAM-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-TEAM-SLAVES:CAPS" href="libnm-glib/NMDeviceTeam.html#NM-DEVICE-TEAM-SLAVES:CAPS"> -<ANCHOR id="NMDeviceTeam.property-details" href="libnm-glib/NMDeviceTeam.html#NMDeviceTeam.property-details"> -<ANCHOR id="NMDeviceTeam--carrier" href="libnm-glib/NMDeviceTeam.html#NMDeviceTeam--carrier"> -<ANCHOR id="NMDeviceTeam--hw-address" href="libnm-glib/NMDeviceTeam.html#NMDeviceTeam--hw-address"> -<ANCHOR id="NMDeviceTeam--slaves" href="libnm-glib/NMDeviceTeam.html#NMDeviceTeam--slaves"> -<ANCHOR id="NMDeviceGeneric" href="libnm-glib/NMDeviceGeneric.html"> -<ANCHOR id="NMDeviceGeneric.functions" href="libnm-glib/NMDeviceGeneric.html#NMDeviceGeneric.functions"> -<ANCHOR id="NMDeviceGeneric.properties" href="libnm-glib/NMDeviceGeneric.html#NMDeviceGeneric.properties"> -<ANCHOR id="NMDeviceGeneric.other" href="libnm-glib/NMDeviceGeneric.html#NMDeviceGeneric.other"> -<ANCHOR id="NMDeviceGeneric.object-hierarchy" href="libnm-glib/NMDeviceGeneric.html#NMDeviceGeneric.object-hierarchy"> -<ANCHOR id="NMDeviceGeneric.description" href="libnm-glib/NMDeviceGeneric.html#NMDeviceGeneric.description"> -<ANCHOR id="NMDeviceGeneric.functions_details" href="libnm-glib/NMDeviceGeneric.html#NMDeviceGeneric.functions_details"> -<ANCHOR id="nm-device-generic-error-quark" href="libnm-glib/NMDeviceGeneric.html#nm-device-generic-error-quark"> -<ANCHOR id="nm-device-generic-new" href="libnm-glib/NMDeviceGeneric.html#nm-device-generic-new"> -<ANCHOR id="nm-device-generic-get-hw-address" href="libnm-glib/NMDeviceGeneric.html#nm-device-generic-get-hw-address"> -<ANCHOR id="NMDeviceGeneric.other_details" href="libnm-glib/NMDeviceGeneric.html#NMDeviceGeneric.other_details"> -<ANCHOR id="NMDeviceGenericError" href="libnm-glib/NMDeviceGeneric.html#NMDeviceGenericError"> -<ANCHOR id="NM-DEVICE-GENERIC-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMDeviceGeneric.html#NM-DEVICE-GENERIC-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-GENERIC-ERROR-NOT-GENERIC-CONNECTION:CAPS" href="libnm-glib/NMDeviceGeneric.html#NM-DEVICE-GENERIC-ERROR-NOT-GENERIC-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-GENERIC-ERROR-MISSING-INTERFACE-NAME:CAPS" href="libnm-glib/NMDeviceGeneric.html#NM-DEVICE-GENERIC-ERROR-MISSING-INTERFACE-NAME:CAPS"> -<ANCHOR id="NM-DEVICE-GENERIC-ERROR:CAPS" href="libnm-glib/NMDeviceGeneric.html#NM-DEVICE-GENERIC-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-GENERIC-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceGeneric.html#NM-DEVICE-GENERIC-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-GENERIC-TYPE-DESCRIPTION:CAPS" href="libnm-glib/NMDeviceGeneric.html#NM-DEVICE-GENERIC-TYPE-DESCRIPTION:CAPS"> -<ANCHOR id="NMDeviceGeneric.property-details" href="libnm-glib/NMDeviceGeneric.html#NMDeviceGeneric.property-details"> -<ANCHOR id="NMDeviceGeneric--hw-address" href="libnm-glib/NMDeviceGeneric.html#NMDeviceGeneric--hw-address"> -<ANCHOR id="NMDeviceGeneric--type-description" href="libnm-glib/NMDeviceGeneric.html#NMDeviceGeneric--type-description"> -<ANCHOR id="NMDeviceInfiniband" href="libnm-glib/NMDeviceInfiniband.html"> -<ANCHOR id="NMDeviceInfiniband.functions" href="libnm-glib/NMDeviceInfiniband.html#NMDeviceInfiniband.functions"> -<ANCHOR id="NMDeviceInfiniband.properties" href="libnm-glib/NMDeviceInfiniband.html#NMDeviceInfiniband.properties"> -<ANCHOR id="NMDeviceInfiniband.other" href="libnm-glib/NMDeviceInfiniband.html#NMDeviceInfiniband.other"> -<ANCHOR id="NMDeviceInfiniband.object-hierarchy" href="libnm-glib/NMDeviceInfiniband.html#NMDeviceInfiniband.object-hierarchy"> -<ANCHOR id="NMDeviceInfiniband.description" href="libnm-glib/NMDeviceInfiniband.html#NMDeviceInfiniband.description"> -<ANCHOR id="NMDeviceInfiniband.functions_details" href="libnm-glib/NMDeviceInfiniband.html#NMDeviceInfiniband.functions_details"> -<ANCHOR id="nm-device-infiniband-error-quark" href="libnm-glib/NMDeviceInfiniband.html#nm-device-infiniband-error-quark"> -<ANCHOR id="nm-device-infiniband-new" href="libnm-glib/NMDeviceInfiniband.html#nm-device-infiniband-new"> -<ANCHOR id="nm-device-infiniband-get-hw-address" href="libnm-glib/NMDeviceInfiniband.html#nm-device-infiniband-get-hw-address"> -<ANCHOR id="nm-device-infiniband-get-carrier" href="libnm-glib/NMDeviceInfiniband.html#nm-device-infiniband-get-carrier"> -<ANCHOR id="NMDeviceInfiniband.other_details" href="libnm-glib/NMDeviceInfiniband.html#NMDeviceInfiniband.other_details"> -<ANCHOR id="NMDeviceInfinibandError" href="libnm-glib/NMDeviceInfiniband.html#NMDeviceInfinibandError"> -<ANCHOR id="NM-DEVICE-INFINIBAND-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMDeviceInfiniband.html#NM-DEVICE-INFINIBAND-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-INFINIBAND-ERROR-NOT-INFINIBAND-CONNECTION:CAPS" href="libnm-glib/NMDeviceInfiniband.html#NM-DEVICE-INFINIBAND-ERROR-NOT-INFINIBAND-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-INFINIBAND-ERROR-INVALID-INFINIBAND-CONNECTION:CAPS" href="libnm-glib/NMDeviceInfiniband.html#NM-DEVICE-INFINIBAND-ERROR-INVALID-INFINIBAND-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-INFINIBAND-ERROR-INVALID-DEVICE-MAC:CAPS" href="libnm-glib/NMDeviceInfiniband.html#NM-DEVICE-INFINIBAND-ERROR-INVALID-DEVICE-MAC:CAPS"> -<ANCHOR id="NM-DEVICE-INFINIBAND-ERROR-MAC-MISMATCH:CAPS" href="libnm-glib/NMDeviceInfiniband.html#NM-DEVICE-INFINIBAND-ERROR-MAC-MISMATCH:CAPS"> -<ANCHOR id="NM-DEVICE-INFINIBAND-ERROR:CAPS" href="libnm-glib/NMDeviceInfiniband.html#NM-DEVICE-INFINIBAND-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-INFINIBAND-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceInfiniband.html#NM-DEVICE-INFINIBAND-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-INFINIBAND-CARRIER:CAPS" href="libnm-glib/NMDeviceInfiniband.html#NM-DEVICE-INFINIBAND-CARRIER:CAPS"> -<ANCHOR id="NMDeviceInfiniband.property-details" href="libnm-glib/NMDeviceInfiniband.html#NMDeviceInfiniband.property-details"> -<ANCHOR id="NMDeviceInfiniband--carrier" href="libnm-glib/NMDeviceInfiniband.html#NMDeviceInfiniband--carrier"> -<ANCHOR id="NMDeviceInfiniband--hw-address" href="libnm-glib/NMDeviceInfiniband.html#NMDeviceInfiniband--hw-address"> -<ANCHOR id="NMDeviceVlan" href="libnm-glib/NMDeviceVlan.html"> -<ANCHOR id="NMDeviceVlan.functions" href="libnm-glib/NMDeviceVlan.html#NMDeviceVlan.functions"> -<ANCHOR id="NMDeviceVlan.properties" href="libnm-glib/NMDeviceVlan.html#NMDeviceVlan.properties"> -<ANCHOR id="NMDeviceVlan.other" href="libnm-glib/NMDeviceVlan.html#NMDeviceVlan.other"> -<ANCHOR id="NMDeviceVlan.object-hierarchy" href="libnm-glib/NMDeviceVlan.html#NMDeviceVlan.object-hierarchy"> -<ANCHOR id="NMDeviceVlan.description" href="libnm-glib/NMDeviceVlan.html#NMDeviceVlan.description"> -<ANCHOR id="NMDeviceVlan.functions_details" href="libnm-glib/NMDeviceVlan.html#NMDeviceVlan.functions_details"> -<ANCHOR id="nm-device-vlan-error-quark" href="libnm-glib/NMDeviceVlan.html#nm-device-vlan-error-quark"> -<ANCHOR id="nm-device-vlan-new" href="libnm-glib/NMDeviceVlan.html#nm-device-vlan-new"> -<ANCHOR id="nm-device-vlan-get-hw-address" href="libnm-glib/NMDeviceVlan.html#nm-device-vlan-get-hw-address"> -<ANCHOR id="nm-device-vlan-get-carrier" href="libnm-glib/NMDeviceVlan.html#nm-device-vlan-get-carrier"> -<ANCHOR id="nm-device-vlan-get-parent" href="libnm-glib/NMDeviceVlan.html#nm-device-vlan-get-parent"> -<ANCHOR id="nm-device-vlan-get-vlan-id" href="libnm-glib/NMDeviceVlan.html#nm-device-vlan-get-vlan-id"> -<ANCHOR id="NMDeviceVlan.other_details" href="libnm-glib/NMDeviceVlan.html#NMDeviceVlan.other_details"> -<ANCHOR id="NMDeviceVlanError" href="libnm-glib/NMDeviceVlan.html#NMDeviceVlanError"> -<ANCHOR id="NM-DEVICE-VLAN-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMDeviceVlan.html#NM-DEVICE-VLAN-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-VLAN-ERROR-NOT-VLAN-CONNECTION:CAPS" href="libnm-glib/NMDeviceVlan.html#NM-DEVICE-VLAN-ERROR-NOT-VLAN-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-VLAN-ERROR-INVALID-VLAN-CONNECTION:CAPS" href="libnm-glib/NMDeviceVlan.html#NM-DEVICE-VLAN-ERROR-INVALID-VLAN-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-VLAN-ERROR-ID-MISMATCH:CAPS" href="libnm-glib/NMDeviceVlan.html#NM-DEVICE-VLAN-ERROR-ID-MISMATCH:CAPS"> -<ANCHOR id="NM-DEVICE-VLAN-ERROR-INTERFACE-MISMATCH:CAPS" href="libnm-glib/NMDeviceVlan.html#NM-DEVICE-VLAN-ERROR-INTERFACE-MISMATCH:CAPS"> -<ANCHOR id="NM-DEVICE-VLAN-ERROR-MAC-MISMATCH:CAPS" href="libnm-glib/NMDeviceVlan.html#NM-DEVICE-VLAN-ERROR-MAC-MISMATCH:CAPS"> -<ANCHOR id="NM-DEVICE-VLAN-ERROR:CAPS" href="libnm-glib/NMDeviceVlan.html#NM-DEVICE-VLAN-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-VLAN-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceVlan.html#NM-DEVICE-VLAN-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-VLAN-CARRIER:CAPS" href="libnm-glib/NMDeviceVlan.html#NM-DEVICE-VLAN-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-VLAN-PARENT:CAPS" href="libnm-glib/NMDeviceVlan.html#NM-DEVICE-VLAN-PARENT:CAPS"> -<ANCHOR id="NM-DEVICE-VLAN-VLAN-ID:CAPS" href="libnm-glib/NMDeviceVlan.html#NM-DEVICE-VLAN-VLAN-ID:CAPS"> -<ANCHOR id="NMDeviceVlan.property-details" href="libnm-glib/NMDeviceVlan.html#NMDeviceVlan.property-details"> -<ANCHOR id="NMDeviceVlan--carrier" href="libnm-glib/NMDeviceVlan.html#NMDeviceVlan--carrier"> -<ANCHOR id="NMDeviceVlan--hw-address" href="libnm-glib/NMDeviceVlan.html#NMDeviceVlan--hw-address"> -<ANCHOR id="NMDeviceVlan--parent" href="libnm-glib/NMDeviceVlan.html#NMDeviceVlan--parent"> -<ANCHOR id="NMDeviceVlan--vlan-id" href="libnm-glib/NMDeviceVlan.html#NMDeviceVlan--vlan-id"> -<ANCHOR id="NMDeviceOlpcMesh" href="libnm-glib/NMDeviceOlpcMesh.html"> -<ANCHOR id="NMDeviceOlpcMesh.functions" href="libnm-glib/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.functions"> -<ANCHOR id="NMDeviceOlpcMesh.properties" href="libnm-glib/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.properties"> -<ANCHOR id="NMDeviceOlpcMesh.other" href="libnm-glib/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.other"> -<ANCHOR id="NMDeviceOlpcMesh.object-hierarchy" href="libnm-glib/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.object-hierarchy"> -<ANCHOR id="NMDeviceOlpcMesh.description" href="libnm-glib/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.description"> -<ANCHOR id="NMDeviceOlpcMesh.functions_details" href="libnm-glib/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.functions_details"> -<ANCHOR id="nm-device-olpc-mesh-error-quark" href="libnm-glib/NMDeviceOlpcMesh.html#nm-device-olpc-mesh-error-quark"> -<ANCHOR id="nm-device-olpc-mesh-new" href="libnm-glib/NMDeviceOlpcMesh.html#nm-device-olpc-mesh-new"> -<ANCHOR id="nm-device-olpc-mesh-get-hw-address" href="libnm-glib/NMDeviceOlpcMesh.html#nm-device-olpc-mesh-get-hw-address"> -<ANCHOR id="nm-device-olpc-mesh-get-companion" href="libnm-glib/NMDeviceOlpcMesh.html#nm-device-olpc-mesh-get-companion"> -<ANCHOR id="nm-device-olpc-mesh-get-active-channel" href="libnm-glib/NMDeviceOlpcMesh.html#nm-device-olpc-mesh-get-active-channel"> -<ANCHOR id="NMDeviceOlpcMesh.other_details" href="libnm-glib/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.other_details"> -<ANCHOR id="NMDeviceOlpcMeshError" href="libnm-glib/NMDeviceOlpcMesh.html#NMDeviceOlpcMeshError"> -<ANCHOR id="NM-DEVICE-OLPC-MESH-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMDeviceOlpcMesh.html#NM-DEVICE-OLPC-MESH-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-OLPC-MESH-ERROR-NOT-OLPC-MESH-CONNECTION:CAPS" href="libnm-glib/NMDeviceOlpcMesh.html#NM-DEVICE-OLPC-MESH-ERROR-NOT-OLPC-MESH-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-OLPC-MESH-ERROR-INVALID-OLPC-MESH-CONNECTION:CAPS" href="libnm-glib/NMDeviceOlpcMesh.html#NM-DEVICE-OLPC-MESH-ERROR-INVALID-OLPC-MESH-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-OLPC-MESH-ERROR:CAPS" href="libnm-glib/NMDeviceOlpcMesh.html#NM-DEVICE-OLPC-MESH-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-OLPC-MESH-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceOlpcMesh.html#NM-DEVICE-OLPC-MESH-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-OLPC-MESH-COMPANION:CAPS" href="libnm-glib/NMDeviceOlpcMesh.html#NM-DEVICE-OLPC-MESH-COMPANION:CAPS"> -<ANCHOR id="NM-DEVICE-OLPC-MESH-ACTIVE-CHANNEL:CAPS" href="libnm-glib/NMDeviceOlpcMesh.html#NM-DEVICE-OLPC-MESH-ACTIVE-CHANNEL:CAPS"> -<ANCHOR id="NMDeviceOlpcMesh.property-details" href="libnm-glib/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.property-details"> -<ANCHOR id="NMDeviceOlpcMesh--active-channel" href="libnm-glib/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh--active-channel"> -<ANCHOR id="NMDeviceOlpcMesh--companion" href="libnm-glib/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh--companion"> -<ANCHOR id="NMDeviceOlpcMesh--hw-address" href="libnm-glib/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh--hw-address"> -<ANCHOR id="NMWimaxNsp" href="libnm-glib/NMWimaxNsp.html"> -<ANCHOR id="NMWimaxNsp.functions" href="libnm-glib/NMWimaxNsp.html#NMWimaxNsp.functions"> -<ANCHOR id="NMWimaxNsp.properties" href="libnm-glib/NMWimaxNsp.html#NMWimaxNsp.properties"> -<ANCHOR id="NMWimaxNsp.other" href="libnm-glib/NMWimaxNsp.html#NMWimaxNsp.other"> -<ANCHOR id="NMWimaxNsp.object-hierarchy" href="libnm-glib/NMWimaxNsp.html#NMWimaxNsp.object-hierarchy"> -<ANCHOR id="NMWimaxNsp.description" href="libnm-glib/NMWimaxNsp.html#NMWimaxNsp.description"> -<ANCHOR id="NMWimaxNsp.functions_details" href="libnm-glib/NMWimaxNsp.html#NMWimaxNsp.functions_details"> -<ANCHOR id="nm-wimax-nsp-new" href="libnm-glib/NMWimaxNsp.html#nm-wimax-nsp-new"> -<ANCHOR id="nm-wimax-nsp-get-name" href="libnm-glib/NMWimaxNsp.html#nm-wimax-nsp-get-name"> -<ANCHOR id="nm-wimax-nsp-get-signal-quality" href="libnm-glib/NMWimaxNsp.html#nm-wimax-nsp-get-signal-quality"> -<ANCHOR id="nm-wimax-nsp-get-network-type" href="libnm-glib/NMWimaxNsp.html#nm-wimax-nsp-get-network-type"> -<ANCHOR id="nm-wimax-nsp-filter-connections" href="libnm-glib/NMWimaxNsp.html#nm-wimax-nsp-filter-connections"> -<ANCHOR id="nm-wimax-nsp-connection-valid" href="libnm-glib/NMWimaxNsp.html#nm-wimax-nsp-connection-valid"> -<ANCHOR id="NMWimaxNsp.other_details" href="libnm-glib/NMWimaxNsp.html#NMWimaxNsp.other_details"> -<ANCHOR id="NM-WIMAX-NSP-NAME:CAPS" href="libnm-glib/NMWimaxNsp.html#NM-WIMAX-NSP-NAME:CAPS"> -<ANCHOR id="NM-WIMAX-NSP-SIGNAL-QUALITY:CAPS" href="libnm-glib/NMWimaxNsp.html#NM-WIMAX-NSP-SIGNAL-QUALITY:CAPS"> -<ANCHOR id="NM-WIMAX-NSP-NETWORK-TYPE:CAPS" href="libnm-glib/NMWimaxNsp.html#NM-WIMAX-NSP-NETWORK-TYPE:CAPS"> -<ANCHOR id="NMWimaxNspNetworkType" href="libnm-glib/NMWimaxNsp.html#NMWimaxNspNetworkType"> -<ANCHOR id="NM-WIMAX-NSP-NETWORK-TYPE-UNKNOWN:CAPS" href="libnm-glib/NMWimaxNsp.html#NM-WIMAX-NSP-NETWORK-TYPE-UNKNOWN:CAPS"> -<ANCHOR id="NM-WIMAX-NSP-NETWORK-TYPE-HOME:CAPS" href="libnm-glib/NMWimaxNsp.html#NM-WIMAX-NSP-NETWORK-TYPE-HOME:CAPS"> -<ANCHOR id="NM-WIMAX-NSP-NETWORK-TYPE-PARTNER:CAPS" href="libnm-glib/NMWimaxNsp.html#NM-WIMAX-NSP-NETWORK-TYPE-PARTNER:CAPS"> -<ANCHOR id="NM-WIMAX-NSP-NETWORK-TYPE-ROAMING-PARTNER:CAPS" href="libnm-glib/NMWimaxNsp.html#NM-WIMAX-NSP-NETWORK-TYPE-ROAMING-PARTNER:CAPS"> -<ANCHOR id="NMWimaxNsp.property-details" href="libnm-glib/NMWimaxNsp.html#NMWimaxNsp.property-details"> -<ANCHOR id="NMWimaxNsp--name" href="libnm-glib/NMWimaxNsp.html#NMWimaxNsp--name"> -<ANCHOR id="NMWimaxNsp--network-type" href="libnm-glib/NMWimaxNsp.html#NMWimaxNsp--network-type"> -<ANCHOR id="NMWimaxNsp--signal-quality" href="libnm-glib/NMWimaxNsp.html#NMWimaxNsp--signal-quality"> -<ANCHOR id="NMAccessPoint" href="libnm-glib/NMAccessPoint.html"> -<ANCHOR id="NMAccessPoint.functions" href="libnm-glib/NMAccessPoint.html#NMAccessPoint.functions"> -<ANCHOR id="NMAccessPoint.properties" href="libnm-glib/NMAccessPoint.html#NMAccessPoint.properties"> -<ANCHOR id="NMAccessPoint.other" href="libnm-glib/NMAccessPoint.html#NMAccessPoint.other"> -<ANCHOR id="NMAccessPoint.object-hierarchy" href="libnm-glib/NMAccessPoint.html#NMAccessPoint.object-hierarchy"> -<ANCHOR id="NMAccessPoint.description" href="libnm-glib/NMAccessPoint.html#NMAccessPoint.description"> -<ANCHOR id="NMAccessPoint.functions_details" href="libnm-glib/NMAccessPoint.html#NMAccessPoint.functions_details"> -<ANCHOR id="nm-access-point-new" href="libnm-glib/NMAccessPoint.html#nm-access-point-new"> -<ANCHOR id="nm-access-point-get-flags" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-flags"> -<ANCHOR id="nm-access-point-get-wpa-flags" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-wpa-flags"> -<ANCHOR id="nm-access-point-get-rsn-flags" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-rsn-flags"> -<ANCHOR id="nm-access-point-get-ssid" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-ssid"> -<ANCHOR id="nm-access-point-get-bssid" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-bssid"> -<ANCHOR id="nm-access-point-get-frequency" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-frequency"> -<ANCHOR id="nm-access-point-get-mode" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-mode"> -<ANCHOR id="nm-access-point-get-max-bitrate" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-max-bitrate"> -<ANCHOR id="nm-access-point-get-strength" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-strength"> -<ANCHOR id="nm-access-point-get-last-seen" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-last-seen"> -<ANCHOR id="nm-access-point-filter-connections" href="libnm-glib/NMAccessPoint.html#nm-access-point-filter-connections"> -<ANCHOR id="nm-access-point-connection-valid" href="libnm-glib/NMAccessPoint.html#nm-access-point-connection-valid"> -<ANCHOR id="nm-access-point-get-hw-address" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-hw-address"> -<ANCHOR id="NMAccessPoint.other_details" href="libnm-glib/NMAccessPoint.html#NMAccessPoint.other_details"> -<ANCHOR id="NM-ACCESS-POINT-FLAGS:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-FLAGS:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-WPA-FLAGS:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-WPA-FLAGS:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-RSN-FLAGS:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-RSN-FLAGS:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-SSID:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-SSID:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-BSSID:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-BSSID:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-FREQUENCY:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-FREQUENCY:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-MODE:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-MODE:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-MAX-BITRATE:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-MAX-BITRATE:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-STRENGTH:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-STRENGTH:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-LAST-SEEN:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-LAST-SEEN:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-HW-ADDRESS:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-HW-ADDRESS:CAPS"> -<ANCHOR id="NMAccessPoint.property-details" href="libnm-glib/NMAccessPoint.html#NMAccessPoint.property-details"> -<ANCHOR id="NMAccessPoint--bssid" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--bssid"> -<ANCHOR id="NMAccessPoint--flags" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--flags"> -<ANCHOR id="NMAccessPoint--frequency" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--frequency"> -<ANCHOR id="NMAccessPoint--hw-address" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--hw-address"> -<ANCHOR id="NMAccessPoint--last-seen" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--last-seen"> -<ANCHOR id="NMAccessPoint--max-bitrate" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--max-bitrate"> -<ANCHOR id="NMAccessPoint--mode" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--mode"> -<ANCHOR id="NMAccessPoint--rsn-flags" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--rsn-flags"> -<ANCHOR id="NMAccessPoint--ssid" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--ssid"> -<ANCHOR id="NMAccessPoint--strength" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--strength"> -<ANCHOR id="NMAccessPoint--wpa-flags" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--wpa-flags"> -<ANCHOR id="NMIP4Config" href="libnm-glib/NMIP4Config.html"> -<ANCHOR id="NMIP4Config.functions" href="libnm-glib/NMIP4Config.html#NMIP4Config.functions"> -<ANCHOR id="NMIP4Config.properties" href="libnm-glib/NMIP4Config.html#NMIP4Config.properties"> -<ANCHOR id="NMIP4Config.other" href="libnm-glib/NMIP4Config.html#NMIP4Config.other"> -<ANCHOR id="NMIP4Config.object-hierarchy" href="libnm-glib/NMIP4Config.html#NMIP4Config.object-hierarchy"> -<ANCHOR id="NMIP4Config.description" href="libnm-glib/NMIP4Config.html#NMIP4Config.description"> -<ANCHOR id="NMIP4Config.functions_details" href="libnm-glib/NMIP4Config.html#NMIP4Config.functions_details"> -<ANCHOR id="nm-ip4-config-new" href="libnm-glib/NMIP4Config.html#nm-ip4-config-new"> -<ANCHOR id="nm-ip4-config-get-gateway" href="libnm-glib/NMIP4Config.html#nm-ip4-config-get-gateway"> -<ANCHOR id="nm-ip4-config-get-addresses" href="libnm-glib/NMIP4Config.html#nm-ip4-config-get-addresses"> -<ANCHOR id="nm-ip4-config-get-routes" href="libnm-glib/NMIP4Config.html#nm-ip4-config-get-routes"> -<ANCHOR id="nm-ip4-config-get-nameservers" href="libnm-glib/NMIP4Config.html#nm-ip4-config-get-nameservers"> -<ANCHOR id="nm-ip4-config-get-domains" href="libnm-glib/NMIP4Config.html#nm-ip4-config-get-domains"> -<ANCHOR id="nm-ip4-config-get-searches" href="libnm-glib/NMIP4Config.html#nm-ip4-config-get-searches"> -<ANCHOR id="nm-ip4-config-get-wins-servers" href="libnm-glib/NMIP4Config.html#nm-ip4-config-get-wins-servers"> -<ANCHOR id="NMIP4Config.other_details" href="libnm-glib/NMIP4Config.html#NMIP4Config.other_details"> -<ANCHOR id="NM-IP4-CONFIG-GATEWAY:CAPS" href="libnm-glib/NMIP4Config.html#NM-IP4-CONFIG-GATEWAY:CAPS"> -<ANCHOR id="NM-IP4-CONFIG-ADDRESSES:CAPS" href="libnm-glib/NMIP4Config.html#NM-IP4-CONFIG-ADDRESSES:CAPS"> -<ANCHOR id="NM-IP4-CONFIG-ROUTES:CAPS" href="libnm-glib/NMIP4Config.html#NM-IP4-CONFIG-ROUTES:CAPS"> -<ANCHOR id="NM-IP4-CONFIG-NAMESERVERS:CAPS" href="libnm-glib/NMIP4Config.html#NM-IP4-CONFIG-NAMESERVERS:CAPS"> -<ANCHOR id="NM-IP4-CONFIG-DOMAINS:CAPS" href="libnm-glib/NMIP4Config.html#NM-IP4-CONFIG-DOMAINS:CAPS"> -<ANCHOR id="NM-IP4-CONFIG-SEARCHES:CAPS" href="libnm-glib/NMIP4Config.html#NM-IP4-CONFIG-SEARCHES:CAPS"> -<ANCHOR id="NM-IP4-CONFIG-WINS-SERVERS:CAPS" href="libnm-glib/NMIP4Config.html#NM-IP4-CONFIG-WINS-SERVERS:CAPS"> -<ANCHOR id="NMIP4Config.property-details" href="libnm-glib/NMIP4Config.html#NMIP4Config.property-details"> -<ANCHOR id="NMIP4Config--addresses" href="libnm-glib/NMIP4Config.html#NMIP4Config--addresses"> -<ANCHOR id="NMIP4Config--domains" href="libnm-glib/NMIP4Config.html#NMIP4Config--domains"> -<ANCHOR id="NMIP4Config--gateway" href="libnm-glib/NMIP4Config.html#NMIP4Config--gateway"> -<ANCHOR id="NMIP4Config--nameservers" href="libnm-glib/NMIP4Config.html#NMIP4Config--nameservers"> -<ANCHOR id="NMIP4Config--routes" href="libnm-glib/NMIP4Config.html#NMIP4Config--routes"> -<ANCHOR id="NMIP4Config--searches" href="libnm-glib/NMIP4Config.html#NMIP4Config--searches"> -<ANCHOR id="NMIP4Config--wins-servers" href="libnm-glib/NMIP4Config.html#NMIP4Config--wins-servers"> -<ANCHOR id="NMIP6Config" href="libnm-glib/NMIP6Config.html"> -<ANCHOR id="NMIP6Config.functions" href="libnm-glib/NMIP6Config.html#NMIP6Config.functions"> -<ANCHOR id="NMIP6Config.properties" href="libnm-glib/NMIP6Config.html#NMIP6Config.properties"> -<ANCHOR id="NMIP6Config.other" href="libnm-glib/NMIP6Config.html#NMIP6Config.other"> -<ANCHOR id="NMIP6Config.object-hierarchy" href="libnm-glib/NMIP6Config.html#NMIP6Config.object-hierarchy"> -<ANCHOR id="NMIP6Config.description" href="libnm-glib/NMIP6Config.html#NMIP6Config.description"> -<ANCHOR id="NMIP6Config.functions_details" href="libnm-glib/NMIP6Config.html#NMIP6Config.functions_details"> -<ANCHOR id="nm-ip6-config-new" href="libnm-glib/NMIP6Config.html#nm-ip6-config-new"> -<ANCHOR id="nm-ip6-config-get-gateway" href="libnm-glib/NMIP6Config.html#nm-ip6-config-get-gateway"> -<ANCHOR id="nm-ip6-config-get-addresses" href="libnm-glib/NMIP6Config.html#nm-ip6-config-get-addresses"> -<ANCHOR id="nm-ip6-config-get-routes" href="libnm-glib/NMIP6Config.html#nm-ip6-config-get-routes"> -<ANCHOR id="nm-ip6-config-get-num-nameservers" href="libnm-glib/NMIP6Config.html#nm-ip6-config-get-num-nameservers"> -<ANCHOR id="nm-ip6-config-get-nameserver" href="libnm-glib/NMIP6Config.html#nm-ip6-config-get-nameserver"> -<ANCHOR id="nm-ip6-config-get-nameservers" href="libnm-glib/NMIP6Config.html#nm-ip6-config-get-nameservers"> -<ANCHOR id="nm-ip6-config-get-domains" href="libnm-glib/NMIP6Config.html#nm-ip6-config-get-domains"> -<ANCHOR id="nm-ip6-config-get-searches" href="libnm-glib/NMIP6Config.html#nm-ip6-config-get-searches"> -<ANCHOR id="NMIP6Config.other_details" href="libnm-glib/NMIP6Config.html#NMIP6Config.other_details"> -<ANCHOR id="NM-IP6-CONFIG-GATEWAY:CAPS" href="libnm-glib/NMIP6Config.html#NM-IP6-CONFIG-GATEWAY:CAPS"> -<ANCHOR id="NM-IP6-CONFIG-ADDRESSES:CAPS" href="libnm-glib/NMIP6Config.html#NM-IP6-CONFIG-ADDRESSES:CAPS"> -<ANCHOR id="NM-IP6-CONFIG-ROUTES:CAPS" href="libnm-glib/NMIP6Config.html#NM-IP6-CONFIG-ROUTES:CAPS"> -<ANCHOR id="NM-IP6-CONFIG-NAMESERVERS:CAPS" href="libnm-glib/NMIP6Config.html#NM-IP6-CONFIG-NAMESERVERS:CAPS"> -<ANCHOR id="NM-IP6-CONFIG-DOMAINS:CAPS" href="libnm-glib/NMIP6Config.html#NM-IP6-CONFIG-DOMAINS:CAPS"> -<ANCHOR id="NM-IP6-CONFIG-SEARCHES:CAPS" href="libnm-glib/NMIP6Config.html#NM-IP6-CONFIG-SEARCHES:CAPS"> -<ANCHOR id="NMIP6Config.property-details" href="libnm-glib/NMIP6Config.html#NMIP6Config.property-details"> -<ANCHOR id="NMIP6Config--addresses" href="libnm-glib/NMIP6Config.html#NMIP6Config--addresses"> -<ANCHOR id="NMIP6Config--domains" href="libnm-glib/NMIP6Config.html#NMIP6Config--domains"> -<ANCHOR id="NMIP6Config--gateway" href="libnm-glib/NMIP6Config.html#NMIP6Config--gateway"> -<ANCHOR id="NMIP6Config--nameservers" href="libnm-glib/NMIP6Config.html#NMIP6Config--nameservers"> -<ANCHOR id="NMIP6Config--routes" href="libnm-glib/NMIP6Config.html#NMIP6Config--routes"> -<ANCHOR id="NMIP6Config--searches" href="libnm-glib/NMIP6Config.html#NMIP6Config--searches"> -<ANCHOR id="NMDHCP4Config" href="libnm-glib/NMDHCP4Config.html"> -<ANCHOR id="NMDHCP4Config.functions" href="libnm-glib/NMDHCP4Config.html#NMDHCP4Config.functions"> -<ANCHOR id="NMDHCP4Config.properties" href="libnm-glib/NMDHCP4Config.html#NMDHCP4Config.properties"> -<ANCHOR id="NMDHCP4Config.other" href="libnm-glib/NMDHCP4Config.html#NMDHCP4Config.other"> -<ANCHOR id="NMDHCP4Config.object-hierarchy" href="libnm-glib/NMDHCP4Config.html#NMDHCP4Config.object-hierarchy"> -<ANCHOR id="NMDHCP4Config.description" href="libnm-glib/NMDHCP4Config.html#NMDHCP4Config.description"> -<ANCHOR id="NMDHCP4Config.functions_details" href="libnm-glib/NMDHCP4Config.html#NMDHCP4Config.functions_details"> -<ANCHOR id="nm-dhcp4-config-new" href="libnm-glib/NMDHCP4Config.html#nm-dhcp4-config-new"> -<ANCHOR id="nm-dhcp4-config-get-options" href="libnm-glib/NMDHCP4Config.html#nm-dhcp4-config-get-options"> -<ANCHOR id="nm-dhcp4-config-get-one-option" href="libnm-glib/NMDHCP4Config.html#nm-dhcp4-config-get-one-option"> -<ANCHOR id="NMDHCP4Config.other_details" href="libnm-glib/NMDHCP4Config.html#NMDHCP4Config.other_details"> -<ANCHOR id="NM-DHCP4-CONFIG-OPTIONS:CAPS" href="libnm-glib/NMDHCP4Config.html#NM-DHCP4-CONFIG-OPTIONS:CAPS"> -<ANCHOR id="NMDHCP4Config.property-details" href="libnm-glib/NMDHCP4Config.html#NMDHCP4Config.property-details"> -<ANCHOR id="NMDHCP4Config--options" href="libnm-glib/NMDHCP4Config.html#NMDHCP4Config--options"> -<ANCHOR id="NMDHCP6Config" href="libnm-glib/NMDHCP6Config.html"> -<ANCHOR id="NMDHCP6Config.functions" href="libnm-glib/NMDHCP6Config.html#NMDHCP6Config.functions"> -<ANCHOR id="NMDHCP6Config.properties" href="libnm-glib/NMDHCP6Config.html#NMDHCP6Config.properties"> -<ANCHOR id="NMDHCP6Config.other" href="libnm-glib/NMDHCP6Config.html#NMDHCP6Config.other"> -<ANCHOR id="NMDHCP6Config.object-hierarchy" href="libnm-glib/NMDHCP6Config.html#NMDHCP6Config.object-hierarchy"> -<ANCHOR id="NMDHCP6Config.description" href="libnm-glib/NMDHCP6Config.html#NMDHCP6Config.description"> -<ANCHOR id="NMDHCP6Config.functions_details" href="libnm-glib/NMDHCP6Config.html#NMDHCP6Config.functions_details"> -<ANCHOR id="nm-dhcp6-config-new" href="libnm-glib/NMDHCP6Config.html#nm-dhcp6-config-new"> -<ANCHOR id="nm-dhcp6-config-get-options" href="libnm-glib/NMDHCP6Config.html#nm-dhcp6-config-get-options"> -<ANCHOR id="nm-dhcp6-config-get-one-option" href="libnm-glib/NMDHCP6Config.html#nm-dhcp6-config-get-one-option"> -<ANCHOR id="NMDHCP6Config.other_details" href="libnm-glib/NMDHCP6Config.html#NMDHCP6Config.other_details"> -<ANCHOR id="NM-DHCP6-CONFIG-OPTIONS:CAPS" href="libnm-glib/NMDHCP6Config.html#NM-DHCP6-CONFIG-OPTIONS:CAPS"> -<ANCHOR id="NMDHCP6Config.property-details" href="libnm-glib/NMDHCP6Config.html#NMDHCP6Config.property-details"> -<ANCHOR id="NMDHCP6Config--options" href="libnm-glib/NMDHCP6Config.html#NMDHCP6Config--options"> -<ANCHOR id="NMObject" href="libnm-glib/NMObject.html"> -<ANCHOR id="NMObject.functions" href="libnm-glib/NMObject.html#NMObject.functions"> -<ANCHOR id="NMObject.properties" href="libnm-glib/NMObject.html#NMObject.properties"> -<ANCHOR id="NMObject.signals" href="libnm-glib/NMObject.html#NMObject.signals"> -<ANCHOR id="NMObject.other" href="libnm-glib/NMObject.html#NMObject.other"> -<ANCHOR id="NMObject.object-hierarchy" href="libnm-glib/NMObject.html#NMObject.object-hierarchy"> -<ANCHOR id="NMObject.description" href="libnm-glib/NMObject.html#NMObject.description"> -<ANCHOR id="NMObject.functions_details" href="libnm-glib/NMObject.html#NMObject.functions_details"> -<ANCHOR id="nm-object-error-quark" href="libnm-glib/NMObject.html#nm-object-error-quark"> -<ANCHOR id="nm-object-get-connection" href="libnm-glib/NMObject.html#nm-object-get-connection"> -<ANCHOR id="nm-object-get-path" href="libnm-glib/NMObject.html#nm-object-get-path"> -<ANCHOR id="NMObject.other_details" href="libnm-glib/NMObject.html#NMObject.other_details"> -<ANCHOR id="NMObjectError" href="libnm-glib/NMObject.html#NMObjectError"> -<ANCHOR id="NM-OBJECT-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMObject.html#NM-OBJECT-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-OBJECT-ERROR-OBJECT-CREATION-FAILURE:CAPS" href="libnm-glib/NMObject.html#NM-OBJECT-ERROR-OBJECT-CREATION-FAILURE:CAPS"> -<ANCHOR id="NM-OBJECT-ERROR:CAPS" href="libnm-glib/NMObject.html#NM-OBJECT-ERROR:CAPS"> -<ANCHOR id="NM-OBJECT-DBUS-CONNECTION:CAPS" href="libnm-glib/NMObject.html#NM-OBJECT-DBUS-CONNECTION:CAPS"> -<ANCHOR id="NM-OBJECT-DBUS-PATH:CAPS" href="libnm-glib/NMObject.html#NM-OBJECT-DBUS-PATH:CAPS"> -<ANCHOR id="NMObject.property-details" href="libnm-glib/NMObject.html#NMObject.property-details"> -<ANCHOR id="NMObject--dbus-connection" href="libnm-glib/NMObject.html#NMObject--dbus-connection"> -<ANCHOR id="NMObject--dbus-path" href="libnm-glib/NMObject.html#NMObject--dbus-path"> -<ANCHOR id="NMObject.signal-details" href="libnm-glib/NMObject.html#NMObject.signal-details"> -<ANCHOR id="NMObject-object-creation-failed" href="libnm-glib/NMObject.html#NMObject-object-creation-failed"> -<ANCHOR id="NMRemoteConnection" href="libnm-glib/NMRemoteConnection.html"> -<ANCHOR id="NMRemoteConnection.functions" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection.functions"> -<ANCHOR id="NMRemoteConnection.properties" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection.properties"> -<ANCHOR id="NMRemoteConnection.signals" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection.signals"> -<ANCHOR id="NMRemoteConnection.other" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection.other"> -<ANCHOR id="NMRemoteConnection.object-hierarchy" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection.object-hierarchy"> -<ANCHOR id="NMRemoteConnection.description" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection.description"> -<ANCHOR id="NMRemoteConnection.functions_details" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection.functions_details"> -<ANCHOR id="NM-REMOTE-CONNECTION-ERROR:CAPS" href="libnm-glib/NMRemoteConnection.html#NM-REMOTE-CONNECTION-ERROR:CAPS"> -<ANCHOR id="nm-remote-connection-error-quark" href="libnm-glib/NMRemoteConnection.html#nm-remote-connection-error-quark"> -<ANCHOR id="NMRemoteConnectionResultFunc" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnectionResultFunc"> -<ANCHOR id="NMRemoteConnectionGetSecretsFunc" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnectionGetSecretsFunc"> -<ANCHOR id="nm-remote-connection-new" href="libnm-glib/NMRemoteConnection.html#nm-remote-connection-new"> -<ANCHOR id="nm-remote-connection-commit-changes" href="libnm-glib/NMRemoteConnection.html#nm-remote-connection-commit-changes"> -<ANCHOR id="nm-remote-connection-commit-changes-unsaved" href="libnm-glib/NMRemoteConnection.html#nm-remote-connection-commit-changes-unsaved"> -<ANCHOR id="nm-remote-connection-save" href="libnm-glib/NMRemoteConnection.html#nm-remote-connection-save"> -<ANCHOR id="nm-remote-connection-delete" href="libnm-glib/NMRemoteConnection.html#nm-remote-connection-delete"> -<ANCHOR id="nm-remote-connection-get-secrets" href="libnm-glib/NMRemoteConnection.html#nm-remote-connection-get-secrets"> -<ANCHOR id="nm-remote-connection-get-unsaved" href="libnm-glib/NMRemoteConnection.html#nm-remote-connection-get-unsaved"> -<ANCHOR id="NMRemoteConnection.other_details" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection.other_details"> -<ANCHOR id="NMRemoteConnectionError" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnectionError"> -<ANCHOR id="NM-REMOTE-CONNECTION-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMRemoteConnection.html#NM-REMOTE-CONNECTION-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-REMOTE-CONNECTION-ERROR-DISCONNECTED:CAPS" href="libnm-glib/NMRemoteConnection.html#NM-REMOTE-CONNECTION-ERROR-DISCONNECTED:CAPS"> -<ANCHOR id="NM-REMOTE-CONNECTION-UNSAVED:CAPS" href="libnm-glib/NMRemoteConnection.html#NM-REMOTE-CONNECTION-UNSAVED:CAPS"> -<ANCHOR id="NM-REMOTE-CONNECTION-UPDATED:CAPS" href="libnm-glib/NMRemoteConnection.html#NM-REMOTE-CONNECTION-UPDATED:CAPS"> -<ANCHOR id="NM-REMOTE-CONNECTION-REMOVED:CAPS" href="libnm-glib/NMRemoteConnection.html#NM-REMOTE-CONNECTION-REMOVED:CAPS"> -<ANCHOR id="NMRemoteConnectionCommitFunc" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnectionCommitFunc"> -<ANCHOR id="NMRemoteConnectionDeleteFunc" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnectionDeleteFunc"> -<ANCHOR id="NMRemoteConnection.property-details" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection.property-details"> -<ANCHOR id="NMRemoteConnection--bus" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection--bus"> -<ANCHOR id="NMRemoteConnection--dbus-connection" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection--dbus-connection"> -<ANCHOR id="NMRemoteConnection--dbus-path" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection--dbus-path"> -<ANCHOR id="NMRemoteConnection--unsaved" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection--unsaved"> -<ANCHOR id="NMRemoteConnection.signal-details" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection.signal-details"> -<ANCHOR id="NMRemoteConnection-removed" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection-removed"> -<ANCHOR id="NMRemoteConnection-updated" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection-updated"> -<ANCHOR id="NMRemoteConnection-visible" href="libnm-glib/NMRemoteConnection.html#NMRemoteConnection-visible"> -<ANCHOR id="NMRemoteSettings" href="libnm-glib/NMRemoteSettings.html"> -<ANCHOR id="NMRemoteSettings.functions" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings.functions"> -<ANCHOR id="NMRemoteSettings.properties" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings.properties"> -<ANCHOR id="NMRemoteSettings.signals" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings.signals"> -<ANCHOR id="NMRemoteSettings.other" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings.other"> -<ANCHOR id="NMRemoteSettings.object-hierarchy" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings.object-hierarchy"> -<ANCHOR id="NMRemoteSettings.description" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings.description"> -<ANCHOR id="NMRemoteSettings.functions_details" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings.functions_details"> -<ANCHOR id="nm-remote-settings-error-quark" href="libnm-glib/NMRemoteSettings.html#nm-remote-settings-error-quark"> -<ANCHOR id="NMRemoteSettingsAddConnectionFunc" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettingsAddConnectionFunc"> -<ANCHOR id="NMRemoteSettingsLoadConnectionsFunc" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettingsLoadConnectionsFunc"> -<ANCHOR id="NMRemoteSettingsSaveHostnameFunc" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettingsSaveHostnameFunc"> -<ANCHOR id="nm-remote-settings-new" href="libnm-glib/NMRemoteSettings.html#nm-remote-settings-new"> -<ANCHOR id="nm-remote-settings-new-async" href="libnm-glib/NMRemoteSettings.html#nm-remote-settings-new-async"> -<ANCHOR id="nm-remote-settings-new-finish" href="libnm-glib/NMRemoteSettings.html#nm-remote-settings-new-finish"> -<ANCHOR id="nm-remote-settings-list-connections" href="libnm-glib/NMRemoteSettings.html#nm-remote-settings-list-connections"> -<ANCHOR id="nm-remote-settings-get-connection-by-id" href="libnm-glib/NMRemoteSettings.html#nm-remote-settings-get-connection-by-id"> -<ANCHOR id="nm-remote-settings-get-connection-by-path" href="libnm-glib/NMRemoteSettings.html#nm-remote-settings-get-connection-by-path"> -<ANCHOR id="nm-remote-settings-get-connection-by-uuid" href="libnm-glib/NMRemoteSettings.html#nm-remote-settings-get-connection-by-uuid"> -<ANCHOR id="nm-remote-settings-add-connection" href="libnm-glib/NMRemoteSettings.html#nm-remote-settings-add-connection"> -<ANCHOR id="nm-remote-settings-add-connection-unsaved" href="libnm-glib/NMRemoteSettings.html#nm-remote-settings-add-connection-unsaved"> -<ANCHOR id="nm-remote-settings-load-connections" href="libnm-glib/NMRemoteSettings.html#nm-remote-settings-load-connections"> -<ANCHOR id="nm-remote-settings-reload-connections" href="libnm-glib/NMRemoteSettings.html#nm-remote-settings-reload-connections"> -<ANCHOR id="nm-remote-settings-save-hostname" href="libnm-glib/NMRemoteSettings.html#nm-remote-settings-save-hostname"> -<ANCHOR id="NMRemoteSettings.other_details" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings.other_details"> -<ANCHOR id="NMRemoteSettingsError" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettingsError"> -<ANCHOR id="NM-REMOTE-SETTINGS-ERROR-UNKNOWN:CAPS" href="libnm-glib/NMRemoteSettings.html#NM-REMOTE-SETTINGS-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-REMOTE-SETTINGS-ERROR-CONNECTION-REMOVED:CAPS" href="libnm-glib/NMRemoteSettings.html#NM-REMOTE-SETTINGS-ERROR-CONNECTION-REMOVED:CAPS"> -<ANCHOR id="NM-REMOTE-SETTINGS-ERROR-CONNECTION-UNAVAILABLE:CAPS" href="libnm-glib/NMRemoteSettings.html#NM-REMOTE-SETTINGS-ERROR-CONNECTION-UNAVAILABLE:CAPS"> -<ANCHOR id="NM-REMOTE-SETTINGS-ERROR-SERVICE-UNAVAILABLE:CAPS" href="libnm-glib/NMRemoteSettings.html#NM-REMOTE-SETTINGS-ERROR-SERVICE-UNAVAILABLE:CAPS"> -<ANCHOR id="NM-REMOTE-SETTINGS-ERROR:CAPS" href="libnm-glib/NMRemoteSettings.html#NM-REMOTE-SETTINGS-ERROR:CAPS"> -<ANCHOR id="NM-REMOTE-SETTINGS-BUS:CAPS" href="libnm-glib/NMRemoteSettings.html#NM-REMOTE-SETTINGS-BUS:CAPS"> -<ANCHOR id="NM-REMOTE-SETTINGS-SERVICE-RUNNING:CAPS" href="libnm-glib/NMRemoteSettings.html#NM-REMOTE-SETTINGS-SERVICE-RUNNING:CAPS"> -<ANCHOR id="NM-REMOTE-SETTINGS-HOSTNAME:CAPS" href="libnm-glib/NMRemoteSettings.html#NM-REMOTE-SETTINGS-HOSTNAME:CAPS"> -<ANCHOR id="NM-REMOTE-SETTINGS-CAN-MODIFY:CAPS" href="libnm-glib/NMRemoteSettings.html#NM-REMOTE-SETTINGS-CAN-MODIFY:CAPS"> -<ANCHOR id="NM-REMOTE-SETTINGS-NEW-CONNECTION:CAPS" href="libnm-glib/NMRemoteSettings.html#NM-REMOTE-SETTINGS-NEW-CONNECTION:CAPS"> -<ANCHOR id="NM-REMOTE-SETTINGS-CONNECTIONS-READ:CAPS" href="libnm-glib/NMRemoteSettings.html#NM-REMOTE-SETTINGS-CONNECTIONS-READ:CAPS"> -<ANCHOR id="NMRemoteSettings.property-details" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings.property-details"> -<ANCHOR id="NMRemoteSettings--bus" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings--bus"> -<ANCHOR id="NMRemoteSettings--can-modify" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings--can-modify"> -<ANCHOR id="NMRemoteSettings--hostname" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings--hostname"> -<ANCHOR id="NMRemoteSettings--service-running" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings--service-running"> -<ANCHOR id="NMRemoteSettings.signal-details" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings.signal-details"> -<ANCHOR id="NMRemoteSettings-connections-read" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings-connections-read"> -<ANCHOR id="NMRemoteSettings-new-connection" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings-new-connection"> -<ANCHOR id="NMRemoteSettings.see-also" href="libnm-glib/NMRemoteSettings.html#NMRemoteSettings.see-also"> -<ANCHOR id="libnm-glib-nm-types" href="libnm-glib/libnm-glib-nm-types.html"> -<ANCHOR id="libnm-glib-nm-types.description" href="libnm-glib/libnm-glib-nm-types.html#libnm-glib-nm-types.description"> -<ANCHOR id="libnm-glib-nm-types.functions_details" href="libnm-glib/libnm-glib-nm-types.html#libnm-glib-nm-types.functions_details"> -<ANCHOR id="libnm-glib-nm-types.other_details" href="libnm-glib/libnm-glib-nm-types.html#libnm-glib-nm-types.other_details"> -<ANCHOR id="NMSecretAgent" href="libnm-glib/NMSecretAgent.html"> -<ANCHOR id="NMSecretAgent.functions" href="libnm-glib/NMSecretAgent.html#NMSecretAgent.functions"> -<ANCHOR id="NMSecretAgent.properties" href="libnm-glib/NMSecretAgent.html#NMSecretAgent.properties"> -<ANCHOR id="NMSecretAgent.signals" href="libnm-glib/NMSecretAgent.html#NMSecretAgent.signals"> -<ANCHOR id="NMSecretAgent.other" href="libnm-glib/NMSecretAgent.html#NMSecretAgent.other"> -<ANCHOR id="NMSecretAgent.object-hierarchy" href="libnm-glib/NMSecretAgent.html#NMSecretAgent.object-hierarchy"> -<ANCHOR id="NMSecretAgent.description" href="libnm-glib/NMSecretAgent.html#NMSecretAgent.description"> -<ANCHOR id="NMSecretAgent.functions_details" href="libnm-glib/NMSecretAgent.html#NMSecretAgent.functions_details"> -<ANCHOR id="NM-SECRET-AGENT-ERROR:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-ERROR:CAPS"> -<ANCHOR id="nm-secret-agent-error-quark" href="libnm-glib/NMSecretAgent.html#nm-secret-agent-error-quark"> -<ANCHOR id="NMSecretAgentGetSecretsFunc" href="libnm-glib/NMSecretAgent.html#NMSecretAgentGetSecretsFunc"> -<ANCHOR id="NMSecretAgentSaveSecretsFunc" href="libnm-glib/NMSecretAgent.html#NMSecretAgentSaveSecretsFunc"> -<ANCHOR id="NMSecretAgentDeleteSecretsFunc" href="libnm-glib/NMSecretAgent.html#NMSecretAgentDeleteSecretsFunc"> -<ANCHOR id="nm-secret-agent-register" href="libnm-glib/NMSecretAgent.html#nm-secret-agent-register"> -<ANCHOR id="nm-secret-agent-unregister" href="libnm-glib/NMSecretAgent.html#nm-secret-agent-unregister"> -<ANCHOR id="nm-secret-agent-get-registered" href="libnm-glib/NMSecretAgent.html#nm-secret-agent-get-registered"> -<ANCHOR id="nm-secret-agent-get-secrets" href="libnm-glib/NMSecretAgent.html#nm-secret-agent-get-secrets"> -<ANCHOR id="nm-secret-agent-save-secrets" href="libnm-glib/NMSecretAgent.html#nm-secret-agent-save-secrets"> -<ANCHOR id="nm-secret-agent-delete-secrets" href="libnm-glib/NMSecretAgent.html#nm-secret-agent-delete-secrets"> -<ANCHOR id="NMSecretAgent.other_details" href="libnm-glib/NMSecretAgent.html#NMSecretAgent.other_details"> -<ANCHOR id="NMSecretAgentError" href="libnm-glib/NMSecretAgent.html#NMSecretAgentError"> -<ANCHOR id="NM-SECRET-AGENT-ERROR-NOT-AUTHORIZED:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-ERROR-NOT-AUTHORIZED:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-ERROR-INVALID-CONNECTION:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-ERROR-INVALID-CONNECTION:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-ERROR-USER-CANCELED:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-ERROR-USER-CANCELED:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-ERROR-AGENT-CANCELED:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-ERROR-AGENT-CANCELED:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-ERROR-INTERNAL-ERROR:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-ERROR-INTERNAL-ERROR:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-ERROR-NO-SECRETS:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-ERROR-NO-SECRETS:CAPS"> -<ANCHOR id="NMSecretAgentCapabilities" href="libnm-glib/NMSecretAgent.html#NMSecretAgentCapabilities"> -<ANCHOR id="NM-SECRET-AGENT-CAPABILITY-NONE:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-CAPABILITY-NONE:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-CAPABILITY-VPN-HINTS:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-CAPABILITY-VPN-HINTS:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-CAPABILITY-LAST:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-CAPABILITY-LAST:CAPS"> -<ANCHOR id="NMSecretAgentGetSecretsFlags" href="libnm-glib/NMSecretAgent.html#NMSecretAgentGetSecretsFlags"> -<ANCHOR id="NM-SECRET-AGENT-GET-SECRETS-FLAG-NONE:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-GET-SECRETS-FLAG-NONE:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-GET-SECRETS-FLAG-ALLOW-INTERACTION:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-GET-SECRETS-FLAG-ALLOW-INTERACTION:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-GET-SECRETS-FLAG-REQUEST-NEW:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-GET-SECRETS-FLAG-REQUEST-NEW:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-GET-SECRETS-FLAG-USER-REQUESTED:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-GET-SECRETS-FLAG-USER-REQUESTED:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-IDENTIFIER:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-IDENTIFIER:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-AUTO-REGISTER:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-AUTO-REGISTER:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-REGISTERED:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-REGISTERED:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-CAPABILITIES:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-CAPABILITIES:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-REGISTRATION-RESULT:CAPS" href="libnm-glib/NMSecretAgent.html#NM-SECRET-AGENT-REGISTRATION-RESULT:CAPS"> -<ANCHOR id="NMSecretAgent.property-details" href="libnm-glib/NMSecretAgent.html#NMSecretAgent.property-details"> -<ANCHOR id="NMSecretAgent--auto-register" href="libnm-glib/NMSecretAgent.html#NMSecretAgent--auto-register"> -<ANCHOR id="NMSecretAgent--capabilities" href="libnm-glib/NMSecretAgent.html#NMSecretAgent--capabilities"> -<ANCHOR id="NMSecretAgent--identifier" href="libnm-glib/NMSecretAgent.html#NMSecretAgent--identifier"> -<ANCHOR id="NMSecretAgent--registered" href="libnm-glib/NMSecretAgent.html#NMSecretAgent--registered"> -<ANCHOR id="NMSecretAgent.signal-details" href="libnm-glib/NMSecretAgent.html#NMSecretAgent.signal-details"> -<ANCHOR id="NMSecretAgent-registration-result" href="libnm-glib/NMSecretAgent.html#NMSecretAgent-registration-result"> -<ANCHOR id="NMVPNConnection" href="libnm-glib/NMVPNConnection.html"> -<ANCHOR id="NMVPNConnection.functions" href="libnm-glib/NMVPNConnection.html#NMVPNConnection.functions"> -<ANCHOR id="NMVPNConnection.properties" href="libnm-glib/NMVPNConnection.html#NMVPNConnection.properties"> -<ANCHOR id="NMVPNConnection.signals" href="libnm-glib/NMVPNConnection.html#NMVPNConnection.signals"> -<ANCHOR id="NMVPNConnection.other" href="libnm-glib/NMVPNConnection.html#NMVPNConnection.other"> -<ANCHOR id="NMVPNConnection.object-hierarchy" href="libnm-glib/NMVPNConnection.html#NMVPNConnection.object-hierarchy"> -<ANCHOR id="NMVPNConnection.description" href="libnm-glib/NMVPNConnection.html#NMVPNConnection.description"> -<ANCHOR id="NMVPNConnection.functions_details" href="libnm-glib/NMVPNConnection.html#NMVPNConnection.functions_details"> -<ANCHOR id="nm-vpn-connection-new" href="libnm-glib/NMVPNConnection.html#nm-vpn-connection-new"> -<ANCHOR id="nm-vpn-connection-get-vpn-state" href="libnm-glib/NMVPNConnection.html#nm-vpn-connection-get-vpn-state"> -<ANCHOR id="nm-vpn-connection-get-banner" href="libnm-glib/NMVPNConnection.html#nm-vpn-connection-get-banner"> -<ANCHOR id="NMVPNConnection.other_details" href="libnm-glib/NMVPNConnection.html#NMVPNConnection.other_details"> -<ANCHOR id="NM-VPN-CONNECTION-VPN-STATE:CAPS" href="libnm-glib/NMVPNConnection.html#NM-VPN-CONNECTION-VPN-STATE:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-BANNER:CAPS" href="libnm-glib/NMVPNConnection.html#NM-VPN-CONNECTION-BANNER:CAPS"> -<ANCHOR id="NMVPNConnection.property-details" href="libnm-glib/NMVPNConnection.html#NMVPNConnection.property-details"> -<ANCHOR id="NMVPNConnection--banner" href="libnm-glib/NMVPNConnection.html#NMVPNConnection--banner"> -<ANCHOR id="NMVPNConnection--vpn-state" href="libnm-glib/NMVPNConnection.html#NMVPNConnection--vpn-state"> -<ANCHOR id="NMVPNConnection.signal-details" href="libnm-glib/NMVPNConnection.html#NMVPNConnection.signal-details"> -<ANCHOR id="NMVPNConnection-vpn-state-changed" href="libnm-glib/NMVPNConnection.html#NMVPNConnection-vpn-state-changed"> -<ANCHOR id="libnm-glib-NMVPNPlugin" href="libnm-glib/libnm-glib-NMVPNPlugin.html"> -<ANCHOR id="libnm-glib-NMVPNPlugin.functions" href="libnm-glib/libnm-glib-NMVPNPlugin.html#libnm-glib-NMVPNPlugin.functions"> -<ANCHOR id="libnm-glib-NMVPNPlugin.other" href="libnm-glib/libnm-glib-NMVPNPlugin.html#libnm-glib-NMVPNPlugin.other"> -<ANCHOR id="libnm-glib-NMVPNPlugin.description" href="libnm-glib/libnm-glib-NMVPNPlugin.html#libnm-glib-NMVPNPlugin.description"> -<ANCHOR id="libnm-glib-NMVPNPlugin.functions_details" href="libnm-glib/libnm-glib-NMVPNPlugin.html#libnm-glib-NMVPNPlugin.functions_details"> -<ANCHOR id="nm-vpn-plugin-error-quark" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-error-quark"> -<ANCHOR id="nm-vpn-plugin-get-connection" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-get-connection"> -<ANCHOR id="nm-vpn-plugin-get-state" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-get-state"> -<ANCHOR id="nm-vpn-plugin-set-state" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-state"> -<ANCHOR id="nm-vpn-plugin-secrets-required" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-secrets-required"> -<ANCHOR id="nm-vpn-plugin-set-login-banner" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-login-banner"> -<ANCHOR id="nm-vpn-plugin-failure" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-failure"> -<ANCHOR id="nm-vpn-plugin-set-config" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-config"> -<ANCHOR id="nm-vpn-plugin-set-ip4-config" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-ip4-config"> -<ANCHOR id="nm-vpn-plugin-set-ip6-config" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-ip6-config"> -<ANCHOR id="nm-vpn-plugin-disconnect" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-disconnect"> -<ANCHOR id="libnm-glib-NMVPNPlugin.other_details" href="libnm-glib/libnm-glib-NMVPNPlugin.html#libnm-glib-NMVPNPlugin.other_details"> -<ANCHOR id="NM-VPN-PLUGIN-DBUS-SERVICE-NAME:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-DBUS-SERVICE-NAME:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-STATE:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-STATE:CAPS"> -<ANCHOR id="NMVPNPluginError" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NMVPNPluginError"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-GENERAL:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR-GENERAL:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-STARTING-IN-PROGRESS:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR-STARTING-IN-PROGRESS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-ALREADY-STARTED:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR-ALREADY-STARTED:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-STOPPING-IN-PROGRESS:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR-STOPPING-IN-PROGRESS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-ALREADY-STOPPED:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR-ALREADY-STOPPED:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-WRONG-STATE:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR-WRONG-STATE:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-BAD-ARGUMENTS:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR-BAD-ARGUMENTS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-LAUNCH-FAILED:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR-LAUNCH-FAILED:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-CONNECTION-INVALID:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR-CONNECTION-INVALID:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-INTERACTIVE-NOT-SUPPORTED:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR-INTERACTIVE-NOT-SUPPORTED:CAPS"> -<ANCHOR id="libnm-glib-NMVpnPluginUiWidget" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html"> -<ANCHOR id="libnm-glib-NMVpnPluginUiWidget.functions" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#libnm-glib-NMVpnPluginUiWidget.functions"> -<ANCHOR id="libnm-glib-NMVpnPluginUiWidget.other" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#libnm-glib-NMVpnPluginUiWidget.other"> -<ANCHOR id="libnm-glib-NMVpnPluginUiWidget.description" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#libnm-glib-NMVpnPluginUiWidget.description"> -<ANCHOR id="libnm-glib-NMVpnPluginUiWidget.functions_details" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#libnm-glib-NMVpnPluginUiWidget.functions_details"> -<ANCHOR id="NMVpnPluginUiFactory" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NMVpnPluginUiFactory"> -<ANCHOR id="nm-vpn-plugin-ui-factory" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-plugin-ui-factory"> -<ANCHOR id="nm-vpn-plugin-ui-interface-ui-factory" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-plugin-ui-interface-ui-factory"> -<ANCHOR id="nm-vpn-plugin-ui-interface-get-capabilities" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-plugin-ui-interface-get-capabilities"> -<ANCHOR id="nm-vpn-plugin-ui-interface-import" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-plugin-ui-interface-import"> -<ANCHOR id="nm-vpn-plugin-ui-interface-export" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-plugin-ui-interface-export"> -<ANCHOR id="nm-vpn-plugin-ui-interface-get-suggested-name" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-plugin-ui-interface-get-suggested-name"> -<ANCHOR id="nm-vpn-plugin-ui-interface-delete-connection" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-plugin-ui-interface-delete-connection"> -<ANCHOR id="nm-vpn-plugin-ui-widget-interface-get-widget" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-plugin-ui-widget-interface-get-widget"> -<ANCHOR id="nm-vpn-plugin-ui-widget-interface-update-connection" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-plugin-ui-widget-interface-update-connection"> -<ANCHOR id="nm-vpn-plugin-ui-widget-interface-save-secrets" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-plugin-ui-widget-interface-save-secrets"> -<ANCHOR id="libnm-glib-NMVpnPluginUiWidget.other_details" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#libnm-glib-NMVpnPluginUiWidget.other_details"> -<ANCHOR id="NMVpnPluginUiCapability" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NMVpnPluginUiCapability"> -<ANCHOR id="NM-VPN-PLUGIN-UI-CAPABILITY-NONE:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-PLUGIN-UI-CAPABILITY-NONE:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-CAPABILITY-IMPORT:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-PLUGIN-UI-CAPABILITY-IMPORT:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-CAPABILITY-EXPORT:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-PLUGIN-UI-CAPABILITY-EXPORT:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-CAPABILITY-IPV6:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-PLUGIN-UI-CAPABILITY-IPV6:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-INTERFACE-NAME:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-PLUGIN-UI-INTERFACE-NAME:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-INTERFACE-DESC:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-PLUGIN-UI-INTERFACE-DESC:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-INTERFACE-SERVICE:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-PLUGIN-UI-INTERFACE-SERVICE:CAPS"> -<ANCHOR id="NMVpnPluginUiInterfaceProp" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NMVpnPluginUiInterfaceProp"> -<ANCHOR id="NM-VPN-PLUGIN-UI-INTERFACE-PROP-FIRST:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-PLUGIN-UI-INTERFACE-PROP-FIRST:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-INTERFACE-PROP-NAME:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-PLUGIN-UI-INTERFACE-PROP-NAME:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-INTERFACE-PROP-DESC:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-PLUGIN-UI-INTERFACE-PROP-DESC:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-INTERFACE-PROP-SERVICE:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-PLUGIN-UI-INTERFACE-PROP-SERVICE:CAPS"> -<ANCHOR id="nm-vpn-editor-plugin-factory" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-editor-plugin-factory"> -<ANCHOR id="NMVpnEditorPluginCapability" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NMVpnEditorPluginCapability"> -<ANCHOR id="NM-VPN-EDITOR-PLUGIN-CAPABILITY-NONE:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-EDITOR-PLUGIN-CAPABILITY-NONE:CAPS"> -<ANCHOR id="NM-VPN-EDITOR-PLUGIN-CAPABILITY-IMPORT:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-EDITOR-PLUGIN-CAPABILITY-IMPORT:CAPS"> -<ANCHOR id="NM-VPN-EDITOR-PLUGIN-CAPABILITY-EXPORT:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-EDITOR-PLUGIN-CAPABILITY-EXPORT:CAPS"> -<ANCHOR id="NM-VPN-EDITOR-PLUGIN-CAPABILITY-IPV6:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-EDITOR-PLUGIN-CAPABILITY-IPV6:CAPS"> -<ANCHOR id="NM-VPN-EDITOR-PLUGIN-NAME:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-EDITOR-PLUGIN-NAME:CAPS"> -<ANCHOR id="NM-VPN-EDITOR-PLUGIN-DESCRIPTION:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-EDITOR-PLUGIN-DESCRIPTION:CAPS"> -<ANCHOR id="NM-VPN-EDITOR-PLUGIN-SERVICE:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NM-VPN-EDITOR-PLUGIN-SERVICE:CAPS"> -<ANCHOR id="NMVpnEditorPluginInterface" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NMVpnEditorPluginInterface"> -<ANCHOR id="get-editor" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#get-editor"> -<ANCHOR id="get-suggested-filename" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#get-suggested-filename"> -<ANCHOR id="nm-vpn-editor-plugin-get-editor" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-editor-plugin-get-editor"> -<ANCHOR id="nm-vpn-editor-plugin-get-capabilities" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-editor-plugin-get-capabilities"> -<ANCHOR id="nm-vpn-editor-plugin-import" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-editor-plugin-import"> -<ANCHOR id="nm-vpn-editor-plugin-export" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-editor-plugin-export"> -<ANCHOR id="nm-vpn-editor-plugin-get-suggested-filename" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-editor-plugin-get-suggested-filename"> -<ANCHOR id="NMVpnEditorInterface" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#NMVpnEditorInterface"> -<ANCHOR id="nm-vpn-editor-get-widget" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-editor-get-widget"> -<ANCHOR id="nm-vpn-editor-update-connection" href="libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-editor-update-connection"> -<ANCHOR id="libnm-glib-nm-vpn-plugin-utils" href="libnm-glib/libnm-glib-nm-vpn-plugin-utils.html"> -<ANCHOR id="libnm-glib-nm-vpn-plugin-utils.functions" href="libnm-glib/libnm-glib-nm-vpn-plugin-utils.html#libnm-glib-nm-vpn-plugin-utils.functions"> -<ANCHOR id="libnm-glib-nm-vpn-plugin-utils.description" href="libnm-glib/libnm-glib-nm-vpn-plugin-utils.html#libnm-glib-nm-vpn-plugin-utils.description"> -<ANCHOR id="libnm-glib-nm-vpn-plugin-utils.functions_details" href="libnm-glib/libnm-glib-nm-vpn-plugin-utils.html#libnm-glib-nm-vpn-plugin-utils.functions_details"> -<ANCHOR id="nm-vpn-plugin-utils-read-vpn-details" href="libnm-glib/libnm-glib-nm-vpn-plugin-utils.html#nm-vpn-plugin-utils-read-vpn-details"> -<ANCHOR id="nm-vpn-plugin-utils-get-secret-flags" href="libnm-glib/libnm-glib-nm-vpn-plugin-utils.html#nm-vpn-plugin-utils-get-secret-flags"> -<ANCHOR id="libnm-glib-nm-vpn-plugin-utils.other_details" href="libnm-glib/libnm-glib-nm-vpn-plugin-utils.html#libnm-glib-nm-vpn-plugin-utils.other_details"> -<ANCHOR id="annotation-glossterm-allow-none" href="libnm-glib/annotation-glossary.html#annotation-glossterm-allow-none"> -<ANCHOR id="annotation-glossterm-array" href="libnm-glib/annotation-glossary.html#annotation-glossterm-array"> -<ANCHOR id="annotation-glossterm-closure" href="libnm-glib/annotation-glossary.html#annotation-glossterm-closure"> -<ANCHOR id="annotation-glossterm-element-type" href="libnm-glib/annotation-glossary.html#annotation-glossterm-element-type"> -<ANCHOR id="annotation-glossterm-out" href="libnm-glib/annotation-glossary.html#annotation-glossterm-out"> -<ANCHOR id="annotation-glossterm-scope async" href="libnm-glib/annotation-glossary.html#annotation-glossterm-scope async"> -<ANCHOR id="annotation-glossterm-skip" href="libnm-glib/annotation-glossary.html#annotation-glossterm-skip"> -<ANCHOR id="annotation-glossterm-transfer container" href="libnm-glib/annotation-glossary.html#annotation-glossterm-transfer container"> -<ANCHOR id="annotation-glossterm-transfer full" href="libnm-glib/annotation-glossary.html#annotation-glossterm-transfer full"> -<ANCHOR id="annotation-glossterm-transfer none" href="libnm-glib/annotation-glossary.html#annotation-glossterm-transfer none"> -<ANCHOR id="annotation-glossterm-type" href="libnm-glib/annotation-glossary.html#annotation-glossterm-type"> diff --git a/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html b/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html index a3f3fadc..7a82eb3a 100644 --- a/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html +++ b/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMVPNConnection.html" title="NMVPNConnection"> <link rel="next" href="libnm-glib-NMVpnPluginUiWidget.html" title="NMVpnPluginUiWidget"> -<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"> @@ -195,7 +195,7 @@ request new secrets when the secrets originally provided by NetworkManager are insufficient, or the VPN process indicates that it needs additional information to complete the request.</p> <div class="refsect3"> -<a name="id-1.3.30.6.6.5"></a><h4>Parameters</h4> +<a name="nm-vpn-plugin-secrets-required.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -284,7 +284,7 @@ nm_vpn_plugin_disconnect (<em class="parameter"><code><span class="type">NMVPNPl <a name="NMVPNPluginError"></a><h3>enum NMVPNPluginError</h3> <p>Returned by the VPN service plugin to indicate errors.</p> <div class="refsect3"> -<a name="id-1.3.30.7.4.4"></a><h4>Members</h4> +<a name="NMVPNPluginError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -381,6 +381,6 @@ nm_vpn_plugin_disconnect (<em class="parameter"><code><span class="type">NMVPNPl </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html index cd633c5d..664f3540 100644 --- a/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html +++ b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="libnm-glib-NMVPNPlugin.html" title="NMVPNPlugin"> <link rel="next" href="libnm-glib-nm-vpn-plugin-utils.html" title="nm-vpn-plugin-utils"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -73,7 +73,7 @@ </tr> <tr> <td class="function_type"> -<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="returnvalue">NMConnection</span></a> * </td> <td class="function_name"> <a class="link" href="libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-plugin-ui-interface-import" title="nm_vpn_plugin_ui_interface_import ()">nm_vpn_plugin_ui_interface_import</a> <span class="c_punctuation">()</span> @@ -262,7 +262,7 @@ nm_vpn_plugin_ui_factory (<em class="parameter"><code><span class="type">GError< <a name="nm-vpn-plugin-ui-interface-ui-factory"></a><h3>nm_vpn_plugin_ui_interface_ui_factory ()</h3> <pre class="programlisting"><span class="returnvalue">NMVpnPluginUiWidgetInterface</span> * nm_vpn_plugin_ui_interface_ui_factory (<em class="parameter"><code><span class="type">NMVpnPluginUiInterface</span> *iface</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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> </div> <hr> @@ -275,7 +275,7 @@ nm_vpn_plugin_ui_interface_get_capabilities <hr> <div class="refsect2"> <a name="nm-vpn-plugin-ui-interface-import"></a><h3>nm_vpn_plugin_ui_interface_import ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * +<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="returnvalue">NMConnection</span></a> * nm_vpn_plugin_ui_interface_import (<em class="parameter"><code><span class="type">NMVpnPluginUiInterface</span> *iface</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> @@ -286,7 +286,7 @@ nm_vpn_plugin_ui_interface_import (<em class="parameter"><code><span class="type <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_vpn_plugin_ui_interface_export (<em class="parameter"><code><span class="type">NMVpnPluginUiInterface</span> *iface</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> </div> <hr> @@ -295,7 +295,7 @@ nm_vpn_plugin_ui_interface_export (<em class="parameter"><code><span class="type <pre class="programlisting"><span class="returnvalue">char</span> * nm_vpn_plugin_ui_interface_get_suggested_name (<em class="parameter"><code><span class="type">NMVpnPluginUiInterface</span> *iface</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>);</pre> + <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> </div> <hr> <div class="refsect2"> @@ -303,7 +303,7 @@ nm_vpn_plugin_ui_interface_get_suggested_name <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_vpn_plugin_ui_interface_delete_connection (<em class="parameter"><code><span class="type">NMVpnPluginUiInterface</span> *iface</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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <div class="warning"><p><code class="literal">nm_vpn_plugin_ui_interface_delete_connection</code> is deprecated and should not be used in newly-written code.</p></div> </div> @@ -320,7 +320,7 @@ nm_vpn_plugin_ui_widget_interface_get_widget <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_vpn_plugin_ui_widget_interface_update_connection (<em class="parameter"><code><span class="type">NMVpnPluginUiWidgetInterface</span> *iface</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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> </div> <hr> @@ -329,7 +329,7 @@ nm_vpn_plugin_ui_widget_interface_update_connection <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_vpn_plugin_ui_widget_interface_save_secrets (<em class="parameter"><code><span class="type">NMVpnPluginUiWidgetInterface</span> *iface</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 href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <div class="warning"><p><code class="literal">nm_vpn_plugin_ui_widget_interface_save_secrets</code> is deprecated and should not be used in newly-written code.</p></div> </div> @@ -340,7 +340,7 @@ nm_vpn_plugin_ui_widget_interface_save_secrets <a name="NMVpnPluginUiCapability"></a><h3>enum NMVpnPluginUiCapability</h3> <p>Flags that indicate to UI programs certain capabilities of the plugin.</p> <div class="refsect3"> -<a name="id-1.3.31.7.2.4"></a><h4>Members</h4> +<a name="NMVpnPluginUiCapability.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -404,7 +404,7 @@ nm_vpn_plugin_ui_widget_interface_save_secrets <p><span class="type">GObject</span> property numbers that plugins should override to provide certain information to UI programs.</p> <div class="refsect3"> -<a name="id-1.3.31.7.6.4"></a><h4>Members</h4> +<a name="NMVpnPluginUiInterfaceProp.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -567,6 +567,6 @@ plugin's VPN service daemon</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-types.html b/docs/libnm-glib/html/libnm-glib-nm-types.html index 9c3dce35..7b811487 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-types.html +++ b/docs/libnm-glib/html/libnm-glib-nm-types.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="NMRemoteSettings.html" title="NMRemoteSettings"> <link rel="next" href="NMSecretAgent.html" title="NMSecretAgent"> -<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"> @@ -43,6 +43,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-utils.html b/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-utils.html index 83f198f6..604f5980 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-utils.html +++ b/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-utils.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="libnm-glib API Reference"> <link rel="prev" href="libnm-glib-NMVpnPluginUiWidget.html" title="NMVpnPluginUiWidget"> <link rel="next" href="object-tree.html" title="Object Hierarchy"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -72,7 +72,7 @@ nm_vpn_plugin_utils_read_vpn_details (<em class="parameter"><code><span class="t <p>Parses key/value pairs from a file descriptor (normally stdin) passed by an applet when the applet calls the authentication dialog of the VPN plugin.</p> <div class="refsect3"> -<a name="id-1.3.32.5.2.5"></a><h4>Parameters</h4> +<a name="nm-vpn-plugin-utils-read-vpn-details.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -101,7 +101,7 @@ an applet when the applet calls the authentication dialog of the VPN plugin.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.32.5.2.6"></a><h4>Returns</h4> +<a name="nm-vpn-plugin-utils-read-vpn-details.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if reading values was successful, <code class="literal">FALSE</code> if not</p> </div> </div> @@ -117,7 +117,7 @@ item in <em class="parameter"><code>data</code></em> . If found, converts the flags data item to <a href="/usr/share/gtk-doc/html/libnm-util/NMSetting.html#NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> and returns it.</p> <div class="refsect3"> -<a name="id-1.3.32.5.3.5"></a><h4>Parameters</h4> +<a name="nm-vpn-plugin-utils-get-secret-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -145,7 +145,7 @@ item in <em class="parameter"><code>data</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.32.5.3.6"></a><h4>Returns</h4> +<a name="nm-vpn-plugin-utils-get-secret-flags.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the flag data item was found and successfully converted to flags, <code class="literal">FALSE</code> if not</p> </div> @@ -156,6 +156,6 @@ to flags, <code class="literal">FALSE</code> if not</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib.devhelp2 b/docs/libnm-glib/html/libnm-glib.devhelp2 index 47a930bd..620939d0 100644 --- a/docs/libnm-glib/html/libnm-glib.devhelp2 +++ b/docs/libnm-glib/html/libnm-glib.devhelp2 @@ -565,7 +565,6 @@ <keyword type="property" name="The “dbus-connection” property" link="NMObject.html#NMObject--dbus-connection"/> <keyword type="property" name="The “dbus-path” property" link="NMObject.html#NMObject--dbus-path"/> <keyword type="signal" name="The “object-creation-failed” signal" link="NMObject.html#NMObject-object-creation-failed"/> - <keyword type="macro" name="NM_REMOTE_CONNECTION_ERROR" link="NMRemoteConnection.html#NM-REMOTE-CONNECTION-ERROR:CAPS"/> <keyword type="function" name="nm_remote_connection_error_quark ()" link="NMRemoteConnection.html#nm-remote-connection-error-quark"/> <keyword type="function" name="NMRemoteConnectionResultFunc ()" link="NMRemoteConnection.html#NMRemoteConnectionResultFunc"/> <keyword type="function" name="NMRemoteConnectionGetSecretsFunc ()" link="NMRemoteConnection.html#NMRemoteConnectionGetSecretsFunc"/> @@ -577,6 +576,7 @@ <keyword type="function" name="nm_remote_connection_get_secrets ()" link="NMRemoteConnection.html#nm-remote-connection-get-secrets"/> <keyword type="function" name="nm_remote_connection_get_unsaved ()" link="NMRemoteConnection.html#nm-remote-connection-get-unsaved" since="0.9.10"/> <keyword type="enum" name="enum NMRemoteConnectionError" link="NMRemoteConnection.html#NMRemoteConnectionError"/> + <keyword type="macro" name="NM_REMOTE_CONNECTION_ERROR" link="NMRemoteConnection.html#NM-REMOTE-CONNECTION-ERROR:CAPS"/> <keyword type="macro" name="NM_REMOTE_CONNECTION_UNSAVED" link="NMRemoteConnection.html#NM-REMOTE-CONNECTION-UNSAVED:CAPS"/> <keyword type="macro" name="NM_REMOTE_CONNECTION_UPDATED" link="NMRemoteConnection.html#NM-REMOTE-CONNECTION-UPDATED:CAPS"/> <keyword type="macro" name="NM_REMOTE_CONNECTION_REMOVED" link="NMRemoteConnection.html#NM-REMOTE-CONNECTION-REMOVED:CAPS"/> @@ -619,7 +619,6 @@ <keyword type="property" name="The “service-running” property" link="NMRemoteSettings.html#NMRemoteSettings--service-running"/> <keyword type="signal" name="The “connections-read” signal" link="NMRemoteSettings.html#NMRemoteSettings-connections-read"/> <keyword type="signal" name="The “new-connection” signal" link="NMRemoteSettings.html#NMRemoteSettings-new-connection"/> - <keyword type="macro" name="NM_SECRET_AGENT_ERROR" link="NMSecretAgent.html#NM-SECRET-AGENT-ERROR:CAPS"/> <keyword type="function" name="nm_secret_agent_error_quark ()" link="NMSecretAgent.html#nm-secret-agent-error-quark"/> <keyword type="function" name="NMSecretAgentGetSecretsFunc ()" link="NMSecretAgent.html#NMSecretAgentGetSecretsFunc"/> <keyword type="function" name="NMSecretAgentSaveSecretsFunc ()" link="NMSecretAgent.html#NMSecretAgentSaveSecretsFunc"/> @@ -630,6 +629,7 @@ <keyword type="function" name="nm_secret_agent_get_secrets ()" link="NMSecretAgent.html#nm-secret-agent-get-secrets"/> <keyword type="function" name="nm_secret_agent_save_secrets ()" link="NMSecretAgent.html#nm-secret-agent-save-secrets"/> <keyword type="function" name="nm_secret_agent_delete_secrets ()" link="NMSecretAgent.html#nm-secret-agent-delete-secrets"/> + <keyword type="macro" name="NM_SECRET_AGENT_ERROR" link="NMSecretAgent.html#NM-SECRET-AGENT-ERROR:CAPS"/> <keyword type="enum" name="enum NMSecretAgentError" link="NMSecretAgent.html#NMSecretAgentError"/> <keyword type="enum" name="enum NMSecretAgentCapabilities" link="NMSecretAgent.html#NMSecretAgentCapabilities" since="0.9.10"/> <keyword type="enum" name="enum NMSecretAgentGetSecretsFlags" link="NMSecretAgent.html#NMSecretAgentGetSecretsFlags"/> @@ -717,6 +717,8 @@ <keyword type="constant" name="NM_CLIENT_PERMISSION_SETTINGS_MODIFY_HOSTNAME" link="NMClient.html#NM-CLIENT-PERMISSION-SETTINGS-MODIFY-HOSTNAME:CAPS"/> <keyword type="constant" name="NM_CLIENT_PERMISSION_SETTINGS_MODIFY_GLOBAL_DNS" link="NMClient.html#NM-CLIENT-PERMISSION-SETTINGS-MODIFY-GLOBAL-DNS:CAPS"/> <keyword type="constant" name="NM_CLIENT_PERMISSION_RELOAD" link="NMClient.html#NM-CLIENT-PERMISSION-RELOAD:CAPS"/> + <keyword type="constant" name="NM_CLIENT_PERMISSION_CHECKPOINT_ROLLBACK" link="NMClient.html#NM-CLIENT-PERMISSION-CHECKPOINT-ROLLBACK:CAPS"/> + <keyword type="constant" name="NM_CLIENT_PERMISSION_ENABLE_DISABLE_STATISTICS" link="NMClient.html#NM-CLIENT-PERMISSION-ENABLE-DISABLE-STATISTICS:CAPS"/> <keyword type="constant" name="NM_CLIENT_PERMISSION_LAST" link="NMClient.html#NM-CLIENT-PERMISSION-LAST:CAPS"/> <keyword type="constant" name="NM_CLIENT_PERMISSION_RESULT_UNKNOWN" link="NMClient.html#NM-CLIENT-PERMISSION-RESULT-UNKNOWN:CAPS"/> <keyword type="constant" name="NM_CLIENT_PERMISSION_RESULT_YES" link="NMClient.html#NM-CLIENT-PERMISSION-RESULT-YES:CAPS"/> diff --git a/docs/libnm-glib/html/object-tree.html b/docs/libnm-glib/html/object-tree.html index acd89edf..5f2f369f 100644 --- a/docs/libnm-glib/html/object-tree.html +++ b/docs/libnm-glib/html/object-tree.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm-glib Reference Manual"> <link rel="prev" href="libnm-glib-nm-vpn-plugin-utils.html" title="nm-vpn-plugin-utils"> <link rel="next" href="api-index-full.html" title="API Index"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -49,12 +49,12 @@ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config">NMDHCP4Config</a> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config">NMDHCP6Config</a> <span class="lineart">├──</span> <a class="link" href="NMRemoteSettings.html" title="NMRemoteSettings">NMRemoteSettings</a> - <span class="lineart">├──</span> <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html">NMConnection</a> + <span class="lineart">├──</span> <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct">NMConnection</a> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection">NMRemoteConnection</a> <span class="lineart">╰──</span> <a class="link" href="NMSecretAgent.html" title="NMSecretAgent">NMSecretAgent</a> </pre> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/ref-overview.html b/docs/libnm-glib/html/ref-overview.html index fcd4ec99..51c7f86f 100644 --- a/docs/libnm-glib/html/ref-overview.html +++ b/docs/libnm-glib/html/ref-overview.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm-glib Reference Manual"> <link rel="prev" href="index.html" title="libnm-glib Reference Manual"> <link rel="next" href="ch02.html" title="libnm-glib API Reference"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -41,6 +41,6 @@ </p> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/version.xml b/docs/libnm-glib/version.xml index e8ea05db..88c5fb89 100644 --- a/docs/libnm-glib/version.xml +++ b/docs/libnm-glib/version.xml @@ -1 +1 @@ -1.2.4 +1.4.0 |