diff options
| author | Michael Biebl <biebl@debian.org> | 2016-08-26 02:19:30 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-08-26 02:19:30 +0200 |
| commit | 229bfa11c4d56b4c1017c81c7dbafbedd15e3153 (patch) | |
| tree | edfc7357b6494a5c0cb016bb88d61b623daa9876 /docs | |
| parent | 6318db9c78b4fe207dfe700cfac11a675fc63dc9 (diff) | |
| parent | 7514efc2f38c9ace4557d4e69d68e7d380389030 (diff) | |
Merge tag 'upstream/1.4.0'
Upstream version 1.4.0
Diffstat (limited to 'docs')
225 files changed, 7529 insertions, 12262 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in index a91f4190..88955891 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -93,8 +93,9 @@ host_triplet = @host@ subdir = docs 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 \ @@ -229,6 +230,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@ @@ -285,13 +287,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@ @@ -303,6 +306,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@ @@ -363,6 +368,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@ @@ -398,6 +405,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@ diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index 5aafc262..afe5d384 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -73,6 +73,7 @@ content_files = \ $(top_builddir)/introspection/nmdbus-settings-org.freedesktop.NetworkManager.Settings.xml \ $(top_builddir)/introspection/nmdbus-device-ethernet-org.freedesktop.NetworkManager.Device.Wired.xml \ $(top_builddir)/introspection/nmdbus-ip4-config-org.freedesktop.NetworkManager.IP4Config.xml \ + $(top_builddir)/introspection/nmdbus-device-statistics-org.freedesktop.NetworkManager.Device.Statistics.xml \ $(top_builddir)/libnm-core/nm-dbus-types.xml \ $(top_builddir)/libnm-core/nm-vpn-dbus-types.xml \ $(top_builddir)/man/nmcli.xml \ diff --git a/docs/api/Makefile.in b/docs/api/Makefile.in index bc388a41..cc8ed051 100644 --- a/docs/api/Makefile.in +++ b/docs/api/Makefile.in @@ -98,8 +98,9 @@ host_triplet = @host@ @BUILD_SETTING_DOCS_TRUE@am__append_3 = settings-spec.xml subdir = docs/api 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 \ @@ -175,6 +176,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@ @@ -231,13 +233,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@ @@ -249,6 +252,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@ @@ -309,6 +314,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@ @@ -344,6 +351,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@ @@ -462,6 +470,7 @@ content_files = $(top_builddir)/introspection/nmdbus-access-point-org.freedeskto $(top_builddir)/introspection/nmdbus-settings-org.freedesktop.NetworkManager.Settings.xml \ $(top_builddir)/introspection/nmdbus-device-ethernet-org.freedesktop.NetworkManager.Device.Wired.xml \ $(top_builddir)/introspection/nmdbus-ip4-config-org.freedesktop.NetworkManager.IP4Config.xml \ + $(top_builddir)/introspection/nmdbus-device-statistics-org.freedesktop.NetworkManager.Device.Statistics.xml \ $(top_builddir)/libnm-core/nm-dbus-types.xml \ $(top_builddir)/libnm-core/nm-vpn-dbus-types.xml \ $(top_builddir)/man/nmcli.xml $(top_builddir)/man/nmtui.xml \ @@ -817,7 +826,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" ; \ @@ -828,6 +837,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/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html index 828776ff..f9327a60 100644 --- a/docs/api/html/NetworkManager.conf.html +++ b/docs/api/html/NetworkManager.conf.html @@ -8,7 +8,7 @@ <link rel="up" href="manpages.html" title="Manual Pages"> <link rel="prev" href="nm-online.html" title="nm-online"> <link rel="next" href="nm-settings.html" title="nm-settings"> -<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"> @@ -219,34 +219,14 @@ no-auto-default=* </tr> <tr> <td><p><span class="term"><code class="varname">ignore-carrier</code></span></p></td> -<td> -<p> - Specify devices for which NetworkManager will (partially) - ignore the carrier state. Normally, for - device types that support carrier-detect, such as Ethernet - and InfiniBand, NetworkManager will only allow a - connection to be activated on the device if carrier is - present (ie, a cable is plugged in), and it will - deactivate the device if carrier drops for more than a few - seconds. - </p> -<p> - Listing a device here will allow activating connections on - that device even when it does not have carrier, provided - that the connection uses only statically-configured IP - addresses. Additionally, it will allow any active - connection (whether static or dynamic) to remain active on - the device when carrier is lost. - </p> -<p> - Note that the "carrier" property of NMDevices and device D-Bus - interfaces will still reflect the actual device state; it's just - that NetworkManager will not make use of that information. - </p> -<p>See <a class="xref" href="NetworkManager.conf.html#device-spec" title="Device List Format">the section called “Device List Format”</a> for the syntax how to - specify a device. - </p> -</td> +<td><p> + This setting is deprecated for the per-device setting + <code class="literal">ignore-carrier</code> which overwrites this setting + if specified (See ???). + Otherwise, it is a list of matches to specify for which device + carrier should be ignored. See <a class="xref" href="NetworkManager.conf.html#device-spec" title="Device List Format">the section called “Device List Format”</a> for the + syntax how to specify a device. + </p></td> </tr> <tr> <td><p><span class="term"><code class="varname">assume-ipv6ll-only</code></span></p></td> @@ -300,8 +280,8 @@ no-auto-default=* configuration with DNSSEC support. The /etc/resolv.conf will be managed by dnssec-trigger daemon.</p> <p><code class="literal">none</code>: NetworkManager will not - modify resolv.conf. This implies <code class="varname">rc-manager</code> - <code class="literal">unmanaged</code></p> + modify resolv.conf. This implies + <code class="literal">rc-manager</code> <code class="literal">unmanaged</code></p> </td> </tr> <tr> @@ -315,7 +295,12 @@ no-auto-default=* always write resolv.conf to its runtime state directory.</p> <p><code class="literal">symlink</code>: NetworkManager will symlink <code class="filename">/etc/resolv.conf</code> to its private - resolv.conf file in the runtime state directory.</p> + resolv.conf file in the runtime state directory. If + <code class="filename">/etc/resolv.conf</code> + already is a symlink pointing to a different location, the file + will not be modified. This allows the user to disable managing + by pointing the link <code class="filename">/etc/resolv.conf</code> to + somewhere else.</p> <p><code class="literal">file</code>: NetworkManager will write <code class="filename">/etc/resolv.conf</code> as file. If it finds a symlink, it will follow the symlink and update the target @@ -325,7 +310,7 @@ no-auto-default=* <p><code class="literal">netconfig</code>: NetworkManager will run netconfig to update the DNS configuration.</p> <p><code class="literal">unmanaged</code>: don't touch - <code class="filename">resolv.conf</code>.</p> + <code class="filename">/etc/resolv.conf</code>.</p> <p><code class="literal">none</code>: deprecated alias for <code class="literal">symlink</code>.</p> </td> @@ -376,7 +361,7 @@ no-auto-default=* <tr> <td><p><span class="term"><code class="varname">path</code></span></p></td> <td><p>The location where keyfiles are read and stored. - This defaults to "<code class="filename">${prefix}/etc/NetworkManager/conf.d</code>". + This defaults to "<code class="filename">/etc/NetworkManager/conf.d</code>". </p></td> </tr> <tr> @@ -474,7 +459,7 @@ unmanaged-devices=mac:00:22:68:1c:59:b1;mac:00:1E:65:30:D1:C4;interface-name:eth WIFI_SCAN, IP4, IP6, AUTOIP4, DNS, VPN, SHARING, SUPPLICANT, AGENTS, SETTINGS, SUSPEND, CORE, DEVICE, OLPC, WIMAX, INFINIBAND, FIREWALL, ADSL, BOND, VLAN, BRIDGE, DBUS_PROPS, - TEAM, CONCHECK, DCB, DISPATCH, AUDIT.</p> + TEAM, CONCHECK, DCB, DISPATCH, AUDIT, SYSTEMD, VPN_PLUGIN.</p> <p>In addition, these special domains can be used: NONE, ALL, DEFAULT, DHCP, IP.</p> <p>You can specify per-domain log level overrides by @@ -530,7 +515,7 @@ ipv6.ip6-privacy=0 <p> Not all properties can be overwritten, only the following properties are supported to have their default values configured - (see <span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span> for details). + (see <a class="link" href="nm-settings.html" title="nm-settings"><span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span></a> for details). A default value is only consulted if the corresponding per-connection value explicitly allows for that. </p> @@ -549,6 +534,14 @@ ipv6.ip6-privacy=0 <td></td> </tr> <tr> +<td><p><span class="term"><code class="varname">ethernet.cloned-mac-address</code></span></p></td> +<td><p>If left unspecified, it defaults to "permanent".</p></td> +</tr> +<tr> +<td><p><span class="term"><code class="varname">ethernet.generate-mac-address-mask</code></span></p></td> +<td></td> +</tr> +<tr> <td><p><span class="term"><code class="varname">ethernet.wake-on-lan</code></span></p></td> <td></td> </tr> @@ -580,8 +573,18 @@ ipv6.ip6-privacy=0 <td><p>If left unspecified, default value of 60 seconds is used.</p></td> </tr> <tr> +<td><p><span class="term"><code class="varname">wifi.cloned-mac-address</code></span></p></td> +<td><p>If left unspecified, it defaults to "permanent".</p></td> +</tr> +<tr> +<td><p><span class="term"><code class="varname">wifi.generate-mac-address-mask</code></span></p></td> +<td></td> +</tr> +<tr> <td><p><span class="term"><code class="varname">wifi.mac-address-randomization</code></span></p></td> -<td><p>If left unspecified, MAC address randomization is disabled.</p></td> +<td><p>If left unspecified, MAC address randomization is disabled. + This setting is deprecated for <code class="literal">wifi.cloned-mac-address</code>. + </p></td> </tr> <tr> <td><p><span class="term"><code class="varname">wifi.powersave</code></span></p></td> @@ -595,7 +598,7 @@ ipv6.ip6-privacy=0 </div> <hr> <div class="refsect2"> -<a name="id-1.2.5.11.5"></a><h3>Sections</h3> +<a name="connection-sections"></a><h3>Sections</h3> <p> You can configure multiple <code class="literal">connection</code> sections, by having different sections with a name that all start @@ -676,6 +679,106 @@ ipv6.ip6-privacy=1 </div> <div class="refsect1"> <a name="id-1.2.5.12"></a><h2> +<code class="literal">device</code> section</h2> +<p>Contains per-device persistent configuration. + </p> +<p> + Example: +</p> +<pre class="programlisting"> +[device] +match-device=interface-name:eth3 +unmanaged=1 +</pre> +<p> + </p> +<div class="refsect2"> +<a name="id-1.2.5.12.4"></a><h3>Supported Properties</h3> +<p> + The following properties can be configured per-device. + </p> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><a name="ignore-carrier"></a><span class="term"><code class="varname">ignore-carrier</code></span></p></td> +<td> +<p> + Specify devices for which NetworkManager will (partially) + ignore the carrier state. Normally, for + device types that support carrier-detect, such as Ethernet + and InfiniBand, NetworkManager will only allow a + connection to be activated on the device if carrier is + present (ie, a cable is plugged in), and it will + deactivate the device if carrier drops for more than a few + seconds. + </p> +<p> + A device with carrier ignored will allow activating connections on + that device even when it does not have carrier, provided + that the connection uses only statically-configured IP + addresses. Additionally, it will allow any active + connection (whether static or dynamic) to remain active on + the device when carrier is lost. + </p> +<p> + Note that the "carrier" property of NMDevices and device D-Bus + interfaces will still reflect the actual device state; it's just + that NetworkManager will not make use of that information. + </p> +<p> + This setting overwrites the deprecated <code class="literal">main.ignore-carrier</code> + setting above. + </p> +</td> +</tr> +<tr> +<td><p><span class="term"><code class="varname">wifi.scan-rand-mac-address</code></span></p></td> +<td><p> + Configures MAC address randomization of a Wi-Fi device during + scanning. This defaults to <code class="literal">yes</code> in which case + a random, locally-administered MAC address will be used. + The setting <code class="literal">wifi.scan-generate-mac-address-mask</code> + allows to influence the generated MAC address to use certain vendor + OUIs. + If disabled, the MAC address during scanning is left unchanged to + whatever is configured. + For the configured MAC address while the device is associated, see instead + the per-connection setting <code class="literal">wifi.cloned-mac-address</code>. + </p></td> +</tr> +<tr> +<td><p><span class="term"><code class="varname">wifi.scan-generate-mac-address-mask</code></span></p></td> +<td><p> + Like the per-connection settings <code class="literal">ethernet.generate-mac-address-mask</code> + and <code class="literal">wifi.generate-mac-address-mask</code>, this allows to configure the + generated MAC addresses during scanning. See <span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span> + for details. + </p></td> +</tr> +</tbody> +</table></div> +<p> + </p> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.5.12.5"></a><h3>Sections</h3> +<p> + The <code class="literal">[device]</code> section works the same as the <code class="literal">[connection]</code> section. + That is, multiple sections that all start with the prefix "device" can be specified. + The settings "match-device" and "stop-match" are available to match a device section + on a device. The order of multiple sections is also top-down within the file and + later files overwrite previous settings. See <a class="xref" href="NetworkManager.conf.html#connection-sections" title="Sections">the section called “Sections”</a> + for details. + </p> +</div> +</div> +<div class="refsect1"> +<a name="id-1.2.5.13"></a><h2> <code class="literal">connectivity</code> section</h2> <p>This section controls NetworkManager's optional connectivity checking functionality. This allows NetworkManager to detect @@ -721,7 +824,7 @@ ipv6.ip6-privacy=1 </p> </div> <div class="refsect1"> -<a name="id-1.2.5.13"></a><h2> +<a name="id-1.2.5.14"></a><h2> <code class="literal">global-dns</code> section</h2> <p>This section specifies global DNS settings that override connection-specific configuration.</p> @@ -751,7 +854,7 @@ ipv6.ip6-privacy=1 </p> </div> <div class="refsect1"> -<a name="id-1.2.5.14"></a><h2> +<a name="id-1.2.5.15"></a><h2> <code class="literal">global-dns-domain</code> sections</h2> <p>Sections with a name starting with the "global-dns-domain-" prefix allow to define global DNS configuration for specific @@ -787,7 +890,7 @@ ipv6.ip6-privacy=1 </p> </div> <div class="refsect1"> -<a name="id-1.2.5.15"></a><h2> +<a name="id-1.2.5.16"></a><h2> <code class="literal">.config</code> sections</h2> <p>This is a special section that contains options which apply to the configuration file that contains the option. @@ -890,7 +993,7 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16 </p> </div> <div class="refsect1"> -<a name="id-1.2.5.16"></a><h2>Plugins</h2> +<a name="id-1.2.5.17"></a><h2>Plugins</h2> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> @@ -974,12 +1077,13 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16 </table></div> </div> <div class="refsect1"> -<a name="id-1.2.5.17"></a><h2>Appendix</h2> +<a name="id-1.2.5.18"></a><h2>Appendix</h2> <div class="refsect2"> <a name="device-spec"></a><h3>Device List Format</h3> <p> The configuration options <code class="literal">main.no-auto-default</code>, <code class="literal">main.ignore-carrier</code>, - and <code class="literal">keyfile.unmanaged-devices</code> select devices based on a list of matchings. + <code class="literal">keyfile.unmanaged-devices</code>, <code class="literal">connection*.match-device</code> and + <code class="literal">device*.match-device</code> select devices based on a list of matchings. Devices can be specified using the following format: </p> <p> @@ -1000,7 +1104,7 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16 </tr> <tr> <td><p><span class="term">HWADDR</span></p></td> -<td><p>Match the MAC address of the device. Globbing is not supported</p></td> +<td><p>Match the permanent MAC address of the device. Globbing is not supported</p></td> </tr> <tr> <td><p><span class="term">interface-name:IFNAME, </span><span class="term">interface-name:~IFNAME</span></p></td> @@ -1014,7 +1118,7 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16 </tr> <tr> <td><p><span class="term">mac:HWADDR</span></p></td> -<td><p>Match the MAC address of the device. Globbing is not supported</p></td> +<td><p>Match the permanent MAC address of the device. Globbing is not supported</p></td> </tr> <tr> <td><p><span class="term">s390-subchannels:HWADDR</span></p></td> @@ -1063,19 +1167,19 @@ interface-name:vboxnet*,except:interface-name:vboxnet2 </div> </div> <div class="refsect1"> -<a name="id-1.2.5.18"></a><h2>See Also</h2> +<a name="id-1.2.5.19"></a><h2>See Also</h2> <p> - <span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span>, - <span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span>, - <span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span>, - <span class="citerefentry"><span class="refentrytitle">nm-online</span>(1)</span>, - <span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span>, + <a class="link" href="NetworkManager.html" title="NetworkManager"><span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span></a>, + <a class="link" href="nmcli.html" title="nmcli"><span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span></a>, + <a class="link" href="nmcli-examples.html" title="nmcli-examples"><span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span></a>, + <a class="link" href="nm-online.html" title="nm-online"><span class="citerefentry"><span class="refentrytitle">nm-online</span>(1)</span></a>, + <a class="link" href="nm-settings.html" title="nm-settings"><span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span></a>, <span class="citerefentry"><span class="refentrytitle">nm-applet</span>(1)</span>, <span class="citerefentry"><span class="refentrytitle">nm-connection-editor</span>(1)</span> </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/api/html/NetworkManager.devhelp2 b/docs/api/html/NetworkManager.devhelp2 index c0e6a7af..b2de4be6 100644 --- a/docs/api/html/NetworkManager.devhelp2 +++ b/docs/api/html/NetworkManager.devhelp2 @@ -47,6 +47,7 @@ <sub name="org.freedesktop.NetworkManager.IP6Config" link="gdbus-org.freedesktop.NetworkManager.IP6Config.html"/> <sub name="org.freedesktop.NetworkManager.VPN.Plugin" link="gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html"/> <sub name="org.freedesktop.NetworkManager.SecretAgent" link="gdbus-org.freedesktop.NetworkManager.SecretAgent.html"/> + <sub name="org.freedesktop.NetworkManager.Device.Statistics" link="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html"/> </sub> <sub name="Types" link="dbus-types.html"> <sub name="NetworkManager D-Bus API Types" link="nm-dbus-types.html"/> @@ -75,6 +76,9 @@ <keyword type="method" name="The GetLogging() method" link="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.GetLogging"/> <keyword type="method" name="The CheckConnectivity() method" link="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.CheckConnectivity"/> <keyword type="method" name="The state() method" link="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.state"/> + <keyword type="method" name="The CheckpointCreate() method" link="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.CheckpointCreate"/> + <keyword type="method" name="The CheckpointDestroy() method" link="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.CheckpointDestroy"/> + <keyword type="method" name="The CheckpointRollback() method" link="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.CheckpointRollback"/> <keyword type="signal" name="The "CheckPermissions" signal" link="gdbus-org.freedesktop.NetworkManager.html#gdbus-signal-org-freedesktop-NetworkManager.CheckPermissions"/> <keyword type="signal" name="The "StateChanged" signal" link="gdbus-org.freedesktop.NetworkManager.html#gdbus-signal-org-freedesktop-NetworkManager.StateChanged"/> <keyword type="signal" name="The "PropertiesChanged" signal" link="gdbus-org.freedesktop.NetworkManager.html#gdbus-signal-org-freedesktop-NetworkManager.PropertiesChanged"/> @@ -246,6 +250,7 @@ <keyword type="property" name="The "HwAddress" property" link="gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-property-org-freedesktop-NetworkManager-Device-Team.HwAddress"/> <keyword type="property" name="The "Carrier" property" link="gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-property-org-freedesktop-NetworkManager-Device-Team.Carrier"/> <keyword type="property" name="The "Slaves" property" link="gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-property-org-freedesktop-NetworkManager-Device-Team.Slaves"/> + <keyword type="property" name="The "Config" property" link="gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-property-org-freedesktop-NetworkManager-Device-Team.Config"/> <keyword type="signal" name="The "PropertiesChanged" signal" link="gdbus-org.freedesktop.NetworkManager.Device.Tun.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Tun.PropertiesChanged"/> <keyword type="property" name="The "Owner" property" link="gdbus-org.freedesktop.NetworkManager.Device.Tun.html#gdbus-property-org-freedesktop-NetworkManager-Device-Tun.Owner"/> <keyword type="property" name="The "Group" property" link="gdbus-org.freedesktop.NetworkManager.Device.Tun.html#gdbus-property-org-freedesktop-NetworkManager-Device-Tun.Group"/> @@ -352,6 +357,10 @@ <keyword type="method" name="The CancelGetSecrets() method" link="gdbus-org.freedesktop.NetworkManager.SecretAgent.html#gdbus-method-org-freedesktop-NetworkManager-SecretAgent.CancelGetSecrets"/> <keyword type="method" name="The SaveSecrets() method" link="gdbus-org.freedesktop.NetworkManager.SecretAgent.html#gdbus-method-org-freedesktop-NetworkManager-SecretAgent.SaveSecrets"/> <keyword type="method" name="The DeleteSecrets() method" link="gdbus-org.freedesktop.NetworkManager.SecretAgent.html#gdbus-method-org-freedesktop-NetworkManager-SecretAgent.DeleteSecrets"/> + <keyword type="signal" name="The "PropertiesChanged" signal" link="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Statistics.PropertiesChanged"/> + <keyword type="property" name="The "RefreshRateMs" property" link="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.RefreshRateMs"/> + <keyword type="property" name="The "TxBytes" property" link="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.TxBytes"/> + <keyword type="property" name="The "RxBytes" property" link="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.RxBytes"/> <keyword type="enum" name="enum NMState" link="nm-dbus-types.html#NMState"/> <keyword type="enum" name="enum NMConnectivityState" link="nm-dbus-types.html#NMConnectivityState"/> <keyword type="enum" name="enum NMDeviceType" link="nm-dbus-types.html#NMDeviceType"/> @@ -370,6 +379,8 @@ <keyword type="enum" name="enum NMSecretAgentGetSecretsFlags" link="nm-dbus-types.html#NMSecretAgentGetSecretsFlags"/> <keyword type="enum" name="enum NMSecretAgentCapabilities" link="nm-dbus-types.html#NMSecretAgentCapabilities"/> <keyword type="enum" name="enum NMIPTunnelMode" link="nm-dbus-types.html#NMIPTunnelMode"/> + <keyword type="enum" name="enum NMCheckpointCreateFlags" link="nm-dbus-types.html#NMCheckpointCreateFlags"/> + <keyword type="enum" name="enum NMRollbackResult" link="nm-dbus-types.html#NMRollbackResult"/> <keyword type="enum" name="enum NMVpnServiceState" link="nm-vpn-dbus-types.html#NMVpnServiceState"/> <keyword type="enum" name="enum NMVpnConnectionState" link="nm-vpn-dbus-types.html#NMVpnConnectionState"/> <keyword type="enum" name="enum NMVpnConnectionStateReason" link="nm-vpn-dbus-types.html#NMVpnConnectionStateReason"/> @@ -557,6 +568,12 @@ <keyword type="constant" name="NM_IP_TUNNEL_MODE_IPIP6" link="nm-dbus-types.htmlnm-dbus-types.html#id-1.3.4.2.20.4.2.1.4.8.1.1id-1.3.4.2.20.4.2.1.4.8.1.2"/> <keyword type="constant" name="NM_IP_TUNNEL_MODE_IP6GRE" link="nm-dbus-types.htmlnm-dbus-types.html#id-1.3.4.2.20.4.2.1.4.9.1.1id-1.3.4.2.20.4.2.1.4.9.1.2"/> <keyword type="constant" name="NM_IP_TUNNEL_MODE_VTI6" link="nm-dbus-types.htmlnm-dbus-types.html#id-1.3.4.2.20.4.2.1.4.10.1.1id-1.3.4.2.20.4.2.1.4.10.1.2"/> + <keyword type="constant" name="NM_CHECKPOINT_CREATE_FLAG_NONE" link="nm-dbus-types.htmlnm-dbus-types.html#id-1.3.4.2.21.4.2.1.4.1.1.1id-1.3.4.2.21.4.2.1.4.1.1.2"/> + <keyword type="constant" name="NM_CHECKPOINT_CREATE_FLAG_DESTROY_ALL" link="nm-dbus-types.htmlnm-dbus-types.html#id-1.3.4.2.21.4.2.1.4.2.1.1id-1.3.4.2.21.4.2.1.4.2.1.2"/> + <keyword type="constant" name="NM_ROLLBACK_RESULT_OK" link="nm-dbus-types.htmlnm-dbus-types.html#id-1.3.4.2.22.4.2.1.4.1.1.1id-1.3.4.2.22.4.2.1.4.1.1.2"/> + <keyword type="constant" name="NM_ROLLBACK_RESULT_ERR_NO_DEVICE" link="nm-dbus-types.htmlnm-dbus-types.html#id-1.3.4.2.22.4.2.1.4.2.1.1id-1.3.4.2.22.4.2.1.4.2.1.2"/> + <keyword type="constant" name="NM_ROLLBACK_RESULT_ERR_DEVICE_UNMANAGED" link="nm-dbus-types.htmlnm-dbus-types.html#id-1.3.4.2.22.4.2.1.4.3.1.1id-1.3.4.2.22.4.2.1.4.3.1.2"/> + <keyword type="constant" name="NM_ROLLBACK_RESULT_ERR_FAILED" link="nm-dbus-types.htmlnm-dbus-types.html#id-1.3.4.2.22.4.2.1.4.4.1.1id-1.3.4.2.22.4.2.1.4.4.1.2"/> <keyword type="constant" name="NM_VPN_SERVICE_STATE_UNKNOWN" link="nm-vpn-dbus-types.htmlnm-vpn-dbus-types.html#id-1.3.4.3.3.4.2.1.4.1.1.1id-1.3.4.3.3.4.2.1.4.1.1.2"/> <keyword type="constant" name="NM_VPN_SERVICE_STATE_INIT" link="nm-vpn-dbus-types.htmlnm-vpn-dbus-types.html#id-1.3.4.3.3.4.2.1.4.2.1.1id-1.3.4.3.3.4.2.1.4.2.1.2"/> <keyword type="constant" name="NM_VPN_SERVICE_STATE_SHUTDOWN" link="nm-vpn-dbus-types.htmlnm-vpn-dbus-types.html#id-1.3.4.3.3.4.2.1.4.3.1.1id-1.3.4.3.3.4.2.1.4.3.1.2"/> diff --git a/docs/api/html/NetworkManager.html b/docs/api/html/NetworkManager.html index 5467a3a8..10704589 100644 --- a/docs/api/html/NetworkManager.html +++ b/docs/api/html/NetworkManager.html @@ -8,7 +8,7 @@ <link rel="up" href="manpages.html" title="Manual Pages"> <link rel="prev" href="nmcli-examples.html" title="nmcli-examples"> <link rel="next" href="spec.html" title="D-Bus 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"> @@ -61,7 +61,8 @@ device an operation just happened on, and second the action. For device actions, the interface is the name of the kernel interface suitable for IP configuration. Thus it is either VPN_IP_IFACE, DEVICE_IP_IFACE, or DEVICE_IFACE, as applicable. - For the <code class="varname">hostname</code> action it is always "none". + For the <code class="varname">hostname</code> and <code class="varname">connectivity-change</code> + actions it is always "none". </p> <p>The actions are:</p> <div class="variablelist"><table border="0" class="variablelist"> @@ -155,6 +156,12 @@ The DHCPv6 lease has changed (renewed, rebound, etc). </p></td> </tr> +<tr> +<td><p><span class="term"><code class="varname">connectivity-change</code></span></p></td> +<td><p> + The network connectivity state has changed (no connectivity, went online, etc). + </p></td> +</tr> </tbody> </table></div> <p> @@ -275,6 +282,15 @@ and DHCP6_ instead. </p></td> </tr> +<tr> +<td><p><span class="term"><code class="varname">CONNECTIVITY_STATE</code></span></p></td> +<td><p> The network connectivity state, which can + take the values defined by the NMConnectivityState type, + from the org.freedesktop.NetworkManager D-Bus API: unknown, + none, portal, limited or full. Note: this variable will only + be set for connectivity-change actions. + </p></td> +</tr> </tbody> </table></div> <p> @@ -346,7 +362,7 @@ value of /etc/NetworkManager/NetworkManager.conf is used with a fallback to the older 'nm-system-settings.conf' if located in the same directory. See - <span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span> + <a class="link" href="NetworkManager.conf.html" title="NetworkManager.conf"><span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span></a> for more information on configuration file. </p></td> </tr> @@ -365,7 +381,7 @@ Sets how much information NetworkManager sends to the log destination (usually syslog's "daemon" facility). By default, only informational, warning, and error messages are logged. See the section on <code class="literal">logging</code> in - <span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span> + <a class="link" href="NetworkManager.conf.html" title="NetworkManager.conf"><span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span></a> for more information. </p></td> </tr> @@ -375,7 +391,7 @@ A comma-separated list specifying which operations are logged to the log destination (usually syslog). By default, most domains are logging-enabled. See the section on <code class="literal">logging</code> in - <span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span> + <a class="link" href="NetworkManager.conf.html" title="NetworkManager.conf"><span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span></a> for more information. </p></td> </tr> @@ -498,18 +514,18 @@ <div class="refsect1"> <a name="id-1.2.10.11"></a><h2>See Also</h2> <p> - <span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span>, - <span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span>, - <span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span>, - <span class="citerefentry"><span class="refentrytitle">nm-online</span>(1)</span>, - <span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span>, + <a class="link" href="NetworkManager.conf.html" title="NetworkManager.conf"><span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span></a>, + <a class="link" href="nmcli.html" title="nmcli"><span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span></a>, + <a class="link" href="nmcli-examples.html" title="nmcli-examples"><span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span></a>, + <a class="link" href="nm-online.html" title="nm-online"><span class="citerefentry"><span class="refentrytitle">nm-online</span>(1)</span></a>, + <a class="link" href="nm-settings.html" title="nm-settings"><span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span></a>, <span class="citerefentry"><span class="refentrytitle">nm-applet</span>(1)</span>, - <span class="citerefentry"><span class="refentrytitle">nm-connection-editor</span>(1)</span> + <span class="citerefentry"><span class="refentrytitle">nm-connection-editor</span>(1)</span>, <span class="citerefentry"><span class="refentrytitle">udev</span>(7)</span> </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/api/html/dbus-types.html b/docs/api/html/dbus-types.html index e63be172..23789e20 100644 --- a/docs/api/html/dbus-types.html +++ b/docs/api/html/dbus-types.html @@ -6,9 +6,9 @@ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="NetworkManager Reference Manual"> <link rel="up" href="spec.html" title="D-Bus API Reference"> -<link rel="prev" href="gdbus-org.freedesktop.NetworkManager.SecretAgent.html" title="org.freedesktop.NetworkManager.SecretAgent"> +<link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html" title="org.freedesktop.NetworkManager.Device.Statistics"> <link rel="next" href="nm-dbus-types.html" title="NetworkManager D-Bus API 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"> @@ -16,12 +16,12 @@ <td width="100%" align="left" class="shortcuts"></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> <td><a accesskey="u" href="spec.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> -<td><a accesskey="p" href="gdbus-org.freedesktop.NetworkManager.SecretAgent.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="p" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> <td><a accesskey="n" href="nm-dbus-types.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> </tr></table> <div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="dbus-types"></a>Types</h2></div></div></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/api/html/gdbus-org.freedesktop.NetworkManager.AccessPoint.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.AccessPoint.html index 25c4e853..787424df 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.AccessPoint.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.AccessPoint.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.AgentManager.html" title="org.freedesktop.NetworkManager.AgentManager"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.PPP.html" title="org.freedesktop.NetworkManager.PPP"> -<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"> @@ -185,6 +185,6 @@ LastSeen readable i </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/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html index 81414d7f..61b2cbe9 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.AgentManager.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Settings.html" title="org.freedesktop.NetworkManager.Settings"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.AccessPoint.html" title="org.freedesktop.NetworkManager.AccessPoint"> -<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"> @@ -105,6 +105,6 @@ Unregister (); </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/api/html/gdbus-org.freedesktop.NetworkManager.Connection.Active.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Connection.Active.html index 71956c75..097bb998 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Connection.Active.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Connection.Active.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.VPN.Connection.html" title="org.freedesktop.NetworkManager.VPN.Connection"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.html" title="org.freedesktop.NetworkManager.Device"> -<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"> @@ -254,6 +254,6 @@ Master readable o </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/api/html/gdbus-org.freedesktop.NetworkManager.DHCP4Config.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.DHCP4Config.html index 8c99d193..742daaa1 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.DHCP4Config.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.DHCP4Config.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.WiMax.html" title="org.freedesktop.NetworkManager.Device.WiMax"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.DHCP6Config.html" title="org.freedesktop.NetworkManager.DHCP6Config"> -<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"> @@ -83,6 +83,6 @@ Options readable a{sv} </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/api/html/gdbus-org.freedesktop.NetworkManager.DHCP6Config.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.DHCP6Config.html index 916d8629..d2cbae9b 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.DHCP6Config.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.DHCP6Config.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.DHCP4Config.html" title="org.freedesktop.NetworkManager.DHCP4Config"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.IP4Config.html" title="org.freedesktop.NetworkManager.IP4Config"> -<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"> @@ -83,6 +83,6 @@ Options readable a{sv} </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.Adsl.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Adsl.html index bc446feb..a5d808cf 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Adsl.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Adsl.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.html" title="org.freedesktop.NetworkManager.Device"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Bond.html" title="org.freedesktop.NetworkManager.Device.Bond"> -<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"> @@ -82,6 +82,6 @@ Carrier readable b </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bluetooth.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bluetooth.html index e675f1ad..55360642 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bluetooth.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bluetooth.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Bridge.html" title="org.freedesktop.NetworkManager.Device.Bridge"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Wired.html" title="org.freedesktop.NetworkManager.Device.Wired"> -<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"> @@ -104,6 +104,6 @@ BtCapabilities readable u </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bond.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bond.html index 14383a24..a0e53737 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bond.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bond.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Adsl.html" title="org.freedesktop.NetworkManager.Device.Adsl"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Bridge.html" title="org.freedesktop.NetworkManager.Device.Bridge"> -<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"> @@ -104,6 +104,6 @@ Slaves readable ao </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html index fb550a69..852e87bc 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Bond.html" title="org.freedesktop.NetworkManager.Device.Bond"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Bluetooth.html" title="org.freedesktop.NetworkManager.Device.Bluetooth"> -<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"> @@ -104,6 +104,6 @@ Slaves readable ao </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.Generic.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Generic.html index d53d727d..992b19a5 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Generic.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Generic.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Wired.html" title="org.freedesktop.NetworkManager.Device.Wired"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Infiniband.html" title="org.freedesktop.NetworkManager.Device.Infiniband"> -<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"> @@ -92,6 +92,6 @@ TypeDescription readable s </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html index d7e5dbfb..c97fddde 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Infiniband.html" title="org.freedesktop.NetworkManager.Device.Infiniband"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html" title="org.freedesktop.NetworkManager.Device.Macvlan"> -<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"> @@ -186,6 +186,6 @@ FlowLabel readable u </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.Infiniband.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Infiniband.html index 5f43e63c..7355ad40 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Infiniband.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Infiniband.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Generic.html" title="org.freedesktop.NetworkManager.Device.Generic"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html" title="org.freedesktop.NetworkManager.Device.IPTunnel"> -<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"> @@ -93,6 +93,6 @@ Carrier readable b </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html index 72b5df8d..3011841b 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html" title="org.freedesktop.NetworkManager.Device.IPTunnel"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Modem.html" title="org.freedesktop.NetworkManager.Device.Modem"> -<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"> @@ -112,6 +112,6 @@ Tap readable b </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html index b56f2acb..0c6ab35e 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Modem.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html" title="org.freedesktop.NetworkManager.Device.Macvlan"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html" title="org.freedesktop.NetworkManager.Device.OlpcMesh"> -<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"> @@ -100,6 +100,6 @@ CurrentCapabilities readable u </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html index c51bca47..ab9bc101 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Modem.html" title="org.freedesktop.NetworkManager.Device.Modem"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Team.html" title="org.freedesktop.NetworkManager.Device.Team"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -103,6 +103,6 @@ ActiveChannel readable u </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.Statistics.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Statistics.html new file mode 100644 index 00000000..cdb6dd2b --- /dev/null +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Statistics.html @@ -0,0 +1,110 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.freedesktop.NetworkManager.Device.Statistics: NetworkManager Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="NetworkManager Reference Manual"> +<link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> +<link rel="prev" href="gdbus-org.freedesktop.NetworkManager.SecretAgent.html" title="org.freedesktop.NetworkManager.SecretAgent"> +<link rel="next" href="dbus-types.html" title="Types"> +<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"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gdbus-org.freedesktop.NetworkManager.Device.Statistics.description" class="shortcut">Description</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#gdbus-org.freedesktop.NetworkManager.Device.Statistics.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#gdbus-org.freedesktop.NetworkManager.Device.Statistics.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="spec.html#dbus-interfaces"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gdbus-org.freedesktop.NetworkManager.SecretAgent.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="dbus-types.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gdbus-org.freedesktop.NetworkManager.Device.Statistics"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gdbus-interface-org-freedesktop-NetworkManager-Device-Statistics.top_of_page"></a>org.freedesktop.NetworkManager.Device.Statistics</span></h2> +<p>org.freedesktop.NetworkManager.Device.Statistics</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.3.35.3"></a><h2>Signals</h2> +<pre class="synopsis"> +<a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Statistics.PropertiesChanged" title='The "PropertiesChanged" signal'>PropertiesChanged</a> (a{sv} properties); +</pre> +</div> +<div class="refsect1"> +<a name="id-1.3.3.35.4"></a><h2>Properties</h2> +<pre class="synopsis"> +<a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.RefreshRateMs" title='The "RefreshRateMs" property'>RefreshRateMs</a> readwrite u +<a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.TxBytes" title='The "TxBytes" property'>TxBytes</a> readable t +<a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.RxBytes" title='The "RxBytes" property'>RxBytes</a> readable t +</pre> +</div> +<div class="refsect1"> +<a name="gdbus-interface-org-freedesktop-NetworkManager-Device-Statistics"></a><h2>Description</h2> +<p></p> +</div> +<div class="refsect1"> +<a name="gdbus-signals-org.freedesktop.NetworkManager.Device.Statistics"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="gdbus-signal-org-freedesktop-NetworkManager-Device-Statistics.PropertiesChanged"></a><h3>The "PropertiesChanged" signal</h3> +<pre class="programlisting"> +PropertiesChanged (a{sv} properties); +</pre> +<p></p> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody><tr> +<td><p><span class="term"><code class="literal">a{sv} <em class="parameter"><code>properties</code></em></code>:</span></p></td> +<td><p>A dictionary mapping property names to variant boxed values</p></td> +</tr></tbody> +</table></div> +</div> +</div> +<div class="refsect1"> +<a name="gdbus-properties-org.freedesktop.NetworkManager.Device.Statistics"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.RefreshRateMs"></a><h3>The "RefreshRateMs" property</h3> +<pre class="programlisting"> +RefreshRateMs readwrite u +</pre> +<p> Refresh rate of the rest of properties of this interface. The properties + are guaranteed to be refreshed each RefreshRateMs milliseconds in case + the underlying counter has changed too. + If zero, there is no guaranteed refresh rate of the properties. +</p> +</div> +<hr> +<div class="refsect2"> +<a name="gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.TxBytes"></a><h3>The "TxBytes" property</h3> +<pre class="programlisting"> +TxBytes readable t +</pre> +<p> Number of transmitted bytes +</p> +</div> +<hr> +<div class="refsect2"> +<a name="gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.RxBytes"></a><h3>The "RxBytes" property</h3> +<pre class="programlisting"> +RxBytes readable t +</pre> +<p> Number of received bytes +</p> +</div> +</div> +</div> +<div class="footer"> +<hr>Generated by GTK-Doc V1.25</div> +</body> +</html> \ No newline at end of file diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Team.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Team.html index ffa7061a..eeb3ac25 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Team.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Team.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html" title="org.freedesktop.NetworkManager.Device.OlpcMesh"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Tun.html" title="org.freedesktop.NetworkManager.Device.Tun"> -<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"> @@ -45,6 +45,7 @@ <a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-property-org-freedesktop-NetworkManager-Device-Team.HwAddress" title='The "HwAddress" property'>HwAddress</a> readable s <a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-property-org-freedesktop-NetworkManager-Device-Team.Carrier" title='The "Carrier" property'>Carrier</a> readable b <a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-property-org-freedesktop-NetworkManager-Device-Team.Slaves" title='The "Slaves" property'>Slaves</a> readable ao +<a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-property-org-freedesktop-NetworkManager-Device-Team.Config" title='The "Config" property'>Config</a> readable s </pre> </div> <div class="refsect1"> @@ -101,9 +102,18 @@ Slaves readable ao this device. </p> </div> +<hr> +<div class="refsect2"> +<a name="gdbus-property-org-freedesktop-NetworkManager-Device-Team.Config"></a><h3>The "Config" property</h3> +<pre class="programlisting"> +Config readable s +</pre> +<p> The JSON configuration currently applied on the device. +</p> +</div> </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.Tun.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Tun.html index 67282411..3fa87ff5 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Tun.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Tun.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Team.html" title="org.freedesktop.NetworkManager.Device.Team"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Veth.html" title="org.freedesktop.NetworkManager.Device.Veth"> -<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,6 +145,6 @@ HwAddress readable s </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.Veth.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Veth.html index 892e396b..8f66ee0a 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Veth.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Veth.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Tun.html" title="org.freedesktop.NetworkManager.Device.Tun"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Vlan.html" title="org.freedesktop.NetworkManager.Device.Vlan"> -<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"> @@ -82,6 +82,6 @@ Peer readable o </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html index bf54392a..0b965269 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Veth.html" title="org.freedesktop.NetworkManager.Device.Veth"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html" title="org.freedesktop.NetworkManager.Device.Vxlan"> -<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"> @@ -113,6 +113,6 @@ VlanId readable u </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html index 97ca5850..6e9b82cc 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Vlan.html" title="org.freedesktop.NetworkManager.Device.Vlan"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Wireless.html" title="org.freedesktop.NetworkManager.Device.Wireless"> -<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"> @@ -249,6 +249,6 @@ L3miss readable b </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html index 345ec7e2..5dc50721 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Wireless.html" title="org.freedesktop.NetworkManager.Device.Wireless"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.DHCP4Config.html" title="org.freedesktop.NetworkManager.DHCP4Config"> -<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"> @@ -231,6 +231,6 @@ ActiveNsp readable o </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wired.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wired.html index 240ff74f..7e951a70 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wired.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wired.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Bluetooth.html" title="org.freedesktop.NetworkManager.Device.Bluetooth"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Generic.html" title="org.freedesktop.NetworkManager.Device.Generic"> -<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"> @@ -123,6 +123,6 @@ Carrier readable b </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html index 9dda293d..98a07a41 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html" title="org.freedesktop.NetworkManager.Device.Vxlan"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.WiMax.html" title="org.freedesktop.NetworkManager.Device.WiMax"> -<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"> @@ -259,6 +259,6 @@ WirelessCapabilities readable u </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/api/html/gdbus-org.freedesktop.NetworkManager.Device.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.html index c0a8a22d..ed34dc9c 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Connection.Active.html" title="org.freedesktop.NetworkManager.Connection.Active"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Adsl.html" title="org.freedesktop.NetworkManager.Device.Adsl"> -<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"> @@ -521,6 +521,6 @@ Real readable b </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/api/html/gdbus-org.freedesktop.NetworkManager.IP4Config.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP4Config.html index 5f2615cf..70c0aef2 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP4Config.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP4Config.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.DHCP6Config.html" title="org.freedesktop.NetworkManager.DHCP6Config"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.IP6Config.html" title="org.freedesktop.NetworkManager.IP6Config"> -<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"> @@ -194,6 +194,6 @@ WinsServers readable au </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/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html index 65995603..9a2656fc 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.IP6Config.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.IP4Config.html" title="org.freedesktop.NetworkManager.IP4Config"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html" title="org.freedesktop.NetworkManager.VPN.Plugin"> -<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,6 +178,6 @@ DnsPriority readable i </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/api/html/gdbus-org.freedesktop.NetworkManager.PPP.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.PPP.html index 0768f315..99994305 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.PPP.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.PPP.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.AccessPoint.html" title="org.freedesktop.NetworkManager.AccessPoint"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Settings.Connection.html" title="org.freedesktop.NetworkManager.Settings.Connection"> -<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"> @@ -128,6 +128,6 @@ SetState (IN u state); </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/api/html/gdbus-org.freedesktop.NetworkManager.SecretAgent.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.SecretAgent.html index 2b116264..552d941f 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.SecretAgent.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.SecretAgent.html @@ -7,8 +7,8 @@ <link rel="home" href="index.html" title="NetworkManager Reference Manual"> <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html" title="org.freedesktop.NetworkManager.VPN.Plugin"> -<link rel="next" href="dbus-types.html" title="Types"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html" title="org.freedesktop.NetworkManager.Device.Statistics"> +<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"> @@ -20,7 +20,7 @@ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> <td><a accesskey="u" href="spec.html#dbus-interfaces"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> <td><a accesskey="p" href="gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> -<td><a accesskey="n" href="dbus-types.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +<td><a accesskey="n" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> </tr></table> <div class="refentry"> <a name="gdbus-org.freedesktop.NetworkManager.SecretAgent"></a><div class="titlepage"></div> @@ -197,6 +197,6 @@ DeleteSecrets (IN a{sa{sv}} connection, </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/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html index 6d33c280..5a594547 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.PPP.html" title="org.freedesktop.NetworkManager.PPP"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.VPN.Connection.html" title="org.freedesktop.NetworkManager.VPN.Connection"> -<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"> @@ -255,6 +255,6 @@ Unsaved readable b </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/api/html/gdbus-org.freedesktop.NetworkManager.Settings.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.html index 5f601e51..2b0dc6c1 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.html" title="org.freedesktop.NetworkManager"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.AgentManager.html" title="org.freedesktop.NetworkManager.AgentManager"> -<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"> @@ -358,6 +358,6 @@ CanModify readable b </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/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html index 848a0d63..15994c30 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Settings.Connection.html" title="org.freedesktop.NetworkManager.Settings.Connection"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Connection.Active.html" title="org.freedesktop.NetworkManager.Connection.Active"> -<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"> @@ -123,6 +123,6 @@ Banner readable s </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/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html index 5868c7ac..c657a71f 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="gdbus-org.freedesktop.NetworkManager.IP6Config.html" title="org.freedesktop.NetworkManager.IP6Config"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.SecretAgent.html" title="org.freedesktop.NetworkManager.SecretAgent"> -<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"> @@ -415,6 +415,6 @@ State readable u </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/api/html/gdbus-org.freedesktop.NetworkManager.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.html index f97d5301..018d4ae1 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.html @@ -8,7 +8,7 @@ <link rel="up" href="spec.html#dbus-interfaces" title="Interfaces"> <link rel="prev" href="spec.html" title="D-Bus API Reference"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.Settings.html" title="org.freedesktop.NetworkManager.Settings"> -<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"> @@ -60,6 +60,13 @@ OUT s domains); <a class="link" href="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.CheckConnectivity" title="The CheckConnectivity() method">CheckConnectivity</a> (OUT u connectivity); <a class="link" href="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.state" title="The state() method">state</a> (OUT u state); +<a class="link" href="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.CheckpointCreate" title="The CheckpointCreate() method">CheckpointCreate</a> (IN ao devices, + IN u rollback_timeout, + IN u flags, + OUT o checkpoint); +<a class="link" href="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.CheckpointDestroy" title="The CheckpointDestroy() method">CheckpointDestroy</a> (IN o checkpoint); +<a class="link" href="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.CheckpointRollback" title="The CheckpointRollback() method">CheckpointRollback</a> (IN o checkpoint, + OUT a{su} result); </pre> </div> <div class="refsect1"> @@ -460,6 +467,94 @@ state (OUT u state); </tr></tbody> </table></div> </div> +<hr> +<div class="refsect2"> +<a name="gdbus-method-org-freedesktop-NetworkManager.CheckpointCreate"></a><h3>The CheckpointCreate() method</h3> +<pre class="programlisting"> +CheckpointCreate (IN ao devices, + IN u rollback_timeout, + IN u flags, + OUT o checkpoint); +</pre> +<p> <em class="parameter"><code>devices</code></em>: a list of device paths for which a checkpoint should be created. An empty list means all managed devices. + <em class="parameter"><code>rollback_timeout</code></em>: the time in seconds until NetworkManager will automatically rollback to the checkpoint. Set to zero for infinite. + <em class="parameter"><code>flags</code></em>: optional flags that influence the creation. + <em class="parameter"><code>checkpoint</code></em>: on success, returns the path of the checkpoint. +</p> +<p> Create a checkpoint of the current networking configuration + for given interfaces. If <em class="parameter"><code>rollback_timeout</code></em> is not zero, a + rollback is automatically performed after the given timeout. +</p> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term"><code class="literal">IN ao <em class="parameter"><code>devices</code></em></code>:</span></p></td> +<td><p></p></td> +</tr> +<tr> +<td><p><span class="term"><code class="literal">IN u <em class="parameter"><code>rollback_timeout</code></em></code>:</span></p></td> +<td><p></p></td> +</tr> +<tr> +<td><p><span class="term"><code class="literal">IN u <em class="parameter"><code>flags</code></em></code>:</span></p></td> +<td><p></p></td> +</tr> +<tr> +<td><p><span class="term"><code class="literal">OUT o <em class="parameter"><code>checkpoint</code></em></code>:</span></p></td> +<td><p></p></td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="gdbus-method-org-freedesktop-NetworkManager.CheckpointDestroy"></a><h3>The CheckpointDestroy() method</h3> +<pre class="programlisting"> +CheckpointDestroy (IN o checkpoint); +</pre> +<p> Destroy a previously created checkpoint. +</p> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody><tr> +<td><p><span class="term"><code class="literal">IN o <em class="parameter"><code>checkpoint</code></em></code>:</span></p></td> +<td><p>the checkpoint to be destroyed. Set to empty to cancel all pending checkpoints.</p></td> +</tr></tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="gdbus-method-org-freedesktop-NetworkManager.CheckpointRollback"></a><h3>The CheckpointRollback() method</h3> +<pre class="programlisting"> +CheckpointRollback (IN o checkpoint, + OUT a{su} result); +</pre> +<p> Rollback a checkpoint before the timeout is reached. +</p> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term"><code class="literal">IN o <em class="parameter"><code>checkpoint</code></em></code>:</span></p></td> +<td><p>the checkpoint to be rolled back.</p></td> +</tr> +<tr> +<td><p><span class="term"><code class="literal">OUT a{su} <em class="parameter"><code>result</code></em></code>:</span></p></td> +<td><p>on return, a dictionary of devices and results. Devices are represented by their original D-Bus path; each result is a <a class="link" href="nm-dbus-types.html#NMRollbackResult" title="enum NMRollbackResult">RollbackResult</a>.</p></td> +</tr> +</tbody> +</table></div> +</div> </div> <div class="refsect1"> <a name="gdbus-signals-org.freedesktop.NetworkManager"></a><h2>Signal Details</h2> @@ -756,6 +851,6 @@ GlobalDnsConfiguration readwrite a{sv} </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/api/html/index.html b/docs/api/html/index.html index 59c5412e..84dcc838 100644 --- a/docs/api/html/index.html +++ b/docs/api/html/index.html @@ -6,7 +6,7 @@ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="NetworkManager Reference Manual"> <link rel="next" href="manpages.html" title="Manual Pages"> -<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"> @@ -14,7 +14,7 @@ <div class="titlepage"> <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">NetworkManager Reference Manual</p></th></tr></table></div> -<div><p class="releaseinfo">Version 1.2.4 +<div><p class="releaseinfo">Version 1.4.0 </p></div> <div><p class="copyright">Copyright © 2012, 2013, 2014, 2015, 2016 The NetworkManager Authors</p></div> <div><div class="legalnotice"> @@ -176,6 +176,9 @@ <dt> <span class="refentrytitle"><a href="gdbus-org.freedesktop.NetworkManager.SecretAgent.html">org.freedesktop.NetworkManager.SecretAgent</a></span><span class="refpurpose"></span> </dt> +<dt> +<span class="refentrytitle"><a href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html">org.freedesktop.NetworkManager.Device.Statistics</a></span><span class="refpurpose"></span> +</dt> </dl></dd> <dt><span class="section"><a href="dbus-types.html">Types</a></span></dt> <dd><dl> @@ -197,6 +200,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/api/html/index.sgml b/docs/api/html/index.sgml deleted file mode 100644 index 3ffc813b..00000000 --- a/docs/api/html/index.sgml +++ /dev/null @@ -1,503 +0,0 @@ -<ANCHOR id="nmcli" href="NetworkManager/nmcli.html"> -<ANCHOR id="synopsis" href="NetworkManager/nmcli.html#synopsis"> -<ANCHOR id="description" href="NetworkManager/nmcli.html#description"> -<ANCHOR id="options" href="NetworkManager/nmcli.html#options"> -<ANCHOR id="general" href="NetworkManager/nmcli.html#general"> -<ANCHOR id="networking" href="NetworkManager/nmcli.html#networking"> -<ANCHOR id="radio" href="NetworkManager/nmcli.html#radio"> -<ANCHOR id="monitor" href="NetworkManager/nmcli.html#monitor"> -<ANCHOR id="connection" href="NetworkManager/nmcli.html#connection"> -<ANCHOR id="device" href="NetworkManager/nmcli.html#device"> -<ANCHOR id="agent" href="NetworkManager/nmcli.html#agent"> -<ANCHOR id="environment_variables" href="NetworkManager/nmcli.html#environment_variables"> -<ANCHOR id="internationalization_notes" href="NetworkManager/nmcli.html#internationalization_notes"> -<ANCHOR id="exit_status" href="NetworkManager/nmcli.html#exit_status"> -<ANCHOR id="examples" href="NetworkManager/nmcli.html#examples"> -<ANCHOR id="notes" href="NetworkManager/nmcli.html#notes"> -<ANCHOR id="bugs" href="NetworkManager/nmcli.html#bugs"> -<ANCHOR id="see_also" href="NetworkManager/nmcli.html#see_also"> -<ANCHOR id="nmtui" href="NetworkManager/nmtui.html"> -<ANCHOR id="synopsis" href="NetworkManager/nmtui.html#synopsis"> -<ANCHOR id="description" href="NetworkManager/nmtui.html#description"> -<ANCHOR id="see_also" href="NetworkManager/nmtui.html#see_also"> -<ANCHOR id="nm-online" href="NetworkManager/nm-online.html"> -<ANCHOR id="synopsis" href="NetworkManager/nm-online.html#synopsis"> -<ANCHOR id="description" href="NetworkManager/nm-online.html#description"> -<ANCHOR id="options" href="NetworkManager/nm-online.html#options"> -<ANCHOR id="exit_status" href="NetworkManager/nm-online.html#exit_status"> -<ANCHOR id="see_also" href="NetworkManager/nm-online.html#see_also"> -<ANCHOR id="NetworkManager.conf" href="NetworkManager/NetworkManager.conf.html"> -<ANCHOR id="device-spec" href="NetworkManager/NetworkManager.conf.html#device-spec"> -<ANCHOR id="nm-settings" href="NetworkManager/nm-settings.html"> -<ANCHOR id="description" href="NetworkManager/nm-settings.html#description"> -<ANCHOR id="secrets-flags" href="NetworkManager/nm-settings.html#secrets-flags"> -<ANCHOR id="files" href="NetworkManager/nm-settings.html#files"> -<ANCHOR id="see_also" href="NetworkManager/nm-settings.html#see_also"> -<ANCHOR id="nm-settings-keyfile" href="NetworkManager/nm-settings-keyfile.html"> -<ANCHOR id="description" href="NetworkManager/nm-settings-keyfile.html#description"> -<ANCHOR id="file_format" href="NetworkManager/nm-settings-keyfile.html#file_format"> -<ANCHOR id="details" href="NetworkManager/nm-settings-keyfile.html#details"> -<ANCHOR id="secrets-flags" href="NetworkManager/nm-settings-keyfile.html#secrets-flags"> -<ANCHOR id="files" href="NetworkManager/nm-settings-keyfile.html#files"> -<ANCHOR id="see_also" href="NetworkManager/nm-settings-keyfile.html#see_also"> -<ANCHOR id="nm-settings-ifcfg-rh" href="NetworkManager/nm-settings-ifcfg-rh.html"> -<ANCHOR id="description" href="NetworkManager/nm-settings-ifcfg-rh.html#description"> -<ANCHOR id="file_format" href="NetworkManager/nm-settings-ifcfg-rh.html#file_format"> -<ANCHOR id="differences_against_initscripts" href="NetworkManager/nm-settings-ifcfg-rh.html#differences_against_initscripts"> -<ANCHOR id="details" href="NetworkManager/nm-settings-ifcfg-rh.html#details"> -<ANCHOR id="secrets-flags" href="NetworkManager/nm-settings-ifcfg-rh.html#secrets-flags"> -<ANCHOR id="files" href="NetworkManager/nm-settings-ifcfg-rh.html#files"> -<ANCHOR id="see_also" href="NetworkManager/nm-settings-ifcfg-rh.html#see_also"> -<ANCHOR id="nmcli-examples" href="NetworkManager/nmcli-examples.html"> -<ANCHOR id="NetworkManager" href="NetworkManager/NetworkManager.html"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-interface-org-freedesktop-NetworkManager"> -<ANCHOR id="gdbus-methods-org.freedesktop.NetworkManager" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-methods-org.freedesktop.NetworkManager"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager.Reload" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.Reload"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager.GetDevices" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.GetDevices"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager.GetAllDevices" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.GetAllDevices"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager.GetDeviceByIpIface" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.GetDeviceByIpIface"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager.ActivateConnection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.ActivateConnection"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager.AddAndActivateConnection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.AddAndActivateConnection"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager.DeactivateConnection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.DeactivateConnection"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager.Sleep" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.Sleep"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager.Enable" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.Enable"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager.GetPermissions" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.GetPermissions"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager.SetLogging" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.SetLogging"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager.GetLogging" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.GetLogging"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager.CheckConnectivity" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.CheckConnectivity"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager.state" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.state"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-signals-org.freedesktop.NetworkManager"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager.CheckPermissions" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-signal-org-freedesktop-NetworkManager.CheckPermissions"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager.StateChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-signal-org-freedesktop-NetworkManager.StateChanged"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-signal-org-freedesktop-NetworkManager.PropertiesChanged"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager.DeviceAdded" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-signal-org-freedesktop-NetworkManager.DeviceAdded"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager.DeviceRemoved" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-signal-org-freedesktop-NetworkManager.DeviceRemoved"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-properties-org.freedesktop.NetworkManager"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.Devices" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.Devices"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.AllDevices" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.AllDevices"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.NetworkingEnabled" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.NetworkingEnabled"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.WirelessEnabled" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.WirelessEnabled"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.WirelessHardwareEnabled" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.WirelessHardwareEnabled"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.WwanEnabled" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.WwanEnabled"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.WwanHardwareEnabled" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.WwanHardwareEnabled"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.WimaxEnabled" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.WimaxEnabled"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.WimaxHardwareEnabled" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.WimaxHardwareEnabled"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.ActiveConnections" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.ActiveConnections"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.PrimaryConnection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.PrimaryConnection"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.PrimaryConnectionType" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.PrimaryConnectionType"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.Metered" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.Metered"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.ActivatingConnection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.ActivatingConnection"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.Startup" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.Startup"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.Version" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.Version"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.State" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.State"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.Connectivity" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.Connectivity"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager.GlobalDnsConfiguration" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.html#gdbus-property-org-freedesktop-NetworkManager.GlobalDnsConfiguration"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Settings" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Settings" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-interface-org-freedesktop-NetworkManager-Settings"> -<ANCHOR id="gdbus-methods-org.freedesktop.NetworkManager.Settings" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-methods-org.freedesktop.NetworkManager.Settings"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Settings.ListConnections" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-method-org-freedesktop-NetworkManager-Settings.ListConnections"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Settings.GetConnectionByUuid" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-method-org-freedesktop-NetworkManager-Settings.GetConnectionByUuid"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Settings.AddConnection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-method-org-freedesktop-NetworkManager-Settings.AddConnection"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Settings.AddConnectionUnsaved" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-method-org-freedesktop-NetworkManager-Settings.AddConnectionUnsaved"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Settings.LoadConnections" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-method-org-freedesktop-NetworkManager-Settings.LoadConnections"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Settings.ReloadConnections" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-method-org-freedesktop-NetworkManager-Settings.ReloadConnections"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Settings.SaveHostname" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-method-org-freedesktop-NetworkManager-Settings.SaveHostname"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Settings" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-signals-org.freedesktop.NetworkManager.Settings"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Settings.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-signal-org-freedesktop-NetworkManager-Settings.PropertiesChanged"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Settings.NewConnection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-signal-org-freedesktop-NetworkManager-Settings.NewConnection"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Settings.ConnectionRemoved" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-signal-org-freedesktop-NetworkManager-Settings.ConnectionRemoved"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Settings" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-properties-org.freedesktop.NetworkManager.Settings"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Settings.Connections" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-property-org-freedesktop-NetworkManager-Settings.Connections"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Settings.Hostname" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-property-org-freedesktop-NetworkManager-Settings.Hostname"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Settings.CanModify" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.html#gdbus-property-org-freedesktop-NetworkManager-Settings.CanModify"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.AgentManager" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AgentManager.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-AgentManager" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AgentManager.html#gdbus-interface-org-freedesktop-NetworkManager-AgentManager"> -<ANCHOR id="gdbus-methods-org.freedesktop.NetworkManager.AgentManager" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AgentManager.html#gdbus-methods-org.freedesktop.NetworkManager.AgentManager"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-AgentManager.Register" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AgentManager.html#gdbus-method-org-freedesktop-NetworkManager-AgentManager.Register"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-AgentManager.RegisterWithCapabilities" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AgentManager.html#gdbus-method-org-freedesktop-NetworkManager-AgentManager.RegisterWithCapabilities"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-AgentManager.Unregister" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AgentManager.html#gdbus-method-org-freedesktop-NetworkManager-AgentManager.Unregister"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.AccessPoint" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-AccessPoint" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-interface-org-freedesktop-NetworkManager-AccessPoint"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.AccessPoint" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-signals-org.freedesktop.NetworkManager.AccessPoint"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-AccessPoint.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-signal-org-freedesktop-NetworkManager-AccessPoint.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.AccessPoint" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-properties-org.freedesktop.NetworkManager.AccessPoint"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-AccessPoint.Flags" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-property-org-freedesktop-NetworkManager-AccessPoint.Flags"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-AccessPoint.WpaFlags" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-property-org-freedesktop-NetworkManager-AccessPoint.WpaFlags"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-AccessPoint.RsnFlags" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-property-org-freedesktop-NetworkManager-AccessPoint.RsnFlags"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-AccessPoint.Ssid" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-property-org-freedesktop-NetworkManager-AccessPoint.Ssid"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-AccessPoint.Frequency" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-property-org-freedesktop-NetworkManager-AccessPoint.Frequency"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-AccessPoint.HwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-property-org-freedesktop-NetworkManager-AccessPoint.HwAddress"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-AccessPoint.Mode" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-property-org-freedesktop-NetworkManager-AccessPoint.Mode"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-AccessPoint.MaxBitrate" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-property-org-freedesktop-NetworkManager-AccessPoint.MaxBitrate"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-AccessPoint.Strength" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-property-org-freedesktop-NetworkManager-AccessPoint.Strength"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-AccessPoint.LastSeen" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-property-org-freedesktop-NetworkManager-AccessPoint.LastSeen"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.PPP" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.PPP.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-PPP" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.PPP.html#gdbus-interface-org-freedesktop-NetworkManager-PPP"> -<ANCHOR id="gdbus-methods-org.freedesktop.NetworkManager.PPP" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.PPP.html#gdbus-methods-org.freedesktop.NetworkManager.PPP"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-PPP.NeedSecrets" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.PPP.html#gdbus-method-org-freedesktop-NetworkManager-PPP.NeedSecrets"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-PPP.SetIp4Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.PPP.html#gdbus-method-org-freedesktop-NetworkManager-PPP.SetIp4Config"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-PPP.SetIp6Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.PPP.html#gdbus-method-org-freedesktop-NetworkManager-PPP.SetIp6Config"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-PPP.SetState" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.PPP.html#gdbus-method-org-freedesktop-NetworkManager-PPP.SetState"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Settings.Connection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Settings-Connection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html#gdbus-interface-org-freedesktop-NetworkManager-Settings-Connection"> -<ANCHOR id="gdbus-methods-org.freedesktop.NetworkManager.Settings.Connection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html#gdbus-methods-org.freedesktop.NetworkManager.Settings.Connection"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Settings-Connection.Update" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html#gdbus-method-org-freedesktop-NetworkManager-Settings-Connection.Update"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Settings-Connection.UpdateUnsaved" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html#gdbus-method-org-freedesktop-NetworkManager-Settings-Connection.UpdateUnsaved"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Settings-Connection.Delete" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html#gdbus-method-org-freedesktop-NetworkManager-Settings-Connection.Delete"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Settings-Connection.GetSettings" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html#gdbus-method-org-freedesktop-NetworkManager-Settings-Connection.GetSettings"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Settings-Connection.GetSecrets" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html#gdbus-method-org-freedesktop-NetworkManager-Settings-Connection.GetSecrets"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Settings-Connection.ClearSecrets" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html#gdbus-method-org-freedesktop-NetworkManager-Settings-Connection.ClearSecrets"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Settings-Connection.Save" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html#gdbus-method-org-freedesktop-NetworkManager-Settings-Connection.Save"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Settings.Connection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html#gdbus-signals-org.freedesktop.NetworkManager.Settings.Connection"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Settings-Connection.Updated" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html#gdbus-signal-org-freedesktop-NetworkManager-Settings-Connection.Updated"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Settings-Connection.Removed" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html#gdbus-signal-org-freedesktop-NetworkManager-Settings-Connection.Removed"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Settings-Connection.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html#gdbus-signal-org-freedesktop-NetworkManager-Settings-Connection.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Settings.Connection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html#gdbus-properties-org.freedesktop.NetworkManager.Settings.Connection"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Settings-Connection.Unsaved" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html#gdbus-property-org-freedesktop-NetworkManager-Settings-Connection.Unsaved"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.VPN.Connection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-VPN-Connection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html#gdbus-interface-org-freedesktop-NetworkManager-VPN-Connection"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.VPN.Connection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html#gdbus-signals-org.freedesktop.NetworkManager.VPN.Connection"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-VPN-Connection.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html#gdbus-signal-org-freedesktop-NetworkManager-VPN-Connection.PropertiesChanged"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-VPN-Connection.VpnStateChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html#gdbus-signal-org-freedesktop-NetworkManager-VPN-Connection.VpnStateChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.VPN.Connection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html#gdbus-properties-org.freedesktop.NetworkManager.VPN.Connection"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-VPN-Connection.VpnState" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html#gdbus-property-org-freedesktop-NetworkManager-VPN-Connection.VpnState"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-VPN-Connection.Banner" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Connection.html#gdbus-property-org-freedesktop-NetworkManager-VPN-Connection.Banner"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Connection.Active" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Connection-Active" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-interface-org-freedesktop-NetworkManager-Connection-Active"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Connection.Active" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-signals-org.freedesktop.NetworkManager.Connection.Active"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Connection-Active.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-signal-org-freedesktop-NetworkManager-Connection-Active.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Connection.Active" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-properties-org.freedesktop.NetworkManager.Connection.Active"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Connection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Connection"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Connection-Active.SpecificObject" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-property-org-freedesktop-NetworkManager-Connection-Active.SpecificObject"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Id" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Id"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Uuid" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Uuid"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Type" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Type"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Devices" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Devices"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Connection-Active.State" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-property-org-freedesktop-NetworkManager-Connection-Active.State"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Default" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Default"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Ip4Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Ip4Config"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Dhcp4Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Dhcp4Config"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Default6" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Default6"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Ip6Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Ip6Config"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Dhcp6Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Dhcp6Config"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Vpn" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Vpn"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Master" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Connection.Active.html#gdbus-property-org-freedesktop-NetworkManager-Connection-Active.Master"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-interface-org-freedesktop-NetworkManager-Device"> -<ANCHOR id="gdbus-methods-org.freedesktop.NetworkManager.Device" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-methods-org.freedesktop.NetworkManager.Device"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Device.Reapply" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-method-org-freedesktop-NetworkManager-Device.Reapply"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Device.GetAppliedConnection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-method-org-freedesktop-NetworkManager-Device.GetAppliedConnection"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Device.Disconnect" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-method-org-freedesktop-NetworkManager-Device.Disconnect"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Device.Delete" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-method-org-freedesktop-NetworkManager-Device.Delete"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-signals-org.freedesktop.NetworkManager.Device"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device.StateChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-signal-org-freedesktop-NetworkManager-Device.StateChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-properties-org.freedesktop.NetworkManager.Device"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.Udi" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.Udi"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.Interface" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.Interface"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.IpInterface" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.IpInterface"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.Driver" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.Driver"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.DriverVersion" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.DriverVersion"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.FirmwareVersion" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.FirmwareVersion"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.Capabilities" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.Capabilities"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.Ip4Address" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.Ip4Address"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.State" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.State"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.StateReason" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.StateReason"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.ActiveConnection" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.ActiveConnection"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.Ip4Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.Ip4Config"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.Dhcp4Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.Dhcp4Config"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.Ip6Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.Ip6Config"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.Dhcp6Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.Dhcp6Config"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.Managed" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.Managed"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.Autoconnect" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.Autoconnect"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.FirmwareMissing" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.FirmwareMissing"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.NmPluginMissing" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.NmPluginMissing"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.DeviceType" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.DeviceType"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.AvailableConnections" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.AvailableConnections"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.PhysicalPortId" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.PhysicalPortId"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.Mtu" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.Mtu"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.Metered" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.Metered"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.LldpNeighbors" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.LldpNeighbors"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device.Real" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.Real"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.Adsl" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Adsl.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-Adsl" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Adsl.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Adsl"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.Adsl" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Adsl.html#gdbus-signals-org.freedesktop.NetworkManager.Device.Adsl"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Adsl.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Adsl.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Adsl.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.Adsl" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Adsl.html#gdbus-properties-org.freedesktop.NetworkManager.Device.Adsl"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Adsl.Carrier" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Adsl.html#gdbus-property-org-freedesktop-NetworkManager-Device-Adsl.Carrier"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.Bond" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bond.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-Bond" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bond.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Bond"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.Bond" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bond.html#gdbus-signals-org.freedesktop.NetworkManager.Device.Bond"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Bond.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bond.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Bond.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.Bond" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bond.html#gdbus-properties-org.freedesktop.NetworkManager.Device.Bond"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Bond.HwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bond.html#gdbus-property-org-freedesktop-NetworkManager-Device-Bond.HwAddress"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Bond.Carrier" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bond.html#gdbus-property-org-freedesktop-NetworkManager-Device-Bond.Carrier"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Bond.Slaves" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bond.html#gdbus-property-org-freedesktop-NetworkManager-Device-Bond.Slaves"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.Bridge" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-Bridge" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Bridge"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.Bridge" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html#gdbus-signals-org.freedesktop.NetworkManager.Device.Bridge"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Bridge.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Bridge.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.Bridge" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html#gdbus-properties-org.freedesktop.NetworkManager.Device.Bridge"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Bridge.HwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html#gdbus-property-org-freedesktop-NetworkManager-Device-Bridge.HwAddress"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Bridge.Carrier" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html#gdbus-property-org-freedesktop-NetworkManager-Device-Bridge.Carrier"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Bridge.Slaves" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bridge.html#gdbus-property-org-freedesktop-NetworkManager-Device-Bridge.Slaves"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.Bluetooth" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bluetooth.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-Bluetooth" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bluetooth.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Bluetooth"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.Bluetooth" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bluetooth.html#gdbus-signals-org.freedesktop.NetworkManager.Device.Bluetooth"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Bluetooth.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bluetooth.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Bluetooth.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.Bluetooth" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bluetooth.html#gdbus-properties-org.freedesktop.NetworkManager.Device.Bluetooth"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Bluetooth.HwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bluetooth.html#gdbus-property-org-freedesktop-NetworkManager-Device-Bluetooth.HwAddress"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Bluetooth.Name" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bluetooth.html#gdbus-property-org-freedesktop-NetworkManager-Device-Bluetooth.Name"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Bluetooth.BtCapabilities" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Bluetooth.html#gdbus-property-org-freedesktop-NetworkManager-Device-Bluetooth.BtCapabilities"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.Wired" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wired.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-Wired" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wired.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Wired"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.Wired" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wired.html#gdbus-signals-org.freedesktop.NetworkManager.Device.Wired"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Wired.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wired.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Wired.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.Wired" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wired.html#gdbus-properties-org.freedesktop.NetworkManager.Device.Wired"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Wired.HwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wired.html#gdbus-property-org-freedesktop-NetworkManager-Device-Wired.HwAddress"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Wired.PermHwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wired.html#gdbus-property-org-freedesktop-NetworkManager-Device-Wired.PermHwAddress"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Wired.Speed" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wired.html#gdbus-property-org-freedesktop-NetworkManager-Device-Wired.Speed"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Wired.S390Subchannels" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wired.html#gdbus-property-org-freedesktop-NetworkManager-Device-Wired.S390Subchannels"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Wired.Carrier" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wired.html#gdbus-property-org-freedesktop-NetworkManager-Device-Wired.Carrier"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.Generic" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Generic.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-Generic" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Generic.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Generic"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.Generic" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Generic.html#gdbus-signals-org.freedesktop.NetworkManager.Device.Generic"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Generic.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Generic.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Generic.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.Generic" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Generic.html#gdbus-properties-org.freedesktop.NetworkManager.Device.Generic"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Generic.HwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Generic.html#gdbus-property-org-freedesktop-NetworkManager-Device-Generic.HwAddress"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Generic.TypeDescription" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Generic.html#gdbus-property-org-freedesktop-NetworkManager-Device-Generic.TypeDescription"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.Infiniband" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Infiniband.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-Infiniband" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Infiniband.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Infiniband"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.Infiniband" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Infiniband.html#gdbus-signals-org.freedesktop.NetworkManager.Device.Infiniband"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Infiniband.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Infiniband.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Infiniband.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.Infiniband" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Infiniband.html#gdbus-properties-org.freedesktop.NetworkManager.Device.Infiniband"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Infiniband.HwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Infiniband.html#gdbus-property-org-freedesktop-NetworkManager-Device-Infiniband.HwAddress"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Infiniband.Carrier" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Infiniband.html#gdbus-property-org-freedesktop-NetworkManager-Device-Infiniband.Carrier"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.IPTunnel" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-IPTunnel" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html#gdbus-interface-org-freedesktop-NetworkManager-Device-IPTunnel"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.IPTunnel" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html#gdbus-signals-org.freedesktop.NetworkManager.Device.IPTunnel"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-IPTunnel.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html#gdbus-signal-org-freedesktop-NetworkManager-Device-IPTunnel.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.IPTunnel" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html#gdbus-properties-org.freedesktop.NetworkManager.Device.IPTunnel"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.Mode" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html#gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.Mode"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.Parent" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html#gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.Parent"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.Local" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html#gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.Local"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.Remote" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html#gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.Remote"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.Ttl" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html#gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.Ttl"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.Tos" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html#gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.Tos"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.PathMtuDiscovery" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html#gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.PathMtuDiscovery"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.InputKey" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html#gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.InputKey"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.OutputKey" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html#gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.OutputKey"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.EncapsulationLimit" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html#gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.EncapsulationLimit"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.FlowLabel" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.IPTunnel.html#gdbus-property-org-freedesktop-NetworkManager-Device-IPTunnel.FlowLabel"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.Macvlan" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-Macvlan" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Macvlan"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.Macvlan" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html#gdbus-signals-org.freedesktop.NetworkManager.Device.Macvlan"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Macvlan.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Macvlan.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.Macvlan" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html#gdbus-properties-org.freedesktop.NetworkManager.Device.Macvlan"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Macvlan.Parent" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Macvlan.Parent"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Macvlan.Mode" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Macvlan.Mode"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Macvlan.NoPromisc" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Macvlan.NoPromisc"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Macvlan.Tap" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Macvlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Macvlan.Tap"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.Modem" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Modem.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-Modem" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Modem.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Modem"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.Modem" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Modem.html#gdbus-signals-org.freedesktop.NetworkManager.Device.Modem"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Modem.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Modem.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Modem.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.Modem" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Modem.html#gdbus-properties-org.freedesktop.NetworkManager.Device.Modem"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.ModemCapabilities" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Modem.html#gdbus-property-org-freedesktop-NetworkManager-Device-Modem.ModemCapabilities"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Modem.CurrentCapabilities" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Modem.html#gdbus-property-org-freedesktop-NetworkManager-Device-Modem.CurrentCapabilities"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-OlpcMesh" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html#gdbus-interface-org-freedesktop-NetworkManager-Device-OlpcMesh"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.OlpcMesh" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html#gdbus-signals-org.freedesktop.NetworkManager.Device.OlpcMesh"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-OlpcMesh.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html#gdbus-signal-org-freedesktop-NetworkManager-Device-OlpcMesh.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.OlpcMesh" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html#gdbus-properties-org.freedesktop.NetworkManager.Device.OlpcMesh"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-OlpcMesh.HwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html#gdbus-property-org-freedesktop-NetworkManager-Device-OlpcMesh.HwAddress"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-OlpcMesh.Companion" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html#gdbus-property-org-freedesktop-NetworkManager-Device-OlpcMesh.Companion"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-OlpcMesh.ActiveChannel" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.OlpcMesh.html#gdbus-property-org-freedesktop-NetworkManager-Device-OlpcMesh.ActiveChannel"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.Team" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Team.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-Team" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Team"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.Team" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-signals-org.freedesktop.NetworkManager.Device.Team"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Team.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Team.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.Team" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-properties-org.freedesktop.NetworkManager.Device.Team"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Team.HwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-property-org-freedesktop-NetworkManager-Device-Team.HwAddress"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Team.Carrier" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-property-org-freedesktop-NetworkManager-Device-Team.Carrier"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Team.Slaves" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-property-org-freedesktop-NetworkManager-Device-Team.Slaves"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.Tun" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Tun.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-Tun" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Tun.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Tun"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.Tun" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Tun.html#gdbus-signals-org.freedesktop.NetworkManager.Device.Tun"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Tun.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Tun.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Tun.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.Tun" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Tun.html#gdbus-properties-org.freedesktop.NetworkManager.Device.Tun"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Tun.Owner" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Tun.html#gdbus-property-org-freedesktop-NetworkManager-Device-Tun.Owner"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Tun.Group" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Tun.html#gdbus-property-org-freedesktop-NetworkManager-Device-Tun.Group"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Tun.Mode" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Tun.html#gdbus-property-org-freedesktop-NetworkManager-Device-Tun.Mode"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Tun.NoPi" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Tun.html#gdbus-property-org-freedesktop-NetworkManager-Device-Tun.NoPi"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Tun.VnetHdr" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Tun.html#gdbus-property-org-freedesktop-NetworkManager-Device-Tun.VnetHdr"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Tun.MultiQueue" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Tun.html#gdbus-property-org-freedesktop-NetworkManager-Device-Tun.MultiQueue"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Tun.HwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Tun.html#gdbus-property-org-freedesktop-NetworkManager-Device-Tun.HwAddress"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.Veth" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Veth.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-Veth" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Veth.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Veth"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.Veth" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Veth.html#gdbus-signals-org.freedesktop.NetworkManager.Device.Veth"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Veth.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Veth.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Veth.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.Veth" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Veth.html#gdbus-properties-org.freedesktop.NetworkManager.Device.Veth"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Veth.Peer" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Veth.html#gdbus-property-org-freedesktop-NetworkManager-Device-Veth.Peer"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.Vlan" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-Vlan" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Vlan"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.Vlan" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html#gdbus-signals-org.freedesktop.NetworkManager.Device.Vlan"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Vlan.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Vlan.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.Vlan" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html#gdbus-properties-org.freedesktop.NetworkManager.Device.Vlan"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vlan.HwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vlan.HwAddress"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vlan.Carrier" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vlan.Carrier"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vlan.Parent" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vlan.Parent"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vlan.VlanId" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vlan.VlanId"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.Vxlan" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-Vxlan" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Vxlan"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.Vxlan" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-signals-org.freedesktop.NetworkManager.Device.Vxlan"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Vxlan.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Vxlan.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.Vxlan" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-properties-org.freedesktop.NetworkManager.Device.Vxlan"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Parent" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Parent"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.HwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.HwAddress"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Id" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Id"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Group" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Group"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Local" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Local"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Tos" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Tos"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Ttl" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Ttl"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Learning" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Learning"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Ageing" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Ageing"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Limit" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Limit"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.DstPort" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.DstPort"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.SrcPortMin" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.SrcPortMin"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.SrcPortMax" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.SrcPortMax"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Proxy" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Proxy"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Rsc" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.Rsc"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.L2miss" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.L2miss"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.L3miss" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Vxlan.html#gdbus-property-org-freedesktop-NetworkManager-Device-Vxlan.L3miss"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.Wireless" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-Wireless" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Wireless"> -<ANCHOR id="gdbus-methods-org.freedesktop.NetworkManager.Device.Wireless" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-methods-org.freedesktop.NetworkManager.Device.Wireless"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Device-Wireless.GetAccessPoints" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-method-org-freedesktop-NetworkManager-Device-Wireless.GetAccessPoints"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Device-Wireless.GetAllAccessPoints" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-method-org-freedesktop-NetworkManager-Device-Wireless.GetAllAccessPoints"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Device-Wireless.RequestScan" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-method-org-freedesktop-NetworkManager-Device-Wireless.RequestScan"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.Wireless" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-signals-org.freedesktop.NetworkManager.Device.Wireless"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Wireless.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Wireless.PropertiesChanged"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Wireless.AccessPointAdded" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Wireless.AccessPointAdded"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-Wireless.AccessPointRemoved" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Wireless.AccessPointRemoved"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.Wireless" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-properties-org.freedesktop.NetworkManager.Device.Wireless"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Wireless.HwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-property-org-freedesktop-NetworkManager-Device-Wireless.HwAddress"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Wireless.PermHwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-property-org-freedesktop-NetworkManager-Device-Wireless.PermHwAddress"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Wireless.Mode" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-property-org-freedesktop-NetworkManager-Device-Wireless.Mode"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Wireless.Bitrate" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-property-org-freedesktop-NetworkManager-Device-Wireless.Bitrate"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Wireless.AccessPoints" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-property-org-freedesktop-NetworkManager-Device-Wireless.AccessPoints"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Wireless.ActiveAccessPoint" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-property-org-freedesktop-NetworkManager-Device-Wireless.ActiveAccessPoint"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-Wireless.WirelessCapabilities" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.Wireless.html#gdbus-property-org-freedesktop-NetworkManager-Device-Wireless.WirelessCapabilities"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.Device.WiMax" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-Device-WiMax" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-interface-org-freedesktop-NetworkManager-Device-WiMax"> -<ANCHOR id="gdbus-methods-org.freedesktop.NetworkManager.Device.WiMax" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-methods-org.freedesktop.NetworkManager.Device.WiMax"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-Device-WiMax.GetNspList" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-method-org-freedesktop-NetworkManager-Device-WiMax.GetNspList"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.Device.WiMax" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-signals-org.freedesktop.NetworkManager.Device.WiMax"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-WiMax.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-signal-org-freedesktop-NetworkManager-Device-WiMax.PropertiesChanged"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-WiMax.NspAdded" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-signal-org-freedesktop-NetworkManager-Device-WiMax.NspAdded"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-Device-WiMax.NspRemoved" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-signal-org-freedesktop-NetworkManager-Device-WiMax.NspRemoved"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.Device.WiMax" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-properties-org.freedesktop.NetworkManager.Device.WiMax"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.Nsps" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.Nsps"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.HwAddress" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.HwAddress"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.CenterFrequency" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.CenterFrequency"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.Rssi" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.Rssi"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.Cinr" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.Cinr"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.TxPower" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.TxPower"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.Bsid" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.Bsid"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.ActiveNsp" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.Device.WiMax.html#gdbus-property-org-freedesktop-NetworkManager-Device-WiMax.ActiveNsp"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.DHCP4Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.DHCP4Config.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-DHCP4Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.DHCP4Config.html#gdbus-interface-org-freedesktop-NetworkManager-DHCP4Config"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.DHCP4Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.DHCP4Config.html#gdbus-signals-org.freedesktop.NetworkManager.DHCP4Config"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-DHCP4Config.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.DHCP4Config.html#gdbus-signal-org-freedesktop-NetworkManager-DHCP4Config.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.DHCP4Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.DHCP4Config.html#gdbus-properties-org.freedesktop.NetworkManager.DHCP4Config"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-DHCP4Config.Options" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.DHCP4Config.html#gdbus-property-org-freedesktop-NetworkManager-DHCP4Config.Options"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.DHCP6Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.DHCP6Config.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-DHCP6Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.DHCP6Config.html#gdbus-interface-org-freedesktop-NetworkManager-DHCP6Config"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.DHCP6Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.DHCP6Config.html#gdbus-signals-org.freedesktop.NetworkManager.DHCP6Config"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-DHCP6Config.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.DHCP6Config.html#gdbus-signal-org-freedesktop-NetworkManager-DHCP6Config.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.DHCP6Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.DHCP6Config.html#gdbus-properties-org.freedesktop.NetworkManager.DHCP6Config"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-DHCP6Config.Options" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.DHCP6Config.html#gdbus-property-org-freedesktop-NetworkManager-DHCP6Config.Options"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.IP4Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-IP4Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html#gdbus-interface-org-freedesktop-NetworkManager-IP4Config"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.IP4Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html#gdbus-signals-org.freedesktop.NetworkManager.IP4Config"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-IP4Config.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html#gdbus-signal-org-freedesktop-NetworkManager-IP4Config.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.IP4Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html#gdbus-properties-org.freedesktop.NetworkManager.IP4Config"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP4Config.Addresses" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html#gdbus-property-org-freedesktop-NetworkManager-IP4Config.Addresses"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP4Config.AddressData" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html#gdbus-property-org-freedesktop-NetworkManager-IP4Config.AddressData"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP4Config.Gateway" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html#gdbus-property-org-freedesktop-NetworkManager-IP4Config.Gateway"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP4Config.Routes" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html#gdbus-property-org-freedesktop-NetworkManager-IP4Config.Routes"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP4Config.RouteData" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html#gdbus-property-org-freedesktop-NetworkManager-IP4Config.RouteData"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP4Config.Nameservers" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html#gdbus-property-org-freedesktop-NetworkManager-IP4Config.Nameservers"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP4Config.Domains" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html#gdbus-property-org-freedesktop-NetworkManager-IP4Config.Domains"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP4Config.Searches" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html#gdbus-property-org-freedesktop-NetworkManager-IP4Config.Searches"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP4Config.DnsOptions" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html#gdbus-property-org-freedesktop-NetworkManager-IP4Config.DnsOptions"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP4Config.DnsPriority" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html#gdbus-property-org-freedesktop-NetworkManager-IP4Config.DnsPriority"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP4Config.WinsServers" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP4Config.html#gdbus-property-org-freedesktop-NetworkManager-IP4Config.WinsServers"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.IP6Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-IP6Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html#gdbus-interface-org-freedesktop-NetworkManager-IP6Config"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.IP6Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html#gdbus-signals-org.freedesktop.NetworkManager.IP6Config"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-IP6Config.PropertiesChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html#gdbus-signal-org-freedesktop-NetworkManager-IP6Config.PropertiesChanged"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.IP6Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html#gdbus-properties-org.freedesktop.NetworkManager.IP6Config"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.Addresses" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html#gdbus-property-org-freedesktop-NetworkManager-IP6Config.Addresses"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.AddressData" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html#gdbus-property-org-freedesktop-NetworkManager-IP6Config.AddressData"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.Gateway" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html#gdbus-property-org-freedesktop-NetworkManager-IP6Config.Gateway"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.Routes" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html#gdbus-property-org-freedesktop-NetworkManager-IP6Config.Routes"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.RouteData" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html#gdbus-property-org-freedesktop-NetworkManager-IP6Config.RouteData"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.Nameservers" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html#gdbus-property-org-freedesktop-NetworkManager-IP6Config.Nameservers"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.Domains" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html#gdbus-property-org-freedesktop-NetworkManager-IP6Config.Domains"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.Searches" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html#gdbus-property-org-freedesktop-NetworkManager-IP6Config.Searches"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.DnsOptions" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html#gdbus-property-org-freedesktop-NetworkManager-IP6Config.DnsOptions"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-IP6Config.DnsPriority" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.IP6Config.html#gdbus-property-org-freedesktop-NetworkManager-IP6Config.DnsPriority"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.VPN.Plugin" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-VPN-Plugin" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-interface-org-freedesktop-NetworkManager-VPN-Plugin"> -<ANCHOR id="gdbus-methods-org.freedesktop.NetworkManager.VPN.Plugin" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-methods-org.freedesktop.NetworkManager.VPN.Plugin"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.Connect" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.Connect"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.ConnectInteractive" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.ConnectInteractive"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.NeedSecrets" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.NeedSecrets"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.Disconnect" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.Disconnect"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.SetConfig" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.SetConfig"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.SetIp4Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.SetIp4Config"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.SetIp6Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.SetIp6Config"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.SetFailure" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.SetFailure"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.NewSecrets" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-method-org-freedesktop-NetworkManager-VPN-Plugin.NewSecrets"> -<ANCHOR id="gdbus-signals-org.freedesktop.NetworkManager.VPN.Plugin" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-signals-org.freedesktop.NetworkManager.VPN.Plugin"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-VPN-Plugin.StateChanged" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-signal-org-freedesktop-NetworkManager-VPN-Plugin.StateChanged"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-VPN-Plugin.SecretsRequired" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-signal-org-freedesktop-NetworkManager-VPN-Plugin.SecretsRequired"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-VPN-Plugin.Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-signal-org-freedesktop-NetworkManager-VPN-Plugin.Config"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-VPN-Plugin.Ip4Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-signal-org-freedesktop-NetworkManager-VPN-Plugin.Ip4Config"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-VPN-Plugin.Ip6Config" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-signal-org-freedesktop-NetworkManager-VPN-Plugin.Ip6Config"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-VPN-Plugin.LoginBanner" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-signal-org-freedesktop-NetworkManager-VPN-Plugin.LoginBanner"> -<ANCHOR id="gdbus-signal-org-freedesktop-NetworkManager-VPN-Plugin.Failure" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-signal-org-freedesktop-NetworkManager-VPN-Plugin.Failure"> -<ANCHOR id="gdbus-properties-org.freedesktop.NetworkManager.VPN.Plugin" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-properties-org.freedesktop.NetworkManager.VPN.Plugin"> -<ANCHOR id="gdbus-property-org-freedesktop-NetworkManager-VPN-Plugin.State" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.VPN.Plugin.html#gdbus-property-org-freedesktop-NetworkManager-VPN-Plugin.State"> -<ANCHOR id="gdbus-org.freedesktop.NetworkManager.SecretAgent" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.SecretAgent.html"> -<ANCHOR id="gdbus-interface-org-freedesktop-NetworkManager-SecretAgent" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.SecretAgent.html#gdbus-interface-org-freedesktop-NetworkManager-SecretAgent"> -<ANCHOR id="gdbus-methods-org.freedesktop.NetworkManager.SecretAgent" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.SecretAgent.html#gdbus-methods-org.freedesktop.NetworkManager.SecretAgent"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-SecretAgent.GetSecrets" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.SecretAgent.html#gdbus-method-org-freedesktop-NetworkManager-SecretAgent.GetSecrets"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-SecretAgent.CancelGetSecrets" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.SecretAgent.html#gdbus-method-org-freedesktop-NetworkManager-SecretAgent.CancelGetSecrets"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-SecretAgent.SaveSecrets" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.SecretAgent.html#gdbus-method-org-freedesktop-NetworkManager-SecretAgent.SaveSecrets"> -<ANCHOR id="gdbus-method-org-freedesktop-NetworkManager-SecretAgent.DeleteSecrets" href="NetworkManager/gdbus-org.freedesktop.NetworkManager.SecretAgent.html#gdbus-method-org-freedesktop-NetworkManager-SecretAgent.DeleteSecrets"> -<ANCHOR id="nm-dbus-types" href="NetworkManager/nm-dbus-types.html"> -<ANCHOR id="NMState" href="NetworkManager/nm-dbus-types.html#NMState"> -<ANCHOR id="NMConnectivityState" href="NetworkManager/nm-dbus-types.html#NMConnectivityState"> -<ANCHOR id="NMDeviceType" href="NetworkManager/nm-dbus-types.html#NMDeviceType"> -<ANCHOR id="NMDeviceCapabilities" href="NetworkManager/nm-dbus-types.html#NMDeviceCapabilities"> -<ANCHOR id="NMDeviceWifiCapabilities" href="NetworkManager/nm-dbus-types.html#NMDeviceWifiCapabilities"> -<ANCHOR id="NM80211ApFlags" href="NetworkManager/nm-dbus-types.html#NM80211ApFlags"> -<ANCHOR id="NM80211ApSecurityFlags" href="NetworkManager/nm-dbus-types.html#NM80211ApSecurityFlags"> -<ANCHOR id="NM80211Mode" href="NetworkManager/nm-dbus-types.html#NM80211Mode"> -<ANCHOR id="NMBluetoothCapabilities" href="NetworkManager/nm-dbus-types.html#NMBluetoothCapabilities"> -<ANCHOR id="NMDeviceModemCapabilities" href="NetworkManager/nm-dbus-types.html#NMDeviceModemCapabilities"> -<ANCHOR id="NMWimaxNspNetworkType" href="NetworkManager/nm-dbus-types.html#NMWimaxNspNetworkType"> -<ANCHOR id="NMDeviceState" href="NetworkManager/nm-dbus-types.html#NMDeviceState"> -<ANCHOR id="NMDeviceStateReason" href="NetworkManager/nm-dbus-types.html#NMDeviceStateReason"> -<ANCHOR id="NMMetered" href="NetworkManager/nm-dbus-types.html#NMMetered"> -<ANCHOR id="NMActiveConnectionState" href="NetworkManager/nm-dbus-types.html#NMActiveConnectionState"> -<ANCHOR id="NMSecretAgentGetSecretsFlags" href="NetworkManager/nm-dbus-types.html#NMSecretAgentGetSecretsFlags"> -<ANCHOR id="NMSecretAgentCapabilities" href="NetworkManager/nm-dbus-types.html#NMSecretAgentCapabilities"> -<ANCHOR id="NMIPTunnelMode" href="NetworkManager/nm-dbus-types.html#NMIPTunnelMode"> -<ANCHOR id="nm-vpn-dbus-types" href="NetworkManager/nm-vpn-dbus-types.html"> -<ANCHOR id="NMVpnServiceState" href="NetworkManager/nm-vpn-dbus-types.html#NMVpnServiceState"> -<ANCHOR id="NMVpnConnectionState" href="NetworkManager/nm-vpn-dbus-types.html#NMVpnConnectionState"> -<ANCHOR id="NMVpnConnectionStateReason" href="NetworkManager/nm-vpn-dbus-types.html#NMVpnConnectionStateReason"> -<ANCHOR id="NMVpnPluginFailure" href="NetworkManager/nm-vpn-dbus-types.html#NMVpnPluginFailure"> diff --git a/docs/api/html/ix01.html b/docs/api/html/ix01.html index 9b0fe805..49f669bf 100644 --- a/docs/api/html/ix01.html +++ b/docs/api/html/ix01.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="NetworkManager Reference Manual"> <link rel="prev" href="secrets-flags.html" title="Secret flag types"> <link rel="next" href="license.html" title="Appendix A. License"> -<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"> @@ -176,12 +176,24 @@ </dt> <dt>org.freedesktop.NetworkManager.Device.Reapply(), <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-method-org-freedesktop-NetworkManager-Device.Reapply">The Reapply() method</a> </dt> +<dt>org.freedesktop.NetworkManager.Device.Statistics, <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Statistics.top_of_page">org.freedesktop.NetworkManager.Device.Statistics</a> +</dt> +<dt>org.freedesktop.NetworkManager.Device.Statistics::PropertiesChanged, <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Statistics.PropertiesChanged">The "PropertiesChanged" signal</a> +</dt> +<dt>org.freedesktop.NetworkManager.Device.Statistics:RefreshRateMs, <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.RefreshRateMs">The "RefreshRateMs" property</a> +</dt> +<dt>org.freedesktop.NetworkManager.Device.Statistics:RxBytes, <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.RxBytes">The "RxBytes" property</a> +</dt> +<dt>org.freedesktop.NetworkManager.Device.Statistics:TxBytes, <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.TxBytes">The "TxBytes" property</a> +</dt> <dt>org.freedesktop.NetworkManager.Device.Team, <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-interface-org-freedesktop-NetworkManager-Device-Team.top_of_page">org.freedesktop.NetworkManager.Device.Team</a> </dt> <dt>org.freedesktop.NetworkManager.Device.Team::PropertiesChanged, <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-signal-org-freedesktop-NetworkManager-Device-Team.PropertiesChanged">The "PropertiesChanged" signal</a> </dt> <dt>org.freedesktop.NetworkManager.Device.Team:Carrier, <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-property-org-freedesktop-NetworkManager-Device-Team.Carrier">The "Carrier" property</a> </dt> +<dt>org.freedesktop.NetworkManager.Device.Team:Config, <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-property-org-freedesktop-NetworkManager-Device-Team.Config">The "Config" property</a> +</dt> <dt>org.freedesktop.NetworkManager.Device.Team:HwAddress, <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-property-org-freedesktop-NetworkManager-Device-Team.HwAddress">The "HwAddress" property</a> </dt> <dt>org.freedesktop.NetworkManager.Device.Team:Slaves, <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.Device.Team.html#gdbus-property-org-freedesktop-NetworkManager-Device-Team.Slaves">The "Slaves" property</a> @@ -563,6 +575,12 @@ </dt> <dt>org.freedesktop.NetworkManager.CheckConnectivity(), <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.CheckConnectivity">The CheckConnectivity() method</a> </dt> +<dt>org.freedesktop.NetworkManager.CheckpointCreate(), <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.CheckpointCreate">The CheckpointCreate() method</a> +</dt> +<dt>org.freedesktop.NetworkManager.CheckpointDestroy(), <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.CheckpointDestroy">The CheckpointDestroy() method</a> +</dt> +<dt>org.freedesktop.NetworkManager.CheckpointRollback(), <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.CheckpointRollback">The CheckpointRollback() method</a> +</dt> <dt>org.freedesktop.NetworkManager.DeactivateConnection(), <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.DeactivateConnection">The DeactivateConnection() method</a> </dt> <dt>org.freedesktop.NetworkManager.Enable(), <a class="indexterm" href="gdbus-org.freedesktop.NetworkManager.html#gdbus-method-org-freedesktop-NetworkManager.Enable">The Enable() method</a> @@ -648,6 +666,8 @@ </dt> <dt>NMBluetoothCapabilities, <a class="indexterm" href="nm-dbus-types.html#NMBluetoothCapabilities">enum NMBluetoothCapabilities</a> </dt> +<dt>NMCheckpointCreateFlags, <a class="indexterm" href="nm-dbus-types.html#NMCheckpointCreateFlags">enum NMCheckpointCreateFlags</a> +</dt> <dt>NMConnectivityState, <a class="indexterm" href="nm-dbus-types.html#NMConnectivityState">enum NMConnectivityState</a> </dt> <dt>NMDeviceCapabilities, <a class="indexterm" href="nm-dbus-types.html#NMDeviceCapabilities">enum NMDeviceCapabilities</a> @@ -666,6 +686,8 @@ </dt> <dt>NMMetered, <a class="indexterm" href="nm-dbus-types.html#NMMetered">enum NMMetered</a> </dt> +<dt>NMRollbackResult, <a class="indexterm" href="nm-dbus-types.html#NMRollbackResult">enum NMRollbackResult</a> +</dt> <dt>NMSecretAgentCapabilities, <a class="indexterm" href="nm-dbus-types.html#NMSecretAgentCapabilities">enum NMSecretAgentCapabilities</a> </dt> <dt>NMSecretAgentGetSecretsFlags, <a class="indexterm" href="nm-dbus-types.html#NMSecretAgentGetSecretsFlags">enum NMSecretAgentGetSecretsFlags</a> @@ -753,6 +775,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/api/html/license.html b/docs/api/html/license.html index d7ed9e1c..211b7445 100644 --- a/docs/api/html/license.html +++ b/docs/api/html/license.html @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="NetworkManager Reference Manual"> <link rel="up" href="index.html" title="NetworkManager Reference Manual"> <link rel="prev" href="ix01.html" title="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"> @@ -379,6 +379,6 @@ Public License instead of this License. </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/api/html/manpages.html b/docs/api/html/manpages.html index a81ed762..8ad2e97e 100644 --- a/docs/api/html/manpages.html +++ b/docs/api/html/manpages.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="NetworkManager Reference Manual"> <link rel="prev" href="index.html" title="NetworkManager Reference Manual"> <link rel="next" href="nmcli.html" title="nmcli"> -<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"> @@ -53,6 +53,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/api/html/nm-dbus-types.html b/docs/api/html/nm-dbus-types.html index 6d044dd3..b85cc306 100644 --- a/docs/api/html/nm-dbus-types.html +++ b/docs/api/html/nm-dbus-types.html @@ -8,7 +8,7 @@ <link rel="up" href="dbus-types.html" title="Types"> <link rel="prev" href="dbus-types.html" title="Types"> <link rel="next" href="nm-vpn-dbus-types.html" title="VPN Plugin D-Bus API 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"> @@ -3113,8 +3113,138 @@ </table></div> </div> </div> +<hr> +<div class="refsect2"> +<a name="NMCheckpointCreateFlags"></a><h3>enum NMCheckpointCreateFlags</h3> +<p>The flags for CheckpointCreate call</p> +<p>Since: 1.4</p> +<p></p> +<div class="refsect3"> +<a name="id-1.3.4.2.21.4"></a><h4>Values</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col width="100px" class="enum_members_value"> +<col class="enum_members_description"> +<col> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"> +<p>NM_CHECKPOINT_CREATE_FLAG_NONE</p> +<p></p> +</td> +<td class="enum_member_value"> +<p>= <code class="literal">0</code></p> +<p></p> +</td> +<td class="enum_member_description"> +<p>no flags</p> +<p></p> +</td> +<td class="auto-generated"> </td> +</tr> +<tr> +<td class="enum_member_name"> +<p>NM_CHECKPOINT_CREATE_FLAG_DESTROY_ALL</p> +<p></p> +</td> +<td class="enum_member_value"> +<p>= <code class="literal">0x01</code></p> +<p></p> +</td> +<td class="enum_member_description"> +<p>when creating a new checkpoint, destroy all existing ones.</p> +<p></p> +</td> +<td class="auto-generated"> </td> +</tr> +</tbody> +</table></div> +</div> +</div> +<hr> +<div class="refsect2"> +<a name="NMRollbackResult"></a><h3>enum NMRollbackResult</h3> +<p>The result of a checkpoint Rollback() operation for a specific device.</p> +<p>Since: 1.4</p> +<p></p> +<div class="refsect3"> +<a name="id-1.3.4.2.22.4"></a><h4>Values</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col width="100px" class="enum_members_value"> +<col class="enum_members_description"> +<col> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"> +<p>NM_ROLLBACK_RESULT_OK</p> +<p></p> +</td> +<td class="enum_member_value"> +<p>= <code class="literal">0</code></p> +<p></p> +</td> +<td class="enum_member_description"> +<p>the rollback succeeded.</p> +<p></p> +</td> +<td class="auto-generated"> </td> +</tr> +<tr> +<td class="enum_member_name"> +<p>NM_ROLLBACK_RESULT_ERR_NO_DEVICE</p> +<p></p> +</td> +<td class="enum_member_value"> +<p>= <code class="literal">1</code></p> +<p></p> +</td> +<td class="enum_member_description"> +<p>the device no longer exists.</p> +<p></p> +</td> +<td class="auto-generated"> </td> +</tr> +<tr> +<td class="enum_member_name"> +<p>NM_ROLLBACK_RESULT_ERR_DEVICE_UNMANAGED</p> +<p></p> +</td> +<td class="enum_member_value"> +<p>= <code class="literal">2</code></p> +<p></p> +</td> +<td class="enum_member_description"> +<p>the device is now unmanaged.</p> +<p></p> +</td> +<td class="auto-generated"> </td> +</tr> +<tr> +<td class="enum_member_name"> +<p>NM_ROLLBACK_RESULT_ERR_FAILED</p> +<p></p> +</td> +<td class="enum_member_value"> +<p>= <code class="literal">3</code></p> +<p></p> +</td> +<td class="enum_member_description"> +<p>other errors during rollback.</p> +<p></p> +</td> +<td class="auto-generated"> </td> +</tr> +</tbody> +</table></div> +</div> +</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/api/html/nm-online.html b/docs/api/html/nm-online.html index d2181325..06ff88d8 100644 --- a/docs/api/html/nm-online.html +++ b/docs/api/html/nm-online.html @@ -8,7 +8,7 @@ <link rel="up" href="manpages.html" title="Manual Pages"> <link rel="prev" href="nmtui.html" title="nmtui"> <link rel="next" href="NetworkManager.conf.html" title="NetworkManager.conf"> -<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"> @@ -110,11 +110,11 @@ </div> <div class="refsect1"> <a name="see_also"></a><h2>See Also</h2> -<p><span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span>, - <span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span>.</p> +<p><a class="link" href="nmcli.html" title="nmcli"><span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span></a>, + <a class="link" href="NetworkManager.html" title="NetworkManager"><span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span></a>.</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/api/html/nm-settings-ifcfg-rh.html b/docs/api/html/nm-settings-ifcfg-rh.html index 338cd158..e188551a 100644 --- a/docs/api/html/nm-settings-ifcfg-rh.html +++ b/docs/api/html/nm-settings-ifcfg-rh.html @@ -8,7 +8,7 @@ <link rel="up" href="manpages.html" title="Manual Pages"> <link rel="prev" href="nm-settings-keyfile.html" title="nm-settings-keyfile"> <link rel="next" href="nmcli-examples.html" title="nmcli-examples"> -<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"> @@ -46,7 +46,7 @@ The plugin currently supports reading and writing Ethernet, Wi-Fi, InfiniBand, VLAN, Bond, Bridge, and Team connections. Unsupported connection types (such as WWAN, PPPoE, VPN, or ADSL) are handled by <span class="emphasis"><em>keyfile</em></span> plugin - (<span class="citerefentry"><span class="refentrytitle">nm-settings-keyfile</span>(5)</span>). + (<a class="link" href="nm-settings-keyfile.html" title="nm-settings-keyfile"><span class="citerefentry"><span class="refentrytitle">nm-settings-keyfile</span>(5)</span></a>). The main reason for using <span class="emphasis"><em>ifcfg-rh</em></span> plugin is the compatibility with legacy configurations for <span class="emphasis"><em>ifup</em></span> and <span class="emphasis"><em>ifdown</em></span> (initscripts). @@ -232,6 +232,9 @@ DEVICETYPE=TeamPort connection sharing. When <span class="emphasis"><em>shared</em></span> is used, NetworkManager assigns the interface 10.42.0.1, or it uses the first static address, if configured.</p></li> +<li class="listitem"><p><code class="literal">HWADDR</code> - + initscripts compare the currently set hardware address of a device, while + NetworkManager considers the permanent one.</p></li> </ul></div> </td> </tr> @@ -249,7 +252,7 @@ DEVICETYPE=TeamPort are NetworkManager specific extensions not understood by traditional initscripts. </p> <div class="table"> -<a name="id-1.2.8.7.3"></a><p class="title"><b>Table 39. 802-1x setting</b></p> +<a name="id-1.2.8.7.3"></a><p class="title"><b>Table 62. 802-1x setting</b></p> <div class="table-contents"><table summary="802-1x setting" border="1"> <colgroup> <col> @@ -524,7 +527,7 @@ Example: </strong></span>IEEE_8021X_PRIVATE_KEY=/home/joe/mykey.p12</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.4"></a><p class="title"><b>Table 40. bond setting</b></p> +<a name="id-1.2.8.7.4"></a><p class="title"><b>Table 63. bond setting</b></p> <div class="table-contents"><table summary="bond setting" border="1"> <colgroup> <col> @@ -549,7 +552,7 @@ Example: </strong></span>BONDING_OPTS="miimon=100 mode=broadcast"</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.5"></a><p class="title"><b>Table 41. bridge-port setting</b></p> +<a name="id-1.2.8.7.5"></a><p class="title"><b>Table 64. bridge-port setting</b></p> <div class="table-contents"><table summary="bridge-port setting" border="1"> <colgroup> <col> @@ -590,7 +593,7 @@ Allowed values: </strong></span>1 - 65535</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.6"></a><p class="title"><b>Table 42. bridge setting</b></p> +<a name="id-1.2.8.7.6"></a><p class="title"><b>Table 65. bridge setting</b></p> <div class="table-contents"><table summary="bridge setting" border="1"> <colgroup> <col> @@ -670,7 +673,7 @@ Allowed values: </strong></span>0 or 1</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.7"></a><p class="title"><b>Table 43. connection setting</b></p> +<a name="id-1.2.8.7.7"></a><p class="title"><b>Table 66. connection setting</b></p> <div class="table-contents"><table summary="connection setting" border="1"> <colgroup> <col> @@ -697,7 +700,14 @@ Allowed values: </strong></span>0 or 1</td> <td align="left">UUID<span class="emphasis"><em>(+)</em></span> </td> <td align="left"> </td> -<td align="left">UUID for the connection profile. When missing, NetworkManager creates the UUID itself (by hashing the file).</td> +<td align="left">UUID for the connection profile. When missing, NetworkManager creates the UUID itself (by hashing the filename).</td> +</tr> +<tr> +<td align="left">stable-id</td> +<td align="left">STABLE_ID<span class="emphasis"><em>(+)</em></span> +</td> +<td align="left"> </td> +<td align="left">Token to generate stable IDs.</td> </tr> <tr> <td align="left">interface-name</td> @@ -809,7 +819,7 @@ Allowed values: </strong></span>boolean value or 'rx'</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.8"></a><p class="title"><b>Table 44. dcb setting</b></p> +<a name="id-1.2.8.7.8"></a><p class="title"><b>Table 67. dcb setting</b></p> <div class="table-contents"><table summary="dcb setting" border="1"> <colgroup> <col> @@ -944,7 +954,7 @@ Example: </strong></span>DCB_PG_UP2TC=01623701</td> used explicitly to enable DCB so that the rest of the DCB_* variables can apply. </p> <div class="table"> -<a name="id-1.2.8.7.10"></a><p class="title"><b>Table 45. infiniband setting</b></p> +<a name="id-1.2.8.7.10"></a><p class="title"><b>Table 68. infiniband setting</b></p> <div class="table-contents"><table summary="infiniband setting" border="1"> <colgroup> <col> @@ -999,7 +1009,7 @@ Example: </strong></span>PHYSDEV=ib0</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.11"></a><p class="title"><b>Table 46. ip-tunnel setting</b></p> +<a name="id-1.2.8.7.11"></a><p class="title"><b>Table 69. ip-tunnel setting</b></p> <div class="table-contents"><table summary="ip-tunnel setting" border="1"> <colgroup> <col> @@ -1017,7 +1027,7 @@ Example: </strong></span>PHYSDEV=ib0</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.12"></a><p class="title"><b>Table 47. ipv4 setting</b></p> +<a name="id-1.2.8.7.12"></a><p class="title"><b>Table 70. ipv4 setting</b></p> <div class="table-contents"><table summary="ipv4 setting" border="1"> <colgroup> <col> @@ -1123,6 +1133,15 @@ Example: </strong></span>GATEWAY=10.5.5.1</td> <td align="left">IPV4_ROUTE_METRIC is the default IPv4 metric for routes on this connection. If set to -1, a default metric based on the device type is used.</td> </tr> <tr> +<td align="left">dns-priority</td> +<td align="left">IPV4_DNS_PRIORITY<span class="emphasis"><em>(+)</em></span> +</td> +<td align="left">0</td> +<td align="left">The priority for DNS servers of this connection. Lower values have higher priority. If zero, the default value will be used (50 for VPNs, 100 for other connections). A negative value prevents DNS from other connections with greater values to be used.<span class="bold"><strong> + +Example: </strong></span>IPV4_DNS_PRIORITY=20</td> +</tr> +<tr> <td align="left">dhcp-client-id</td> <td align="left">DHCP_CLIENT_ID<span class="emphasis"><em>(+)</em></span> </td> @@ -1160,7 +1179,7 @@ Example: </strong></span>DHCP_FQDN=foo.bar.com</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.13"></a><p class="title"><b>Table 48. ipv6 setting</b></p> +<a name="id-1.2.8.7.13"></a><p class="title"><b>Table 71. ipv6 setting</b></p> <div class="table-contents"><table summary="ipv6 setting" border="1"> <colgroup> <col> @@ -1256,6 +1275,15 @@ Example: </strong></span>IPV6_DEFAULTGW=abbe::1</td> <td align="left">IPV6_ROUTE_METRIC is the default IPv6 metric for routes on this connection. If set to -1, a default metric based on the device type is used.</td> </tr> <tr> +<td align="left">dns-priority</td> +<td align="left">IPV6_DNS_PRIORITY<span class="emphasis"><em>(+)</em></span> +</td> +<td align="left">0</td> +<td align="left">The priority for DNS servers of this connection. Lower values have higher priority. If zero, the default value will be used (50 for VPNs, 100 for other connections). A negative value prevents DNS from other connections with greater values to be used.<span class="bold"><strong> + +Example: </strong></span>IPV6_DNS_PRIORITY=20</td> +</tr> +<tr> <td align="left">ip6-privacy</td> <td align="left">IPV6_PRIVACY, IPV6_PRIVACY_PREFER_PUBLIC_IP<span class="emphasis"><em>(+)</em></span> </td> @@ -1276,11 +1304,19 @@ Example: </strong></span>IPV6_ADDR_GEN_MODE=stable-privacy<span class="bold"><st Allowed values: </strong></span>IPV6_ADDR_GEN_MODE: eui64, stable-privacy</td> </tr> +<tr> +<td align="left">token</td> +<td align="left">IPV6_TOKEN</td> +<td align="left"> </td> +<td align="left">The IPv6 tokenized interface identifier token<span class="bold"><strong> + +Example: </strong></span>IPV6_TOKEN=::53</td> +</tr> </tbody> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.14"></a><p class="title"><b>Table 49. macvlan setting</b></p> +<a name="id-1.2.8.7.14"></a><p class="title"><b>Table 72. macvlan setting</b></p> <div class="table-contents"><table summary="macvlan setting" border="1"> <colgroup> <col> @@ -1298,7 +1334,7 @@ Allowed values: </strong></span>IPV6_ADDR_GEN_MODE: eui64, stable-privacy</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.15"></a><p class="title"><b>Table 50. team-port setting</b></p> +<a name="id-1.2.8.7.15"></a><p class="title"><b>Table 73. team-port setting</b></p> <div class="table-contents"><table summary="team-port setting" border="1"> <colgroup> <col> @@ -1321,7 +1357,7 @@ Allowed values: </strong></span>IPV6_ADDR_GEN_MODE: eui64, stable-privacy</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.16"></a><p class="title"><b>Table 51. team setting</b></p> +<a name="id-1.2.8.7.16"></a><p class="title"><b>Table 74. team setting</b></p> <div class="table-contents"><table summary="team setting" border="1"> <colgroup> <col> @@ -1344,7 +1380,7 @@ Allowed values: </strong></span>IPV6_ADDR_GEN_MODE: eui64, stable-privacy</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.17"></a><p class="title"><b>Table 52. tun setting</b></p> +<a name="id-1.2.8.7.17"></a><p class="title"><b>Table 75. tun setting</b></p> <div class="table-contents"><table summary="tun setting" border="1"> <colgroup> <col> @@ -1362,7 +1398,7 @@ Allowed values: </strong></span>IPV6_ADDR_GEN_MODE: eui64, stable-privacy</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.18"></a><p class="title"><b>Table 53. vlan setting</b></p> +<a name="id-1.2.8.7.18"></a><p class="title"><b>Table 76. vlan setting</b></p> <div class="table-contents"><table summary="vlan setting" border="1"> <colgroup> <col> @@ -1425,7 +1461,7 @@ Example: </strong></span>PHYSDEV=eth0, VLAN_ID=12; or DEVICE=eth0.12</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.19"></a><p class="title"><b>Table 54. vxlan setting</b></p> +<a name="id-1.2.8.7.19"></a><p class="title"><b>Table 77. vxlan setting</b></p> <div class="table-contents"><table summary="vxlan setting" border="1"> <colgroup> <col> @@ -1443,7 +1479,7 @@ Example: </strong></span>PHYSDEV=eth0, VLAN_ID=12; or DEVICE=eth0.12</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.20"></a><p class="title"><b>Table 55. 802-3-ethernet setting</b></p> +<a name="id-1.2.8.7.20"></a><p class="title"><b>Table 78. 802-3-ethernet setting</b></p> <div class="table-contents"><table summary="802-3-ethernet setting" border="1"> <colgroup> <col> @@ -1495,6 +1531,12 @@ Example: </strong></span>PHYSDEV=eth0, VLAN_ID=12; or DEVICE=eth0.12</td> <td align="left">Cloned (spoofed) MAC address in traditional hex-digits-and-colons notation (e.g. 00:22:68:14:5A:99).</td> </tr> <tr> +<td align="left">generate-mac-address-mask</td> +<td align="left">GENERATE_MAC_ADDRESS_MASK</td> +<td align="left"> </td> +<td align="left">the MAC address mask for generating randomized and stable cloned-mac-address.</td> +</tr> +<tr> <td align="left">mac-address-blacklist</td> <td align="left">HWADDR_BLACKLIST<span class="emphasis"><em>(+)</em></span> </td> @@ -1537,7 +1579,7 @@ Allowed values: </strong></span>"qeth", "lcs" or "ctc"</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.21"></a><p class="title"><b>Table 56. 802-11-wireless-security setting</b></p> +<a name="id-1.2.8.7.21"></a><p class="title"><b>Table 79. 802-11-wireless-security setting</b></p> <div class="table-contents"><table summary="802-11-wireless-security setting" border="1"> <colgroup> <col> @@ -1689,7 +1731,7 @@ Example: </strong></span>KEY1=s:ahoj, KEY1=0a1c45bc02, KEY_PASSPHRASE1=mysuperse </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.8.7.22"></a><p class="title"><b>Table 57. 802-11-wireless setting</b></p> +<a name="id-1.2.8.7.22"></a><p class="title"><b>Table 80. 802-11-wireless setting</b></p> <div class="table-contents"><table summary="802-11-wireless setting" border="1"> <colgroup> <col> @@ -1773,6 +1815,12 @@ Example: </strong></span>BSSID=00:1E:BD:64:83:21</td> <td align="left">Cloned (spoofed) MAC address in traditional hex-digits-and-colons notation (e.g. 00:22:68:14:5A:99).</td> </tr> <tr> +<td align="left">generate-mac-address-mask</td> +<td align="left">GENERATE_MAC_ADDRESS_MASK</td> +<td align="left"> </td> +<td align="left">the MAC address mask for generating randomized and stable cloned-mac-address.</td> +</tr> +<tr> <td align="left">mac-address-blacklist</td> <td align="left">HWADDR_BLACKLIST<span class="emphasis"><em>(+)</em></span> </td> @@ -1862,15 +1910,15 @@ Allowed values: </strong></span>default, never, always</td> </div> <div class="refsect1"> <a name="see_also"></a><h2>See Also</h2> -<p><span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span>, - <span class="citerefentry"><span class="refentrytitle">nm-settings-keyfile</span>(5)</span>, - <span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span>, - <span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span>, - <span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span>, - <span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span></p> +<p><a class="link" href="nm-settings.html" title="nm-settings"><span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span></a>, + <a class="link" href="nm-settings-keyfile.html" title="nm-settings-keyfile"><span class="citerefentry"><span class="refentrytitle">nm-settings-keyfile</span>(5)</span></a>, + <a class="link" href="NetworkManager.html" title="NetworkManager"><span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span></a>, + <a class="link" href="NetworkManager.conf.html" title="NetworkManager.conf"><span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span></a>, + <a class="link" href="nmcli.html" title="nmcli"><span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span></a>, + <a class="link" href="nmcli-examples.html" title="nmcli-examples"><span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span></a></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/api/html/nm-settings-keyfile.html b/docs/api/html/nm-settings-keyfile.html index 24188009..809d7cd1 100644 --- a/docs/api/html/nm-settings-keyfile.html +++ b/docs/api/html/nm-settings-keyfile.html @@ -8,7 +8,7 @@ <link rel="up" href="manpages.html" title="Manual Pages"> <link rel="prev" href="nm-settings.html" title="nm-settings"> <link rel="next" href="nm-settings-ifcfg-rh.html" title="nm-settings-ifcfg-rh"> -<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"> @@ -174,7 +174,7 @@ id=4 There are several exceptions to this rule, mainly for making keyfile syntax easier for humans. The exceptions handled specially by <span class="emphasis"><em>keyfile</em></span> plugin are listed below. Refer to - <span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span> + <a class="link" href="nm-settings.html" title="nm-settings"><span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span></a> for all available settings and properties and their description. </p> <p><b>Name aliases. </b> @@ -188,7 +188,7 @@ id=4 <tr><td>802-11-wireless-security = wifi-security</td></tr> </table> <div class="table"> -<a name="id-1.2.7.6.4"></a><p class="title"><b>Table 31. bridge setting (section)</b></p> +<a name="id-1.2.7.6.4"></a><p class="title"><b>Table 54. bridge setting (section)</b></p> <div class="table-contents"><table summary="bridge setting (section)" border="1"> <colgroup> <col> @@ -213,7 +213,7 @@ Example: </strong></span>mac-address=00:22:68:12:79:A2 mac-address=0;34;104;18;1 </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.7.6.5"></a><p class="title"><b>Table 32. infiniband setting (section)</b></p> +<a name="id-1.2.7.6.5"></a><p class="title"><b>Table 55. infiniband setting (section)</b></p> <div class="table-contents"><table summary="infiniband setting (section)" border="1"> <colgroup> <col> @@ -238,7 +238,7 @@ Example: </strong></span>mac-address= 80:00:00:6d:fe:80:00:00:00:00:00:00:00:02: </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.7.6.6"></a><p class="title"><b>Table 33. ipv4 setting (section)</b></p> +<a name="id-1.2.7.6.6"></a><p class="title"><b>Table 56. ipv4 setting (section)</b></p> <div class="table-contents"><table summary="ipv4 setting (section)" border="1"> <colgroup> <col> @@ -289,7 +289,7 @@ Example: </strong></span>route1=8.8.8.0/24,10.1.1.1,77 route2=7.7.0.0/16</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.7.6.7"></a><p class="title"><b>Table 34. ipv6 setting (section)</b></p> +<a name="id-1.2.7.6.7"></a><p class="title"><b>Table 57. ipv6 setting (section)</b></p> <div class="table-contents"><table summary="ipv6 setting (section)" border="1"> <colgroup> <col> @@ -340,7 +340,7 @@ Example: </strong></span>route1=2001:4860:4860::/64,2620:52:0:2219:222:68ff:fe11 </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.7.6.8"></a><p class="title"><b>Table 35. serial setting (section)</b></p> +<a name="id-1.2.7.6.8"></a><p class="title"><b>Table 58. serial setting (section)</b></p> <div class="table-contents"><table summary="serial setting (section)" border="1"> <colgroup> <col> @@ -365,7 +365,7 @@ Example: </strong></span>parity=n</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.7.6.9"></a><p class="title"><b>Table 36. vpn setting (section)</b></p> +<a name="id-1.2.7.6.9"></a><p class="title"><b>Table 59. vpn setting (section)</b></p> <div class="table-contents"><table summary="vpn setting (section)" border="1"> <colgroup> <col> @@ -400,7 +400,7 @@ Example: </strong></span>password=Popocatepetl</td> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.7.6.10"></a><p class="title"><b>Table 37. 802-3-ethernet setting (section)</b></p> +<a name="id-1.2.7.6.10"></a><p class="title"><b>Table 60. 802-3-ethernet setting (section)</b></p> <div class="table-contents"><table summary="802-3-ethernet setting (section)" border="1"> <colgroup> <col> @@ -439,7 +439,7 @@ Example: </strong></span>mac-address-blacklist= 00:22:68:12:79:A6;00:22:68:12:79 </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.7.6.11"></a><p class="title"><b>Table 38. 802-11-wireless setting (section)</b></p> +<a name="id-1.2.7.6.11"></a><p class="title"><b>Table 61. 802-11-wireless setting (section)</b></p> <div class="table-contents"><table summary="802-11-wireless setting (section)" border="1"> <colgroup> <col> @@ -511,15 +511,15 @@ Example: </strong></span>mac-address-blacklist= 00:22:68:12:79:A6;00:22:68:12:79 </div> <div class="refsect1"> <a name="see_also"></a><h2>See Also</h2> -<p><span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span>, - <span class="citerefentry"><span class="refentrytitle">nm-settings-ifcfg-rh</span>(5)</span>, - <span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span>, - <span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span>, - <span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span>, - <span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span></p> +<p><a class="link" href="nm-settings.html" title="nm-settings"><span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span></a>, + <a class="link" href="nm-settings-ifcfg-rh.html" title="nm-settings-ifcfg-rh"><span class="citerefentry"><span class="refentrytitle">nm-settings-ifcfg-rh</span>(5)</span></a>, + <a class="link" href="NetworkManager.html" title="NetworkManager"><span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span></a>, + <a class="link" href="NetworkManager.conf.html" title="NetworkManager.conf"><span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span></a>, + <a class="link" href="nmcli.html" title="nmcli"><span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span></a>, + <a class="link" href="nmcli-examples.html" title="nmcli-examples"><span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span></a></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/api/html/nm-settings.html b/docs/api/html/nm-settings.html index 4b300bc7..6d729dde 100644 --- a/docs/api/html/nm-settings.html +++ b/docs/api/html/nm-settings.html @@ -8,7 +8,7 @@ <link rel="up" href="manpages.html" title="Manual Pages"> <link rel="prev" href="NetworkManager.conf.html" title="NetworkManager.conf"> <link rel="next" href="nm-settings-keyfile.html" title="nm-settings-keyfile"> -<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"> @@ -94,7 +94,7 @@ </table> </div> <div class="table"> -<a name="id-1.2.6.4.3"></a><p class="title"><b>Table 1. 802-1x setting</b></p> +<a name="id-1.2.6.4.3"></a><p class="title"><b>Table 24. 802-1x setting</b></p> <div class="table-contents"><table summary="802-1x setting" border="1"> <colgroup> <col> @@ -110,211 +110,246 @@ </tr></thead> <tbody> <tr> -<td align="left">altsubject-matches</td> +<td align="left"> +<a name="nm-settings.property.802-1x.altsubject-matches"></a>altsubject-matches</td> <td align="left">array of string</td> <td align="left">[]</td> <td>List of strings to be matched against the altSubjectName of the certificate presented by the authentication server. If the list is empty, no verification of the server certificate's altSubjectName is performed.</td> </tr> <tr> -<td align="left">anonymous-identity</td> +<td align="left"> +<a name="nm-settings.property.802-1x.anonymous-identity"></a>anonymous-identity</td> <td align="left">string</td> <td align="left"> </td> <td>Anonymous identity string for EAP authentication methods. Used as the unencrypted identity with EAP types that support different tunneled identity like EAP-TTLS.</td> </tr> <tr> -<td align="left">ca-cert</td> +<td align="left"> +<a name="nm-settings.property.802-1x.ca-cert"></a>ca-cert</td> <td align="left">byte array</td> <td align="left"> </td> <td>Contains the CA certificate if used by the EAP method specified in the "eap" property. Certificate data is specified using a "scheme"; two are currently supported: blob and path. When using the blob scheme (which is backwards compatible with NM 0.7.x) this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte. This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended.</td> </tr> <tr> -<td align="left">ca-path</td> +<td align="left"> +<a name="nm-settings.property.802-1x.ca-path"></a>ca-path</td> <td align="left">string</td> <td align="left"> </td> <td>UTF-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the certificate specified in the "ca-cert" property.</td> </tr> <tr> -<td align="left">client-cert</td> +<td align="left"> +<a name="nm-settings.property.802-1x.client-cert"></a>client-cert</td> <td align="left">byte array</td> <td align="left"> </td> <td>Contains the client certificate if used by the EAP method specified in the "eap" property. Certificate data is specified using a "scheme"; two are currently supported: blob and path. When using the blob scheme (which is backwards compatible with NM 0.7.x) this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte.</td> </tr> <tr> -<td align="left">domain-suffix-match</td> +<td align="left"> +<a name="nm-settings.property.802-1x.domain-suffix-match"></a>domain-suffix-match</td> <td align="left">string</td> <td align="left"> </td> <td>Constraint for server domain name. If set, this FQDN is used as a suffix match requirement for dNSName element(s) of the certificate presented by the authentication server. If a matching dNSName is found, this constraint is met. If no dNSName values are present, this constraint is matched against SubjectName CN using same suffix match comparison.</td> </tr> <tr> -<td align="left">eap</td> +<td align="left"> +<a name="nm-settings.property.802-1x.eap"></a>eap</td> <td align="left">array of string</td> <td align="left">[]</td> <td>The allowed EAP method to be used when authenticating to the network with 802.1x. Valid methods are: "leap", "md5", "tls", "peap", "ttls", "pwd", and "fast". Each method requires different configuration using the properties of this setting; refer to wpa_supplicant documentation for the allowed combinations.</td> </tr> <tr> -<td align="left">identity</td> +<td align="left"> +<a name="nm-settings.property.802-1x.identity"></a>identity</td> <td align="left">string</td> <td align="left"> </td> <td>Identity string for EAP authentication methods. Often the user's user or login name.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.802-1x.name"></a>name</td> <td align="left">string</td> <td align="left">802-1x</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">pac-file</td> +<td align="left"> +<a name="nm-settings.property.802-1x.pac-file"></a>pac-file</td> <td align="left">string</td> <td align="left"> </td> <td>UTF-8 encoded file path containing PAC for EAP-FAST.</td> </tr> <tr> -<td align="left">password</td> +<td align="left"> +<a name="nm-settings.property.802-1x.password"></a>password</td> <td align="left">string</td> <td align="left"> </td> <td>UTF-8 encoded password used for EAP authentication methods. If both the "password" property and the "password-raw" property are specified, "password" is preferred.</td> </tr> <tr> -<td align="left">password-flags</td> +<td align="left"> +<a name="nm-settings.property.802-1x.password-flags"></a>password-flags</td> <td align="left">NMSettingSecretFlags (uint32)</td> <td align="left"> </td> <td>Flags indicating how to handle the "password" property. (see <a class="xref" href="nm-settings.html#secrets-flags" title="Secret flag types:">the section called “Secret flag types:”</a> for flag values)</td> </tr> <tr> -<td align="left">password-raw</td> +<td align="left"> +<a name="nm-settings.property.802-1x.password-raw"></a>password-raw</td> <td align="left">byte array</td> <td align="left"> </td> <td>Password used for EAP authentication methods, given as a byte array to allow passwords in other encodings than UTF-8 to be used. If both the "password" property and the "password-raw" property are specified, "password" is preferred.</td> </tr> <tr> -<td align="left">password-raw-flags</td> +<td align="left"> +<a name="nm-settings.property.802-1x.password-raw-flags"></a>password-raw-flags</td> <td align="left">NMSettingSecretFlags (uint32)</td> <td align="left"> </td> <td>Flags indicating how to handle the "password-raw" property. (see <a class="xref" href="nm-settings.html#secrets-flags" title="Secret flag types:">the section called “Secret flag types:”</a> for flag values)</td> </tr> <tr> -<td align="left">phase1-fast-provisioning</td> +<td align="left"> +<a name="nm-settings.property.802-1x.phase1-fast-provisioning"></a>phase1-fast-provisioning</td> <td align="left">string</td> <td align="left"> </td> <td>Enables or disables in-line provisioning of EAP-FAST credentials when FAST is specified as the EAP method in the "eap" property. Recognized values are "0" (disabled), "1" (allow unauthenticated provisioning), "2" (allow authenticated provisioning), and "3" (allow both authenticated and unauthenticated provisioning). See the wpa_supplicant documentation for more details.</td> </tr> <tr> -<td align="left">phase1-peaplabel</td> +<td align="left"> +<a name="nm-settings.property.802-1x.phase1-peaplabel"></a>phase1-peaplabel</td> <td align="left">string</td> <td align="left"> </td> <td>Forces use of the new PEAP label during key derivation. Some RADIUS servers may require forcing the new PEAP label to interoperate with PEAPv1. Set to "1" to force use of the new PEAP label. See the wpa_supplicant documentation for more details.</td> </tr> <tr> -<td align="left">phase1-peapver</td> +<td align="left"> +<a name="nm-settings.property.802-1x.phase1-peapver"></a>phase1-peapver</td> <td align="left">string</td> <td align="left"> </td> <td>Forces which PEAP version is used when PEAP is set as the EAP method in the "eap" property. When unset, the version reported by the server will be used. Sometimes when using older RADIUS servers, it is necessary to force the client to use a particular PEAP version. To do so, this property may be set to "0" or "1" to force that specific PEAP version.</td> </tr> <tr> -<td align="left">phase2-altsubject-matches</td> +<td align="left"> +<a name="nm-settings.property.802-1x.phase2-altsubject-matches"></a>phase2-altsubject-matches</td> <td align="left">array of string</td> <td align="left">[]</td> <td>List of strings to be matched against the altSubjectName of the certificate presented by the authentication server during the inner "phase 2" authentication. If the list is empty, no verification of the server certificate's altSubjectName is performed.</td> </tr> <tr> -<td align="left">phase2-auth</td> +<td align="left"> +<a name="nm-settings.property.802-1x.phase2-auth"></a>phase2-auth</td> <td align="left">string</td> <td align="left"> </td> <td>Specifies the allowed "phase 2" inner non-EAP authentication methods when an EAP method that uses an inner TLS tunnel is specified in the "eap" property. Recognized non-EAP "phase 2" methods are "pap", "chap", "mschap", "mschapv2", "gtc", "otp", "md5", and "tls". Each "phase 2" inner method requires specific parameters for successful authentication; see the wpa_supplicant documentation for more details.</td> </tr> <tr> -<td align="left">phase2-autheap</td> +<td align="left"> +<a name="nm-settings.property.802-1x.phase2-autheap"></a>phase2-autheap</td> <td align="left">string</td> <td align="left"> </td> <td>Specifies the allowed "phase 2" inner EAP-based authentication methods when an EAP method that uses an inner TLS tunnel is specified in the "eap" property. Recognized EAP-based "phase 2" methods are "md5", "mschapv2", "otp", "gtc", and "tls". Each "phase 2" inner method requires specific parameters for successful authentication; see the wpa_supplicant documentation for more details.</td> </tr> <tr> -<td align="left">phase2-ca-cert</td> +<td align="left"> +<a name="nm-settings.property.802-1x.phase2-ca-cert"></a>phase2-ca-cert</td> <td align="left">byte array</td> <td align="left"> </td> <td>Contains the "phase 2" CA certificate if used by the EAP method specified in the "phase2-auth" or "phase2-autheap" properties. Certificate data is specified using a "scheme"; two are currently supported: blob and path. When using the blob scheme (which is backwards compatible with NM 0.7.x) this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte. This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended.</td> </tr> <tr> -<td align="left">phase2-ca-path</td> +<td align="left"> +<a name="nm-settings.property.802-1x.phase2-ca-path"></a>phase2-ca-path</td> <td align="left">string</td> <td align="left"> </td> <td>UTF-8 encoded path to a directory containing PEM or DER formatted certificates to be added to the verification chain in addition to the certificate specified in the "phase2-ca-cert" property.</td> </tr> <tr> -<td align="left">phase2-client-cert</td> +<td align="left"> +<a name="nm-settings.property.802-1x.phase2-client-cert"></a>phase2-client-cert</td> <td align="left">byte array</td> <td align="left"> </td> <td>Contains the "phase 2" client certificate if used by the EAP method specified in the "phase2-auth" or "phase2-autheap" properties. Certificate data is specified using a "scheme"; two are currently supported: blob and path. When using the blob scheme (which is backwards compatible with NM 0.7.x) this property should be set to the certificate's DER encoded data. When using the path scheme, this property should be set to the full UTF-8 encoded path of the certificate, prefixed with the string "file://" and ending with a terminating NUL byte. This property can be unset even if the EAP method supports CA certificates, but this allows man-in-the-middle attacks and is NOT recommended.</td> </tr> <tr> -<td align="left">phase2-domain-suffix-match</td> +<td align="left"> +<a name="nm-settings.property.802-1x.phase2-domain-suffix-match"></a>phase2-domain-suffix-match</td> <td align="left">string</td> <td align="left"> </td> <td>Constraint for server domain name. If set, this FQDN is used as a suffix match requirement for dNSName element(s) of the certificate presented by the authentication server during the inner "phase 2" authentication. If a matching dNSName is found, this constraint is met. If no dNSName values are present, this constraint is matched against SubjectName CN using same suffix match comparison.</td> </tr> <tr> -<td align="left">phase2-private-key</td> +<td align="left"> +<a name="nm-settings.property.802-1x.phase2-private-key"></a>phase2-private-key</td> <td align="left">byte array</td> <td align="left"> </td> <td>Contains the "phase 2" inner private key when the "phase2-auth" or "phase2-autheap" property is set to "tls". Key data is specified using a "scheme"; two are currently supported: blob and path. When using the blob scheme and private keys, this property should be set to the key's encrypted PEM encoded data. When using private keys with the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string "file://" and ending with a terminating NUL byte. When using PKCS#12 format private keys and the blob scheme, this property should be set to the PKCS#12 data and the "phase2-private-key-password" property must be set to password used to decrypt the PKCS#12 certificate and key. When using PKCS#12 files and the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string "file://" and and ending with a terminating NUL byte, and as with the blob scheme the "phase2-private-key-password" property must be set to the password used to decode the PKCS#12 private key and certificate.</td> </tr> <tr> -<td align="left">phase2-private-key-password</td> +<td align="left"> +<a name="nm-settings.property.802-1x.phase2-private-key-password"></a>phase2-private-key-password</td> <td align="left">string</td> <td align="left"> </td> <td>The password used to decrypt the "phase 2" private key specified in the "phase2-private-key" property when the private key either uses the path scheme, or is a PKCS#12 format key.</td> </tr> <tr> -<td align="left">phase2-private-key-password-flags</td> +<td align="left"> +<a name="nm-settings.property.802-1x.phase2-private-key-password-flags"></a>phase2-private-key-password-flags</td> <td align="left">NMSettingSecretFlags (uint32)</td> <td align="left"> </td> <td>Flags indicating how to handle the "phase2-private-key-password" property. (see <a class="xref" href="nm-settings.html#secrets-flags" title="Secret flag types:">the section called “Secret flag types:”</a> for flag values)</td> </tr> <tr> -<td align="left">phase2-subject-match</td> +<td align="left"> +<a name="nm-settings.property.802-1x.phase2-subject-match"></a>phase2-subject-match</td> <td align="left">string</td> <td align="left"> </td> <td>Substring to be matched against the subject of the certificate presented by the authentication server during the inner "phase 2" authentication. When unset, no verification of the authentication server certificate's subject is performed. This property provides little security, if any, and its use is deprecated in favor of NMSetting8021x:phase2-domain-suffix-match.</td> </tr> <tr> -<td align="left">pin</td> +<td align="left"> +<a name="nm-settings.property.802-1x.pin"></a>pin</td> <td align="left">string</td> <td align="left"> </td> <td>PIN used for EAP authentication methods.</td> </tr> <tr> -<td align="left">pin-flags</td> +<td align="left"> +<a name="nm-settings.property.802-1x.pin-flags"></a>pin-flags</td> <td align="left">NMSettingSecretFlags (uint32)</td> <td align="left"> </td> <td>Flags indicating how to handle the "pin" property. (see <a class="xref" href="nm-settings.html#secrets-flags" title="Secret flag types:">the section called “Secret flag types:”</a> for flag values)</td> </tr> <tr> -<td align="left">private-key</td> +<td align="left"> +<a name="nm-settings.property.802-1x.private-key"></a>private-key</td> <td align="left">byte array</td> <td align="left"> </td> <td>Contains the private key when the "eap" property is set to "tls". Key data is specified using a "scheme"; two are currently supported: blob and path. When using the blob scheme and private keys, this property should be set to the key's encrypted PEM encoded data. When using private keys with the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string "file://" and ending with a terminating NUL byte. When using PKCS#12 format private keys and the blob scheme, this property should be set to the PKCS#12 data and the "private-key-password" property must be set to password used to decrypt the PKCS#12 certificate and key. When using PKCS#12 files and the path scheme, this property should be set to the full UTF-8 encoded path of the key, prefixed with the string "file://" and and ending with a terminating NUL byte, and as with the blob scheme the "private-key-password" property must be set to the password used to decode the PKCS#12 private key and certificate. WARNING: "private-key" is not a "secret" property, and thus unencrypted private key data using the BLOB scheme may be readable by unprivileged users. Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data.</td> </tr> <tr> -<td align="left">private-key-password</td> +<td align="left"> +<a name="nm-settings.property.802-1x.private-key-password"></a>private-key-password</td> <td align="left">string</td> <td align="left"> </td> <td>The password used to decrypt the private key specified in the "private-key" property when the private key either uses the path scheme, or if the private key is a PKCS#12 format key.</td> </tr> <tr> -<td align="left">private-key-password-flags</td> +<td align="left"> +<a name="nm-settings.property.802-1x.private-key-password-flags"></a>private-key-password-flags</td> <td align="left">NMSettingSecretFlags (uint32)</td> <td align="left"> </td> <td>Flags indicating how to handle the "private-key-password" property. (see <a class="xref" href="nm-settings.html#secrets-flags" title="Secret flag types:">the section called “Secret flag types:”</a> for flag values)</td> </tr> <tr> -<td align="left">subject-match</td> +<td align="left"> +<a name="nm-settings.property.802-1x.subject-match"></a>subject-match</td> <td align="left">string</td> <td align="left"> </td> <td>Substring to be matched against the subject of the certificate presented by the authentication server. When unset, no verification of the authentication server certificate's subject is performed. This property provides little security, if any, and its use is deprecated in favor of NMSetting8021x:domain-suffix-match.</td> </tr> <tr> -<td align="left">system-ca-certs</td> +<td align="left"> +<a name="nm-settings.property.802-1x.system-ca-certs"></a>system-ca-certs</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>When TRUE, overrides the "ca-path" and "phase2-ca-path" properties using the system CA directory specified at configure time with the --system-ca-path switch. The certificates in this directory are added to the verification chain in addition to any certificates specified by the "ca-cert" and "phase2-ca-cert" properties. If the path provided with --system-ca-path is rather a file name (bundle of trusted CA certificates), it overrides "ca-cert" and "phase2-ca-cert" properties instead (sets ca_cert/ca_cert2 options for wpa_supplicant).</td> @@ -323,7 +358,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.4"></a><p class="title"><b>Table 2. adsl setting</b></p> +<a name="id-1.2.6.4.4"></a><p class="title"><b>Table 25. adsl setting</b></p> <div class="table-contents"><table summary="adsl setting" border="1"> <colgroup> <col> @@ -339,49 +374,57 @@ </tr></thead> <tbody> <tr> -<td align="left">encapsulation</td> +<td align="left"> +<a name="nm-settings.property.adsl.encapsulation"></a>encapsulation</td> <td align="left">string</td> <td align="left"> </td> <td>Encapsulation of ADSL connection. Can be "vcmux" or "llc".</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.adsl.name"></a>name</td> <td align="left">string</td> <td align="left">adsl</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">password</td> +<td align="left"> +<a name="nm-settings.property.adsl.password"></a>password</td> <td align="left">string</td> <td align="left"> </td> <td>Password used to authenticate with the ADSL service.</td> </tr> <tr> -<td align="left">password-flags</td> +<td align="left"> +<a name="nm-settings.property.adsl.password-flags"></a>password-flags</td> <td align="left">NMSettingSecretFlags (uint32)</td> <td align="left"> </td> <td>Flags indicating how to handle the "password" property. (see <a class="xref" href="nm-settings.html#secrets-flags" title="Secret flag types:">the section called “Secret flag types:”</a> for flag values)</td> </tr> <tr> -<td align="left">protocol</td> +<td align="left"> +<a name="nm-settings.property.adsl.protocol"></a>protocol</td> <td align="left">string</td> <td align="left"> </td> <td>ADSL connection protocol. Can be "pppoa", "pppoe" or "ipoatm".</td> </tr> <tr> -<td align="left">username</td> +<td align="left"> +<a name="nm-settings.property.adsl.username"></a>username</td> <td align="left">string</td> <td align="left"> </td> <td>Username used to authenticate with the ADSL service.</td> </tr> <tr> -<td align="left">vci</td> +<td align="left"> +<a name="nm-settings.property.adsl.vci"></a>vci</td> <td align="left">uint32</td> <td align="left">0</td> <td>VCI of ADSL connection</td> </tr> <tr> -<td align="left">vpi</td> +<td align="left"> +<a name="nm-settings.property.adsl.vpi"></a>vpi</td> <td align="left">uint32</td> <td align="left">0</td> <td>VPI of ADSL connection</td> @@ -390,7 +433,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.5"></a><p class="title"><b>Table 3. bluetooth setting</b></p> +<a name="id-1.2.6.4.5"></a><p class="title"><b>Table 26. bluetooth setting</b></p> <div class="table-contents"><table summary="bluetooth setting" border="1"> <colgroup> <col> @@ -406,19 +449,22 @@ </tr></thead> <tbody> <tr> -<td align="left">bdaddr</td> +<td align="left"> +<a name="nm-settings.property.bluetooth.bdaddr"></a>bdaddr</td> <td align="left">byte array</td> <td align="left"> </td> <td>The Bluetooth address of the device.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.bluetooth.name"></a>name</td> <td align="left">string</td> <td align="left">bluetooth</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">type</td> +<td align="left"> +<a name="nm-settings.property.bluetooth.type"></a>type</td> <td align="left">string</td> <td align="left"> </td> <td>Either "dun" for Dial-Up Networking connections or "panu" for Personal Area Networking connections to devices supporting the NAP profile.</td> @@ -427,7 +473,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.6"></a><p class="title"><b>Table 4. bond setting</b></p> +<a name="id-1.2.6.4.6"></a><p class="title"><b>Table 27. bond setting</b></p> <div class="table-contents"><table summary="bond setting" border="1"> <colgroup> <col> @@ -443,19 +489,22 @@ </tr></thead> <tbody> <tr> -<td align="left">interface-name</td> +<td align="left"> +<a name="nm-settings.property.bond.interface-name"></a>interface-name</td> <td align="left">string</td> <td align="left"> </td> <td>Deprecated in favor of connection.interface-name, but can be used for backward-compatibility with older daemons, to set the bond's interface name.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.bond.name"></a>name</td> <td align="left">string</td> <td align="left">bond</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">options</td> +<td align="left"> +<a name="nm-settings.property.bond.options"></a>options</td> <td align="left">dict of string to string</td> <td align="left">{'mode': 'balance-rr'}</td> <td>Dictionary of key/value pairs of bonding options. Both keys and values must be strings. Option names must contain only alphanumeric characters (ie, [a-zA-Z0-9]).</td> @@ -464,7 +513,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.7"></a><p class="title"><b>Table 5. bridge setting</b></p> +<a name="id-1.2.6.4.7"></a><p class="title"><b>Table 28. bridge setting</b></p> <div class="table-contents"><table summary="bridge setting" border="1"> <colgroup> <col> @@ -480,61 +529,71 @@ </tr></thead> <tbody> <tr> -<td align="left">ageing-time</td> +<td align="left"> +<a name="nm-settings.property.bridge.ageing-time"></a>ageing-time</td> <td align="left">uint32</td> <td align="left">300</td> <td>The Ethernet MAC address aging time, in seconds.</td> </tr> <tr> -<td align="left">forward-delay</td> +<td align="left"> +<a name="nm-settings.property.bridge.forward-delay"></a>forward-delay</td> <td align="left">uint32</td> <td align="left">15</td> <td>The Spanning Tree Protocol (STP) forwarding delay, in seconds.</td> </tr> <tr> -<td align="left">hello-time</td> +<td align="left"> +<a name="nm-settings.property.bridge.hello-time"></a>hello-time</td> <td align="left">uint32</td> <td align="left">2</td> <td>The Spanning Tree Protocol (STP) hello time, in seconds.</td> </tr> <tr> -<td align="left">interface-name</td> +<td align="left"> +<a name="nm-settings.property.bridge.interface-name"></a>interface-name</td> <td align="left">string</td> <td align="left"> </td> <td>Deprecated in favor of connection.interface-name, but can be used for backward-compatibility with older daemons, to set the bridge's interface name.</td> </tr> <tr> -<td align="left">mac-address</td> +<td align="left"> +<a name="nm-settings.property.bridge.mac-address"></a>mac-address</td> <td align="left">byte array</td> <td align="left"> </td> <td>If specified, the MAC address of bridge. When creating a new bridge, this MAC address will be set. When matching an existing (outside NetworkManager created) bridge, this MAC address must match.</td> </tr> <tr> -<td align="left">max-age</td> +<td align="left"> +<a name="nm-settings.property.bridge.max-age"></a>max-age</td> <td align="left">uint32</td> <td align="left">20</td> <td>The Spanning Tree Protocol (STP) maximum message age, in seconds.</td> </tr> <tr> -<td align="left">multicast-snooping</td> +<td align="left"> +<a name="nm-settings.property.bridge.multicast-snooping"></a>multicast-snooping</td> <td align="left">boolean</td> <td align="left">TRUE</td> <td>Controls whether IGMP snooping is enabled for this bridge. Note that if snooping was automatically disabled due to hash collisions, the system may refuse to enable the feature until the collisions are resolved.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.bridge.name"></a>name</td> <td align="left">string</td> <td align="left">bridge</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">priority</td> +<td align="left"> +<a name="nm-settings.property.bridge.priority"></a>priority</td> <td align="left">uint32</td> <td align="left">32768</td> <td>Sets the Spanning Tree Protocol (STP) priority for this bridge. Lower values are "better"; the lowest priority bridge will be elected the root bridge.</td> </tr> <tr> -<td align="left">stp</td> +<td align="left"> +<a name="nm-settings.property.bridge.stp"></a>stp</td> <td align="left">boolean</td> <td align="left">TRUE</td> <td>Controls whether Spanning Tree Protocol (STP) is enabled for this bridge.</td> @@ -543,7 +602,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.8"></a><p class="title"><b>Table 6. bridge-port setting</b></p> +<a name="id-1.2.6.4.8"></a><p class="title"><b>Table 29. bridge-port setting</b></p> <div class="table-contents"><table summary="bridge-port setting" border="1"> <colgroup> <col> @@ -559,25 +618,29 @@ </tr></thead> <tbody> <tr> -<td align="left">hairpin-mode</td> +<td align="left"> +<a name="nm-settings.property.bridge-port.hairpin-mode"></a>hairpin-mode</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>Enables or disabled "hairpin mode" for the port, which allows frames to be sent back out through the port the frame was received on.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.bridge-port.name"></a>name</td> <td align="left">string</td> <td align="left">bridge-port</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">path-cost</td> +<td align="left"> +<a name="nm-settings.property.bridge-port.path-cost"></a>path-cost</td> <td align="left">uint32</td> <td align="left">100</td> <td>The Spanning Tree Protocol (STP) port cost for destinations via this port.</td> </tr> <tr> -<td align="left">priority</td> +<td align="left"> +<a name="nm-settings.property.bridge-port.priority"></a>priority</td> <td align="left">uint32</td> <td align="left">32</td> <td>The Spanning Tree Protocol (STP) priority of this bridge port.</td> @@ -586,7 +649,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.9"></a><p class="title"><b>Table 7. cdma setting</b></p> +<a name="id-1.2.6.4.9"></a><p class="title"><b>Table 30. cdma setting</b></p> <div class="table-contents"><table summary="cdma setting" border="1"> <colgroup> <col> @@ -602,31 +665,36 @@ </tr></thead> <tbody> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.cdma.name"></a>name</td> <td align="left">string</td> <td align="left">cdma</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">number</td> +<td align="left"> +<a name="nm-settings.property.cdma.number"></a>number</td> <td align="left">string</td> <td align="left"> </td> <td>The number to dial to establish the connection to the CDMA-based mobile broadband network, if any. If not specified, the default number (#777) is used when required.</td> </tr> <tr> -<td align="left">password</td> +<td align="left"> +<a name="nm-settings.property.cdma.password"></a>password</td> <td align="left">string</td> <td align="left"> </td> <td>The password used to authenticate with the network, if required. Many providers do not require a password, or accept any password. But if a password is required, it is specified here.</td> </tr> <tr> -<td align="left">password-flags</td> +<td align="left"> +<a name="nm-settings.property.cdma.password-flags"></a>password-flags</td> <td align="left">NMSettingSecretFlags (uint32)</td> <td align="left"> </td> <td>Flags indicating how to handle the "password" property. (see <a class="xref" href="nm-settings.html#secrets-flags" title="Secret flag types:">the section called “Secret flag types:”</a> for flag values)</td> </tr> <tr> -<td align="left">username</td> +<td align="left"> +<a name="nm-settings.property.cdma.username"></a>username</td> <td align="left">string</td> <td align="left"> </td> <td>The username used to authenticate with the network, if required. Many providers do not require a username, or accept any username. But if a username is required, it is specified here.</td> @@ -635,7 +703,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.10"></a><p class="title"><b>Table 8. connection setting</b></p> +<a name="id-1.2.6.4.10"></a><p class="title"><b>Table 31. connection setting</b></p> <div class="table-contents"><table summary="connection setting" border="1"> <colgroup> <col> @@ -651,109 +719,134 @@ </tr></thead> <tbody> <tr> -<td align="left">autoconnect</td> +<td align="left"> +<a name="nm-settings.property.connection.autoconnect"></a>autoconnect</td> <td align="left">boolean</td> <td align="left">TRUE</td> <td>Whether or not the connection should be automatically connected by NetworkManager when the resources for the connection are available. TRUE to automatically activate the connection, FALSE to require manual intervention to activate the connection.</td> </tr> <tr> -<td align="left">autoconnect-priority</td> +<td align="left"> +<a name="nm-settings.property.connection.autoconnect-priority"></a>autoconnect-priority</td> <td align="left">int32</td> <td align="left">0</td> <td>The autoconnect priority. If the connection is set to autoconnect, connections with higher priority will be preferred. Defaults to 0. The higher number means higher priority.</td> </tr> <tr> -<td align="left">autoconnect-slaves</td> +<td align="left"> +<a name="nm-settings.property.connection.autoconnect-slaves"></a>autoconnect-slaves</td> <td align="left">NMSettingConnectionAutoconnectSlaves (int32)</td> <td align="left"> </td> <td>Whether or not slaves of this connection should be automatically brought up when NetworkManager activates this connection. This only has a real effect for master connections. The permitted values are: 0: leave slave connections untouched, 1: activate all the slave connections with this connection, -1: default. If -1 (default) is set, global connection.autoconnect-slaves is read to determine the real value. If it is default as well, this fallbacks to 0.</td> </tr> <tr> -<td align="left">gateway-ping-timeout</td> +<td align="left"> +<a name="nm-settings.property.connection.gateway-ping-timeout"></a>gateway-ping-timeout</td> <td align="left">uint32</td> <td align="left">0</td> <td>If greater than zero, delay success of IP addressing until either the timeout is reached, or an IP gateway replies to a ping.</td> </tr> <tr> -<td align="left">id</td> +<td align="left"> +<a name="nm-settings.property.connection.id"></a>id</td> <td align="left">string</td> <td align="left"> </td> <td>A human readable unique identifier for the connection, like "Work Wi-Fi" or "T-Mobile 3G".</td> </tr> <tr> -<td align="left">interface-name</td> +<td align="left"> +<a name="nm-settings.property.connection.interface-name"></a>interface-name</td> <td align="left">string</td> <td align="left"> </td> <td>The name of the network interface this connection is bound to. If not set, then the connection can be attached to any interface of the appropriate type (subject to restrictions imposed by other settings). For software devices this specifies the name of the created device. For connection types where interface names cannot easily be made persistent (e.g. mobile broadband or USB Ethernet), this property should not be used. Setting this property restricts the interfaces a connection can be used with, and if interface names change or are reordered the connection may be applied to the wrong interface.</td> </tr> <tr> -<td align="left">lldp</td> +<td align="left"> +<a name="nm-settings.property.connection.lldp"></a>lldp</td> <td align="left">int32</td> <td align="left">-1</td> <td>Whether LLDP is enabled for the connection.</td> </tr> <tr> -<td align="left">master</td> +<td align="left"> +<a name="nm-settings.property.connection.master"></a>master</td> <td align="left">string</td> <td align="left"> </td> <td>Interface name of the master device or UUID of the master connection.</td> </tr> <tr> -<td align="left">metered</td> +<td align="left"> +<a name="nm-settings.property.connection.metered"></a>metered</td> <td align="left">NMMetered (int32)</td> <td align="left"> </td> <td>Whether the connection is metered. When updating this property on a currently activated connection, the change takes effect immediately.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.connection.name"></a>name</td> <td align="left">string</td> <td align="left">connection</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">permissions</td> +<td align="left"> +<a name="nm-settings.property.connection.permissions"></a>permissions</td> <td align="left">array of string</td> <td align="left">[]</td> <td>An array of strings defining what access a given user has to this connection. If this is NULL or empty, all users are allowed to access this connection. Otherwise a user is allowed to access this connection if and only if they are in this list. Each entry is of the form "[type]:[id]:[reserved]"; for example, "user:dcbw:blah". At this time only the "user" [type] is allowed. Any other values are ignored and reserved for future use. [id] is the username that this permission refers to, which may not contain the ":" character. Any [reserved] information present must be ignored and is reserved for future use. All of [type], [id], and [reserved] must be valid UTF-8.</td> </tr> <tr> -<td align="left">read-only</td> +<td align="left"> +<a name="nm-settings.property.connection.read-only"></a>read-only</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>FALSE if the connection can be modified using the provided settings service's D-Bus interface with the right privileges, or TRUE if the connection is read-only and cannot be modified.</td> </tr> <tr> -<td align="left">secondaries</td> +<td align="left"> +<a name="nm-settings.property.connection.secondaries"></a>secondaries</td> <td align="left">array of string</td> <td align="left">[]</td> <td>List of connection UUIDs that should be activated when the base connection itself is activated. Currently only VPN connections are supported.</td> </tr> <tr> -<td align="left">slave-type</td> +<td align="left"> +<a name="nm-settings.property.connection.slave-type"></a>slave-type</td> <td align="left">string</td> <td align="left"> </td> <td>Setting name of the device type of this slave's master connection (eg, "bond"), or NULL if this connection is not a slave.</td> </tr> <tr> -<td align="left">timestamp</td> +<td align="left"> +<a name="nm-settings.property.connection.stable-id"></a>stable-id</td> +<td align="left">string</td> +<td align="left"> </td> +<td>This token to generate stable IDs for the connection. If unset, the UUID will be used instead. The stable-id is used instead of the connection UUID for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable.</td> +</tr> +<tr> +<td align="left"> +<a name="nm-settings.property.connection.timestamp"></a>timestamp</td> <td align="left">uint64</td> <td align="left">0</td> <td>The time, in seconds since the Unix Epoch, that the connection was last _successfully_ fully activated. NetworkManager updates the connection timestamp periodically when the connection is active to ensure that an active connection has the latest timestamp. The property is only meant for reading (changes to this property will not be preserved).</td> </tr> <tr> -<td align="left">type</td> +<td align="left"> +<a name="nm-settings.property.connection.type"></a>type</td> <td align="left">string</td> <td align="left"> </td> <td>Base type of the connection. For hardware-dependent connections, should contain the setting name of the hardware-type specific setting (ie, "802-3-ethernet" or "802-11-wireless" or "bluetooth", etc), and for non-hardware dependent connections like VPN or otherwise, should contain the setting name of that setting type (ie, "vpn" or "bridge", etc).</td> </tr> <tr> -<td align="left">uuid</td> +<td align="left"> +<a name="nm-settings.property.connection.uuid"></a>uuid</td> <td align="left">string</td> <td align="left"> </td> <td>A universally unique identifier for the connection, for example generated with libuuid. It should be assigned when the connection is created, and never changed as long as the connection still applies to the same network. For example, it should not be changed when the "id" property or NMSettingIP4Config changes, but might need to be re-created when the Wi-Fi SSID, mobile broadband network provider, or "type" property changes. The UUID must be in the format "2815492f-7e56-435e-b2e9-246bd7cdc664" (ie, contains only hexadecimal characters and "-").</td> </tr> <tr> -<td align="left">zone</td> +<td align="left"> +<a name="nm-settings.property.connection.zone"></a>zone</td> <td align="left">string</td> <td align="left"> </td> <td>The trust level of a the connection. Free form case-insensitive string (for example "Home", "Work", "Public"). NULL or unspecified zone means the connection will be placed in the default zone as defined by the firewall. When updating this property on a currently activated connection, the change takes effect immediately.</td> @@ -762,7 +855,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.11"></a><p class="title"><b>Table 9. dcb setting</b></p> +<a name="id-1.2.6.4.11"></a><p class="title"><b>Table 32. dcb setting</b></p> <div class="table-contents"><table summary="dcb setting" border="1"> <colgroup> <col> @@ -778,97 +871,113 @@ </tr></thead> <tbody> <tr> -<td align="left">app-fcoe-flags</td> +<td align="left"> +<a name="nm-settings.property.dcb.app-fcoe-flags"></a>app-fcoe-flags</td> <td align="left">NMSettingDcbFlags (uint32)</td> <td align="left"> </td> <td>Specifies the NMSettingDcbFlags for the DCB FCoE application. Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).</td> </tr> <tr> -<td align="left">app-fcoe-mode</td> +<td align="left"> +<a name="nm-settings.property.dcb.app-fcoe-mode"></a>app-fcoe-mode</td> <td align="left">string</td> <td align="left">"fabric"</td> <td>The FCoE controller mode; either "fabric" (default) or "vn2vn".</td> </tr> <tr> -<td align="left">app-fcoe-priority</td> +<td align="left"> +<a name="nm-settings.property.dcb.app-fcoe-priority"></a>app-fcoe-priority</td> <td align="left">int32</td> <td align="left">-1</td> <td>The highest User Priority (0 - 7) which FCoE frames should use, or -1 for default priority. Only used when the "app-fcoe-flags" property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag.</td> </tr> <tr> -<td align="left">app-fip-flags</td> +<td align="left"> +<a name="nm-settings.property.dcb.app-fip-flags"></a>app-fip-flags</td> <td align="left">NMSettingDcbFlags (uint32)</td> <td align="left"> </td> <td>Specifies the NMSettingDcbFlags for the DCB FIP application. Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).</td> </tr> <tr> -<td align="left">app-fip-priority</td> +<td align="left"> +<a name="nm-settings.property.dcb.app-fip-priority"></a>app-fip-priority</td> <td align="left">int32</td> <td align="left">-1</td> <td>The highest User Priority (0 - 7) which FIP frames should use, or -1 for default priority. Only used when the "app-fip-flags" property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag.</td> </tr> <tr> -<td align="left">app-iscsi-flags</td> +<td align="left"> +<a name="nm-settings.property.dcb.app-iscsi-flags"></a>app-iscsi-flags</td> <td align="left">NMSettingDcbFlags (uint32)</td> <td align="left"> </td> <td>Specifies the NMSettingDcbFlags for the DCB iSCSI application. Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).</td> </tr> <tr> -<td align="left">app-iscsi-priority</td> +<td align="left"> +<a name="nm-settings.property.dcb.app-iscsi-priority"></a>app-iscsi-priority</td> <td align="left">int32</td> <td align="left">-1</td> <td>The highest User Priority (0 - 7) which iSCSI frames should use, or -1 for default priority. Only used when the "app-iscsi-flags" property includes the NM_SETTING_DCB_FLAG_ENABLE (0x1) flag.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.dcb.name"></a>name</td> <td align="left">string</td> <td align="left">dcb</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">priority-bandwidth</td> +<td align="left"> +<a name="nm-settings.property.dcb.priority-bandwidth"></a>priority-bandwidth</td> <td align="left">array of uint32</td> <td align="left">[0, 0, 0, 0, 0, 0, 0, 0]</td> <td>An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the percentage of bandwidth of the priority's assigned group that the priority may use. The sum of all percentages for priorities which belong to the same group must total 100 percent.</td> </tr> <tr> -<td align="left">priority-flow-control</td> +<td align="left"> +<a name="nm-settings.property.dcb.priority-flow-control"></a>priority-flow-control</td> <td align="left">array of uint32</td> <td align="left">[0, 0, 0, 0, 0, 0, 0, 0]</td> <td>An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the corresponding priority should transmit priority pause.</td> </tr> <tr> -<td align="left">priority-flow-control-flags</td> +<td align="left"> +<a name="nm-settings.property.dcb.priority-flow-control-flags"></a>priority-flow-control-flags</td> <td align="left">NMSettingDcbFlags (uint32)</td> <td align="left"> </td> <td>Specifies the NMSettingDcbFlags for DCB Priority Flow Control (PFC). Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).</td> </tr> <tr> -<td align="left">priority-group-bandwidth</td> +<td align="left"> +<a name="nm-settings.property.dcb.priority-group-bandwidth"></a>priority-group-bandwidth</td> <td align="left">array of uint32</td> <td align="left">[0, 0, 0, 0, 0, 0, 0, 0]</td> <td>An array of 8 uint values, where the array index corresponds to the Priority Group ID (0 - 7) and the value indicates the percentage of link bandwidth allocated to that group. Allowed values are 0 - 100, and the sum of all values must total 100 percent.</td> </tr> <tr> -<td align="left">priority-group-flags</td> +<td align="left"> +<a name="nm-settings.property.dcb.priority-group-flags"></a>priority-group-flags</td> <td align="left">NMSettingDcbFlags (uint32)</td> <td align="left"> </td> <td>Specifies the NMSettingDcbFlags for DCB Priority Groups. Flags may be any combination of NM_SETTING_DCB_FLAG_ENABLE (0x1), NM_SETTING_DCB_FLAG_ADVERTISE (0x2), and NM_SETTING_DCB_FLAG_WILLING (0x4).</td> </tr> <tr> -<td align="left">priority-group-id</td> +<td align="left"> +<a name="nm-settings.property.dcb.priority-group-id"></a>priority-group-id</td> <td align="left">array of uint32</td> <td align="left">[0, 0, 0, 0, 0, 0, 0, 0]</td> <td>An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the Priority Group ID. Allowed Priority Group ID values are 0 - 7 or 15 for the unrestricted group.</td> </tr> <tr> -<td align="left">priority-strict-bandwidth</td> +<td align="left"> +<a name="nm-settings.property.dcb.priority-strict-bandwidth"></a>priority-strict-bandwidth</td> <td align="left">array of uint32</td> <td align="left">[0, 0, 0, 0, 0, 0, 0, 0]</td> <td>An array of 8 boolean values, where the array index corresponds to the User Priority (0 - 7) and the value indicates whether or not the priority may use all of the bandwidth allocated to its assigned group.</td> </tr> <tr> -<td align="left">priority-traffic-class</td> +<td align="left"> +<a name="nm-settings.property.dcb.priority-traffic-class"></a>priority-traffic-class</td> <td align="left">array of uint32</td> <td align="left">[0, 0, 0, 0, 0, 0, 0, 0]</td> <td>An array of 8 uint values, where the array index corresponds to the User Priority (0 - 7) and the value indicates the traffic class (0 - 7) to which the priority is mapped.</td> @@ -877,7 +986,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.12"></a><p class="title"><b>Table 10. generic setting</b></p> +<a name="id-1.2.6.4.12"></a><p class="title"><b>Table 33. generic setting</b></p> <div class="table-contents"><table summary="generic setting" border="1"> <colgroup> <col> @@ -892,7 +1001,8 @@ <th>Value Description</th> </tr></thead> <tbody><tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.generic.name"></a>name</td> <td align="left">string</td> <td align="left">generic</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> @@ -900,7 +1010,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.13"></a><p class="title"><b>Table 11. gsm setting</b></p> +<a name="id-1.2.6.4.13"></a><p class="title"><b>Table 34. gsm setting</b></p> <div class="table-contents"><table summary="gsm setting" border="1"> <colgroup> <col> @@ -916,79 +1026,92 @@ </tr></thead> <tbody> <tr> -<td align="left">apn</td> +<td align="left"> +<a name="nm-settings.property.gsm.apn"></a>apn</td> <td align="left">string</td> <td align="left"> </td> <td>The GPRS Access Point Name specifying the APN used when establishing a data session with the GSM-based network. The APN often determines how the user will be billed for their network usage and whether the user has access to the Internet or just a provider-specific walled-garden, so it is important to use the correct APN for the user's mobile broadband plan. The APN may only be composed of the characters a-z, 0-9, ., and - per GSM 03.60 Section 14.9.</td> </tr> <tr> -<td align="left">device-id</td> +<td align="left"> +<a name="nm-settings.property.gsm.device-id"></a>device-id</td> <td align="left">string</td> <td align="left"> </td> <td>The device unique identifier (as given by the WWAN management service) which this connection applies to. If given, the connection will only apply to the specified device.</td> </tr> <tr> -<td align="left">home-only</td> +<td align="left"> +<a name="nm-settings.property.gsm.home-only"></a>home-only</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>When TRUE, only connections to the home network will be allowed. Connections to roaming networks will not be made.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.gsm.name"></a>name</td> <td align="left">string</td> <td align="left">gsm</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">network-id</td> +<td align="left"> +<a name="nm-settings.property.gsm.network-id"></a>network-id</td> <td align="left">string</td> <td align="left"> </td> <td>The Network ID (GSM LAI format, ie MCC-MNC) to force specific network registration. If the Network ID is specified, NetworkManager will attempt to force the device to register only on the specified network. This can be used to ensure that the device does not roam when direct roaming control of the device is not otherwise possible.</td> </tr> <tr> -<td align="left">number</td> +<td align="left"> +<a name="nm-settings.property.gsm.number"></a>number</td> <td align="left">string</td> <td align="left"> </td> <td>Number to dial when establishing a PPP data session with the GSM-based mobile broadband network. Many modems do not require PPP for connections to the mobile network and thus this property should be left blank, which allows NetworkManager to select the appropriate settings automatically.</td> </tr> <tr> -<td align="left">password</td> +<td align="left"> +<a name="nm-settings.property.gsm.password"></a>password</td> <td align="left">string</td> <td align="left"> </td> <td>The password used to authenticate with the network, if required. Many providers do not require a password, or accept any password. But if a password is required, it is specified here.</td> </tr> <tr> -<td align="left">password-flags</td> +<td align="left"> +<a name="nm-settings.property.gsm.password-flags"></a>password-flags</td> <td align="left">NMSettingSecretFlags (uint32)</td> <td align="left"> </td> <td>Flags indicating how to handle the "password" property. (see <a class="xref" href="nm-settings.html#secrets-flags" title="Secret flag types:">the section called “Secret flag types:”</a> for flag values)</td> </tr> <tr> -<td align="left">pin</td> +<td align="left"> +<a name="nm-settings.property.gsm.pin"></a>pin</td> <td align="left">string</td> <td align="left"> </td> <td>If the SIM is locked with a PIN it must be unlocked before any other operations are requested. Specify the PIN here to allow operation of the device.</td> </tr> <tr> -<td align="left">pin-flags</td> +<td align="left"> +<a name="nm-settings.property.gsm.pin-flags"></a>pin-flags</td> <td align="left">NMSettingSecretFlags (uint32)</td> <td align="left"> </td> <td>Flags indicating how to handle the "pin" property. (see <a class="xref" href="nm-settings.html#secrets-flags" title="Secret flag types:">the section called “Secret flag types:”</a> for flag values)</td> </tr> <tr> -<td align="left">sim-id</td> +<td align="left"> +<a name="nm-settings.property.gsm.sim-id"></a>sim-id</td> <td align="left">string</td> <td align="left"> </td> <td>The SIM card unique identifier (as given by the WWAN management service) which this connection applies to. If given, the connection will apply to any device also allowed by "device-id" which contains a SIM card matching the given identifier.</td> </tr> <tr> -<td align="left">sim-operator-id</td> +<td align="left"> +<a name="nm-settings.property.gsm.sim-operator-id"></a>sim-operator-id</td> <td align="left">string</td> <td align="left"> </td> <td>A MCC/MNC string like "310260" or "21601" identifying the specific mobile network operator which this connection applies to. If given, the connection will apply to any device also allowed by "device-id" and "sim-id" which contains a SIM card provisioined by the given operator.</td> </tr> <tr> -<td align="left">username</td> +<td align="left"> +<a name="nm-settings.property.gsm.username"></a>username</td> <td align="left">string</td> <td align="left"> </td> <td>The username used to authenticate with the network, if required. Many providers do not require a username, or accept any username. But if a username is required, it is specified here.</td> @@ -997,7 +1120,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.14"></a><p class="title"><b>Table 12. infiniband setting</b></p> +<a name="id-1.2.6.4.14"></a><p class="title"><b>Table 35. infiniband setting</b></p> <div class="table-contents"><table summary="infiniband setting" border="1"> <colgroup> <col> @@ -1013,37 +1136,43 @@ </tr></thead> <tbody> <tr> -<td align="left">mac-address</td> +<td align="left"> +<a name="nm-settings.property.infiniband.mac-address"></a>mac-address</td> <td align="left">byte array</td> <td align="left"> </td> <td>If specified, this connection will only apply to the IPoIB device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing).</td> </tr> <tr> -<td align="left">mtu</td> +<td align="left"> +<a name="nm-settings.property.infiniband.mtu"></a>mtu</td> <td align="left">uint32</td> <td align="left">0</td> <td>If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple frames.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.infiniband.name"></a>name</td> <td align="left">string</td> <td align="left">infiniband</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">p-key</td> +<td align="left"> +<a name="nm-settings.property.infiniband.p-key"></a>p-key</td> <td align="left">int32</td> <td align="left">-1</td> <td>The InfiniBand P_Key to use for this device. A value of -1 means to use the default P_Key (aka "the P_Key at index 0"). Otherwise it is a 16-bit unsigned integer, whose high bit is set if it is a "full membership" P_Key.</td> </tr> <tr> -<td align="left">parent</td> +<td align="left"> +<a name="nm-settings.property.infiniband.parent"></a>parent</td> <td align="left">string</td> <td align="left"> </td> <td>The interface name of the parent device of this device. Normally NULL, but if the "p_key" property is set, then you must specify the base device by setting either this property or "mac-address".</td> </tr> <tr> -<td align="left">transport-mode</td> +<td align="left"> +<a name="nm-settings.property.infiniband.transport-mode"></a>transport-mode</td> <td align="left">string</td> <td align="left"> </td> <td>The IP-over-InfiniBand transport mode. Either "datagram" or "connected".</td> @@ -1052,7 +1181,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.15"></a><p class="title"><b>Table 13. ipv4 setting</b></p> +<a name="id-1.2.6.4.15"></a><p class="title"><b>Table 36. ipv4 setting</b></p> <div class="table-contents"><table summary="ipv4 setting" border="1"> <colgroup> <col> @@ -1068,133 +1197,155 @@ </tr></thead> <tbody> <tr> -<td align="left">address-data</td> +<td align="left"> +<a name="nm-settings.property.ipv4.address-data"></a>address-data</td> <td align="left">array of vardict</td> <td align="left"> </td> <td>Array of IPv4 addresses. Each address dictionary contains at least 'address' and 'prefix' entries, containing the IP address as a string, and the prefix length as a uint32. Additional attributes may also exist on some addresses.</td> </tr> <tr> -<td align="left">addresses</td> +<td align="left"> +<a name="nm-settings.property.ipv4.addresses"></a>addresses</td> <td align="left">array of array of uint32</td> <td align="left">[]</td> <td>Deprecated in favor of the 'address-data' and 'gateway' properties, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'address-data' and 'gateway'. Array of IPv4 address structures. Each IPv4 address structure is composed of 3 32-bit values; the first being the IPv4 address (network byte order), the second the prefix (1 - 32), and last the IPv4 gateway (network byte order). The gateway may be left as 0 if no gateway exists for that subnet.</td> </tr> <tr> -<td align="left">dad-timeout</td> +<td align="left"> +<a name="nm-settings.property.ipv4.dad-timeout"></a>dad-timeout</td> <td align="left">int32</td> <td align="left">-1</td> <td>Timeout in milliseconds used to check for the presence of duplicate IP addresses on the network. If an address conflict is detected, the activation will fail. A zero value means that no duplicate address detection is performed, -1 means the default value (either configuration ipvx.dad-timeout override or 3 seconds). A value greater than zero is a timeout in milliseconds.</td> </tr> <tr> -<td align="left">dhcp-client-id</td> +<td align="left"> +<a name="nm-settings.property.ipv4.dhcp-client-id"></a>dhcp-client-id</td> <td align="left">string</td> <td align="left"> </td> <td>A string sent to the DHCP server to identify the local machine which the DHCP server may use to customize the DHCP lease and options.</td> </tr> <tr> -<td align="left">dhcp-fqdn</td> +<td align="left"> +<a name="nm-settings.property.ipv4.dhcp-fqdn"></a>dhcp-fqdn</td> <td align="left">string</td> <td align="left"> </td> <td>If the "dhcp-send-hostname" property is TRUE, then the specified FQDN will be sent to the DHCP server when acquiring a lease. This property and "dhcp-hostname" are mutually exclusive and cannot be set at the same time.</td> </tr> <tr> -<td align="left">dhcp-hostname</td> +<td align="left"> +<a name="nm-settings.property.ipv4.dhcp-hostname"></a>dhcp-hostname</td> <td align="left">string</td> <td align="left"> </td> <td>If the "dhcp-send-hostname" property is TRUE, then the specified name will be sent to the DHCP server when acquiring a lease. This property and "dhcp-fqdn" are mutually exclusive and cannot be set at the same time.</td> </tr> <tr> -<td align="left">dhcp-send-hostname</td> +<td align="left"> +<a name="nm-settings.property.ipv4.dhcp-send-hostname"></a>dhcp-send-hostname</td> <td align="left">boolean</td> <td align="left">TRUE</td> <td>If TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some DHCP servers use this hostname to update DNS databases, essentially providing a static hostname for the computer. If the "dhcp-hostname" property is NULL and this property is TRUE, the current persistent hostname of the computer is sent.</td> </tr> <tr> -<td align="left">dhcp-timeout</td> +<td align="left"> +<a name="nm-settings.property.ipv4.dhcp-timeout"></a>dhcp-timeout</td> <td align="left">int32</td> <td align="left">0</td> <td>A timeout for a DHCP transaction in seconds.</td> </tr> <tr> -<td align="left">dns</td> +<td align="left"> +<a name="nm-settings.property.ipv4.dns"></a>dns</td> <td align="left">array of uint32</td> <td align="left">[]</td> <td>Array of IP addresses of DNS servers (as network-byte-order integers)</td> </tr> <tr> -<td align="left">dns-options</td> +<td align="left"> +<a name="nm-settings.property.ipv4.dns-options"></a>dns-options</td> <td align="left">array of string</td> <td align="left">[]</td> <td>Array of DNS options. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties.</td> </tr> <tr> -<td align="left">dns-priority</td> +<td align="left"> +<a name="nm-settings.property.ipv4.dns-priority"></a>dns-priority</td> <td align="left">int32</td> <td align="left">0</td> <td>DNS priority. The relative priority to be used when determining the order of DNS servers in resolv.conf. A lower value means that servers will be on top of the file. Zero selects the default value, which is 50 for VPNs and 100 for other connections. When multiple devices have configurations with the same priority, the one with an active default route will be preferred. Note that when using dns=dnsmasq the order is meaningless since dnsmasq forwards queries to all known servers at the same time. Negative values have the special effect of excluding other configurations with a greater priority value; so in presence of at least a negative priority, only DNS servers from configurations with the lowest priority value will be used.</td> </tr> <tr> -<td align="left">dns-search</td> +<td align="left"> +<a name="nm-settings.property.ipv4.dns-search"></a>dns-search</td> <td align="left">array of string</td> <td align="left">[]</td> <td>Array of DNS search domains.</td> </tr> <tr> -<td align="left">gateway</td> +<td align="left"> +<a name="nm-settings.property.ipv4.gateway"></a>gateway</td> <td align="left">string</td> <td align="left"> </td> <td>The gateway associated with this configuration. This is only meaningful if "addresses" is also set.</td> </tr> <tr> -<td align="left">ignore-auto-dns</td> +<td align="left"> +<a name="nm-settings.property.ipv4.ignore-auto-dns"></a>ignore-auto-dns</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>When "method" is set to "auto" and this property to TRUE, automatically configured nameservers and search domains are ignored and only nameservers and search domains specified in the "dns" and "dns-search" properties, if any, are used.</td> </tr> <tr> -<td align="left">ignore-auto-routes</td> +<td align="left"> +<a name="nm-settings.property.ipv4.ignore-auto-routes"></a>ignore-auto-routes</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>When "method" is set to "auto" and this property to TRUE, automatically configured routes are ignored and only routes specified in the "routes" property, if any, are used.</td> </tr> <tr> -<td align="left">may-fail</td> +<td align="left"> +<a name="nm-settings.property.ipv4.may-fail"></a>may-fail</td> <td align="left">boolean</td> <td align="left">TRUE</td> <td>If TRUE, allow overall network configuration to proceed even if the configuration specified by this property times out. Note that at least one IP configuration must succeed or overall network configuration will still fail. For example, in IPv6-only networks, setting this property to TRUE on the NMSettingIP4Config allows the overall network configuration to succeed if IPv4 configuration fails but IPv6 configuration completes successfully.</td> </tr> <tr> -<td align="left">method</td> +<td align="left"> +<a name="nm-settings.property.ipv4.method"></a>method</td> <td align="left">string</td> <td align="left"> </td> <td>IP configuration method. NMSettingIP4Config and NMSettingIP6Config both support "auto", "manual", and "link-local". See the subclass-specific documentation for other values. In general, for the "auto" method, properties such as "dns" and "routes" specify information that is added on to the information returned from automatic configuration. The "ignore-auto-routes" and "ignore-auto-dns" properties modify this behavior. For methods that imply no upstream network, such as "shared" or "link-local", these properties must be empty. For IPv4 method "shared", the IP subnet can be configured by adding one manual IPv4 address or otherwise 10.42.x.0/24 is chosen.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.ipv4.name"></a>name</td> <td align="left">string</td> <td align="left">ipv4</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">never-default</td> +<td align="left"> +<a name="nm-settings.property.ipv4.never-default"></a>never-default</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE, this connection will never be the default connection for this IP type, meaning it will never be assigned the default route by NetworkManager.</td> </tr> <tr> -<td align="left">route-data</td> +<td align="left"> +<a name="nm-settings.property.ipv4.route-data"></a>route-data</td> <td align="left">array of vardict</td> <td align="left"> </td> <td>Array of IPv4 routes. Each route dictionary contains at least 'dest' and 'prefix' entries, containing the destination IP address as a string, and the prefix length as a uint32. Most routes will also have a 'gateway' entry, containing the gateway IP address as a string. If the route has a 'metric' entry (containing a uint32), that will be used as the metric for the route (otherwise NM will pick a default value appropriate to the device). Additional attributes may also exist on some routes.</td> </tr> <tr> -<td align="left">route-metric</td> +<td align="left"> +<a name="nm-settings.property.ipv4.route-metric"></a>route-metric</td> <td align="left">int64</td> <td align="left">-1</td> <td>The default metric for routes that don't explicitly specify a metric. The default value -1 means that the metric is choosen automatically based on the device type. The metric applies to dynamic routes, manual (static) routes that don't have an explicit metric setting, address prefix routes, and the default route. Note that for IPv6, the kernel accepts zero (0) but coerces it to 1024 (user default). Hence, setting this property to zero effectively mean setting it to 1024. For IPv4, zero is a regular value for the metric.</td> </tr> <tr> -<td align="left">routes</td> +<td align="left"> +<a name="nm-settings.property.ipv4.routes"></a>routes</td> <td align="left">array of array of uint32</td> <td align="left">[]</td> <td>Deprecated in favor of the 'route-data' property, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'route-data'. Array of IPv4 route structures. Each IPv4 route structure is composed of 4 32-bit values; the first being the destination IPv4 network or address (network byte order), the second the destination network or address prefix (1 - 32), the third being the next-hop (network byte order) if any, and the fourth being the route metric. If the metric is 0, NM will choose an appropriate default metric for the device. (There is no way to explicitly specify an actual metric of 0 with this property.)</td> @@ -1203,7 +1354,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.16"></a><p class="title"><b>Table 14. ipv6 setting</b></p> +<a name="id-1.2.6.4.16"></a><p class="title"><b>Table 37. ipv6 setting</b></p> <div class="table-contents"><table summary="ipv6 setting" border="1"> <colgroup> <col> @@ -1219,142 +1370,171 @@ </tr></thead> <tbody> <tr> -<td align="left">addr-gen-mode</td> +<td align="left"> +<a name="nm-settings.property.ipv6.addr-gen-mode"></a>addr-gen-mode</td> <td align="left">int32</td> <td align="left">1</td> <td>Configure method for creating the address for use with RFC4862 IPv6 Stateless Address Autoconfiguration. The permitted values are: "eui64", or "stable-privacy". If the property is set to "eui64", the addresses will be generated using the interface tokens derived from hardware address. This makes the host part of the address to stay constant, making it possible to track host's presence when it changes networks. The address changes when the interface hardware is replaced. The value of "stable-privacy" enables use of cryptographically secure hash of a secret host-specific key along with the connection identification and the network address as specified by RFC7217. This makes it impossible to use the address track host's presence, and makes the address stable when the network interface hardware is replaced. On D-Bus, the absence of an addr-gen-mode setting equals enabling "stable-privacy". For keyfile plugin, the absence of the setting on disk means "eui64" so that the property doesn't change on upgrade from older versions. Note that this setting is distinct from the Privacy Extensions as configured by "ip6-privacy" property and it does not affect the temporary addresses configured with this option.</td> </tr> <tr> -<td align="left">address-data</td> +<td align="left"> +<a name="nm-settings.property.ipv6.address-data"></a>address-data</td> <td align="left">array of vardict</td> <td align="left"> </td> <td>Array of IPv6 addresses. Each address dictionary contains at least 'address' and 'prefix' entries, containing the IP address as a string, and the prefix length as a uint32. Additional attributes may also exist on some addresses.</td> </tr> <tr> -<td align="left">addresses</td> +<td align="left"> +<a name="nm-settings.property.ipv6.addresses"></a>addresses</td> <td align="left">array of legacy IPv6 address struct (a(ayuay))</td> <td align="left">[]</td> <td>Deprecated in favor of the 'address-data' and 'gateway' properties, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'address-data' and 'gateway'. Array of IPv6 address structures. Each IPv6 address structure is composed of an IPv6 address, a prefix length (1 - 128), and an IPv6 gateway address. The gateway may be zeroed out if no gateway exists for that subnet.</td> </tr> <tr> -<td align="left">dad-timeout</td> +<td align="left"> +<a name="nm-settings.property.ipv6.dad-timeout"></a>dad-timeout</td> <td align="left">int32</td> <td align="left">-1</td> <td>Timeout in milliseconds used to check for the presence of duplicate IP addresses on the network. If an address conflict is detected, the activation will fail. A zero value means that no duplicate address detection is performed, -1 means the default value (either configuration ipvx.dad-timeout override or 3 seconds). A value greater than zero is a timeout in milliseconds.</td> </tr> <tr> -<td align="left">dhcp-hostname</td> +<td align="left"> +<a name="nm-settings.property.ipv6.dhcp-hostname"></a>dhcp-hostname</td> <td align="left">string</td> <td align="left"> </td> <td>If the "dhcp-send-hostname" property is TRUE, then the specified name will be sent to the DHCP server when acquiring a lease. This property and "dhcp-fqdn" are mutually exclusive and cannot be set at the same time.</td> </tr> <tr> -<td align="left">dhcp-send-hostname</td> +<td align="left"> +<a name="nm-settings.property.ipv6.dhcp-send-hostname"></a>dhcp-send-hostname</td> <td align="left">boolean</td> <td align="left">TRUE</td> <td>If TRUE, a hostname is sent to the DHCP server when acquiring a lease. Some DHCP servers use this hostname to update DNS databases, essentially providing a static hostname for the computer. If the "dhcp-hostname" property is NULL and this property is TRUE, the current persistent hostname of the computer is sent.</td> </tr> <tr> -<td align="left">dhcp-timeout</td> +<td align="left"> +<a name="nm-settings.property.ipv6.dhcp-timeout"></a>dhcp-timeout</td> <td align="left">int32</td> <td align="left">0</td> <td>A timeout for a DHCP transaction in seconds.</td> </tr> <tr> -<td align="left">dns</td> +<td align="left"> +<a name="nm-settings.property.ipv6.dns"></a>dns</td> <td align="left">array of byte array</td> <td align="left">[]</td> <td>Array of IP addresses of DNS servers (in network byte order)</td> </tr> <tr> -<td align="left">dns-options</td> +<td align="left"> +<a name="nm-settings.property.ipv6.dns-options"></a>dns-options</td> <td align="left">array of string</td> <td align="left">[]</td> <td>Array of DNS options. NULL means that the options are unset and left at the default. In this case NetworkManager will use default options. This is distinct from an empty list of properties.</td> </tr> <tr> -<td align="left">dns-priority</td> +<td align="left"> +<a name="nm-settings.property.ipv6.dns-priority"></a>dns-priority</td> <td align="left">int32</td> <td align="left">0</td> <td>DNS priority. The relative priority to be used when determining the order of DNS servers in resolv.conf. A lower value means that servers will be on top of the file. Zero selects the default value, which is 50 for VPNs and 100 for other connections. When multiple devices have configurations with the same priority, the one with an active default route will be preferred. Note that when using dns=dnsmasq the order is meaningless since dnsmasq forwards queries to all known servers at the same time. Negative values have the special effect of excluding other configurations with a greater priority value; so in presence of at least a negative priority, only DNS servers from configurations with the lowest priority value will be used.</td> </tr> <tr> -<td align="left">dns-search</td> +<td align="left"> +<a name="nm-settings.property.ipv6.dns-search"></a>dns-search</td> <td align="left">array of string</td> <td align="left">[]</td> <td>Array of DNS search domains.</td> </tr> <tr> -<td align="left">gateway</td> +<td align="left"> +<a name="nm-settings.property.ipv6.gateway"></a>gateway</td> <td align="left">string</td> <td align="left"> </td> <td>The gateway associated with this configuration. This is only meaningful if "addresses" is also set.</td> </tr> <tr> -<td align="left">ignore-auto-dns</td> +<td align="left"> +<a name="nm-settings.property.ipv6.ignore-auto-dns"></a>ignore-auto-dns</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>When "method" is set to "auto" and this property to TRUE, automatically configured nameservers and search domains are ignored and only nameservers and search domains specified in the "dns" and "dns-search" properties, if any, are used.</td> </tr> <tr> -<td align="left">ignore-auto-routes</td> +<td align="left"> +<a name="nm-settings.property.ipv6.ignore-auto-routes"></a>ignore-auto-routes</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>When "method" is set to "auto" and this property to TRUE, automatically configured routes are ignored and only routes specified in the "routes" property, if any, are used.</td> </tr> <tr> -<td align="left">ip6-privacy</td> +<td align="left"> +<a name="nm-settings.property.ipv6.ip6-privacy"></a>ip6-privacy</td> <td align="left">NMSettingIP6ConfigPrivacy (int32)</td> <td align="left"> </td> <td>Configure IPv6 Privacy Extensions for SLAAC, described in RFC4941. If enabled, it makes the kernel generate a temporary IPv6 address in addition to the public one generated from MAC address via modified EUI-64. This enhances privacy, but could cause problems in some applications, on the other hand. The permitted values are: -1: unknown, 0: disabled, 1: enabled (prefer public address), 2: enabled (prefer temporary addresses). Having a per-connection setting set to "-1" (unknown) means fallback to global configuration "ipv6.ip6-privacy". If also global configuration is unspecified or set to "-1", fallback to read "/proc/sys/net/ipv6/conf/default/use_tempaddr". Note that this setting is distinct from the Stable Privacy addresses that can be enabled with the "addr-gen-mode" property's "stable-privacy" setting as another way of avoiding host tracking with IPv6 addresses.</td> </tr> <tr> -<td align="left">may-fail</td> +<td align="left"> +<a name="nm-settings.property.ipv6.may-fail"></a>may-fail</td> <td align="left">boolean</td> <td align="left">TRUE</td> <td>If TRUE, allow overall network configuration to proceed even if the configuration specified by this property times out. Note that at least one IP configuration must succeed or overall network configuration will still fail. For example, in IPv6-only networks, setting this property to TRUE on the NMSettingIP4Config allows the overall network configuration to succeed if IPv4 configuration fails but IPv6 configuration completes successfully.</td> </tr> <tr> -<td align="left">method</td> +<td align="left"> +<a name="nm-settings.property.ipv6.method"></a>method</td> <td align="left">string</td> <td align="left"> </td> <td>IP configuration method. NMSettingIP4Config and NMSettingIP6Config both support "auto", "manual", and "link-local". See the subclass-specific documentation for other values. In general, for the "auto" method, properties such as "dns" and "routes" specify information that is added on to the information returned from automatic configuration. The "ignore-auto-routes" and "ignore-auto-dns" properties modify this behavior. For methods that imply no upstream network, such as "shared" or "link-local", these properties must be empty. For IPv4 method "shared", the IP subnet can be configured by adding one manual IPv4 address or otherwise 10.42.x.0/24 is chosen.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.ipv6.name"></a>name</td> <td align="left">string</td> <td align="left">ipv6</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">never-default</td> +<td align="left"> +<a name="nm-settings.property.ipv6.never-default"></a>never-default</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE, this connection will never be the default connection for this IP type, meaning it will never be assigned the default route by NetworkManager.</td> </tr> <tr> -<td align="left">route-data</td> +<td align="left"> +<a name="nm-settings.property.ipv6.route-data"></a>route-data</td> <td align="left">array of vardict</td> <td align="left"> </td> <td>Array of IPv6 routes. Each route dictionary contains at least 'dest' and 'prefix' entries, containing the destination IP address as a string, and the prefix length as a uint32. Most routes will also have a 'next-hop' entry, containing the next hop IP address as a string. If the route has a 'metric' entry (containing a uint32), that will be used as the metric for the route (otherwise NM will pick a default value appropriate to the device). Additional attributes may also exist on some routes.</td> </tr> <tr> -<td align="left">route-metric</td> +<td align="left"> +<a name="nm-settings.property.ipv6.route-metric"></a>route-metric</td> <td align="left">int64</td> <td align="left">-1</td> <td>The default metric for routes that don't explicitly specify a metric. The default value -1 means that the metric is choosen automatically based on the device type. The metric applies to dynamic routes, manual (static) routes that don't have an explicit metric setting, address prefix routes, and the default route. Note that for IPv6, the kernel accepts zero (0) but coerces it to 1024 (user default). Hence, setting this property to zero effectively mean setting it to 1024. For IPv4, zero is a regular value for the metric.</td> </tr> <tr> -<td align="left">routes</td> +<td align="left"> +<a name="nm-settings.property.ipv6.routes"></a>routes</td> <td align="left">array of legacy IPv6 route struct (a(ayuayu))</td> <td align="left">[]</td> <td>Deprecated in favor of the 'route-data' property, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'route-data'. Array of IPv6 route structures. Each IPv6 route structure is composed of an IPv6 address, a prefix length (1 - 128), an IPv6 next hop address (which may be zeroed out if there is no next hop), and a metric. If the metric is 0, NM will choose an appropriate default metric for the device.</td> </tr> +<tr> +<td align="left"> +<a name="nm-settings.property.ipv6.token"></a>token</td> +<td align="left">string</td> +<td align="left"> </td> +<td>Configure the token for draft-chown-6man-tokenised-ipv6-identifiers-02 IPv6 tokenized interface identifiers. Useful with eui64 addr-gen-mode.</td> +</tr> </tbody> </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.17"></a><p class="title"><b>Table 15. ip-tunnel setting</b></p> +<a name="id-1.2.6.4.17"></a><p class="title"><b>Table 38. ip-tunnel setting</b></p> <div class="table-contents"><table summary="ip-tunnel setting" border="1"> <colgroup> <col> @@ -1370,79 +1550,92 @@ </tr></thead> <tbody> <tr> -<td align="left">encapsulation-limit</td> +<td align="left"> +<a name="nm-settings.property.ip-tunnel.encapsulation-limit"></a>encapsulation-limit</td> <td align="left">uint32</td> <td align="left">0</td> <td>How many additional levels of encapsulation are permitted to be prepended to packets. This property applies only to IPv6 tunnels.</td> </tr> <tr> -<td align="left">flow-label</td> +<td align="left"> +<a name="nm-settings.property.ip-tunnel.flow-label"></a>flow-label</td> <td align="left">uint32</td> <td align="left">0</td> <td>The flow label to assign to tunnel packets. This property applies only to IPv6 tunnels.</td> </tr> <tr> -<td align="left">input-key</td> +<td align="left"> +<a name="nm-settings.property.ip-tunnel.input-key"></a>input-key</td> <td align="left">string</td> <td align="left"> </td> <td>The key used for tunnel input packets; the property is valid only for certain tunnel modes (GRE, IP6GRE). If empty, no key is used.</td> </tr> <tr> -<td align="left">local</td> +<td align="left"> +<a name="nm-settings.property.ip-tunnel.local"></a>local</td> <td align="left">string</td> <td align="left"> </td> <td>The local endpoint of the tunnel; the value can be empty, otherwise it must contain an IPv4 or IPv6 address.</td> </tr> <tr> -<td align="left">mode</td> +<td align="left"> +<a name="nm-settings.property.ip-tunnel.mode"></a>mode</td> <td align="left">uint32</td> <td align="left">0</td> <td>The tunneling mode, for example NM_IP_TUNNEL_MODE_IPIP (1) or NM_IP_TUNNEL_MODE_GRE (2).</td> </tr> <tr> -<td align="left">mtu</td> +<td align="left"> +<a name="nm-settings.property.ip-tunnel.mtu"></a>mtu</td> <td align="left">uint32</td> <td align="left">0</td> <td>None</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.ip-tunnel.name"></a>name</td> <td align="left">string</td> <td align="left">ip-tunnel</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">output-key</td> +<td align="left"> +<a name="nm-settings.property.ip-tunnel.output-key"></a>output-key</td> <td align="left">string</td> <td align="left"> </td> <td>The key used for tunnel output packets; the property is valid only for certain tunnel modes (GRE, IP6GRE). If empty, no key is used.</td> </tr> <tr> -<td align="left">parent</td> +<td align="left"> +<a name="nm-settings.property.ip-tunnel.parent"></a>parent</td> <td align="left">string</td> <td align="left"> </td> <td>If given, specifies the parent interface name or parent connection UUID the new device will be bound to so that tunneled packets will only be routed via that interface.</td> </tr> <tr> -<td align="left">path-mtu-discovery</td> +<td align="left"> +<a name="nm-settings.property.ip-tunnel.path-mtu-discovery"></a>path-mtu-discovery</td> <td align="left">boolean</td> <td align="left">TRUE</td> <td>Whether to enable Path MTU Discovery on this tunnel.</td> </tr> <tr> -<td align="left">remote</td> +<td align="left"> +<a name="nm-settings.property.ip-tunnel.remote"></a>remote</td> <td align="left">string</td> <td align="left"> </td> <td>The remote endpoint of the tunnel; the value must contain an IPv4 or IPv6 address.</td> </tr> <tr> -<td align="left">tos</td> +<td align="left"> +<a name="nm-settings.property.ip-tunnel.tos"></a>tos</td> <td align="left">uint32</td> <td align="left">0</td> <td>The type of service (IPv4) or traffic class (IPv6) field to be set on tunneled packets.</td> </tr> <tr> -<td align="left">ttl</td> +<td align="left"> +<a name="nm-settings.property.ip-tunnel.ttl"></a>ttl</td> <td align="left">uint32</td> <td align="left">0</td> <td>The TTL to assign to tunneled packets. 0 is a special value meaning that packets inherit the TTL value.</td> @@ -1451,7 +1644,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.18"></a><p class="title"><b>Table 16. macvlan setting</b></p> +<a name="id-1.2.6.4.18"></a><p class="title"><b>Table 39. macvlan setting</b></p> <div class="table-contents"><table summary="macvlan setting" border="1"> <colgroup> <col> @@ -1467,31 +1660,36 @@ </tr></thead> <tbody> <tr> -<td align="left">mode</td> +<td align="left"> +<a name="nm-settings.property.macvlan.mode"></a>mode</td> <td align="left">uint32</td> <td align="left">0</td> <td>The macvlan mode, which specifies the communication mechanism between multiple macvlans on the same lower device.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.macvlan.name"></a>name</td> <td align="left">string</td> <td align="left">macvlan</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">parent</td> +<td align="left"> +<a name="nm-settings.property.macvlan.parent"></a>parent</td> <td align="left">string</td> <td align="left"> </td> <td>If given, specifies the parent interface name or parent connection UUID from which this MAC-VLAN interface should be created. If this property is not specified, the connection must contain an "802-3-ethernet" setting with a "mac-address" property.</td> </tr> <tr> -<td align="left">promiscuous</td> +<td align="left"> +<a name="nm-settings.property.macvlan.promiscuous"></a>promiscuous</td> <td align="left">boolean</td> <td align="left">TRUE</td> <td>Whether the interface should be put in promiscuous mode.</td> </tr> <tr> -<td align="left">tap</td> +<td align="left"> +<a name="nm-settings.property.macvlan.tap"></a>tap</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>Whether the interface should be a MACVTAP.</td> @@ -1500,7 +1698,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.19"></a><p class="title"><b>Table 17. 802-11-olpc-mesh setting</b></p> +<a name="id-1.2.6.4.19"></a><p class="title"><b>Table 40. 802-11-olpc-mesh setting</b></p> <div class="table-contents"><table summary="802-11-olpc-mesh setting" border="1"> <colgroup> <col> @@ -1516,25 +1714,29 @@ </tr></thead> <tbody> <tr> -<td align="left">channel</td> +<td align="left"> +<a name="nm-settings.property.802-11-olpc-mesh.channel"></a>channel</td> <td align="left">uint32</td> <td align="left">0</td> <td>Channel on which the mesh network to join is located.</td> </tr> <tr> -<td align="left">dhcp-anycast-address</td> +<td align="left"> +<a name="nm-settings.property.802-11-olpc-mesh.dhcp-anycast-address"></a>dhcp-anycast-address</td> <td align="left">byte array</td> <td align="left"> </td> <td>Anycast DHCP MAC address used when requesting an IP address via DHCP. The specific anycast address used determines which DHCP server class answers the request.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.802-11-olpc-mesh.name"></a>name</td> <td align="left">string</td> <td align="left">802-11-olpc-mesh</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">ssid</td> +<td align="left"> +<a name="nm-settings.property.802-11-olpc-mesh.ssid"></a>ssid</td> <td align="left">byte array</td> <td align="left"> </td> <td>SSID of the mesh network to join.</td> @@ -1543,7 +1745,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.20"></a><p class="title"><b>Table 18. ppp setting</b></p> +<a name="id-1.2.6.4.20"></a><p class="title"><b>Table 41. ppp setting</b></p> <div class="table-contents"><table summary="ppp setting" border="1"> <colgroup> <col> @@ -1559,115 +1761,134 @@ </tr></thead> <tbody> <tr> -<td align="left">baud</td> +<td align="left"> +<a name="nm-settings.property.ppp.baud"></a>baud</td> <td align="left">uint32</td> <td align="left">0</td> <td>If non-zero, instruct pppd to set the serial port to the specified baudrate. This value should normally be left as 0 to automatically choose the speed.</td> </tr> <tr> -<td align="left">crtscts</td> +<td align="left"> +<a name="nm-settings.property.ppp.crtscts"></a>crtscts</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE, specify that pppd should set the serial port to use hardware flow control with RTS and CTS signals. This value should normally be set to FALSE.</td> </tr> <tr> -<td align="left">lcp-echo-failure</td> +<td align="left"> +<a name="nm-settings.property.ppp.lcp-echo-failure"></a>lcp-echo-failure</td> <td align="left">uint32</td> <td align="left">0</td> <td>If non-zero, instruct pppd to presume the connection to the peer has failed if the specified number of LCP echo-requests go unanswered by the peer. The "lcp-echo-interval" property must also be set to a non-zero value if this property is used.</td> </tr> <tr> -<td align="left">lcp-echo-interval</td> +<td align="left"> +<a name="nm-settings.property.ppp.lcp-echo-interval"></a>lcp-echo-interval</td> <td align="left">uint32</td> <td align="left">0</td> <td>If non-zero, instruct pppd to send an LCP echo-request frame to the peer every n seconds (where n is the specified value). Note that some PPP peers will respond to echo requests and some will not, and it is not possible to autodetect this.</td> </tr> <tr> -<td align="left">mppe-stateful</td> +<td align="left"> +<a name="nm-settings.property.ppp.mppe-stateful"></a>mppe-stateful</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE, stateful MPPE is used. See pppd documentation for more information on stateful MPPE.</td> </tr> <tr> -<td align="left">mru</td> +<td align="left"> +<a name="nm-settings.property.ppp.mru"></a>mru</td> <td align="left">uint32</td> <td align="left">0</td> <td>If non-zero, instruct pppd to request that the peer send packets no larger than the specified size. If non-zero, the MRU should be between 128 and 16384.</td> </tr> <tr> -<td align="left">mtu</td> +<td align="left"> +<a name="nm-settings.property.ppp.mtu"></a>mtu</td> <td align="left">uint32</td> <td align="left">0</td> <td>If non-zero, instruct pppd to send packets no larger than the specified size.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.ppp.name"></a>name</td> <td align="left">string</td> <td align="left">ppp</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">no-vj-comp</td> +<td align="left"> +<a name="nm-settings.property.ppp.no-vj-comp"></a>no-vj-comp</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE, Van Jacobsen TCP header compression will not be requested.</td> </tr> <tr> -<td align="left">noauth</td> +<td align="left"> +<a name="nm-settings.property.ppp.noauth"></a>noauth</td> <td align="left">boolean</td> <td align="left">TRUE</td> <td>If TRUE, do not require the other side (usually the PPP server) to authenticate itself to the client. If FALSE, require authentication from the remote side. In almost all cases, this should be TRUE.</td> </tr> <tr> -<td align="left">nobsdcomp</td> +<td align="left"> +<a name="nm-settings.property.ppp.nobsdcomp"></a>nobsdcomp</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE, BSD compression will not be requested.</td> </tr> <tr> -<td align="left">nodeflate</td> +<td align="left"> +<a name="nm-settings.property.ppp.nodeflate"></a>nodeflate</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE, "deflate" compression will not be requested.</td> </tr> <tr> -<td align="left">refuse-chap</td> +<td align="left"> +<a name="nm-settings.property.ppp.refuse-chap"></a>refuse-chap</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE, the CHAP authentication method will not be used.</td> </tr> <tr> -<td align="left">refuse-eap</td> +<td align="left"> +<a name="nm-settings.property.ppp.refuse-eap"></a>refuse-eap</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE, the EAP authentication method will not be used.</td> </tr> <tr> -<td align="left">refuse-mschap</td> +<td align="left"> +<a name="nm-settings.property.ppp.refuse-mschap"></a>refuse-mschap</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE, the MSCHAP authentication method will not be used.</td> </tr> <tr> -<td align="left">refuse-mschapv2</td> +<td align="left"> +<a name="nm-settings.property.ppp.refuse-mschapv2"></a>refuse-mschapv2</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE, the MSCHAPv2 authentication method will not be used.</td> </tr> <tr> -<td align="left">refuse-pap</td> +<td align="left"> +<a name="nm-settings.property.ppp.refuse-pap"></a>refuse-pap</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE, the PAP authentication method will not be used.</td> </tr> <tr> -<td align="left">require-mppe</td> +<td align="left"> +<a name="nm-settings.property.ppp.require-mppe"></a>require-mppe</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE, MPPE (Microsoft Point-to-Point Encrpytion) will be required for the PPP session. If either 64-bit or 128-bit MPPE is not available the session will fail. Note that MPPE is not used on mobile broadband connections.</td> </tr> <tr> -<td align="left">require-mppe-128</td> +<td align="left"> +<a name="nm-settings.property.ppp.require-mppe-128"></a>require-mppe-128</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE, 128-bit MPPE (Microsoft Point-to-Point Encrpytion) will be required for the PPP session, and the "require-mppe" property must also be set to TRUE. If 128-bit MPPE is not available the session will fail.</td> @@ -1676,7 +1897,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.21"></a><p class="title"><b>Table 19. pppoe setting</b></p> +<a name="id-1.2.6.4.21"></a><p class="title"><b>Table 42. pppoe setting</b></p> <div class="table-contents"><table summary="pppoe setting" border="1"> <colgroup> <col> @@ -1692,31 +1913,36 @@ </tr></thead> <tbody> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.pppoe.name"></a>name</td> <td align="left">string</td> <td align="left">pppoe</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">password</td> +<td align="left"> +<a name="nm-settings.property.pppoe.password"></a>password</td> <td align="left">string</td> <td align="left"> </td> <td>Password used to authenticate with the PPPoE service.</td> </tr> <tr> -<td align="left">password-flags</td> +<td align="left"> +<a name="nm-settings.property.pppoe.password-flags"></a>password-flags</td> <td align="left">NMSettingSecretFlags (uint32)</td> <td align="left"> </td> <td>Flags indicating how to handle the "password" property. (see <a class="xref" href="nm-settings.html#secrets-flags" title="Secret flag types:">the section called “Secret flag types:”</a> for flag values)</td> </tr> <tr> -<td align="left">service</td> +<td align="left"> +<a name="nm-settings.property.pppoe.service"></a>service</td> <td align="left">string</td> <td align="left"> </td> <td>If specified, instruct PPPoE to only initiate sessions with access concentrators that provide the specified service. For most providers, this should be left blank. It is only required if there are multiple access concentrators or a specific service is known to be required.</td> </tr> <tr> -<td align="left">username</td> +<td align="left"> +<a name="nm-settings.property.pppoe.username"></a>username</td> <td align="left">string</td> <td align="left"> </td> <td>Username used to authenticate with the PPPoE service.</td> @@ -1725,7 +1951,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.22"></a><p class="title"><b>Table 20. serial setting</b></p> +<a name="id-1.2.6.4.22"></a><p class="title"><b>Table 43. serial setting</b></p> <div class="table-contents"><table summary="serial setting" border="1"> <colgroup> <col> @@ -1741,37 +1967,43 @@ </tr></thead> <tbody> <tr> -<td align="left">baud</td> +<td align="left"> +<a name="nm-settings.property.serial.baud"></a>baud</td> <td align="left">uint32</td> <td align="left">57600</td> <td>Speed to use for communication over the serial port. Note that this value usually has no effect for mobile broadband modems as they generally ignore speed settings and use the highest available speed.</td> </tr> <tr> -<td align="left">bits</td> +<td align="left"> +<a name="nm-settings.property.serial.bits"></a>bits</td> <td align="left">uint32</td> <td align="left">8</td> <td>Byte-width of the serial communication. The 8 in "8n1" for example.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.serial.name"></a>name</td> <td align="left">string</td> <td align="left">serial</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">parity</td> +<td align="left"> +<a name="nm-settings.property.serial.parity"></a>parity</td> <td align="left">byte</td> <td align="left"> </td> <td>The connection parity: 69 (ASCII 'E') for even parity, 111 (ASCII 'o') for odd, 110 (ASCII 'n') for none.</td> </tr> <tr> -<td align="left">send-delay</td> +<td align="left"> +<a name="nm-settings.property.serial.send-delay"></a>send-delay</td> <td align="left">uint64</td> <td align="left">0</td> <td>Time to delay between each byte sent to the modem, in microseconds.</td> </tr> <tr> -<td align="left">stopbits</td> +<td align="left"> +<a name="nm-settings.property.serial.stopbits"></a>stopbits</td> <td align="left">uint32</td> <td align="left">1</td> <td>Number of stop bits for communication on the serial port. Either 1 or 2. The 1 in "8n1" for example.</td> @@ -1780,7 +2012,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.23"></a><p class="title"><b>Table 21. team setting</b></p> +<a name="id-1.2.6.4.23"></a><p class="title"><b>Table 44. team setting</b></p> <div class="table-contents"><table summary="team setting" border="1"> <colgroup> <col> @@ -1796,19 +2028,22 @@ </tr></thead> <tbody> <tr> -<td align="left">config</td> +<td align="left"> +<a name="nm-settings.property.team.config"></a>config</td> <td align="left">string</td> <td align="left"> </td> <td>The JSON configuration for the team network interface. The property should contain raw JSON configuration data suitable for teamd, because the value is passed directly to teamd. If not specified, the default configuration is used. See man teamd.conf for the format details.</td> </tr> <tr> -<td align="left">interface-name</td> +<td align="left"> +<a name="nm-settings.property.team.interface-name"></a>interface-name</td> <td align="left">string</td> <td align="left"> </td> <td>Deprecated in favor of connection.interface-name, but can be used for backward-compatibility with older daemons, to set the team's interface name.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.team.name"></a>name</td> <td align="left">string</td> <td align="left">team</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> @@ -1817,7 +2052,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.24"></a><p class="title"><b>Table 22. team-port setting</b></p> +<a name="id-1.2.6.4.24"></a><p class="title"><b>Table 45. team-port setting</b></p> <div class="table-contents"><table summary="team-port setting" border="1"> <colgroup> <col> @@ -1833,13 +2068,15 @@ </tr></thead> <tbody> <tr> -<td align="left">config</td> +<td align="left"> +<a name="nm-settings.property.team-port.config"></a>config</td> <td align="left">string</td> <td align="left"> </td> <td>The JSON configuration for the team port. The property should contain raw JSON configuration data suitable for teamd, because the value is passed directly to teamd. If not specified, the default configuration is used. See man teamd.conf for the format details.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.team-port.name"></a>name</td> <td align="left">string</td> <td align="left">team-port</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> @@ -1848,7 +2085,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.25"></a><p class="title"><b>Table 23. tun setting</b></p> +<a name="id-1.2.6.4.25"></a><p class="title"><b>Table 46. tun setting</b></p> <div class="table-contents"><table summary="tun setting" border="1"> <colgroup> <col> @@ -1864,43 +2101,50 @@ </tr></thead> <tbody> <tr> -<td align="left">group</td> +<td align="left"> +<a name="nm-settings.property.tun.group"></a>group</td> <td align="left">string</td> <td align="left"> </td> <td>The group ID which will own the device. If set to NULL everyone will be able to use the device.</td> </tr> <tr> -<td align="left">mode</td> +<td align="left"> +<a name="nm-settings.property.tun.mode"></a>mode</td> <td align="left">uint32</td> <td align="left">1</td> <td>The operating mode of the virtual device. Allowed values are NM_SETTING_TUN_MODE_TUN (1) to create a layer 3 device and NM_SETTING_TUN_MODE_TAP (2) to create an Ethernet-like layer 2 one.</td> </tr> <tr> -<td align="left">multi-queue</td> +<td align="left"> +<a name="nm-settings.property.tun.multi-queue"></a>multi-queue</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If the property is set to TRUE, the interface will support multiple file descriptors (queues) to parallelize packet sending or receiving. Otherwise, the interface will only support a single queue.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.tun.name"></a>name</td> <td align="left">string</td> <td align="left">tun</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">owner</td> +<td align="left"> +<a name="nm-settings.property.tun.owner"></a>owner</td> <td align="left">string</td> <td align="left"> </td> <td>The user ID which will own the device. If set to NULL everyone will be able to use the device.</td> </tr> <tr> -<td align="left">pi</td> +<td align="left"> +<a name="nm-settings.property.tun.pi"></a>pi</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE the interface will prepend a 4 byte header describing the physical interface to the packets.</td> </tr> <tr> -<td align="left">vnet-hdr</td> +<td align="left"> +<a name="nm-settings.property.tun.vnet-hdr"></a>vnet-hdr</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE the IFF_VNET_HDR the tunnel packets will include a virtio network header.</td> @@ -1909,7 +2153,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.26"></a><p class="title"><b>Table 24. vlan setting</b></p> +<a name="id-1.2.6.4.26"></a><p class="title"><b>Table 47. vlan setting</b></p> <div class="table-contents"><table summary="vlan setting" border="1"> <colgroup> <col> @@ -1925,43 +2169,50 @@ </tr></thead> <tbody> <tr> -<td align="left">egress-priority-map</td> +<td align="left"> +<a name="nm-settings.property.vlan.egress-priority-map"></a>egress-priority-map</td> <td align="left">array of string</td> <td align="left">[]</td> <td>For outgoing packets, a list of mappings from Linux SKB priorities to 802.1p priorities. The mapping is given in the format "from:to" where both "from" and "to" are unsigned integers, ie "7:3".</td> </tr> <tr> -<td align="left">flags</td> +<td align="left"> +<a name="nm-settings.property.vlan.flags"></a>flags</td> <td align="left">NMVlanFlags (uint32)</td> <td align="left"> </td> <td>One or more flags which control the behavior and features of the VLAN interface. Flags include NM_VLAN_FLAG_REORDER_HEADERS (0x1) (reordering of output packet headers), NM_VLAN_FLAG_GVRP (0x2) (use of the GVRP protocol), and NM_VLAN_FLAG_LOOSE_BINDING (0x4) (loose binding of the interface to its master device's operating state). NM_VLAN_FLAG_MVRP (0x8) (use of the MVRP protocol). The default value of this property is NM_VLAN_FLAG_REORDER_HEADERS, but it used to be 0. To preserve backward compatibility, the default-value in the D-Bus API continues to be 0 and a missing property on D-Bus is still considered as 0.</td> </tr> <tr> -<td align="left">id</td> +<td align="left"> +<a name="nm-settings.property.vlan.id"></a>id</td> <td align="left">uint32</td> <td align="left">0</td> <td>The VLAN identifier that the interface created by this connection should be assigned. The valid range is from 0 to 4094, without the reserved id 4095.</td> </tr> <tr> -<td align="left">ingress-priority-map</td> +<td align="left"> +<a name="nm-settings.property.vlan.ingress-priority-map"></a>ingress-priority-map</td> <td align="left">array of string</td> <td align="left">[]</td> <td>For incoming packets, a list of mappings from 802.1p priorities to Linux SKB priorities. The mapping is given in the format "from:to" where both "from" and "to" are unsigned integers, ie "7:3".</td> </tr> <tr> -<td align="left">interface-name</td> +<td align="left"> +<a name="nm-settings.property.vlan.interface-name"></a>interface-name</td> <td align="left">string</td> <td align="left"> </td> <td>Deprecated in favor of connection.interface-name, but can be used for backward-compatibility with older daemons, to set the vlan's interface name.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.vlan.name"></a>name</td> <td align="left">string</td> <td align="left">vlan</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">parent</td> +<td align="left"> +<a name="nm-settings.property.vlan.parent"></a>parent</td> <td align="left">string</td> <td align="left"> </td> <td>If given, specifies the parent interface name or parent connection UUID from which this VLAN interface should be created. If this property is not specified, the connection must contain an "802-3-ethernet" setting with a "mac-address" property.</td> @@ -1970,7 +2221,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.27"></a><p class="title"><b>Table 25. vpn setting</b></p> +<a name="id-1.2.6.4.27"></a><p class="title"><b>Table 48. vpn setting</b></p> <div class="table-contents"><table summary="vpn setting" border="1"> <colgroup> <col> @@ -1986,43 +2237,50 @@ </tr></thead> <tbody> <tr> -<td align="left">data</td> +<td align="left"> +<a name="nm-settings.property.vpn.data"></a>data</td> <td align="left">dict of string to string</td> <td align="left">{}</td> <td>Dictionary of key/value pairs of VPN plugin specific data. Both keys and values must be strings.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.vpn.name"></a>name</td> <td align="left">string</td> <td align="left">vpn</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">persistent</td> +<td align="left"> +<a name="nm-settings.property.vpn.persistent"></a>persistent</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If the VPN service supports persistence, and this property is TRUE, the VPN will attempt to stay connected across link changes and outages, until explicitly disconnected.</td> </tr> <tr> -<td align="left">secrets</td> +<td align="left"> +<a name="nm-settings.property.vpn.secrets"></a>secrets</td> <td align="left">dict of string to string</td> <td align="left">{}</td> <td>Dictionary of key/value pairs of VPN plugin specific secrets like passwords or private keys. Both keys and values must be strings.</td> </tr> <tr> -<td align="left">service-type</td> +<td align="left"> +<a name="nm-settings.property.vpn.service-type"></a>service-type</td> <td align="left">string</td> <td align="left"> </td> <td>D-Bus service name of the VPN plugin that this setting uses to connect to its network. i.e. org.freedesktop.NetworkManager.vpnc for the vpnc plugin.</td> </tr> <tr> -<td align="left">timeout</td> +<td align="left"> +<a name="nm-settings.property.vpn.timeout"></a>timeout</td> <td align="left">uint32</td> <td align="left">0</td> <td>Timeout for the VPN service to establish the connection. Some services may take quite a long time to connect. Value of 0 means a default timeout, which is 60 seconds (unless overriden by vpn.timeout in configuration file). Values greater than zero mean timeout in seconds.</td> </tr> <tr> -<td align="left">user-name</td> +<td align="left"> +<a name="nm-settings.property.vpn.user-name"></a>user-name</td> <td align="left">string</td> <td align="left"> </td> <td>If the VPN connection requires a user name for authentication, that name should be provided here. If the connection is available to more than one user, and the VPN requires each user to supply a different name, then leave this property empty. If this property is empty, NetworkManager will automatically supply the username of the user which requested the VPN connection.</td> @@ -2031,7 +2289,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.28"></a><p class="title"><b>Table 26. vxlan setting</b></p> +<a name="id-1.2.6.4.28"></a><p class="title"><b>Table 49. vxlan setting</b></p> <div class="table-contents"><table summary="vxlan setting" border="1"> <colgroup> <col> @@ -2047,103 +2305,120 @@ </tr></thead> <tbody> <tr> -<td align="left">ageing</td> +<td align="left"> +<a name="nm-settings.property.vxlan.ageing"></a>ageing</td> <td align="left">uint32</td> <td align="left">300</td> <td>Specifies the lifetime in seconds of FDB entries learnt by the kernel.</td> </tr> <tr> -<td align="left">destination-port</td> +<td align="left"> +<a name="nm-settings.property.vxlan.destination-port"></a>destination-port</td> <td align="left">uint32</td> <td align="left">8472</td> <td>Specifies the UDP destination port to communicate to the remote VXLAN tunnel endpoint.</td> </tr> <tr> -<td align="left">id</td> +<td align="left"> +<a name="nm-settings.property.vxlan.id"></a>id</td> <td align="left">uint32</td> <td align="left">0</td> <td>Specifies the VXLAN Network Identifer (or VXLAN Segment Identifier) to use.</td> </tr> <tr> -<td align="left">l2-miss</td> +<td align="left"> +<a name="nm-settings.property.vxlan.l2-miss"></a>l2-miss</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>Specifies whether netlink LL ADDR miss notifications are generated.</td> </tr> <tr> -<td align="left">l3-miss</td> +<td align="left"> +<a name="nm-settings.property.vxlan.l3-miss"></a>l3-miss</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>Specifies whether netlink IP ADDR miss notifications are generated.</td> </tr> <tr> -<td align="left">learning</td> +<td align="left"> +<a name="nm-settings.property.vxlan.learning"></a>learning</td> <td align="left">boolean</td> <td align="left">TRUE</td> <td>Specifies whether unknown source link layer addresses and IP addresses are entered into the VXLAN device forwarding database.</td> </tr> <tr> -<td align="left">limit</td> +<td align="left"> +<a name="nm-settings.property.vxlan.limit"></a>limit</td> <td align="left">uint32</td> <td align="left">0</td> <td>Specifies the maximum number of FDB entries. A value of zero means that the kernel will store unlimited entries.</td> </tr> <tr> -<td align="left">local</td> +<td align="left"> +<a name="nm-settings.property.vxlan.local"></a>local</td> <td align="left">string</td> <td align="left"> </td> <td>If given, specifies the source IP address to use in outgoing packets.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.vxlan.name"></a>name</td> <td align="left">string</td> <td align="left">vxlan</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">parent</td> +<td align="left"> +<a name="nm-settings.property.vxlan.parent"></a>parent</td> <td align="left">string</td> <td align="left"> </td> <td>If given, specifies the parent interface name or parent connection UUID.</td> </tr> <tr> -<td align="left">proxy</td> +<td align="left"> +<a name="nm-settings.property.vxlan.proxy"></a>proxy</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>Specifies whether ARP proxy is turned on.</td> </tr> <tr> -<td align="left">remote</td> +<td align="left"> +<a name="nm-settings.property.vxlan.remote"></a>remote</td> <td align="left">string</td> <td align="left"> </td> <td>Specifies the unicast destination IP address to use in outgoing packets when the destination link layer address is not known in the VXLAN device forwarding database, or the multicast IP address to join.</td> </tr> <tr> -<td align="left">rsc</td> +<td align="left"> +<a name="nm-settings.property.vxlan.rsc"></a>rsc</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>Specifies whether route short circuit is turned on.</td> </tr> <tr> -<td align="left">source-port-max</td> +<td align="left"> +<a name="nm-settings.property.vxlan.source-port-max"></a>source-port-max</td> <td align="left">uint32</td> <td align="left">0</td> <td>Specifies the maximum UDP source port to communicate to the remote VXLAN tunnel endpoint.</td> </tr> <tr> -<td align="left">source-port-min</td> +<td align="left"> +<a name="nm-settings.property.vxlan.source-port-min"></a>source-port-min</td> <td align="left">uint32</td> <td align="left">0</td> <td>Specifies the minimum UDP source port to communicate to the remote VXLAN tunnel endpoint.</td> </tr> <tr> -<td align="left">tos</td> +<td align="left"> +<a name="nm-settings.property.vxlan.tos"></a>tos</td> <td align="left">uint32</td> <td align="left">0</td> <td>Specifies the TOS value to use in outgoing packets.</td> </tr> <tr> -<td align="left">ttl</td> +<td align="left"> +<a name="nm-settings.property.vxlan.ttl"></a>ttl</td> <td align="left">uint32</td> <td align="left">0</td> <td>Specifies the time-to-live value to use in outgoing packets.</td> @@ -2152,7 +2427,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.29"></a><p class="title"><b>Table 27. wimax setting</b></p> +<a name="id-1.2.6.4.29"></a><p class="title"><b>Table 50. wimax setting</b></p> <div class="table-contents"><table summary="wimax setting" border="1"> <colgroup> <col> @@ -2168,19 +2443,22 @@ </tr></thead> <tbody> <tr> -<td align="left">mac-address</td> +<td align="left"> +<a name="nm-settings.property.wimax.mac-address"></a>mac-address</td> <td align="left">byte array</td> <td align="left"> </td> <td>If specified, this connection will only apply to the WiMAX device whose MAC address matches. This property does not change the MAC address of the device (known as MAC spoofing). Deprecated: 1</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.wimax.name"></a>name</td> <td align="left">string</td> <td align="left">wimax</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">network-name</td> +<td align="left"> +<a name="nm-settings.property.wimax.network-name"></a>network-name</td> <td align="left">string</td> <td align="left"> </td> <td>Network Service Provider (NSP) name of the WiMAX network this connection should use. Deprecated: 1</td> @@ -2189,7 +2467,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.30"></a><p class="title"><b>Table 28. 802-3-ethernet setting</b></p> +<a name="id-1.2.6.4.30"></a><p class="title"><b>Table 51. 802-3-ethernet setting</b></p> <div class="table-contents"><table summary="802-3-ethernet setting" border="1"> <colgroup> <col> @@ -2205,85 +2483,113 @@ </tr></thead> <tbody> <tr> -<td align="left">auto-negotiate</td> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.assigned-mac-address"></a>assigned-mac-address</td> +<td align="left">string</td> +<td align="left"> </td> +<td>The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses.</td> +</tr> +<tr> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.auto-negotiate"></a>auto-negotiate</td> <td align="left">boolean</td> <td align="left">TRUE</td> <td>If TRUE, allow auto-negotiation of port speed and duplex mode. If FALSE, do not allow auto-negotiation, in which case the "speed" and "duplex" properties should be set.</td> </tr> <tr> -<td align="left">cloned-mac-address</td> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.cloned-mac-address"></a>cloned-mac-address</td> <td align="left">byte array</td> <td align="left"> </td> -<td>If specified, request that the device use this MAC address instead of its permanent MAC address. This is known as MAC cloning or spoofing.</td> +<td>This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random".</td> </tr> <tr> -<td align="left">duplex</td> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.duplex"></a>duplex</td> <td align="left">string</td> <td align="left"> </td> <td>If specified, request that the device only use the specified duplex mode. Either "half" or "full".</td> </tr> <tr> -<td align="left">mac-address</td> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.generate-mac-address-mask"></a>generate-mac-address-mask</td> +<td align="left">string</td> +<td align="left"> </td> +<td>With "cloned-mac-address" setting "random" or "stable", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting "FE:FF:FF:00:00:00" means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the "random" or "stable" algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of "FE:FF:FF:00:00:00 68:F7:28:00:00:00" will set the OUI of the MAC address to 68:F7:28, while the lower bits are randomized. A value of "02:00:00:00:00:00 00:00:00:00:00:00" will create a fully scrambled globally-administered, burned-in MAC address. If the value contains more then one additional MAC addresses, one of them is chosen randomly. For example, "02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00" will create a fully scrambled MAC address, randomly locally or globally administered.</td> +</tr> +<tr> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.mac-address"></a>mac-address</td> <td align="left">byte array</td> <td align="left"> </td> <td>If specified, this connection will only apply to the Ethernet device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing).</td> </tr> <tr> -<td align="left">mac-address-blacklist</td> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.mac-address-blacklist"></a>mac-address-blacklist</td> <td align="left">array of string</td> <td align="left">[]</td> <td>If specified, this connection will never apply to the Ethernet device whose permanent MAC address matches an address in the list. Each MAC address is in the standard hex-digits-and-colons notation (00:11:22:33:44:55).</td> </tr> <tr> -<td align="left">mtu</td> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.mtu"></a>mtu</td> <td align="left">uint32</td> <td align="left">0</td> <td>If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.name"></a>name</td> <td align="left">string</td> <td align="left">802-3-ethernet</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">port</td> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.port"></a>port</td> <td align="left">string</td> <td align="left"> </td> <td>Specific port type to use if multiple the device supports multiple attachment methods. One of "tp" (Twisted Pair), "aui" (Attachment Unit Interface), "bnc" (Thin Ethernet) or "mii" (Media Independent Interface. If the device supports only one port type, this setting is ignored.</td> </tr> <tr> -<td align="left">s390-nettype</td> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.s390-nettype"></a>s390-nettype</td> <td align="left">string</td> <td align="left"> </td> <td>s390 network device type; one of "qeth", "lcs", or "ctc", representing the different types of virtual network devices available on s390 systems.</td> </tr> <tr> -<td align="left">s390-options</td> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.s390-options"></a>s390-options</td> <td align="left">dict of string to string</td> <td align="left">{}</td> <td>Dictionary of key/value pairs of s390-specific device options. Both keys and values must be strings. Allowed keys include "portno", "layer2", "portname", "protocol", among others. Key names must contain only alphanumeric characters (ie, [a-zA-Z0-9]).</td> </tr> <tr> -<td align="left">s390-subchannels</td> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.s390-subchannels"></a>s390-subchannels</td> <td align="left">array of string</td> <td align="left">[]</td> <td>Identifies specific subchannels that this network device uses for communication with z/VM or s390 host. Like the "mac-address" property for non-z/VM devices, this property can be used to ensure this connection only applies to the network device that uses these subchannels. The list should contain exactly 3 strings, and each string may only be composed of hexadecimal characters and the period (.) character.</td> </tr> <tr> -<td align="left">speed</td> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.speed"></a>speed</td> <td align="left">uint32</td> <td align="left">0</td> <td>If non-zero, request that the device use only the specified speed. In Mbit/s, ie 100 == 100Mbit/s.</td> </tr> <tr> -<td align="left">wake-on-lan</td> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.wake-on-lan"></a>wake-on-lan</td> <td align="left">uint32</td> <td align="left">1</td> <td>The NMSettingWiredWakeOnLan options to enable. Not all devices support all options. May be any combination of NM_SETTING_WIRED_WAKE_ON_LAN_PHY (0x2), NM_SETTING_WIRED_WAKE_ON_LAN_UNICAST (0x4), NM_SETTING_WIRED_WAKE_ON_LAN_MULTICAST (0x8), NM_SETTING_WIRED_WAKE_ON_LAN_BROADCAST (0x10), NM_SETTING_WIRED_WAKE_ON_LAN_ARP (0x20), NM_SETTING_WIRED_WAKE_ON_LAN_MAGIC (0x40) or the special values NM_SETTING_WIRED_WAKE_ON_LAN_DEFAULT (0x1) (to use global settings) and NM_SETTING_WIRED_WAKE_ON_LAN_IGNORE (0x8000) (to disable management of Wake-on-LAN in NetworkManager).</td> </tr> <tr> -<td align="left">wake-on-lan-password</td> +<td align="left"> +<a name="nm-settings.property.802-3-ethernet.wake-on-lan-password"></a>wake-on-lan-password</td> <td align="left">string</td> <td align="left"> </td> <td>If specified, the password used with magic-packet-based Wake-on-LAN, represented as an Ethernet MAC address. If NULL, no password will be required.</td> @@ -2292,7 +2598,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.31"></a><p class="title"><b>Table 29. 802-11-wireless setting</b></p> +<a name="id-1.2.6.4.31"></a><p class="title"><b>Table 52. 802-11-wireless setting</b></p> <div class="table-contents"><table summary="802-11-wireless setting" border="1"> <colgroup> <col> @@ -2308,103 +2614,134 @@ </tr></thead> <tbody> <tr> -<td align="left">band</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.assigned-mac-address"></a>assigned-mac-address</td> +<td align="left">string</td> +<td align="left"> </td> +<td>The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses.</td> +</tr> +<tr> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.band"></a>band</td> <td align="left">string</td> <td align="left"> </td> <td>802.11 frequency band of the network. One of "a" for 5GHz 802.11a or "bg" for 2.4GHz 802.11. This will lock associations to the Wi-Fi network to the specific band, i.e. if "a" is specified, the device will not associate with the same network in the 2.4GHz band even if the network's settings are compatible. This setting depends on specific driver capability and may not work with all drivers.</td> </tr> <tr> -<td align="left">bssid</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.bssid"></a>bssid</td> <td align="left">byte array</td> <td align="left"> </td> <td>If specified, directs the device to only associate with the given access point. This capability is highly driver dependent and not supported by all devices. Note: this property does not control the BSSID used when creating an Ad-Hoc network and is unlikely to in the future.</td> </tr> <tr> -<td align="left">channel</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.channel"></a>channel</td> <td align="left">uint32</td> <td align="left">0</td> <td>Wireless channel to use for the Wi-Fi connection. The device will only join (or create for Ad-Hoc networks) a Wi-Fi network on the specified channel. Because channel numbers overlap between bands, this property also requires the "band" property to be set.</td> </tr> <tr> -<td align="left">cloned-mac-address</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.cloned-mac-address"></a>cloned-mac-address</td> <td align="left">byte array</td> <td align="left"> </td> -<td>If specified, request that the Wi-Fi device use this MAC address instead of its permanent MAC address. This is known as MAC cloning or spoofing.</td> +<td>This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random".</td> +</tr> +<tr> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.generate-mac-address-mask"></a>generate-mac-address-mask</td> +<td align="left">string</td> +<td align="left"> </td> +<td>With "cloned-mac-address" setting "random" or "stable", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting "FE:FF:FF:00:00:00" means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the "random" or "stable" algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of "FE:FF:FF:00:00:00 68:F7:28:00:00:00" will set the OUI of the MAC address to 68:F7:28, while the lower bits are randomized. A value of "02:00:00:00:00:00 00:00:00:00:00:00" will create a fully scrambled globally-administered, burned-in MAC address. If the value contains more then one additional MAC addresses, one of them is chosen randomly. For example, "02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00" will create a fully scrambled MAC address, randomly locally or globally administered.</td> </tr> <tr> -<td align="left">hidden</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.hidden"></a>hidden</td> <td align="left">boolean</td> <td align="left">FALSE</td> <td>If TRUE, indicates this network is a non-broadcasting network that hides its SSID. In this case various workarounds may take place, such as probe-scanning the SSID for more reliable network discovery. However, these workarounds expose inherent insecurities with hidden SSID networks, and thus hidden SSID networks should be used with caution.</td> </tr> <tr> -<td align="left">mac-address</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.mac-address"></a>mac-address</td> <td align="left">byte array</td> <td align="left"> </td> <td>If specified, this connection will only apply to the Wi-Fi device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing).</td> </tr> <tr> -<td align="left">mac-address-blacklist</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.mac-address-blacklist"></a>mac-address-blacklist</td> <td align="left">array of string</td> <td align="left">[]</td> <td>A list of permanent MAC addresses of Wi-Fi devices to which this connection should never apply. Each MAC address should be given in the standard hex-digits-and-colons notation (eg "00:11:22:33:44:55").</td> </tr> <tr> -<td align="left">mac-address-randomization</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.mac-address-randomization"></a>mac-address-randomization</td> <td align="left">uint32</td> <td align="left">0</td> -<td>One of NM_SETTING_MAC_RANDOMIZATION_DEFAULT (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization), NM_SETTING_MAC_RANDOMIZATION_NEVER (1) (never randomize the MAC address), or NM_SETTING_MAC_RANDOMIZATION_ALWAYS (2) (always randomize the MAC address).</td> +<td>One of NM_SETTING_MAC_RANDOMIZATION_DEFAULT (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization), NM_SETTING_MAC_RANDOMIZATION_NEVER (1) (never randomize the MAC address), or NM_SETTING_MAC_RANDOMIZATION_ALWAYS (2) (always randomize the MAC address). Deprecated: 1</td> </tr> <tr> -<td align="left">mode</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.mode"></a>mode</td> <td align="left">string</td> <td align="left"> </td> <td>Wi-Fi network mode; one of "infrastructure", "adhoc" or "ap". If blank, infrastructure is assumed.</td> </tr> <tr> -<td align="left">mtu</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.mtu"></a>mtu</td> <td align="left">uint32</td> <td align="left">0</td> <td>If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames.</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.name"></a>name</td> <td align="left">string</td> <td align="left">802-11-wireless</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">powersave</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.powersave"></a>powersave</td> <td align="left">uint32</td> <td align="left">0</td> <td>One of NM_SETTING_WIRELESS_POWERSAVE_DISABLE (2) (disable Wi-Fi power saving), NM_SETTING_WIRELESS_POWERSAVE_ENABLE (3) (enable Wi-Fi power saving), NM_SETTING_WIRELESS_POWERSAVE_IGNORE (1) (don't touch currently configure setting) or NM_SETTING_WIRELESS_POWERSAVE_DEFAULT (0) (use the globally configured value). All other values are reserved.</td> </tr> <tr> -<td align="left">rate</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.rate"></a>rate</td> <td align="left">uint32</td> <td align="left">0</td> <td>If non-zero, directs the device to only use the specified bitrate for communication with the access point. Units are in Kb/s, ie 5500 = 5.5 Mbit/s. This property is highly driver dependent and not all devices support setting a static bitrate.</td> </tr> <tr> -<td align="left">security</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.security"></a>security</td> <td align="left">None</td> <td align="left"> </td> <td>This property is deprecated, but can be set to the value '802-11-wireless-security' when a wireless security setting is also present in the connection dictionary, for compatibility with very old NetworkManager daemons.</td> </tr> <tr> -<td align="left">seen-bssids</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.seen-bssids"></a>seen-bssids</td> <td align="left">array of string</td> <td align="left">[]</td> <td>A list of BSSIDs (each BSSID formatted as a MAC address like "00:11:22:33:44:55") that have been detected as part of the Wi-Fi network. NetworkManager internally tracks previously seen BSSIDs. The property is only meant for reading and reflects the BSSID list of NetworkManager. The changes you make to this property will not be preserved.</td> </tr> <tr> -<td align="left">ssid</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.ssid"></a>ssid</td> <td align="left">byte array</td> <td align="left"> </td> <td>SSID of the Wi-Fi network. Must be specified.</td> </tr> <tr> -<td align="left">tx-power</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless.tx-power"></a>tx-power</td> <td align="left">uint32</td> <td align="left">0</td> <td>If non-zero, directs the device to use the specified transmit power. Units are dBm. This property is highly driver dependent and not all devices support setting a static transmit power.</td> @@ -2413,7 +2750,7 @@ </table></div> </div> <br class="table-break"><div class="table"> -<a name="id-1.2.6.4.32"></a><p class="title"><b>Table 30. 802-11-wireless-security setting</b></p> +<a name="id-1.2.6.4.32"></a><p class="title"><b>Table 53. 802-11-wireless-security setting</b></p> <div class="table-contents"><table summary="802-11-wireless-security setting" border="1"> <colgroup> <col> @@ -2429,109 +2766,127 @@ </tr></thead> <tbody> <tr> -<td align="left">auth-alg</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.auth-alg"></a>auth-alg</td> <td align="left">string</td> <td align="left"> </td> <td>When WEP is used (ie, key-mgmt = "none" or "ieee8021x") indicate the 802.11 authentication algorithm required by the AP here. One of "open" for Open System, "shared" for Shared Key, or "leap" for Cisco LEAP. When using Cisco LEAP (ie, key-mgmt = "ieee8021x" and auth-alg = "leap") the "leap-username" and "leap-password" properties must be specified.</td> </tr> <tr> -<td align="left">group</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.group"></a>group</td> <td align="left">array of string</td> <td align="left">[]</td> <td>A list of group/broadcast encryption algorithms which prevents connections to Wi-Fi networks that do not utilize one of the algorithms in the list. For maximum compatibility leave this property empty. Each list element may be one of "wep40", "wep104", "tkip", or "ccmp".</td> </tr> <tr> -<td align="left">key-mgmt</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.key-mgmt"></a>key-mgmt</td> <td align="left">string</td> <td align="left"> </td> <td>Key management used for the connection. One of "none" (WEP), "ieee8021x" (Dynamic WEP), "wpa-none" (Ad-Hoc WPA-PSK), "wpa-psk" (infrastructure WPA-PSK), or "wpa-eap" (WPA-Enterprise). This property must be set for any Wi-Fi connection that uses security.</td> </tr> <tr> -<td align="left">leap-password</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.leap-password"></a>leap-password</td> <td align="left">string</td> <td align="left"> </td> <td>The login password for legacy LEAP connections (ie, key-mgmt = "ieee8021x" and auth-alg = "leap").</td> </tr> <tr> -<td align="left">leap-password-flags</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.leap-password-flags"></a>leap-password-flags</td> <td align="left">NMSettingSecretFlags (uint32)</td> <td align="left"> </td> <td>Flags indicating how to handle the "leap-password" property. (see <a class="xref" href="nm-settings.html#secrets-flags" title="Secret flag types:">the section called “Secret flag types:”</a> for flag values)</td> </tr> <tr> -<td align="left">leap-username</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.leap-username"></a>leap-username</td> <td align="left">string</td> <td align="left"> </td> <td>The login username for legacy LEAP connections (ie, key-mgmt = "ieee8021x" and auth-alg = "leap").</td> </tr> <tr> -<td align="left">name</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.name"></a>name</td> <td align="left">string</td> <td align="left">802-11-wireless-security</td> <td>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</td> </tr> <tr> -<td align="left">pairwise</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.pairwise"></a>pairwise</td> <td align="left">array of string</td> <td align="left">[]</td> <td>A list of pairwise encryption algorithms which prevents connections to Wi-Fi networks that do not utilize one of the algorithms in the list. For maximum compatibility leave this property empty. Each list element may be one of "tkip" or "ccmp".</td> </tr> <tr> -<td align="left">proto</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.proto"></a>proto</td> <td align="left">array of string</td> <td align="left">[]</td> <td>List of strings specifying the allowed WPA protocol versions to use. Each element may be one "wpa" (allow WPA) or "rsn" (allow WPA2/RSN). If not specified, both WPA and RSN connections are allowed.</td> </tr> <tr> -<td align="left">psk</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.psk"></a>psk</td> <td align="left">string</td> <td align="left"> </td> <td>Pre-Shared-Key for WPA networks. If the key is 64-characters long, it must contain only hexadecimal characters and is interpreted as a hexadecimal WPA key. Otherwise, the key must be between 8 and 63 ASCII characters (as specified in the 802.11i standard) and is interpreted as a WPA passphrase, and is hashed to derive the actual WPA-PSK used when connecting to the Wi-Fi network.</td> </tr> <tr> -<td align="left">psk-flags</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.psk-flags"></a>psk-flags</td> <td align="left">NMSettingSecretFlags (uint32)</td> <td align="left"> </td> <td>Flags indicating how to handle the "psk" property. (see <a class="xref" href="nm-settings.html#secrets-flags" title="Secret flag types:">the section called “Secret flag types:”</a> for flag values)</td> </tr> <tr> -<td align="left">wep-key-flags</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.wep-key-flags"></a>wep-key-flags</td> <td align="left">NMSettingSecretFlags (uint32)</td> <td align="left"> </td> <td>Flags indicating how to handle the "wep-key0", "wep-key1", "wep-key2", and "wep-key3" properties. (see <a class="xref" href="nm-settings.html#secrets-flags" title="Secret flag types:">the section called “Secret flag types:”</a> for flag values)</td> </tr> <tr> -<td align="left">wep-key-type</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.wep-key-type"></a>wep-key-type</td> <td align="left">NMWepKeyType (uint32)</td> <td align="left"> </td> <td>Controls the interpretation of WEP keys. Allowed values are NM_WEP_KEY_TYPE_KEY (1), in which case the key is either a 10- or 26-character hexadecimal string, or a 5- or 13-character ASCII password; or NM_WEP_KEY_TYPE_PASSPHRASE (2), in which case the passphrase is provided as a string and will be hashed using the de-facto MD5 method to derive the actual WEP key.</td> </tr> <tr> -<td align="left">wep-key0</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.wep-key0"></a>wep-key0</td> <td align="left">string</td> <td align="left"> </td> <td>Index 0 WEP key. This is the WEP key used in most networks. See the "wep-key-type" property for a description of how this key is interpreted.</td> </tr> <tr> -<td align="left">wep-key1</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.wep-key1"></a>wep-key1</td> <td align="left">string</td> <td align="left"> </td> <td>Index 1 WEP key. This WEP index is not used by most networks. See the "wep-key-type" property for a description of how this key is interpreted.</td> </tr> <tr> -<td align="left">wep-key2</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.wep-key2"></a>wep-key2</td> <td align="left">string</td> <td align="left"> </td> <td>Index 2 WEP key. This WEP index is not used by most networks. See the "wep-key-type" property for a description of how this key is interpreted.</td> </tr> <tr> -<td align="left">wep-key3</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.wep-key3"></a>wep-key3</td> <td align="left">string</td> <td align="left"> </td> <td>Index 3 WEP key. This WEP index is not used by most networks. See the "wep-key-type" property for a description of how this key is interpreted.</td> </tr> <tr> -<td align="left">wep-tx-keyidx</td> +<td align="left"> +<a name="nm-settings.property.802-11-wireless-security.wep-tx-keyidx"></a>wep-tx-keyidx</td> <td align="left">uint32</td> <td align="left">0</td> <td>When static WEP is used (ie, key-mgmt = "none") and a non-default WEP key index is used by the AP, put that WEP key index here. Valid values are 0 (default key) through 3. Note that some consumer access points (like the Linksys WRT54G) number the keys 1 - 4.</td> @@ -2564,13 +2919,13 @@ </div> <div class="refsect1"> <a name="see_also"></a><h2>See Also</h2> -<p><span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span>, - <span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span>, - <span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span>, - <span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span></p> +<p><a class="link" href="NetworkManager.html" title="NetworkManager"><span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span></a>, + <a class="link" href="nmcli.html" title="nmcli"><span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span></a>, + <a class="link" href="nmcli-examples.html" title="nmcli-examples"><span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span></a>, + <a class="link" href="NetworkManager.conf.html" title="NetworkManager.conf"><span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span></a></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/api/html/nm-vpn-dbus-types.html b/docs/api/html/nm-vpn-dbus-types.html index 8e1ac031..34dd9730 100644 --- a/docs/api/html/nm-vpn-dbus-types.html +++ b/docs/api/html/nm-vpn-dbus-types.html @@ -8,7 +8,7 @@ <link rel="up" href="dbus-types.html" title="Types"> <link rel="prev" href="nm-dbus-types.html" title="NetworkManager D-Bus API Types"> <link rel="next" href="ref-settings.html" title="Network Configuration Setting Specification"> -<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"> @@ -555,6 +555,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/api/html/nmcli-examples.html b/docs/api/html/nmcli-examples.html index 41c3cac7..6200c1f0 100644 --- a/docs/api/html/nmcli-examples.html +++ b/docs/api/html/nmcli-examples.html @@ -8,7 +8,7 @@ <link rel="up" href="manpages.html" title="Manual Pages"> <link rel="prev" href="nm-settings-ifcfg-rh.html" title="nm-settings-ifcfg-rh"> <link rel="next" href="NetworkManager.html" title="NetworkManager"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -37,7 +37,7 @@ <p> <span class="emphasis"><em>nmcli</em></span> is a command-line client for NetworkManager. It allows controlling NetworkManager and reporting its status. For more information - please refer to <span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span> + please refer to <a class="link" href="nmcli.html" title="nmcli"><span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span></a> manual page. </p> <p> @@ -128,7 +128,8 @@ org.freedesktop.NetworkManager.wifi.share.open yes org.freedesktop.NetworkManager.settings.modify.system yes org.freedesktop.NetworkManager.settings.modify.own yes org.freedesktop.NetworkManager.settings.modify.hostname auth -org.freedesktop.NetworkManager.reload no</pre> +org.freedesktop.NetworkManager.settings.modify.global-dns auth +org.freedesktop.NetworkManager.reload auth</pre> <p> This command shows configured polkit permissions for various NetworkManager operations. These permissions or actions (using polkit language) are configured @@ -166,7 +167,7 @@ B,DISPATCH</pre> <p> The first command makes NetworkManager log in DEBUG level, and only for CORE, ETHER and IP domains. The second command restores the default logging state. Please refer to the - <span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span> manual page + <a class="link" href="NetworkManager.conf.html" title="NetworkManager.conf"><span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span></a> manual page for available logging levels and domains. </p> </div> @@ -304,7 +305,7 @@ fi Wi-Fi will be turned back on. Name this script e.g. 70-wifi-wired-exclusive.sh and put it into /etc/NetworkManager/dispatcher.d/ directory. - See <span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span> + See <a class="link" href="NetworkManager.html" title="NetworkManager"><span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span></a> manual page for more information about NetworkManager dispatcher scripts. </p> </div> @@ -551,17 +552,17 @@ Connection 'ethernet-4' (de89cdeb-a3e1-4d53-8fa0-c22546c775f4) successfully <div class="refsect1"> <a name="id-1.2.9.7"></a><h2>See Also</h2> <p> - <span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span>, - <span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span>, - <span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span>, - <span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span>, - <span class="citerefentry"><span class="refentrytitle">nm-online</span>(1)</span>, + <a class="link" href="nmcli.html" title="nmcli"><span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span></a>, + <a class="link" href="NetworkManager.html" title="NetworkManager"><span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span></a>, + <a class="link" href="NetworkManager.conf.html" title="NetworkManager.conf"><span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span></a>, + <a class="link" href="nm-settings.html" title="nm-settings"><span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span></a>, + <a class="link" href="nm-online.html" title="nm-online"><span class="citerefentry"><span class="refentrytitle">nm-online</span>(1)</span></a>, <span class="citerefentry"><span class="refentrytitle">nm-applet</span>(1)</span>, <span class="citerefentry"><span class="refentrytitle">nm-connection-editor</span>(1)</span> </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/api/html/nmcli.html b/docs/api/html/nmcli.html index d66bcb34..4a280e99 100644 --- a/docs/api/html/nmcli.html +++ b/docs/api/html/nmcli.html @@ -8,7 +8,7 @@ <link rel="up" href="manpages.html" title="Manual Pages"> <link rel="prev" href="manpages.html" title="Manual Pages"> <link rel="next" href="nmtui.html" title="nmtui"> -<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"> @@ -47,7 +47,7 @@ terse output format which is better suited for script processing. Note that NetworkManager can also execute scripts, called "dispatcher scripts", in response to network events. See - <span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span> + <a class="link" href="NetworkManager.html" title="NetworkManager"><span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span></a> for details about these dispatcher scripts.</p></li> <li class="listitem"><p>Servers, headless machines, and terminals: <span class="command"><strong>nmcli</strong></span> can be used to control NetworkManager without a GUI, including creating, editing, @@ -113,7 +113,7 @@ to a terminal. The default value is <code class="literal">auto</code>.</p></td> </tr> <tr> -<td><p><span class="term"> <code class="option">-f</code> | <code class="option">--fields</code> {[<em class="replaceable"><code>field</code></em>...] | all | common } </span></p></td> +<td><p><span class="term"> <code class="option">-f</code> | <code class="option">--fields</code> { <em class="replaceable"><code>field1</code></em>,<em class="replaceable"><code>field2</code></em>... | all | common } </span></p></td> <td> <p>This option is used to specify what fields (column names) should be printed. Valid field names differ for specific commands. List available fields @@ -149,10 +149,9 @@ also influences echoing passwords typed by user as an input.</p></td> </tr> <tr> -<td><p><span class="term">[ - <code class="option">-w</code> | <code class="option">--wait</code> - <em class="replaceable"><code>seconds</code></em>... - ]</span></p></td> +<td><p><span class="term"> <code class="option">-w</code> | <code class="option">--wait</code> + <em class="replaceable"><code>seconds</code></em> + </span></p></td> <td> <p>This option sets a timeout period for which <span class="command"><strong>nmcli</strong></span> will wait for NetworkManager to finish operations. It is @@ -164,6 +163,17 @@ </td> </tr> <tr> +<td><p><span class="term"> <code class="option">--complete-args</code> </span></p></td> +<td> +<p>Instead of conducting the desired action, <span class="command"><strong>nmcli</strong></span> + will list possible completions for the last argument. This is useful to implement + argument completion in shell.</p> +<p>The <a class="link" href="nmcli.html#exit_status" title="Exit Status">exit status</a> will indicate success + or return a code 65 to indicate the last argument is a file name.</p> +<p>NetworkManager ships with command completion support for GNU Bash.</p> +</td> +</tr> +<tr> <td><p><span class="term"> <code class="option">-v</code> | <code class="option">--version</code> </span></p></td> <td><p>Show <span class="command"><strong>nmcli</strong></span> version.</p></td> </tr> @@ -216,13 +226,13 @@ <td><p><span class="term"> <span class="command"><strong>logging</strong></span> [<code class="option">level</code> <em class="replaceable"><code>level</code></em>] - [<code class="option">domain</code> <em class="replaceable"><code>domains</code></em>...] + [<code class="option">domains</code> <em class="replaceable"><code>domains</code></em>...] </span></p></td> <td><p>Get and change NetworkManager logging level and domains. Without any argument current logging level and domains are shown. In order to change logging state, provide <code class="option">level</code> and, or, <code class="option">domain</code> parameters. See - <span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span> + <a class="link" href="NetworkManager.conf.html" title="NetworkManager.conf"><span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span></a> for available level and domain values.</p></td> </tr> </tbody> @@ -338,7 +348,7 @@ </div> <div class="refsect1"> <a name="connection"></a><h2>Connection Management Commands</h2> -<div class="cmdsynopsis"><p><code class="command">nmcli connection</code> { <span class="command"><strong>show</strong></span> | <span class="command"><strong>up</strong></span> | <span class="command"><strong>down</strong></span> | <span class="command"><strong>add</strong></span> | <span class="command"><strong>edit</strong></span> | <span class="command"><strong>modify</strong></span> | <span class="command"><strong>delete</strong></span> | <span class="command"><strong>monitor</strong></span> | <span class="command"><strong>reload</strong></span> | <span class="command"><strong>load</strong></span> } [<em class="replaceable"><code>ARGUMENTS</code></em>...]</p></div> +<div class="cmdsynopsis"><p><code class="command">nmcli connection</code> { <span class="command"><strong>show</strong></span> | <span class="command"><strong>up</strong></span> | <span class="command"><strong>down</strong></span> | <span class="command"><strong>modify</strong></span> | <span class="command"><strong>add</strong></span> | <span class="command"><strong>edit</strong></span> | <span class="command"><strong>clone</strong></span> | <span class="command"><strong>delete</strong></span> | <span class="command"><strong>monitor</strong></span> | <span class="command"><strong>reload</strong></span> | <span class="command"><strong>load</strong></span> | <span class="command"><strong>import</strong></span> | <span class="command"><strong>export</strong></span> } [<em class="replaceable"><code>ARGUMENTS</code></em>...]</p></div> <p>NetworkManager stores all network configuration as "connections", which are collections of data (Layer2 details, IP addressing, etc.) that describe how to create or connect to a network. A connection is "active" @@ -463,7 +473,7 @@ <td><p><span class="term"> <span class="command"><strong>up</strong></span> [ <code class="option">id</code> | <code class="option">uuid</code> | <code class="option">path</code> ] - <em class="replaceable"><code>ID</code></em>... + <em class="replaceable"><code>ID</code></em> [<code class="option">ifname</code> <em class="replaceable"><code>ifname</code></em>] [<code class="option">ap</code> <em class="replaceable"><code>BSSID</code></em>] [<code class="option">passwd-file</code> <em class="replaceable"><code>file</code></em>] @@ -564,35 +574,81 @@ </tr> <tr> <td><p><span class="term"> + <span class="command"><strong>modify</strong></span> + [<code class="option">--temporary</code>] + [ <code class="option">id</code> | <code class="option">uuid</code> | <code class="option">path</code> ] + <em class="replaceable"><code>ID</code></em> + + { <em class="replaceable"><code>option</code></em> <em class="replaceable"><code>value</code></em> | [+|-]<em class="replaceable"><code>setting</code></em>.<em class="replaceable"><code>property</code></em> <em class="replaceable"><code>value</code></em> } + ... + </span></p></td> +<td> +<p>Add, modify or remove properties in the connection profile.</p> +<p>To set the property just specify the property name followed by the + value. An empty value (<code class="literal">""</code>) removes the property value.</p> +<p>In addition to the properties, you can also use short names for some of + the properties. Consult the <a class="link" href="nmcli.html#property_aliases" title="Property Aliases">Property Aliases</a> + section for details.</p> +<p>If you want to append an item to the existing value, use + <code class="literal">+</code> prefix for the property name. If you want to remove just + one item from container-type property, use <code class="literal">-</code> prefix for + the property name and specify a value or an zero-based index of the item to + remove (or option name for properties with named options) as + <em class="replaceable"><code>value</code></em>. The <code class="literal">+</code> and <code class="literal">-</code> + modifies only have a real effect for multi-value (container) + properties like <code class="literal">ipv4.dns</code>, <code class="literal">ipv4.addresses</code>, + <code class="literal">bond.options</code>, etc.</p> +<p>See <span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span> for complete reference of setting and property names, their descriptions + and default values. The <em class="replaceable"><code>setting</code></em> and + <em class="replaceable"><code>property</code></em> can be abbreviated provided they are unique.</p> +<p>The connection is identified by its name, UUID or D-Bus path. If + <em class="replaceable"><code>ID</code></em> is ambiguous, a keyword <code class="option">id</code>, + <code class="option">uuid</code> or <code class="option">path</code> can be used.</p> +</td> +</tr> +<tr> +<td><p><span class="term"> <span class="command"><strong>add</strong></span> - <code class="option">ifname</code> <em class="replaceable"><code>ifname</code></em> - [con-name <em class="replaceable"><code>name</code></em>] - [ - <code class="option">autoconnect</code> - { yes | no } - ] - [ - <code class="option">save</code> - { yes | no } - ] - [master <em class="replaceable"><code>master</code></em>] - [slave-type <em class="replaceable"><code>type</code></em>] - [type <em class="replaceable"><code>type</code></em>] - [<em class="replaceable"><code>ARGUMENTS</code></em>...] - [ip4 <em class="replaceable"><code>addr</code></em>] - [gw4 <em class="replaceable"><code>addr</code></em>] - [ip6 <em class="replaceable"><code>addr</code></em>] - [gw6 <em class="replaceable"><code>addr</code></em>] - [ - <code class="option">--</code> - - [+|-]<em class="replaceable"><code>setting</code></em>.<em class="replaceable"><code>property</code></em> - <em class="replaceable"><code>value</code></em> - ... - ] + [<code class="option">save</code> { yes | no }] + + { <em class="replaceable"><code>option</code></em> <em class="replaceable"><code>value</code></em> | [+|-]<em class="replaceable"><code>setting</code></em>.<em class="replaceable"><code>property</code></em> <em class="replaceable"><code>value</code></em> } + ... </span></p></td> <td> -<p>Add a connection for NetworkManager. Arguments differ according to connection types, see below.</p> +<p>Create a new connection using specified properties.</p> +<p>You need to describe the newly created connections with the property and value pairs. + See <span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span> for the complete reference. You can also use the aliases described in + <a class="link" href="nmcli.html#property_aliases" title="Property Aliases">Property Aliases</a> section. The syntax is + the same as of the <span class="command"><strong>nmcli connection modify</strong></span> command.</p> +<p>To construct a meaningful connection you at the very least need to set the + <code class="option">connection.type</code> property (or use the <code class="option">type</code> alias) + to one of known NetworkManager connection types:</p> +<div class="itemizedlist"><ul class="itemizedlist compact" style="list-style-type: disc; "> +<li class="listitem"><p><code class="literal">ethernet</code></p></li> +<li class="listitem"><p><code class="literal">wifi</code></p></li> +<li class="listitem"><p><code class="literal">wimax</code></p></li> +<li class="listitem"><p><code class="literal">pppoe</code></p></li> +<li class="listitem"><p><code class="literal">gsm</code></p></li> +<li class="listitem"><p><code class="literal">cdma</code></p></li> +<li class="listitem"><p><code class="literal">infiniband</code></p></li> +<li class="listitem"><p><code class="literal">bluetooth</code></p></li> +<li class="listitem"><p><code class="literal">vlan</code></p></li> +<li class="listitem"><p><code class="literal">bond</code></p></li> +<li class="listitem"><p><code class="literal">bond-slave</code></p></li> +<li class="listitem"><p><code class="literal">team</code></p></li> +<li class="listitem"><p><code class="literal">team-slave</code></p></li> +<li class="listitem"><p><code class="literal">bridge</code></p></li> +<li class="listitem"><p><code class="literal">bridge-slave</code></p></li> +<li class="listitem"><p><code class="literal">vpn</code></p></li> +<li class="listitem"><p><code class="literal">olpc-mesh</code></p></li> +<li class="listitem"><p><code class="literal">adsl</code></p></li> +<li class="listitem"><p><code class="literal">tun</code></p></li> +<li class="listitem"><p><code class="literal">ip-tunnel</code></p></li> +<li class="listitem"><p><code class="literal">macvlan</code></p></li> +<li class="listitem"><p><code class="literal">vxlan</code></p></li> +</ul></div> +<p>The most typical uses are described in the <a class="link" href="nmcli.html#examples" title="Examples">Examples</a> section.</p> +<p>Aside from the properties and values two special options are accepted:</p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> @@ -600,843 +656,14 @@ </colgroup> <tbody> <tr> -<td><p><span class="term"><code class="option">ifname</code></span></p></td> -<td><p>interface to bind the connection to. The connection will only be - applicable to this interface name. A special value of <code class="literal">*</code> - can be used for interface-independent connections. The - <code class="option">ifname</code> argument is mandatory for all connection types - except bond, team, bridge and vlan. Note: use quotes around - <code class="literal">*</code> to suppress shell expansion.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">con-name</code></span></p></td> -<td><p>connection name (when not provided a default name is generated: - <type>[-<ifname>][-<num>]).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">autoconnect</code></span></p></td> -<td><p>whether the connection profile can be automatically activated (default: - yes).</p></td> -</tr> -<tr> <td><p><span class="term"><code class="option">save</code></span></p></td> -<td><p>whether the connection should be persistent, i.e. NetworkManager should +<td><p>Controls whether the connection should be persistent, i.e. NetworkManager should store it on disk (default: <code class="literal">yes</code>).</p></td> </tr> <tr> -<td><p><span class="term"><code class="option">master</code></span></p></td> -<td><p>master interface name, or connection UUID or ID of master connection - profile. The value can be prefixed with <code class="literal">ifname/</code>, - <code class="literal">uuid/</code> or <code class="literal">id/</code> to disambiguate it.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">slave-type</code></span></p></td> -<td><p>type of master connection. Only required when it can not be inferred - (i.e. the master connection does - not exist yet).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">type</code></span></p></td> -<td><p>connection type; see below for allowed values. Note that types - <code class="option">bond-slave</code>, <code class="option">team-slave</code> and - <code class="option">bridge-slave</code> create <code class="option">ethernet</code> connection - profiles. Their use is discouraged in favor of using a specific type with - <code class="option">master</code> option.</p></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type ethernet</code> - [<code class="option">mac</code> <em class="replaceable"><code>addr</code></em>] - [<code class="option">cloned-mac</code> <em class="replaceable"><code>addr</code></em>] - [<code class="option">mtu</code> <em class="replaceable"><code>mtu</code></em>] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">mac</code></span></p></td> -<td><p>MAC address of the device this connection is locked to.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">cloned-mac</code></span></p></td> -<td><p>cloned MAC.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">mtu</code></span></p></td> -<td><p>MTU.</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type wifi</code> - <code class="option">ssid</code> <em class="replaceable"><code>SSID</code></em> - [<code class="option">mac</code> <em class="replaceable"><code>addr</code></em>] - [<code class="option">cloned-mac</code> <em class="replaceable"><code>addr</code></em>] - [ - <code class="option">mode</code> - { infrastructure | ap | adhoc } - ] - [<code class="option">mtu</code> <em class="replaceable"><code>mtu</code></em>] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">ssid</code></span></p></td> -<td><p>SSID.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">mac</code></span></p></td> -<td><p>MAC address of the device this connection is locked to.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">cloned-mac</code></span></p></td> -<td><p>cloned MAC.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">mode</code></span></p></td> -<td><p>Wi-Fi network mode. If blank, <code class="literal">infrastructure</code> - is assumed.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">mtu</code></span></p></td> -<td><p>MTU.</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type wimax</code> - [<code class="option">mac</code> <em class="replaceable"><code>addr</code></em>] - [<code class="option">nsp</code> <em class="replaceable"><code>nsp</code></em>] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">mac</code></span></p></td> -<td><p>MAC address of the device this connection is locked to.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">nsp</code></span></p></td> -<td><p>Network Service Provider name.</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type pppoe</code> - <code class="option">username</code> <em class="replaceable"><code>user</code></em> - [<code class="option">password</code> <em class="replaceable"><code>passwd</code></em>] - [<code class="option">service</code> <em class="replaceable"><code>name</code></em>] - [<code class="option">mtu</code> <em class="replaceable"><code>mtu</code></em>] - [<code class="option">mac</code> <em class="replaceable"><code>addr</code></em>] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">username</code></span></p></td> -<td><p>PPPoE username.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">password</code></span></p></td> -<td><p>Password for the PPPoE username.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">service</code></span></p></td> -<td><p>PPPoE service name (if required by concentrator).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">mtu</code></span></p></td> -<td><p>MTU.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">mac</code></span></p></td> -<td><p>MAC address of the device this connection is locked to.</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type gsm</code> - [<code class="option">apn</code> <em class="replaceable"><code>APN</code></em>] - [<code class="option">username</code> <em class="replaceable"><code>user</code></em>] - [<code class="option">password</code> <em class="replaceable"><code>passwd</code></em>] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">apn</code></span></p></td> -<td><p>APN - GSM Access Point Name.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">user</code></span></p></td> -<td><p>user name.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">password</code></span></p></td> -<td><p>password.</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type cdma</code> - [<code class="option">username</code> <em class="replaceable"><code>user</code></em>] - [<code class="option">password</code> <em class="replaceable"><code>passwd</code></em>] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">user</code></span></p></td> -<td><p>user name.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">password</code></span></p></td> -<td><p>password.</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type infiniband</code> - [<code class="option">mac</code> <em class="replaceable"><code>addr</code></em>] - [<code class="option">mtu</code> <em class="replaceable"><code>mtu</code></em>] - [ - <code class="option">transport-mode</code> - { datagram | connected } - ] - [<code class="option">parent</code> <em class="replaceable"><code>device</code></em>] - [<code class="option">p-key</code> <em class="replaceable"><code>key</code></em>] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">mac</code></span></p></td> -<td><p>MAC address of the device this connection is locked to - (InfiniBand MAC is 20 bytes).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">mtu</code></span></p></td> -<td><p>MTU.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">transport-mode</code></span></p></td> -<td><p>InfiniBand transport mode.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">parent</code></span></p></td> -<td><p>the interface name of the parent device (if any).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">p-key</code></span></p></td> -<td><p>the InfiniBand P_Key (16-bit unsigned integer).</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type bluetooth</code> - [<code class="option">addr</code> <em class="replaceable"><code>addr</code></em>] - [ - <code class="option">bt-type</code> - { panu | dun-gsm | dun-cdma } - ] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">addr</code></span></p></td> -<td><p>Bluetooth device address (MAC).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">bt-type</code></span></p></td> -<td><p>Bluetooth connection type.</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type vlan</code> - <code class="option">dev</code> <em class="replaceable"><code>device</code></em> - <code class="option">id</code> <em class="replaceable"><code>id</code></em> - [<code class="option">flags</code> <em class="replaceable"><code>flags</code></em>] - [<code class="option">ingress</code> <em class="replaceable"><code>mapping</code></em>] - [<code class="option">egress</code> <em class="replaceable"><code>mapping</code></em>] - [<code class="option">mtu</code> <em class="replaceable"><code>mtu</code></em>] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">dev</code></span></p></td> -<td><p>parent device this VLAN is on.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">id</code></span></p></td> -<td><p>VLAN ID in range 0-4095.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">flags</code></span></p></td> -<td><p>flags.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">ingress</code></span></p></td> -<td><p>VLAN ingress priority mapping.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">egress</code></span></p></td> -<td><p>VLAN egress priority mapping.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">mtu</code></span></p></td> -<td><p>MTU.</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type bond</code> - [ - <code class="option">mode</code> - { active-backup | balance-xor | broadcast | 802.3ad | balance-tlb | balance-alb | <em class="replaceable"><code>num</code></em> } - ] - [<code class="option">primary</code> <em class="replaceable"><code>ifname</code></em>] - [<code class="option">miimon</code> <em class="replaceable"><code>num</code></em>] - [<code class="option">downdelay</code> <em class="replaceable"><code>num</code></em>] - [<code class="option">updelay</code> <em class="replaceable"><code>num</code></em>] - [<code class="option">arp-interval</code> <em class="replaceable"><code>num</code></em>] - [<code class="option">arp-ip-target</code> <em class="replaceable"><code>num</code></em>] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">mode</code></span></p></td> -<td><p>bonding mode (default: <code class="literal">balance-rr</code>).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">primary</code></span></p></td> -<td><p>primary interface name (for <code class="literal">active-backup</code> mode).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">miimon</code></span></p></td> -<td><p>miimon (default: <code class="literal">100</code>).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">downdelay</code></span></p></td> -<td><p>downdelay (default: <code class="literal">0</code>).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">updelay</code></span></p></td> -<td><p>updelay (default: <code class="literal">0</code>).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">arp-interval</code></span></p></td> -<td><p>ARP interval (default: <code class="literal">0</code>).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">arp-ip-target</code></span></p></td> -<td><p>ARP IP target.</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type bond-slave</code> - [<code class="option">master</code> <em class="replaceable"><code>master</code></em>] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody><tr> -<td><p><span class="term"><code class="option">master</code></span></p></td> -<td><p>master bond interface name, or connection UUID or - ID of bond master connection profile. The value can be - prefixed with <code class="literal">ifname/</code>, - <code class="literal">uuid/</code> or <code class="literal">id/</code> to - disambiguate it.</p></td> -</tr></tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type team</code> - [ - <code class="option">config</code> - { file | <em class="replaceable"><code>JSON</code></em> } - ] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody><tr> -<td><p><span class="term"><code class="option">config</code></span></p></td> -<td><p>JSON configuration for team.</p></td> -</tr></tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type team-slave</code> - [ - <code class="option">config</code> - <code class="option"><em class="replaceable"><code>JSON</code></em></code> - ] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">master</code></span></p></td> -<td><p>master team interface name, or connection UUID or - ID of team master connection profile. The value can be - prefixed with <code class="literal">ifname/</code>, - <code class="literal">uuid/</code> or <code class="literal">id/</code>to - disambiguate it.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">config</code></span></p></td> -<td><p>JSON configuration for team.</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type bridge</code> - [ - <code class="option">stp</code> - { yes | no } - ] - [<code class="option">priority</code> <em class="replaceable"><code>num</code></em>] - [<code class="option">forward-delay</code> <em class="replaceable"><code>2-30</code></em>] - [<code class="option">hello-time</code> <em class="replaceable"><code>1-10</code></em>] - [<code class="option">max-age</code> <em class="replaceable"><code>6-42</code></em>] - [<code class="option">ageing-time</code> <em class="replaceable"><code>0-1000000</code></em>] - [ - <code class="option">multicast-snooping</code> - { yes | no } - ] - [<code class="option">mac</code> <em class="replaceable"><code>addr</code></em>] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">stp</code></span></p></td> -<td><p>controls whether Spanning Tree Protocol (STP) is enabled for this bridge - (default: <code class="literal">yes</code>).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">priority</code></span></p></td> -<td><p>sets STP priority (default: <code class="literal">128</code>).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">forward-delay</code></span></p></td> -<td><p>STP forwarding delay, in seconds (default: <code class="literal">15</code>).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">hello-time</code></span></p></td> -<td><p>STP hello time, in seconds (default: <code class="literal">2</code>).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">max-age</code></span></p></td> -<td><p>STP maximum message age, in seconds (default: <code class="literal">20</code>).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">ageing-time</code></span></p></td> -<td><p>the Ethernet MAC address aging time, in seconds (default: <code class="literal">300</code>).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">multicast-snooping</code></span></p></td> -<td><p>controls whether IGMP snooping is enabled (default: <code class="literal">yes</code>).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">mac</code></span></p></td> -<td><p>MAC address of the bridge (note: this requires a recent kernel feature, - originally introduced in 3.15 upstream kernel).</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type bridge-slave</code> - [<code class="option">master</code> <em class="replaceable"><code>master</code></em>] - [<code class="option">priority</code> <em class="replaceable"><code>num</code></em>] - [<code class="option">path-cost</code> <em class="replaceable"><code>1-65535</code></em>] - [ - <code class="option">hairpin</code> - { yes | no } - ] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">master</code></span></p></td> -<td><p>master bridge interface name, or connection UUID - or ID of bridge master connection profile. The value - can be prefixed with <code class="literal">ifname/</code>, - <code class="literal">uuid/</code> or <code class="literal">id/</code> - to disambiguate it.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">priority</code></span></p></td> -<td><p>STP priority of this slave (default: <code class="literal">32</code>).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">path-cost</code></span></p></td> -<td><p>STP port cost for destinations via this slave (default: <code class="literal">100</code>).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">hairpin</code></span></p></td> -<td><p>'hairpin mode' for the slave, which allows frames to be sent back out - through the slave the frame was received on (default: <code class="literal">yes</code>).</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type vpn</code> - [<code class="option">type</code> <em class="replaceable"><code>type</code></em>] - [<code class="option">user</code> <em class="replaceable"><code>username</code></em>] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">vpn-type</code></span></p></td> -<td><p>VPN type.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">user</code></span></p></td> -<td><p>VPN username.</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type olpc-mesh</code> - <code class="option">ssid</code> <em class="replaceable"><code>SSID</code></em> - [<code class="option">channel</code> <em class="replaceable"><code>1-13</code></em>] - [<code class="option">dhcp-anycast</code> <em class="replaceable"><code>MAC</code></em>] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">ssid</code></span></p></td> -<td><p>SSID.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">channel</code></span></p></td> -<td><p>channel to use for the network.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">dhcp-anycast</code></span></p></td> -<td><p>anycast DHCP MAC address used when requesting an IP address via DHCP.</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type adsl</code> - <code class="option">username</code> <em class="replaceable"><code>username</code></em> - - <code class="option">protocol</code> - { pppoa | pppoe | ipoatm } - - [<code class="option">password</code> <em class="replaceable"><code>passwd</code></em>] - [ - <code class="option">encapsulation</code> - { vcmux | llc } - ] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">username</code></span></p></td> -<td><p>ADSL user name.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">protocol</code></span></p></td> -<td><p>ADSL protocol.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">password</code></span></p></td> -<td><p>ADSL password.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">encapsulation</code></span></p></td> -<td><p>ADSL encapsulation.</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type tun</code> - - <code class="option">mode</code> - { tun | tap } - - [<code class="option">owner</code> <em class="replaceable"><code>UID</code></em>] - [<code class="option">group</code> <em class="replaceable"><code>GID</code></em>] - [ - <code class="option">pi</code> - { yes | no } - ] - [ - <code class="option">vnet-hdr</code> - { yes | no } - ] - [ - <code class="option">multi-queue</code> - { yes | no } - ] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">mode</code></span></p></td> -<td><p>Mode for the device.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">owner</code></span></p></td> -<td><p>UID of the owner.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">group</code></span></p></td> -<td><p>GID of the group.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">pi</code></span></p></td> -<td><p>include packet information (~IFF_NO_PI flag).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">vnet-hdr</code></span></p></td> -<td><p>send and receive large (i.e. GSO) packets and packets with partial - checksums (IFF_VNET_HDR flag).</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">multi-queue</code></span></p></td> -<td><p>multi-queue support for tun/tap device (IFF_MULTI_QUEUE flag).</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type ip-tunnel</code> - - <code class="option">mode</code> - { ipip | gre | sit | isatap | vti | ip6ip6 | ipip6 | ip6gre | vti6 | tun } - - <code class="option">remote</code> <em class="replaceable"><code>addr</code></em> - [<code class="option">local</code> <em class="replaceable"><code>addr</code></em>] - [<code class="option">dev</code> <em class="replaceable"><code>device</code></em>] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">mode</code></span></p></td> -<td><p>tunnel mode.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">remote</code></span></p></td> -<td><p>IPv4 or IPv6 address of the remote tunnel endpoint.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">local</code></span></p></td> -<td><p>IPv4 or IPv6 address of the local tunnel endpoint.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">dev</code></span></p></td> -<td><p>device to use for tunnel endpoint communication.</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type macvlan</code> - <code class="option">dev</code> <em class="replaceable"><code>device</code></em> - - <code class="option">mode</code> - { vepa | bridge | private | passthru | source } - - [ - <code class="option">tap</code> - { yes | no } - ] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">dev</code></span></p></td> -<td><p>parent device this MACVLAN is on.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">mode</code></span></p></td> -<td><p>MACVLAN mode, which specifies the communication mechanism between - multiple MACVLANs on the same lower device.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">tap</code></span></p></td> -<td><p>controls the device type. If set to 'yes' a MACVTAP will be created - (default: <code class="literal">no</code>).</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"> - <code class="option">type vxlan</code> - <code class="option">id</code> <em class="replaceable"><code>id</code></em> - <code class="option">remote</code> <em class="replaceable"><code>addr</code></em> - [<code class="option">dev</code> <em class="replaceable"><code>parent device (ifname or connection UUID)</code></em>] - [<code class="option">local</code> <em class="replaceable"><code>addr</code></em>] - [<code class="option">source-port-min</code> <em class="replaceable"><code>0-65535</code></em>] - [<code class="option">source-port-max</code> <em class="replaceable"><code>0-65535</code></em>] - [<code class="option">destination-port</code> <em class="replaceable"><code>0-65535</code></em>] - </span></p></td> -<td><div class="variablelist"><table border="0" class="variablelist"> -<colgroup> -<col align="left" valign="top"> -<col> -</colgroup> -<tbody> -<tr> -<td><p><span class="term"><code class="option">id</code></span></p></td> -<td><p>VXLAN Network Identifer to use.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">remote</code></span></p></td> -<td><p>unicast destination IP address or multicast IP address to join.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">dev</code></span></p></td> -<td><p>device to use for tunnel endpoint communication.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">local</code></span></p></td> -<td><p>source IP address.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">source-port-min</code></span></p></td> -<td><p>minimum UDP source port to communicate to the remote VXLAN tunnel endpoint.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">source-port-max</code></span></p></td> -<td><p>maximum UDP source port to communicate to the remote VXLAN tunnel endpoint.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">destination-port</code></span></p></td> -<td><p>UDP destination port to communicate to the remote VXLAN tunnel endpoint.</p></td> -</tr> -</tbody> -</table></div></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">ip4</code>, </span><span class="term"><code class="option">gw4</code></span></p></td> -<td><p>IPv4 addresses.</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">ip6</code>, </span><span class="term"><code class="option">gw6</code></span></p></td> -<td><p>IPv6 addresses.</p></td> -</tr> -<tr> <td><p><span class="term"><code class="option">--</code></span></p></td> -<td><p>If a <code class="option">--</code> argument is encountered, the rest of command - line is interpreted as property list in the same format as <span class="command"><strong>connection - modify</strong></span> command accepts. This makes it possible to adjust the - connection properties before it's added.</p></td> +<td><p>If a single <code class="option">--</code> argument is encountered it is ignored. + This is for compatibility with older versions on <span class="command"><strong>nmcli</strong></span>.</p></td> </tr> </tbody> </table></div> @@ -1447,7 +674,7 @@ <span class="command"><strong>edit</strong></span> { [ <code class="option">id</code> | <code class="option">uuid</code> | <code class="option">path</code> ] - <em class="replaceable"><code>ID</code></em>... + <em class="replaceable"><code>ID</code></em> | [<code class="option">type</code> <em class="replaceable"><code>type</code></em>] [<code class="option">con-name</code> <em class="replaceable"><code>name</code></em>] @@ -1486,59 +713,26 @@ <p>See also <span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span> for all NetworkManager settings and property names, and their descriptions; and - <span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span> + <a class="link" href="nmcli-examples.html" title="nmcli-examples"><span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span></a> for sample editor sessions.</p> </td> </tr> <tr> <td><p><span class="term"> - <span class="command"><strong>modify</strong></span> - [<code class="option">--temporary</code>] - [ <code class="option">id</code> | <code class="option">uuid</code> | <code class="option">path</code> ] - <em class="replaceable"><code>ID</code></em> - - [+|-]<em class="replaceable"><code>setting</code></em>.<em class="replaceable"><code>property</code></em> - <em class="replaceable"><code>value</code></em> - ... - </span></p></td> -<td> -<p>Modify one or more properties in the connection profile.</p> -<p>The connection is identified by its name, UUID or D-Bus path. If - <em class="replaceable"><code>ID</code></em> is ambiguous, a keyword <code class="option">id</code>, - <code class="option">uuid</code> or <code class="option">path</code> can be used. See - <span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span> for setting and property names, their descriptions and default - values. This command supports abbreviations for <em class="replaceable"><code>setting</code></em> - and <em class="replaceable"><code>property</code></em> provided they are unique. Empty - <em class="replaceable"><code>value</code></em> ("") removes the property value (sets - the property to the default value). The provided value overwrites the existing - property value.</p> -<p>If you want to append an item to the existing value, use - <code class="literal">+</code> prefix for the property name. If you want to remove just - one item from container-type property, use <code class="literal">-</code> prefix for - the property name and specify a value or an zero-based index of the item to - remove (or option name for properties with named options) as - <em class="replaceable"><code>value</code></em>. Of course, <code class="literal">+</code> and - <code class="literal">-</code> only have a real effect for multi-value (container) - properties like <code class="literal">ipv4.dns</code>, <code class="literal">ipv4.addresses</code>, - <code class="literal">bond.options</code>, etc.</p> -</td> -</tr> -<tr> -<td><p><span class="term"> <span class="command"><strong>clone</strong></span> [<code class="option">--temporary</code>] [ <code class="option">id</code> | <code class="option">uuid</code> | <code class="option">path</code> ] - <em class="replaceable"><code>ID</code></em>... - <code class="option">new</code> <em class="replaceable"><code>name</code></em> + <em class="replaceable"><code>ID</code></em> + <em class="replaceable"><code>new_name</code></em> </span></p></td> <td> <p>Clone a connection. The connection to be cloned is identified by its name, UUID or D-Bus path. If <em class="replaceable"><code>ID</code></em> is ambiguous, a keyword <code class="option">id</code>, <code class="option">uuid</code> or <code class="option">path</code> can be used. See <span class="command"><strong>connection show</strong></span> above for the description - of the <em class="replaceable"><code>ID</code></em>-specifying keywords. <em class="replaceable"><code>name</code></em> is + of the <em class="replaceable"><code>ID</code></em>-specifying keywords. <em class="replaceable"><code>new_name</code></em> is the name of the new cloned connection. The new connection will be the exact - copy except the connection.id (<em class="replaceable"><code>name</code></em>) and + copy except the connection.id (<em class="replaceable"><code>new_name</code></em>) and connection.uuid (generated) properties.</p> <p>The new connection profile will be saved as persistent unless <code class="option">--temporary</code> option is specified, in which case the new profile @@ -1591,7 +785,7 @@ disk when a change was made to them. However, the auto-loading feature can be enabled and then NetworkManager will reload connection files any time they change (monitor-connection-files=true in - <span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span>). + <a class="link" href="NetworkManager.conf.html" title="NetworkManager.conf"><span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span></a>). </p></td> </tr> <tr> @@ -1607,8 +801,8 @@ <td><p><span class="term"> <span class="command"><strong>import</strong></span> [<code class="option">--temporary</code>] - [<code class="option">type</code> <em class="replaceable"><code>type</code></em>] - [<code class="option">file</code> <em class="replaceable"><code>file</code></em>] + <code class="option">type</code> <em class="replaceable"><code>type</code></em> + <code class="option">file</code> <em class="replaceable"><code>file</code></em> </span></p></td> <td> <p>Import an external/foreign configuration as a NetworkManager connection @@ -1645,7 +839,7 @@ </div> <div class="refsect1"> <a name="device"></a><h2>Device Management Commands</h2> -<div class="cmdsynopsis"><p><code class="command">nmcli device</code> { <span class="command"><strong>status</strong></span> | <span class="command"><strong>show</strong></span> | <span class="command"><strong>set</strong></span> | <span class="command"><strong>connect</strong></span> | <span class="command"><strong>reapply</strong></span> | <span class="command"><strong>disconnect</strong></span> | <span class="command"><strong>delete</strong></span> | <span class="command"><strong>monitor</strong></span> | <span class="command"><strong>wifi</strong></span> | <span class="command"><strong>lldp</strong></span> } [<em class="replaceable"><code>ARGUMENTS</code></em>...]</p></div> +<div class="cmdsynopsis"><p><code class="command">nmcli device</code> { <span class="command"><strong>status</strong></span> | <span class="command"><strong>show</strong></span> | <span class="command"><strong>set</strong></span> | <span class="command"><strong>connect</strong></span> | <span class="command"><strong>reapply</strong></span> | <span class="command"><strong>modify</strong></span> | <span class="command"><strong>disconnect</strong></span> | <span class="command"><strong>delete</strong></span> | <span class="command"><strong>monitor</strong></span> | <span class="command"><strong>wifi</strong></span> | <span class="command"><strong>lldp</strong></span> } [<em class="replaceable"><code>ARGUMENTS</code></em>...]</p></div> <p>Show and manage network interfaces.</p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> @@ -1689,7 +883,7 @@ <tr> <td><p><span class="term"> <span class="command"><strong>connect</strong></span> - [<em class="replaceable"><code>ifname</code></em>] + <em class="replaceable"><code>ifname</code></em> </span></p></td> <td> <p>Connect the device. NetworkManager will try to find a suitable connection @@ -1702,15 +896,34 @@ <tr> <td><p><span class="term"> <span class="command"><strong>reapply</strong></span> - [<em class="replaceable"><code>ifname</code></em>] + <em class="replaceable"><code>ifname</code></em> </span></p></td> <td><p>Attempt to update device with changes to the currently active connection made since it was last applied.</p></td> </tr> <tr> <td><p><span class="term"> + <span class="command"><strong>modify</strong></span> + <em class="replaceable"><code>ifname</code></em> + + { <em class="replaceable"><code>option</code></em> <em class="replaceable"><code>value</code></em> | [+|-]<em class="replaceable"><code>setting</code></em>.<em class="replaceable"><code>property</code></em> <em class="replaceable"><code>value</code></em> } + ... + </span></p></td> +<td> +<p>Modify the settings currently active on the device.</p> +<p>This command lets you do temporary changes to a configuration active on + a particular device. The changes are not preserved in the connection profile.</p> +<p>See <span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span> for the list of available properties. Please note that some + properties can't be changed on an already connected device.</p> +<p>You can also use the aliases described in + <a class="link" href="nmcli.html#property_aliases" title="Property Aliases">Property Aliases</a> section. The syntax is + the same as of the <span class="command"><strong>nmcli connection modify</strong></span> command.</p> +</td> +</tr> +<tr> +<td><p><span class="term"> <span class="command"><strong>disconnect</strong></span> - [<em class="replaceable"><code>ifname</code></em>...] + <em class="replaceable"><code>ifname</code></em>... </span></p></td> <td> <p>Disconnect a device and prevent the device from automatically activating @@ -1723,7 +936,7 @@ <tr> <td><p><span class="term"> <span class="command"><strong>delete</strong></span> - [<em class="replaceable"><code>ifname</code></em>...] + <em class="replaceable"><code>ifname</code></em>... </span></p></td> <td> <p>Delete a device. The command removes the interface from the system. Note @@ -1979,6 +1192,736 @@ </table></div> </div> <div class="refsect1"> +<a name="property_aliases"></a><h2>Property Aliases</h2> +<p>Apart from the property-value pairs, <span class="command"><strong>connection add</strong></span>, + <span class="command"><strong>connection modify</strong></span> and <span class="command"><strong>device modify</strong></span> also + accept short forms of some properties. They exist for convenience and compatiblity + with older versions of <span class="command"><strong>nmcli</strong></span> that could not accept the raw + properties.</p> +<p>The overview of the aliases is below. An actual connection type is used to + disambiguate these options from the options of the same name that are valid for + multiple connection types (such as <code class="option">mtu</code>).</p> +<div class="table"> +<a name="id-1.2.2.14.4"></a><p class="title"><b>Table 1. Options for all connections</b></p> +<div class="table-contents"><table summary="Options for all connections" border="1"> +<colgroup> +<col> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +<th>Note</th> +</tr></thead> +<tbody> +<tr> +<td align="left">type</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.connection.type">connection.type</a></td> +<td align="left" valign="top">This option also accepts values of <code class="option">bond-slave</code>, +<code class="option">team-slave</code> and <code class="option">bridge-slave</code>. They create +<code class="option">ethernet</code> connection profiles. Their use is discouraged in +favor of using a specific type with <code class="option">master</code> option.</td> +</tr> +<tr> +<td align="left">con-name</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.connection.id">connection.id</a></td> +<td align="left" valign="top">When not provided a default name is generated: <type>[-<ifname>][-<num>]).</td> +</tr> +<tr> +<td align="left">autoconnect</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.connection.autoconnect">connection.autoconnect</a></td> +<td align="left"> </td> +</tr> +<tr> +<td align="left">ifname</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.connection.interface-name">connection.interface-name</a></td> +<td align="left" valign="top">A value of <code class="literal">*</code> will be interpreted as +no value, making the connection profile interface-independent. +Note: use quotes around <code class="literal">*</code> to suppress shell expansion. +For bond, team and bridge connections a default name will be generated if not set.</td> +</tr> +<tr> +<td align="left">master</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.connection.master">connection.master</a></td> +<td align="left" valign="top">Value specified here will be canonicalized. +It can be prefixed with <code class="literal">ifname/</code>, <code class="literal">uuid/</code> +or <code class="literal">id/</code> to disambiguate it.</td> +</tr> +<tr> +<td align="left">slave-type</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.connection.slave-type">connection.slave-type</a></td> +<td align="left"> </td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.5"></a><p class="title"><b>Table 2. PPPoE options</b></p> +<div class="table-contents"><table summary="PPPoE options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">username</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.pppoe.username">pppoe.username</a></td> +</tr> +<tr> +<td align="left">password</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.pppoe.password">pppoe.password</a></td> +</tr> +<tr> +<td align="left">service</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.pppoe.service">pppoe.service</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.6"></a><p class="title"><b>Table 3. Wired Ethernet options</b></p> +<div class="table-contents"><table summary="Wired Ethernet options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">mtu</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.802-3-ethernet.mtu">wired.mtu</a></td> +</tr> +<tr> +<td align="left">mac</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.802-3-ethernet.mac-address">wired.mac-address</a></td> +</tr> +<tr> +<td align="left">cloned-mac</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.802-3-ethernet.cloned-mac-address">wired.cloned-mac-address</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.7"></a><p class="title"><b>Table 4. Infiniband options</b></p> +<div class="table-contents"><table summary="Infiniband options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">mtu</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.infiniband.mtu">infiniband.mtu</a></td> +</tr> +<tr> +<td align="left">mac</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.infiniband.mac-address">infiniband.mac-address</a></td> +</tr> +<tr> +<td align="left">transport-mode</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.infiniband.transport-mode">infiniband.transport-mode</a></td> +</tr> +<tr> +<td align="left">parent</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.infiniband.parent">infiniband.parent</a></td> +</tr> +<tr> +<td align="left">p-key</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.infiniband.p-key">infiniband.p-key</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.8"></a><p class="title"><b>Table 5. Wi-Fi options</b></p> +<div class="table-contents"><table summary="Wi-Fi options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">ssid</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.802-11-wireless.ssid">wireless.ssid</a></td> +</tr> +<tr> +<td align="left">mode</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.802-11-wireless.mode">wireless.mode</a></td> +</tr> +<tr> +<td align="left">mtu</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.802-11-wireless.mtu">wireless.mtu</a></td> +</tr> +<tr> +<td align="left">mac</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.802-11-wireless.mac-address">wireless.mac-address</a></td> +</tr> +<tr> +<td align="left">cloned-mac</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.802-11-wireless.cloned-mac-address">wireless.cloned-mac-address</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.9"></a><p class="title"><b>Table 6. WiMax options</b></p> +<div class="table-contents"><table summary="WiMax options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">nsp</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.wimax.network-name">wimax.network-name</a></td> +</tr> +<tr> +<td align="left">mac</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.wimax.mac-address">wimax.mac-address</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.10"></a><p class="title"><b>Table 7. GSM options</b></p> +<div class="table-contents"><table summary="GSM options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">apn</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.gsm.apn">gsm.apn</a></td> +</tr> +<tr> +<td align="left">user</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.gsm.username">gsm.username</a></td> +</tr> +<tr> +<td align="left">password</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.gsm.password">gsm.password</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.11"></a><p class="title"><b>Table 8. CDMA options</b></p> +<div class="table-contents"><table summary="CDMA options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">user</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.cdma.username">cdma.username</a></td> +</tr> +<tr> +<td align="left">password</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.cdma.password">cdma.password</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.12"></a><p class="title"><b>Table 9. Bluetooth options</b></p> +<div class="table-contents"><table summary="Bluetooth options" border="1"> +<colgroup> +<col> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +<th>Note</th> +</tr></thead> +<tbody> +<tr> +<td align="left">addr</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.bluetooth.bdaddr">bluetooth.bdaddr</a></td> +<td align="left"> </td> +</tr> +<tr> +<td align="left">bt-type</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.bluetooth.type">bluetooth.type</a></td> +<td align="left" valign="top">Apart from the usual <code class="literal">dun</code> and +<code class="literal">panu</code> options, the values of <code class="literal">dun-gsm</code> +and <code class="literal">dun-cdma</code> can be used for compatibility with older +versions. They are equivalent to using <code class="literal">dun</code> and setting +appropriate <code class="literal">gsm.*</code> or <code class="literal">cdma.*</code> properties.</td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.13"></a><p class="title"><b>Table 10. VLAN options</b></p> +<div class="table-contents"><table summary="VLAN options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">dev</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.vlan.parent">vlan.parent</a></td> +</tr> +<tr> +<td align="left">id</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.vlan.id">vlan.id</a></td> +</tr> +<tr> +<td align="left">flags</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.vlan.flags">vlan.flags</a></td> +</tr> +<tr> +<td align="left">ingress</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.vlan.ingress-priority-map">vlan.ingress-priority-map</a></td> +</tr> +<tr> +<td align="left">egress</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.vlan.egress-priority-map">vlan.egress-priority-map</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.14"></a><p class="title"><b>Table 11. Bonding options</b></p> +<div class="table-contents"><table summary="Bonding options" border="1"> +<colgroup> +<col> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +<th>Note</th> +</tr></thead> +<tbody> +<tr> +<td align="left">mode</td> +<td rowspan="8" align="left">bond.options</td> +<td rowspan="8" align="left" valign="top">Setting each of these adds the option to <code class="literal">bond.options</code> property. +It's equivalent of using the <code class="literal">+bond.options 'option=value'</code> syntax.</td> +</tr> +<tr><td align="left">primary</td></tr> +<tr><td align="left">miimon</td></tr> +<tr><td align="left">downdelay</td></tr> +<tr><td align="left">updelay</td></tr> +<tr><td align="left">arp-interval</td></tr> +<tr><td align="left">arp-ip-target</td></tr> +<tr><td align="left">lacp-rate</td></tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.15"></a><p class="title"><b>Table 12. Team options</b></p> +<div class="table-contents"><table summary="Team options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody><tr> +<td align="left">config</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.team.config">team.config</a></td> +</tr></tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.16"></a><p class="title"><b>Table 13. Team port options</b></p> +<div class="table-contents"><table summary="Team port options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody><tr> +<td align="left">config</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.team-port.config">team-port.config</a></td> +</tr></tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.17"></a><p class="title"><b>Table 14. Bridge options</b></p> +<div class="table-contents"><table summary="Bridge options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">stp</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.bridge.stp">bridge.stp</a></td> +</tr> +<tr> +<td align="left">priority</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.bridge.priority">bridge.priority</a></td> +</tr> +<tr> +<td align="left">forward-delay</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.bridge.forward-delay">bridge.forward-delay</a></td> +</tr> +<tr> +<td align="left">hello-time</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.bridge.hello-time">bridge.hello-time</a></td> +</tr> +<tr> +<td align="left">max-age</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.bridge.max-age">bridge.max-age</a></td> +</tr> +<tr> +<td align="left">ageing-time</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.bridge.ageing-time">bridge.ageing-time</a></td> +</tr> +<tr> +<td align="left">multicast-snooping</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.bridge.multicast-snooping">bridge.multicast-snooping</a></td> +</tr> +<tr> +<td align="left">mac</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.bridge.mac-address">bridge.mac-address</a></td> +</tr> +<tr> +<td align="left">priority</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.bridge-port.priority">bridge-port.priority</a></td> +</tr> +<tr> +<td align="left">path-cost</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.bridge-port.path-cost">bridge-port.path-cost</a></td> +</tr> +<tr> +<td align="left">hairpin</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.bridge-port.hairpin-mode">bridge-port.hairpin-mode</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.18"></a><p class="title"><b>Table 15. VPN options</b></p> +<div class="table-contents"><table summary="VPN options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">vpn-type</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.vpn.service-type">vpn.service-type</a></td> +</tr> +<tr> +<td align="left">user</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.vpn.user-name">vpn.user-name</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.19"></a><p class="title"><b>Table 16. OLPC Mesh options</b></p> +<div class="table-contents"><table summary="OLPC Mesh options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">ssid</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.802-11-olpc-mesh.ssid">olpc-mesh.ssid</a></td> +</tr> +<tr> +<td align="left">channel</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.802-11-olpc-mesh.channel">olpc-mesh.channel</a></td> +</tr> +<tr> +<td align="left">dhcp-anycast</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.802-11-olpc-mesh.dhcp-anycast-address">olpc-mesh.dhcp-anycast-address</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.20"></a><p class="title"><b>Table 17. ADSL options</b></p> +<div class="table-contents"><table summary="ADSL options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">username</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.adsl.username">adsl.username</a></td> +</tr> +<tr> +<td align="left">protocol</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.adsl.protocol">adsl.protocol</a></td> +</tr> +<tr> +<td align="left">password</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.adsl.password">adsl.password</a></td> +</tr> +<tr> +<td align="left">encapsulation</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.adsl.encapsulation">adsl.encapsulation</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.21"></a><p class="title"><b>Table 18. MACVLAN options</b></p> +<div class="table-contents"><table summary="MACVLAN options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">dev</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.macvlan.parent">macvlan.parent</a></td> +</tr> +<tr> +<td align="left">mode</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.macvlan.mode">macvlan.mode</a></td> +</tr> +<tr> +<td align="left">tap</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.macvlan.tap">macvlan.tap</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.22"></a><p class="title"><b>Table 19. VxLAN options</b></p> +<div class="table-contents"><table summary="VxLAN options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">id</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.vxlan.id">vxlan.id</a></td> +</tr> +<tr> +<td align="left">remote</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.vxlan.remote">vxlan.remote</a></td> +</tr> +<tr> +<td align="left">dev</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.vxlan.parent">vxlan.parent</a></td> +</tr> +<tr> +<td align="left">local</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.vxlan.local">vxlan.local</a></td> +</tr> +<tr> +<td align="left">source-port-min</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.vxlan.source-port-min">vxlan.source-port-min</a></td> +</tr> +<tr> +<td align="left">source-port-max</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.vxlan.source-port-max">vxlan.source-port-max</a></td> +</tr> +<tr> +<td align="left">destination-port</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.vxlan.destination-port">vxlan.destination-port</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.23"></a><p class="title"><b>Table 20. Tun options</b></p> +<div class="table-contents"><table summary="Tun options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">mode</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.tun.mode">tun.mode</a></td> +</tr> +<tr> +<td align="left">owner</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.tun.owner">tun.owner</a></td> +</tr> +<tr> +<td align="left">group</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.tun.group">tun.group</a></td> +</tr> +<tr> +<td align="left">pi</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.tun.pi">tun.pi</a></td> +</tr> +<tr> +<td align="left">vnet-hdr</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.tun.vnet-hdr">tun.vnet-hdr</a></td> +</tr> +<tr> +<td align="left">multi-queue</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.tun.multi-queue">tun.multi-queue</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.24"></a><p class="title"><b>Table 21. IP tunneling options</b></p> +<div class="table-contents"><table summary="IP tunneling options" border="1"> +<colgroup> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +</tr></thead> +<tbody> +<tr> +<td align="left">mode</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.ip-tunnel.mode">ip-tunnel.mode</a></td> +</tr> +<tr> +<td align="left">local</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.ip-tunnel.local">ip-tunnel.local</a></td> +</tr> +<tr> +<td align="left">remote</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.ip-tunnel.remote">ip-tunnel.remote</a></td> +</tr> +<tr> +<td align="left">dev</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.ip-tunnel.parent">ip-tunnel.parent</a></td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.25"></a><p class="title"><b>Table 22. IPv4 options</b></p> +<div class="table-contents"><table summary="IPv4 options" border="1"> +<colgroup> +<col> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +<th>Note</th> +</tr></thead> +<tbody> +<tr> +<td align="left">ip4</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.ipv4.addresses">ipv4.addresses</a></td> +<td align="left" valign="top">This option can be specified multiple times. +It's equivalent of using <code class="literal">+ipv4.addresses</code> syntax.</td> +</tr> +<tr> +<td align="left">gw4</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.ipv4.gateway">ipv4.gateway</a></td> +<td align="left"> </td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"><div class="table"> +<a name="id-1.2.2.14.26"></a><p class="title"><b>Table 23. IPv6 options</b></p> +<div class="table-contents"><table summary="IPv6 options" border="1"> +<colgroup> +<col> +<col> +<col> +</colgroup> +<thead><tr> +<th>Alias</th> +<th>Property</th> +<th>Note</th> +</tr></thead> +<tbody> +<tr> +<td align="left">ip6</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.ipv6.addresses">ipv6.addresses</a></td> +<td align="left" valign="top">This option can be specified multiple times. +It's equivalent of using <code class="literal">+ipv6.addresses</code> syntax.</td> +</tr> +<tr> +<td align="left">gw6</td> +<td align="left"><a class="link" href="nm-settings.html#nm-settings.property.ipv6.gateway">ipv6.gateway</a></td> +<td align="left"> </td> +</tr> +</tbody> +</table></div> +</div> +<br class="table-break"> +</div> +<div class="refsect1"> <a name="environment_variables"></a><h2>Environment Variables</h2> <p><span class="command"><strong>nmcli</strong></span>'s behavior is affected by the following environment variables.</p> @@ -2069,6 +2012,10 @@ <td><p><span class="term"><span class="errorcode">10</span></span></p></td> <td><p>Connection, device, or access point does not exist.</p></td> </tr> +<tr> +<td><p><span class="term"><span class="errorcode">65</span></span></p></td> +<td><p>When used with <code class="option">--complete-args</code> option, a file name is expected to follow.</p></td> +</tr> </tbody> </table></div> </div> @@ -2076,7 +2023,7 @@ <a name="examples"></a><h2>Examples</h2> <p>This section presents various examples of <span class="command"><strong>nmcli</strong></span> usage. If you want even more, please refer to - <span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span> + <a class="link" href="nmcli-examples.html" title="nmcli-examples"><span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span></a> manual page.</p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> @@ -2183,6 +2130,16 @@ the user should use to connect to the hotspot from other devices.</p></td> </tr> <tr> +<td><p><span class="term"><strong class="userinput"><code>nmcli dev modify em1 ipv4.method shared</code></strong></span></p></td> +<td><p>starts IPv4 connection sharing using em1 device. The sharing will be active + until the device is disconnected.</p></td> +</tr> +<tr> +<td><p><span class="term"><strong class="userinput"><code>nmcli dev modify em1 ipv6.address 2001:db8::a:bad:c0de</code></strong></span></p></td> +<td><p>temporarily adds an IP address to a device. The address will be removed + when the same connection is activated again.</p></td> +</tr> +<tr> <td><p><span class="term"><strong class="userinput"><code>nmcli connection add type ethernet autoconnect no ifname eth0</code></strong></span></p></td> <td><p>non-interactively adds an Ethernet connection tied to eth0 interface with automatic IP configuration (DHCP), and disables the connection's <code class="literal">autoconnect</code> @@ -2194,7 +2151,7 @@ use eth0 and the VLAN interface will be named Maxipes-fik.</p></td> </tr> <tr> -<td><p><span class="term"><strong class="userinput"><code>nmcli c a ifname eth0 type ethernet -- ipv4.method disabled ipv6.method link-local</code></strong></span></p></td> +<td><p><span class="term"><strong class="userinput"><code>nmcli c a ifname eth0 type ethernet ipv4.method disabled ipv6.method link-local</code></strong></span></p></td> <td><p>non-interactively adds a connection that will use eth0 Ethernet interface and only have an IPv6 link-local address configured.</p></td> </tr> @@ -2255,16 +2212,16 @@ </div> <div class="refsect1"> <a name="see_also"></a><h2>See Also</h2> -<p><span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span>, - <span class="citerefentry"><span class="refentrytitle">nm-online</span>(1)</span>, - <span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span>, - <span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span>, - <span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span>, +<p><a class="link" href="nmcli-examples.html" title="nmcli-examples"><span class="citerefentry"><span class="refentrytitle">nmcli-examples</span>(7)</span></a>, + <a class="link" href="nm-online.html" title="nm-online"><span class="citerefentry"><span class="refentrytitle">nm-online</span>(1)</span></a>, + <a class="link" href="NetworkManager.html" title="NetworkManager"><span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span></a>, + <a class="link" href="NetworkManager.conf.html" title="NetworkManager.conf"><span class="citerefentry"><span class="refentrytitle">NetworkManager.conf</span>(5)</span></a>, + <a class="link" href="nm-settings.html" title="nm-settings"><span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span></a>, <span class="citerefentry"><span class="refentrytitle">nm-applet</span>(1)</span>, <span class="citerefentry"><span class="refentrytitle">nm-connection-editor</span>(1)</span>.</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/api/html/nmtui.html b/docs/api/html/nmtui.html index 80e5c700..ee67dbbb 100644 --- a/docs/api/html/nmtui.html +++ b/docs/api/html/nmtui.html @@ -8,7 +8,7 @@ <link rel="up" href="manpages.html" title="Manual Pages"> <link rel="prev" href="nmcli.html" title="nmcli"> <link rel="next" href="nm-online.html" title="nm-online"> -<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"> @@ -76,13 +76,13 @@ </div> <div class="refsect1"> <a name="see_also"></a><h2>See Also</h2> -<p><span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span>, +<p><a class="link" href="nmcli.html" title="nmcli"><span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span></a>, <span class="citerefentry"><span class="refentrytitle">nm-applet</span>(1)</span>, <span class="citerefentry"><span class="refentrytitle">nm-connection-editor</span>(1)</span>, - <span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span>.</p> + <a class="link" href="NetworkManager.html" title="NetworkManager"><span class="citerefentry"><span class="refentrytitle">NetworkManager</span>(8)</span></a>.</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/api/html/ref-settings.html b/docs/api/html/ref-settings.html index fe268fe0..dd29c91c 100644 --- a/docs/api/html/ref-settings.html +++ b/docs/api/html/ref-settings.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="NetworkManager Reference Manual"> <link rel="prev" href="nm-vpn-dbus-types.html" title="VPN Plugin D-Bus API Types"> <link rel="next" href="secrets-flags.html" title="Secret flag 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"> @@ -37,7 +37,7 @@ <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="id-1.4.3"></a>Configuration Settings</h2></div></div></div> <div class="table"> -<a name="id-1.4.3.2.1"></a><p class="title"><b>Table 58. 802-1x setting</b></p> +<a name="id-1.4.3.2.1"></a><p class="title"><b>Table 81. 802-1x setting</b></p> <div class="table-contents"><table summary="802-1x setting" border="1"> <colgroup> <col> @@ -267,7 +267,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.3.1"></a><p class="title"><b>Table 59. adsl setting</b></p> +<a name="id-1.4.3.3.1"></a><p class="title"><b>Table 82. adsl setting</b></p> <div class="table-contents"><table summary="adsl setting" border="1"> <colgroup> <col> @@ -335,7 +335,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.4.1"></a><p class="title"><b>Table 60. bluetooth setting</b></p> +<a name="id-1.4.3.4.1"></a><p class="title"><b>Table 83. bluetooth setting</b></p> <div class="table-contents"><table summary="bluetooth setting" border="1"> <colgroup> <col> @@ -373,7 +373,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.5.1"></a><p class="title"><b>Table 61. bond setting</b></p> +<a name="id-1.4.3.5.1"></a><p class="title"><b>Table 84. bond setting</b></p> <div class="table-contents"><table summary="bond setting" border="1"> <colgroup> <col> @@ -411,7 +411,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.6.1"></a><p class="title"><b>Table 62. bridge setting</b></p> +<a name="id-1.4.3.6.1"></a><p class="title"><b>Table 85. bridge setting</b></p> <div class="table-contents"><table summary="bridge setting" border="1"> <colgroup> <col> @@ -491,7 +491,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.7.1"></a><p class="title"><b>Table 63. bridge-port setting</b></p> +<a name="id-1.4.3.7.1"></a><p class="title"><b>Table 86. bridge-port setting</b></p> <div class="table-contents"><table summary="bridge-port setting" border="1"> <colgroup> <col> @@ -535,7 +535,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.8.1"></a><p class="title"><b>Table 64. cdma setting</b></p> +<a name="id-1.4.3.8.1"></a><p class="title"><b>Table 87. cdma setting</b></p> <div class="table-contents"><table summary="cdma setting" border="1"> <colgroup> <col> @@ -585,7 +585,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.9.1"></a><p class="title"><b>Table 65. connection setting</b></p> +<a name="id-1.4.3.9.1"></a><p class="title"><b>Table 88. connection setting</b></p> <div class="table-contents"><table summary="connection setting" border="1"> <colgroup> <col> @@ -685,6 +685,12 @@ <td>Setting name of the device type of this slave's master connection (eg, "bond"), or NULL if this connection is not a slave.</td> </tr> <tr> +<td><pre class="screen">stable-id</pre></td> +<td><pre class="screen">string</pre></td> +<td><pre class="screen"></pre></td> +<td>This token to generate stable IDs for the connection. If unset, the UUID will be used instead. The stable-id is used instead of the connection UUID for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable.</td> +</tr> +<tr> <td><pre class="screen">timestamp</pre></td> <td><pre class="screen">uint64</pre></td> <td><pre class="screen">0</pre></td> @@ -713,7 +719,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.10.1"></a><p class="title"><b>Table 66. dcb setting</b></p> +<a name="id-1.4.3.10.1"></a><p class="title"><b>Table 89. dcb setting</b></p> <div class="table-contents"><table summary="dcb setting" border="1"> <colgroup> <col> @@ -829,7 +835,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.11.1"></a><p class="title"><b>Table 67. generic setting</b></p> +<a name="id-1.4.3.11.1"></a><p class="title"><b>Table 90. generic setting</b></p> <div class="table-contents"><table summary="generic setting" border="1"> <colgroup> <col> @@ -853,7 +859,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.12.1"></a><p class="title"><b>Table 68. gsm setting</b></p> +<a name="id-1.4.3.12.1"></a><p class="title"><b>Table 91. gsm setting</b></p> <div class="table-contents"><table summary="gsm setting" border="1"> <colgroup> <col> @@ -951,7 +957,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.13.1"></a><p class="title"><b>Table 69. infiniband setting</b></p> +<a name="id-1.4.3.13.1"></a><p class="title"><b>Table 92. infiniband setting</b></p> <div class="table-contents"><table summary="infiniband setting" border="1"> <colgroup> <col> @@ -1007,7 +1013,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.14.1"></a><p class="title"><b>Table 70. ipv4 setting</b></p> +<a name="id-1.4.3.14.1"></a><p class="title"><b>Table 93. ipv4 setting</b></p> <div class="table-contents"><table summary="ipv4 setting" border="1"> <colgroup> <col> @@ -1159,7 +1165,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.15.1"></a><p class="title"><b>Table 71. ipv6 setting</b></p> +<a name="id-1.4.3.15.1"></a><p class="title"><b>Table 94. ipv6 setting</b></p> <div class="table-contents"><table summary="ipv6 setting" border="1"> <colgroup> <col> @@ -1306,12 +1312,18 @@ <td><pre class="screen">[]</pre></td> <td>Deprecated in favor of the 'route-data' property, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'route-data'. Array of IPv6 route structures. Each IPv6 route structure is composed of an IPv6 address, a prefix length (1 - 128), an IPv6 next hop address (which may be zeroed out if there is no next hop), and a metric. If the metric is 0, NM will choose an appropriate default metric for the device.</td> </tr> +<tr> +<td><pre class="screen">token</pre></td> +<td><pre class="screen">string</pre></td> +<td><pre class="screen"></pre></td> +<td>Configure the token for draft-chown-6man-tokenised-ipv6-identifiers-02 IPv6 tokenized interface identifiers. Useful with eui64 addr-gen-mode.</td> +</tr> </tbody> </table></div> </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.16.1"></a><p class="title"><b>Table 72. ip-tunnel setting</b></p> +<a name="id-1.4.3.16.1"></a><p class="title"><b>Table 95. ip-tunnel setting</b></p> <div class="table-contents"><table summary="ip-tunnel setting" border="1"> <colgroup> <col> @@ -1409,7 +1421,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.17.1"></a><p class="title"><b>Table 73. macvlan setting</b></p> +<a name="id-1.4.3.17.1"></a><p class="title"><b>Table 96. macvlan setting</b></p> <div class="table-contents"><table summary="macvlan setting" border="1"> <colgroup> <col> @@ -1459,7 +1471,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.18.1"></a><p class="title"><b>Table 74. 802-11-olpc-mesh setting</b></p> +<a name="id-1.4.3.18.1"></a><p class="title"><b>Table 97. 802-11-olpc-mesh setting</b></p> <div class="table-contents"><table summary="802-11-olpc-mesh setting" border="1"> <colgroup> <col> @@ -1503,7 +1515,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.19.1"></a><p class="title"><b>Table 75. ppp setting</b></p> +<a name="id-1.4.3.19.1"></a><p class="title"><b>Table 98. ppp setting</b></p> <div class="table-contents"><table summary="ppp setting" border="1"> <colgroup> <col> @@ -1637,7 +1649,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.20.1"></a><p class="title"><b>Table 76. pppoe setting</b></p> +<a name="id-1.4.3.20.1"></a><p class="title"><b>Table 99. pppoe setting</b></p> <div class="table-contents"><table summary="pppoe setting" border="1"> <colgroup> <col> @@ -1687,7 +1699,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.21.1"></a><p class="title"><b>Table 77. serial setting</b></p> +<a name="id-1.4.3.21.1"></a><p class="title"><b>Table 100. serial setting</b></p> <div class="table-contents"><table summary="serial setting" border="1"> <colgroup> <col> @@ -1743,7 +1755,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.22.1"></a><p class="title"><b>Table 78. team setting</b></p> +<a name="id-1.4.3.22.1"></a><p class="title"><b>Table 101. team setting</b></p> <div class="table-contents"><table summary="team setting" border="1"> <colgroup> <col> @@ -1781,7 +1793,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.23.1"></a><p class="title"><b>Table 79. team-port setting</b></p> +<a name="id-1.4.3.23.1"></a><p class="title"><b>Table 102. team-port setting</b></p> <div class="table-contents"><table summary="team-port setting" border="1"> <colgroup> <col> @@ -1813,7 +1825,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.24.1"></a><p class="title"><b>Table 80. tun setting</b></p> +<a name="id-1.4.3.24.1"></a><p class="title"><b>Table 103. tun setting</b></p> <div class="table-contents"><table summary="tun setting" border="1"> <colgroup> <col> @@ -1875,7 +1887,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.25.1"></a><p class="title"><b>Table 81. vlan setting</b></p> +<a name="id-1.4.3.25.1"></a><p class="title"><b>Table 104. vlan setting</b></p> <div class="table-contents"><table summary="vlan setting" border="1"> <colgroup> <col> @@ -1937,7 +1949,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.26.1"></a><p class="title"><b>Table 82. vpn setting</b></p> +<a name="id-1.4.3.26.1"></a><p class="title"><b>Table 105. vpn setting</b></p> <div class="table-contents"><table summary="vpn setting" border="1"> <colgroup> <col> @@ -1999,7 +2011,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.27.1"></a><p class="title"><b>Table 83. vxlan setting</b></p> +<a name="id-1.4.3.27.1"></a><p class="title"><b>Table 106. vxlan setting</b></p> <div class="table-contents"><table summary="vxlan setting" border="1"> <colgroup> <col> @@ -2121,7 +2133,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.28.1"></a><p class="title"><b>Table 84. wimax setting</b></p> +<a name="id-1.4.3.28.1"></a><p class="title"><b>Table 107. wimax setting</b></p> <div class="table-contents"><table summary="wimax setting" border="1"> <colgroup> <col> @@ -2159,7 +2171,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.29.1"></a><p class="title"><b>Table 85. 802-3-ethernet setting</b></p> +<a name="id-1.4.3.29.1"></a><p class="title"><b>Table 108. 802-3-ethernet setting</b></p> <div class="table-contents"><table summary="802-3-ethernet setting" border="1"> <colgroup> <col> @@ -2175,6 +2187,12 @@ </tr></thead> <tbody> <tr> +<td><pre class="screen">assigned-mac-address</pre></td> +<td><pre class="screen">string</pre></td> +<td><pre class="screen"></pre></td> +<td>The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses.</td> +</tr> +<tr> <td><pre class="screen">auto-negotiate</pre></td> <td><pre class="screen">boolean</pre></td> <td><pre class="screen">TRUE</pre></td> @@ -2184,7 +2202,7 @@ <td><pre class="screen">cloned-mac-address</pre></td> <td><pre class="screen">byte array</pre></td> <td><pre class="screen"></pre></td> -<td>If specified, request that the device use this MAC address instead of its permanent MAC address. This is known as MAC cloning or spoofing.</td> +<td>This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random".</td> </tr> <tr> <td><pre class="screen">duplex</pre></td> @@ -2193,6 +2211,12 @@ <td>If specified, request that the device only use the specified duplex mode. Either "half" or "full".</td> </tr> <tr> +<td><pre class="screen">generate-mac-address-mask</pre></td> +<td><pre class="screen">string</pre></td> +<td><pre class="screen"></pre></td> +<td>With "cloned-mac-address" setting "random" or "stable", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting "FE:FF:FF:00:00:00" means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the "random" or "stable" algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of "FE:FF:FF:00:00:00 68:F7:28:00:00:00" will set the OUI of the MAC address to 68:F7:28, while the lower bits are randomized. A value of "02:00:00:00:00:00 00:00:00:00:00:00" will create a fully scrambled globally-administered, burned-in MAC address. If the value contains more then one additional MAC addresses, one of them is chosen randomly. For example, "02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00" will create a fully scrambled MAC address, randomly locally or globally administered.</td> +</tr> +<tr> <td><pre class="screen">mac-address</pre></td> <td><pre class="screen">byte array</pre></td> <td><pre class="screen"></pre></td> @@ -2263,7 +2287,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.30.1"></a><p class="title"><b>Table 86. 802-11-wireless setting</b></p> +<a name="id-1.4.3.30.1"></a><p class="title"><b>Table 109. 802-11-wireless setting</b></p> <div class="table-contents"><table summary="802-11-wireless setting" border="1"> <colgroup> <col> @@ -2279,6 +2303,12 @@ </tr></thead> <tbody> <tr> +<td><pre class="screen">assigned-mac-address</pre></td> +<td><pre class="screen">string</pre></td> +<td><pre class="screen"></pre></td> +<td>The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses.</td> +</tr> +<tr> <td><pre class="screen">band</pre></td> <td><pre class="screen">string</pre></td> <td><pre class="screen"></pre></td> @@ -2300,7 +2330,13 @@ <td><pre class="screen">cloned-mac-address</pre></td> <td><pre class="screen">byte array</pre></td> <td><pre class="screen"></pre></td> -<td>If specified, request that the Wi-Fi device use this MAC address instead of its permanent MAC address. This is known as MAC cloning or spoofing.</td> +<td>This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random".</td> +</tr> +<tr> +<td><pre class="screen">generate-mac-address-mask</pre></td> +<td><pre class="screen">string</pre></td> +<td><pre class="screen"></pre></td> +<td>With "cloned-mac-address" setting "random" or "stable", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting "FE:FF:FF:00:00:00" means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the "random" or "stable" algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of "FE:FF:FF:00:00:00 68:F7:28:00:00:00" will set the OUI of the MAC address to 68:F7:28, while the lower bits are randomized. A value of "02:00:00:00:00:00 00:00:00:00:00:00" will create a fully scrambled globally-administered, burned-in MAC address. If the value contains more then one additional MAC addresses, one of them is chosen randomly. For example, "02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00" will create a fully scrambled MAC address, randomly locally or globally administered.</td> </tr> <tr> <td><pre class="screen">hidden</pre></td> @@ -2324,7 +2360,7 @@ <td><pre class="screen">mac-address-randomization</pre></td> <td><pre class="screen">uint32</pre></td> <td><pre class="screen">0</pre></td> -<td>One of NM_SETTING_MAC_RANDOMIZATION_DEFAULT (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization), NM_SETTING_MAC_RANDOMIZATION_NEVER (1) (never randomize the MAC address), or NM_SETTING_MAC_RANDOMIZATION_ALWAYS (2) (always randomize the MAC address).</td> +<td>One of NM_SETTING_MAC_RANDOMIZATION_DEFAULT (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization), NM_SETTING_MAC_RANDOMIZATION_NEVER (1) (never randomize the MAC address), or NM_SETTING_MAC_RANDOMIZATION_ALWAYS (2) (always randomize the MAC address). Deprecated: 1</td> </tr> <tr> <td><pre class="screen">mode</pre></td> @@ -2385,7 +2421,7 @@ </div> <p><br class="table-break"></p> <div class="table"> -<a name="id-1.4.3.31.1"></a><p class="title"><b>Table 87. 802-11-wireless-security setting</b></p> +<a name="id-1.4.3.31.1"></a><p class="title"><b>Table 110. 802-11-wireless-security setting</b></p> <div class="table-contents"><table summary="802-11-wireless-security setting" border="1"> <colgroup> <col> @@ -2515,6 +2551,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/api/html/secrets-flags.html b/docs/api/html/secrets-flags.html index fcaba3b3..d27eb23f 100644 --- a/docs/api/html/secrets-flags.html +++ b/docs/api/html/secrets-flags.html @@ -8,7 +8,7 @@ <link rel="up" href="ref-settings.html" title="Network Configuration Setting Specification"> <link rel="prev" href="ref-settings.html" title="Network Configuration Setting Specification"> <link rel="next" href="ix01.html" title="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"> @@ -58,6 +58,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/api/html/spec.html b/docs/api/html/spec.html index 641e217c..20919a47 100644 --- a/docs/api/html/spec.html +++ b/docs/api/html/spec.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="NetworkManager Reference Manual"> <link rel="prev" href="NetworkManager.html" title="NetworkManager"> <link rel="next" href="gdbus-org.freedesktop.NetworkManager.html" title="org.freedesktop.NetworkManager"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -124,6 +124,9 @@ <dt> <span class="refentrytitle"><a href="gdbus-org.freedesktop.NetworkManager.SecretAgent.html">org.freedesktop.NetworkManager.SecretAgent</a></span><span class="refpurpose"></span> </dt> +<dt> +<span class="refentrytitle"><a href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html">org.freedesktop.NetworkManager.Device.Statistics</a></span><span class="refpurpose"></span> +</dt> </dl></dd> <dt><span class="section"><a href="dbus-types.html">Types</a></span></dt> <dd><dl> @@ -143,6 +146,6 @@ <a name="dbus-interfaces"></a>Interfaces</h2></div></div></div></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/api/network-manager-docs.xml b/docs/api/network-manager-docs.xml index 722e33fd..bb5ab004 100644 --- a/docs/api/network-manager-docs.xml +++ b/docs/api/network-manager-docs.xml @@ -98,6 +98,7 @@ <xi:include href="../../introspection/nmdbus-ip6-config-org.freedesktop.NetworkManager.IP6Config.xml"/> <xi:include href="../../introspection/nmdbus-vpn-plugin-org.freedesktop.NetworkManager.VPN.Plugin.xml"/> <xi:include href="../../introspection/nmdbus-secret-agent-org.freedesktop.NetworkManager.SecretAgent.xml"/> + <xi:include href="../../introspection/nmdbus-device-statistics-org.freedesktop.NetworkManager.Device.Statistics.xml"/> </section> <section id="dbus-types"> <title>Types</title> diff --git a/docs/api/settings-spec.xml b/docs/api/settings-spec.xml index 22398ad1..7a3d2b4c 100644 --- a/docs/api/settings-spec.xml +++ b/docs/api/settings-spec.xml @@ -98,6 +98,7 @@ <row><entry><screen>read-only</screen></entry><entry><screen>boolean</screen></entry><entry><screen>FALSE</screen></entry><entry>FALSE if the connection can be modified using the provided settings service's D-Bus interface with the right privileges, or TRUE if the connection is read-only and cannot be modified.</entry></row> <row><entry><screen>secondaries</screen></entry><entry><screen>array of string</screen></entry><entry><screen>[]</screen></entry><entry>List of connection UUIDs that should be activated when the base connection itself is activated. Currently only VPN connections are supported.</entry></row> <row><entry><screen>slave-type</screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>Setting name of the device type of this slave's master connection (eg, "bond"), or NULL if this connection is not a slave.</entry></row> + <row><entry><screen>stable-id</screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>This token to generate stable IDs for the connection. If unset, the UUID will be used instead. The stable-id is used instead of the connection UUID for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable.</entry></row> <row><entry><screen>timestamp</screen></entry><entry><screen>uint64</screen></entry><entry><screen>0</screen></entry><entry>The time, in seconds since the Unix Epoch, that the connection was last _successfully_ fully activated. NetworkManager updates the connection timestamp periodically when the connection is active to ensure that an active connection has the latest timestamp. The property is only meant for reading (changes to this property will not be preserved).</entry></row> <row><entry><screen>type</screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>Base type of the connection. For hardware-dependent connections, should contain the setting name of the hardware-type specific setting (ie, "802-3-ethernet" or "802-11-wireless" or "bluetooth", etc), and for non-hardware dependent connections like VPN or otherwise, should contain the setting name of that setting type (ie, "vpn" or "bridge", etc).</entry></row> <row><entry><screen>uuid</screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>A universally unique identifier for the connection, for example generated with libuuid. It should be assigned when the connection is created, and never changed as long as the connection still applies to the same network. For example, it should not be changed when the "id" property or NMSettingIP4Config changes, but might need to be re-created when the Wi-Fi SSID, mobile broadband network provider, or "type" property changes. The UUID must be in the format "2815492f-7e56-435e-b2e9-246bd7cdc664" (ie, contains only hexadecimal characters and "-").</entry></row> @@ -194,6 +195,7 @@ <row><entry><screen>route-data</screen></entry><entry><screen>array of vardict</screen></entry><entry><screen/></entry><entry>Array of IPv6 routes. Each route dictionary contains at least 'dest' and 'prefix' entries, containing the destination IP address as a string, and the prefix length as a uint32. Most routes will also have a 'next-hop' entry, containing the next hop IP address as a string. If the route has a 'metric' entry (containing a uint32), that will be used as the metric for the route (otherwise NM will pick a default value appropriate to the device). Additional attributes may also exist on some routes.</entry></row> <row><entry><screen>route-metric</screen></entry><entry><screen>int64</screen></entry><entry><screen>-1</screen></entry><entry>The default metric for routes that don't explicitly specify a metric. The default value -1 means that the metric is choosen automatically based on the device type. The metric applies to dynamic routes, manual (static) routes that don't have an explicit metric setting, address prefix routes, and the default route. Note that for IPv6, the kernel accepts zero (0) but coerces it to 1024 (user default). Hence, setting this property to zero effectively mean setting it to 1024. For IPv4, zero is a regular value for the metric.</entry></row> <row><entry><screen>routes</screen></entry><entry><screen>array of legacy IPv6 route struct (a(ayuayu))</screen></entry><entry><screen>[]</screen></entry><entry>Deprecated in favor of the 'route-data' property, but this can be used for backward-compatibility with older daemons. Note that if you send this property the daemon will ignore 'route-data'. Array of IPv6 route structures. Each IPv6 route structure is composed of an IPv6 address, a prefix length (1 - 128), an IPv6 next hop address (which may be zeroed out if there is no next hop), and a metric. If the metric is 0, NM will choose an appropriate default metric for the device.</entry></row> + <row><entry><screen>token</screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>Configure the token for draft-chown-6man-tokenised-ipv6-identifiers-02 IPv6 tokenized interface identifiers. Useful with eui64 addr-gen-mode.</entry></row> </tbody></tgroup></table></para> <para><table><title>ip-tunnel setting</title><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody> <row><entry><screen>encapsulation-limit</screen></entry><entry><screen>uint32</screen></entry><entry><screen>0</screen></entry><entry>How many additional levels of encapsulation are permitted to be prepended to packets. This property applies only to IPv6 tunnels.</entry></row> @@ -320,9 +322,11 @@ <row><entry><screen>network-name</screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>Network Service Provider (NSP) name of the WiMAX network this connection should use. Deprecated: 1</entry></row> </tbody></tgroup></table></para> <para><table><title>802-3-ethernet setting</title><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody> + <row><entry><screen>assigned-mac-address</screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses.</entry></row> <row><entry><screen>auto-negotiate</screen></entry><entry><screen>boolean</screen></entry><entry><screen>TRUE</screen></entry><entry>If TRUE, allow auto-negotiation of port speed and duplex mode. If FALSE, do not allow auto-negotiation, in which case the "speed" and "duplex" properties should be set.</entry></row> - <row><entry><screen>cloned-mac-address</screen></entry><entry><screen>byte array</screen></entry><entry><screen/></entry><entry>If specified, request that the device use this MAC address instead of its permanent MAC address. This is known as MAC cloning or spoofing.</entry></row> + <row><entry><screen>cloned-mac-address</screen></entry><entry><screen>byte array</screen></entry><entry><screen/></entry><entry>This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random".</entry></row> <row><entry><screen>duplex</screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>If specified, request that the device only use the specified duplex mode. Either "half" or "full".</entry></row> + <row><entry><screen>generate-mac-address-mask</screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>With "cloned-mac-address" setting "random" or "stable", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting "FE:FF:FF:00:00:00" means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the "random" or "stable" algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of "FE:FF:FF:00:00:00 68:F7:28:00:00:00" will set the OUI of the MAC address to 68:F7:28, while the lower bits are randomized. A value of "02:00:00:00:00:00 00:00:00:00:00:00" will create a fully scrambled globally-administered, burned-in MAC address. If the value contains more then one additional MAC addresses, one of them is chosen randomly. For example, "02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00" will create a fully scrambled MAC address, randomly locally or globally administered.</entry></row> <row><entry><screen>mac-address</screen></entry><entry><screen>byte array</screen></entry><entry><screen/></entry><entry>If specified, this connection will only apply to the Ethernet device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing).</entry></row> <row><entry><screen>mac-address-blacklist</screen></entry><entry><screen>array of string</screen></entry><entry><screen>[]</screen></entry><entry>If specified, this connection will never apply to the Ethernet device whose permanent MAC address matches an address in the list. Each MAC address is in the standard hex-digits-and-colons notation (00:11:22:33:44:55).</entry></row> <row><entry><screen>mtu</screen></entry><entry><screen>uint32</screen></entry><entry><screen>0</screen></entry><entry>If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames.</entry></row> @@ -336,14 +340,16 @@ <row><entry><screen>wake-on-lan-password</screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>If specified, the password used with magic-packet-based Wake-on-LAN, represented as an Ethernet MAC address. If NULL, no password will be required.</entry></row> </tbody></tgroup></table></para> <para><table><title>802-11-wireless setting</title><tgroup cols="4"><thead><row><entry>Key Name</entry><entry>Value Type</entry><entry>Default Value</entry><entry>Value Description</entry></row></thead><tbody> + <row><entry><screen>assigned-mac-address</screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>The new field for the cloned MAC address. It can be either a hardware address in ASCII representation, or one of the special values "preserve", "permanent", "random" or "stable". This field replaces the deprecated "cloned-mac-address" on D-Bus, which can only contain explict hardware addresses.</entry></row> <row><entry><screen>band</screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>802.11 frequency band of the network. One of "a" for 5GHz 802.11a or "bg" for 2.4GHz 802.11. This will lock associations to the Wi-Fi network to the specific band, i.e. if "a" is specified, the device will not associate with the same network in the 2.4GHz band even if the network's settings are compatible. This setting depends on specific driver capability and may not work with all drivers.</entry></row> <row><entry><screen>bssid</screen></entry><entry><screen>byte array</screen></entry><entry><screen/></entry><entry>If specified, directs the device to only associate with the given access point. This capability is highly driver dependent and not supported by all devices. Note: this property does not control the BSSID used when creating an Ad-Hoc network and is unlikely to in the future.</entry></row> <row><entry><screen>channel</screen></entry><entry><screen>uint32</screen></entry><entry><screen>0</screen></entry><entry>Wireless channel to use for the Wi-Fi connection. The device will only join (or create for Ad-Hoc networks) a Wi-Fi network on the specified channel. Because channel numbers overlap between bands, this property also requires the "band" property to be set.</entry></row> - <row><entry><screen>cloned-mac-address</screen></entry><entry><screen>byte array</screen></entry><entry><screen/></entry><entry>If specified, request that the Wi-Fi device use this MAC address instead of its permanent MAC address. This is known as MAC cloning or spoofing.</entry></row> + <row><entry><screen>cloned-mac-address</screen></entry><entry><screen>byte array</screen></entry><entry><screen/></entry><entry>This D-Bus field is deprecated in favor of "assigned-mac-address" which is more flexible and allows specifying special variants like "random".</entry></row> + <row><entry><screen>generate-mac-address-mask</screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>With "cloned-mac-address" setting "random" or "stable", by default all bits of the MAC address are scrambled and a locally-administered, unicast MAC address is created. This property allows to specify that certain bits are fixed. Note that the least significant bit of the first MAC address will always be unset to create a unicast MAC address. If the property is NULL, it is eligible to be overwritten by a default connection setting. If the value is still NULL or an empty string, the default is to create a locally-administered, unicast MAC address. If the value contains one MAC address, this address is used as mask. The set bits of the mask are to be filled with the current MAC address of the device, while the unset bits are subject to randomization. Setting "FE:FF:FF:00:00:00" means to preserve the OUI of the current MAC address and only randomize the lower 3 bytes using the "random" or "stable" algorithm. If the value contains one additional MAC address after the mask, this address is used instead of the current MAC address to fill the bits that shall not be randomized. For example, a value of "FE:FF:FF:00:00:00 68:F7:28:00:00:00" will set the OUI of the MAC address to 68:F7:28, while the lower bits are randomized. A value of "02:00:00:00:00:00 00:00:00:00:00:00" will create a fully scrambled globally-administered, burned-in MAC address. If the value contains more then one additional MAC addresses, one of them is chosen randomly. For example, "02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00" will create a fully scrambled MAC address, randomly locally or globally administered.</entry></row> <row><entry><screen>hidden</screen></entry><entry><screen>boolean</screen></entry><entry><screen>FALSE</screen></entry><entry>If TRUE, indicates this network is a non-broadcasting network that hides its SSID. In this case various workarounds may take place, such as probe-scanning the SSID for more reliable network discovery. However, these workarounds expose inherent insecurities with hidden SSID networks, and thus hidden SSID networks should be used with caution.</entry></row> <row><entry><screen>mac-address</screen></entry><entry><screen>byte array</screen></entry><entry><screen/></entry><entry>If specified, this connection will only apply to the Wi-Fi device whose permanent MAC address matches. This property does not change the MAC address of the device (i.e. MAC spoofing).</entry></row> <row><entry><screen>mac-address-blacklist</screen></entry><entry><screen>array of string</screen></entry><entry><screen>[]</screen></entry><entry>A list of permanent MAC addresses of Wi-Fi devices to which this connection should never apply. Each MAC address should be given in the standard hex-digits-and-colons notation (eg "00:11:22:33:44:55").</entry></row> - <row><entry><screen>mac-address-randomization</screen></entry><entry><screen>uint32</screen></entry><entry><screen>0</screen></entry><entry>One of NM_SETTING_MAC_RANDOMIZATION_DEFAULT (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization), NM_SETTING_MAC_RANDOMIZATION_NEVER (1) (never randomize the MAC address), or NM_SETTING_MAC_RANDOMIZATION_ALWAYS (2) (always randomize the MAC address).</entry></row> + <row><entry><screen>mac-address-randomization</screen></entry><entry><screen>uint32</screen></entry><entry><screen>0</screen></entry><entry>One of NM_SETTING_MAC_RANDOMIZATION_DEFAULT (0) (never randomize unless the user has set a global default to randomize and the supplicant supports randomization), NM_SETTING_MAC_RANDOMIZATION_NEVER (1) (never randomize the MAC address), or NM_SETTING_MAC_RANDOMIZATION_ALWAYS (2) (always randomize the MAC address). Deprecated: 1</entry></row> <row><entry><screen>mode</screen></entry><entry><screen>string</screen></entry><entry><screen/></entry><entry>Wi-Fi network mode; one of "infrastructure", "adhoc" or "ap". If blank, infrastructure is assumed.</entry></row> <row><entry><screen>mtu</screen></entry><entry><screen>uint32</screen></entry><entry><screen>0</screen></entry><entry>If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple Ethernet frames.</entry></row> <row><entry><screen>name</screen></entry><entry><screen>string</screen></entry><entry><screen>802-11-wireless</screen></entry><entry>The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".</entry></row> diff --git a/docs/api/version.xml b/docs/api/version.xml index e8ea05db..88c5fb89 100644 --- a/docs/api/version.xml +++ b/docs/api/version.xml @@ -1 +1 @@ -1.2.4 +1.4.0 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 diff --git a/docs/libnm-util/Makefile.in b/docs/libnm-util/Makefile.in index 3c0cecd9..f2f0dd47 100644 --- a/docs/libnm-util/Makefile.in +++ b/docs/libnm-util/Makefile.in @@ -95,8 +95,9 @@ build_triplet = @build@ host_triplet = @host@ subdir = docs/libnm-util 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@ @@ -802,7 +810,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" ; \ @@ -813,6 +821,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-util/html/NMConnection.html b/docs/libnm-util/html/NMConnection.html index 7572c017..2b57f263 100644 --- a/docs/libnm-util/html/NMConnection.html +++ b/docs/libnm-util/html/NMConnection.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="ch01.html" title="libnm-util API Reference"> <link rel="next" href="NMSetting.html" title="NMSetting"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -631,7 +631,7 @@ parameters (MTU, SSID, APN, channel, rate, etc) and IP-level parameters nm_connection_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.2.10.2.5"></a><h4>Returns</h4> +<a name="nm-connection-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> errors.</p> </div> </div> @@ -642,7 +642,7 @@ nm_connection_error_quark (<em class="parameter"><code><span class="type">void</ nm_connection_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> object with no <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> objects.</p> <div class="refsect3"> -<a name="id-1.2.2.10.3.5"></a><h4>Returns</h4> +<a name="nm-connection-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> object</p> </div> </div> @@ -655,7 +655,7 @@ nm_connection_new_from_hash (<em class="parameter"><code><span class="type">GHas <p>Creates a new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> from a hash table describing the connection. See <a class="link" href="NMConnection.html#nm-connection-to-hash" title="nm_connection_to_hash ()"><code class="function">nm_connection_to_hash()</code></a> for a description of the expected hash table.</p> <div class="refsect3"> -<a name="id-1.2.2.10.4.5"></a><h4>Parameters</h4> +<a name="nm-connection-new-from-hash.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -678,7 +678,7 @@ the connection. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.4.6"></a><h4>Returns</h4> +<a name="nm-connection-new-from-hash.returns"></a><h4>Returns</h4> <p> the new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> object, populated with settings created from the values in the hash table, or <code class="literal">NULL</code> if the connection failed to validate</p> @@ -691,7 +691,7 @@ validate</p> nm_connection_duplicate (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Duplicates a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.2.10.5.5"></a><h4>Parameters</h4> +<a name="nm-connection-duplicate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -706,7 +706,7 @@ nm_connection_duplicate (<em class="parameter"><code><a class="link" href="NMCon </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.5.6"></a><h4>Returns</h4> +<a name="nm-connection-duplicate.returns"></a><h4>Returns</h4> <p> a new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> containing the same settings and properties as the source <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -719,7 +719,7 @@ as the source <a class="link" href="NMConnection.html" title="NMConnection"><spa nm_connection_create_setting (<em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre> <p>Create a new <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object of the desired type, given a setting name.</p> <div class="refsect3"> -<a name="id-1.2.2.10.6.5"></a><h4>Parameters</h4> +<a name="nm-connection-create-setting.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -734,7 +734,7 @@ nm_connection_create_setting (<em class="parameter"><code>const <span class="typ </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.6.6"></a><h4>Returns</h4> +<a name="nm-connection-create-setting.returns"></a><h4>Returns</h4> <p> the new setting object, or <code class="literal">NULL</code> if the setting name was unknown. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -750,7 +750,7 @@ same name which has previously been added to the <a class="link" href="NMConnect connection takes ownership of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object and does not increase the setting object's reference count.</p> <div class="refsect3"> -<a name="id-1.2.2.10.7.5"></a><h4>Parameters</h4> +<a name="nm-connection-add-setting.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -781,7 +781,7 @@ nm_connection_remove_setting (<em class="parameter"><code><a class="link" href=" <p>Removes the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> with the given <span class="type">GType</span> from the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>. This operation dereferences the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object.</p> <div class="refsect3"> -<a name="id-1.2.2.10.8.5"></a><h4>Parameters</h4> +<a name="nm-connection-remove-setting.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -812,7 +812,7 @@ nm_connection_get_setting (<em class="parameter"><code><a class="link" href="NMC <p>Gets the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> with the given <span class="type">GType</span>, if one has been previously added to the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.2.10.9.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -834,7 +834,7 @@ to the <a class="link" href="NMConnection.html" title="NMConnection"><span class </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.9.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>, or <code class="literal">NULL</code> if no setting of that type was previously added to the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -849,7 +849,7 @@ nm_connection_get_setting_by_name (<em class="parameter"><code><a class="link" h <p>Gets the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> with the given name, if one has been previously added the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.2.10.10.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-by-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -871,7 +871,7 @@ the <a class="link" href="NMConnection.html" title="NMConnection"><span class="t </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.10.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-by-name.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>, or <code class="literal">NULL</code> if no setting with that name was previously added to the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -885,7 +885,7 @@ nm_connection_replace_settings (<em class="parameter"><code><a class="link" href <em class="parameter"><code><span class="type">GHashTable</span> *new_settings</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.2.10.11.4"></a><h4>Parameters</h4> +<a name="nm-connection-replace-settings.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -912,7 +912,7 @@ nm_connection_replace_settings (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.11.5"></a><h4>Returns</h4> +<a name="nm-connection-replace-settings.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the settings were valid and added to the connection, <code class="literal">FALSE</code> if they were not</p> </div> @@ -930,7 +930,7 @@ nm_connection_replace_settings_from_connection with the copied settings.</p> <div class="refsect3"> -<a name="id-1.2.2.10.12.5"></a><h4>Parameters</h4> +<a name="nm-connection-replace-settings-from-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -958,7 +958,7 @@ with</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.12.6"></a><h4>Returns</h4> +<a name="nm-connection-replace-settings-from-connection.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the settings were valid after replacing the connection, <code class="literal">FALSE</code> if they were not. Regardless of whether <code class="literal">TRUE</code> or <code class="literal">FALSE</code> is returned, the connection is successfully replaced. <code class="literal">FALSE</code> only means, that the connection does not verify @@ -977,7 +977,7 @@ nm_connection_compare (<em class="parameter"><code><a class="link" href="NMConne modified by a set of flags. See <a class="link" href="NMSetting.html#nm-setting-compare" title="nm_setting_compare ()"><code class="function">nm_setting_compare()</code></a> for a description of each flag's behavior.</p> <div class="refsect3"> -<a name="id-1.2.2.10.13.5"></a><h4>Parameters</h4> +<a name="nm-connection-compare.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1004,7 +1004,7 @@ each flag's behavior.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.13.6"></a><h4>Returns</h4> +<a name="nm-connection-compare.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the comparison succeeds, <code class="literal">FALSE</code> if it does not</p> </div> </div> @@ -1023,7 +1023,7 @@ each setting that differ are added to the returned <em class="parameter"><code>o hash table. No values are returned, only key names.</p> <div class="refsect3"> -<a name="id-1.2.2.10.14.5"></a><h4>Parameters</h4> +<a name="nm-connection-diff.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1058,7 +1058,7 @@ differ mapped to one or more of <a class="link" href="NMSetting.html#NMSettingDi </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.14.6"></a><h4>Returns</h4> +<a name="nm-connection-diff.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connections contain the same values, <code class="literal">FALSE</code> if they do not</p> </div> @@ -1079,7 +1079,7 @@ connection for the connection to be valid. As another example, the MAC address. The returned <span class="type">GError</span> contains information about which setting and which property failed validation, and how it failed validation.</p> <div class="refsect3"> -<a name="id-1.2.2.10.15.5"></a><h4>Parameters</h4> +<a name="nm-connection-verify.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1101,7 +1101,7 @@ setting and which property failed validation, and how it failed validation.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.15.6"></a><h4>Returns</h4> +<a name="nm-connection-verify.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection is valid, <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -1122,7 +1122,7 @@ is valid. As this function only performs some specific normalization steps it cannot repair all connections. If the connection has errors that cannot be normalized, the connection will not be modified.</p> <div class="refsect3"> -<a name="id-1.2.2.10.16.6"></a><h4>Parameters</h4> +<a name="nm-connection-normalize.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1159,7 +1159,7 @@ why the connection is invalid, if the function returns an error.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.16.7"></a><h4>Returns</h4> +<a name="nm-connection-normalize.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection is valid, <code class="literal">FALSE</code> if it is not</p> </div> <p class="since">Since: 1.0</p> @@ -1176,7 +1176,7 @@ intended as a guide to what secrets may be required, because in some circumstances, there is no way to conclusively determine exactly which secrets are needed.</p> <div class="refsect3"> -<a name="id-1.2.2.10.17.5"></a><h4>Parameters</h4> +<a name="nm-connection-need-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1202,7 +1202,7 @@ elements. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.17.6"></a><h4>Returns</h4> +<a name="nm-connection-need-secrets.returns"></a><h4>Returns</h4> <p> the setting name of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object which has invalid or missing secrets</p> </div> @@ -1215,7 +1215,7 @@ nm_connection_clear_secrets (<em class="parameter"><code><a class="link" href="N <p>Clears and frees any secrets that may be stored in the connection, to avoid keeping secret data in memory when not needed.</p> <div class="refsect3"> -<a name="id-1.2.2.10.18.5"></a><h4>Parameters</h4> +<a name="nm-connection-clear-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1241,7 +1241,7 @@ nm_connection_clear_secrets_with_flags <p>Clears and frees secrets determined by <em class="parameter"><code>func</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.2.10.19.5"></a><h4>Parameters</h4> +<a name="nm-connection-clear-secrets-with-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1287,7 +1287,7 @@ a fully serialized <a class="link" href="NMConnection.html" title="NMConnection" will update all secrets from all settings contained in <em class="parameter"><code>secrets</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.2.10.20.5"></a><h4>Parameters</h4> +<a name="nm-connection-update-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1321,7 +1321,7 @@ string:<span class="type">GValue</span> of setting property names and secrets of </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.20.6"></a><h4>Returns</h4> +<a name="nm-connection-update-secrets.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the secrets were successfully updated, <code class="literal">FALSE</code> if the update failed (tried to update secrets for a setting that doesn't exist, etc)</p> </div> @@ -1336,7 +1336,7 @@ nm_connection_set_path (<em class="parameter"><code><a class="link" href="NMConn is only for the reference of the caller. Sets the <a class="link" href="NMConnection.html#NMConnection--path" title="The “path” property"><span class="type">“path”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.2.10.21.5"></a><h4>Parameters</h4> +<a name="nm-connection-set-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1366,7 +1366,7 @@ which provides the connection</p></td> nm_connection_get_path (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Returns the connection's D-Bus path.</p> <div class="refsect3"> -<a name="id-1.2.2.10.22.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1381,7 +1381,7 @@ nm_connection_get_path (<em class="parameter"><code><a class="link" href="NMConn </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.22.6"></a><h4>Returns</h4> +<a name="nm-connection-get-path.returns"></a><h4>Returns</h4> <p> the D-Bus path of the connection, previously set by a call to <a class="link" href="NMConnection.html#nm-connection-set-path" title="nm_connection_set_path ()"><code class="function">nm_connection_set_path()</code></a>.</p> </div> @@ -1396,7 +1396,7 @@ needs to use if specified in the settings. This function abstracts all connection types which require this functionality. For all other connection types, this function will return <code class="literal">NULL</code>.</p> <div class="refsect3"> -<a name="id-1.2.2.10.23.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-virtual-iface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1411,7 +1411,7 @@ connection types, this function will return <code class="literal">NULL</code>.</ </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.23.6"></a><h4>Returns</h4> +<a name="nm-connection-get-virtual-iface-name.returns"></a><h4>Returns</h4> <p> Name of the kernel interface or <code class="literal">NULL</code></p> </div> </div> @@ -1426,7 +1426,7 @@ If the connection contains no NMSettingConnection, it will return <code class="l this name is used to match the device. for software devices created by NetworkManager, this is the name of the created interface.</p> <div class="refsect3"> -<a name="id-1.2.2.10.24.6"></a><h4>Parameters</h4> +<a name="nm-connection-get-interface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1441,7 +1441,7 @@ NetworkManager, this is the name of the created interface.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.24.7"></a><h4>Returns</h4> +<a name="nm-connection-get-interface-name.returns"></a><h4>Returns</h4> <p> Name of the kernel interface or <code class="literal">NULL</code></p> </div> <p class="since">Since: 1.0</p> @@ -1458,7 +1458,7 @@ type (ie wired, Wi-Fi, ppp, etc). Checks the <a class="link" href="NMSettingConn property of the connection and matches that against <em class="parameter"><code>type</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.2.10.25.5"></a><h4>Parameters</h4> +<a name="nm-connection-is-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1481,7 +1481,7 @@ property of the connection and matches that against <em class="parameter"><code> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.25.6"></a><h4>Returns</h4> +<a name="nm-connection-is-type.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection is of the given <em class="parameter"><code>type</code></em> , <code class="literal">FALSE</code> if not</p> </div> @@ -1496,7 +1496,7 @@ nm_connection_for_each_setting_value (<em class="parameter"><code><a class="link <p>Iterates over the properties of each <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object in the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>, calling the supplied user function for each property.</p> <div class="refsect3"> -<a name="id-1.2.2.10.26.5"></a><h4>Parameters</h4> +<a name="nm-connection-for-each-setting-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1537,7 +1537,7 @@ a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMS are <span class="type">GHashTables</span> mapping string:GValue, each of which represents the properties of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object.</p> <div class="refsect3"> -<a name="id-1.2.2.10.27.5"></a><h4>Parameters</h4> +<a name="nm-connection-to-hash.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1559,7 +1559,7 @@ properties of the <a class="link" href="NMSetting.html" title="NMSetting"><span </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.27.6"></a><h4>Returns</h4> +<a name="nm-connection-to-hash.returns"></a><h4>Returns</h4> <p> a new <span class="type">GHashTable</span> describing the connection, its settings, and each setting's properties. The caller owns the hash table and must unref the hash table @@ -1576,7 +1576,7 @@ nm_connection_dump (<em class="parameter"><code><a class="link" href="NMConnecti be used for serialization of the connection or machine-parsed in any way. The output format is not guaranteed to be stable and may change at any time.</p> <div class="refsect3"> -<a name="id-1.2.2.10.28.5"></a><h4>Parameters</h4> +<a name="nm-connection-dump.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1598,7 +1598,7 @@ output format is not guaranteed to be stable and may change at any time.</p> nm_connection_lookup_setting_type (<em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre> <p>Returns the <span class="type">GType</span> of the setting's class for a given setting name.</p> <div class="refsect3"> -<a name="id-1.2.2.10.29.5"></a><h4>Parameters</h4> +<a name="nm-connection-lookup-setting-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1613,7 +1613,7 @@ nm_connection_lookup_setting_type (<em class="parameter"><code>const <span class </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.29.6"></a><h4>Returns</h4> +<a name="nm-connection-lookup-setting-type.returns"></a><h4>Returns</h4> <p> the <span class="type">GType</span> of the setting's class</p> </div> </div> @@ -1626,7 +1626,7 @@ nm_connection_lookup_setting_type_by_quark <p>Returns the <span class="type">GType</span> of the setting's class for a given setting error quark. Useful for figuring out which setting a returned error is for.</p> <div class="refsect3"> -<a name="id-1.2.2.10.30.5"></a><h4>Parameters</h4> +<a name="nm-connection-lookup-setting-type-by-quark.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1641,7 +1641,7 @@ Useful for figuring out which setting a returned error is for.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.30.6"></a><h4>Returns</h4> +<a name="nm-connection-lookup-setting-type-by-quark.returns"></a><h4>Returns</h4> <p> the <span class="type">GType</span> of the setting's class</p> </div> </div> @@ -1652,7 +1652,7 @@ Useful for figuring out which setting a returned error is for.</p> nm_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return the UUID from the connection's <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.2.10.31.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-uuid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1667,7 +1667,7 @@ nm_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMConn </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.31.6"></a><h4>Returns</h4> +<a name="nm-connection-get-uuid.returns"></a><h4>Returns</h4> <p> the UUID from the connection's 'connection' setting</p> </div> </div> @@ -1678,7 +1678,7 @@ nm_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMConn nm_connection_get_id (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return the ID from the connection's <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.2.10.32.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1693,7 +1693,7 @@ nm_connection_get_id (<em class="parameter"><code><a class="link" href="NMConnec </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.32.6"></a><h4>Returns</h4> +<a name="nm-connection-get-id.returns"></a><h4>Returns</h4> <p> the ID from the connection's 'connection' setting</p> </div> </div> @@ -1704,7 +1704,7 @@ nm_connection_get_id (<em class="parameter"><code><a class="link" href="NMConnec nm_connection_get_connection_type (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return the type from the connection's <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.2.10.33.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-connection-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1719,7 +1719,7 @@ nm_connection_get_connection_type (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.33.6"></a><h4>Returns</h4> +<a name="nm-connection-get-connection-type.returns"></a><h4>Returns</h4> <p> the type from the connection's 'connection' setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -1735,7 +1735,7 @@ return for the virtual device that would be created for <em class="parameter"><c . Eg, "VLAN (eth1.1)".</p> <div class="refsect3"> -<a name="id-1.2.2.10.34.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-virtual-device-description.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1750,7 +1750,7 @@ Eg, "VLAN (eth1.1)".</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.34.6"></a><h4>Returns</h4> +<a name="nm-connection-get-virtual-device-description.returns"></a><h4>Returns</h4> <p> the name of <em class="parameter"><code>connection</code></em> 's device, or <code class="literal">NULL</code> if <em class="parameter"><code>connection</code></em> @@ -1766,7 +1766,7 @@ is not a virtual connection type. </p> nm_connection_get_setting_802_1x (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.35.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-802-1x.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1781,7 +1781,7 @@ nm_connection_get_setting_802_1x (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.35.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-802-1x.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1793,7 +1793,7 @@ nm_connection_get_setting_802_1x (<em class="parameter"><code><a class="link" hr nm_connection_get_setting_bluetooth (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.36.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-bluetooth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1808,7 +1808,7 @@ nm_connection_get_setting_bluetooth (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.36.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-bluetooth.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1820,7 +1820,7 @@ nm_connection_get_setting_bluetooth (<em class="parameter"><code><a class="link" nm_connection_get_setting_bond (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.37.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-bond.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1835,7 +1835,7 @@ nm_connection_get_setting_bond (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.37.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-bond.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1847,7 +1847,7 @@ nm_connection_get_setting_bond (<em class="parameter"><code><a class="link" href nm_connection_get_setting_team (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.38.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-team.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1862,7 +1862,7 @@ nm_connection_get_setting_team (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.38.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-team.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1875,7 +1875,7 @@ nm_connection_get_setting_team (<em class="parameter"><code><a class="link" href nm_connection_get_setting_team_port (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.39.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-team-port.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1890,7 +1890,7 @@ nm_connection_get_setting_team_port (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.39.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-team-port.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1903,7 +1903,7 @@ nm_connection_get_setting_team_port (<em class="parameter"><code><a class="link" nm_connection_get_setting_bridge (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.40.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-bridge.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1918,7 +1918,7 @@ nm_connection_get_setting_bridge (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.40.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-bridge.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1930,7 +1930,7 @@ nm_connection_get_setting_bridge (<em class="parameter"><code><a class="link" hr nm_connection_get_setting_bridge_port (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.41.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-bridge-port.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1945,7 +1945,7 @@ nm_connection_get_setting_bridge_port (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.41.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-bridge-port.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1957,7 +1957,7 @@ nm_connection_get_setting_bridge_port (<em class="parameter"><code><a class="lin nm_connection_get_setting_cdma (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.42.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-cdma.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1972,7 +1972,7 @@ nm_connection_get_setting_cdma (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.42.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-cdma.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1984,7 +1984,7 @@ nm_connection_get_setting_cdma (<em class="parameter"><code><a class="link" href nm_connection_get_setting_connection (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.43.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1999,7 +1999,7 @@ nm_connection_get_setting_connection (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.43.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-connection.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2011,7 +2011,7 @@ nm_connection_get_setting_connection (<em class="parameter"><code><a class="link nm_connection_get_setting_dcb (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.44.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-dcb.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2026,7 +2026,7 @@ nm_connection_get_setting_dcb (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.44.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-dcb.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> if the connection contains one, otherwise NULL. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2039,7 +2039,7 @@ nm_connection_get_setting_dcb (<em class="parameter"><code><a class="link" href= nm_connection_get_setting_generic (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.45.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-generic.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2054,7 +2054,7 @@ nm_connection_get_setting_generic (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.45.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-generic.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> if the connection contains one, otherwise NULL. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2067,7 +2067,7 @@ nm_connection_get_setting_generic (<em class="parameter"><code><a class="link" h nm_connection_get_setting_gsm (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.46.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-gsm.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2082,7 +2082,7 @@ nm_connection_get_setting_gsm (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.46.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-gsm.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2094,7 +2094,7 @@ nm_connection_get_setting_gsm (<em class="parameter"><code><a class="link" href= nm_connection_get_setting_infiniband (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.47.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-infiniband.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2109,7 +2109,7 @@ nm_connection_get_setting_infiniband (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.47.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-infiniband.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2121,7 +2121,7 @@ nm_connection_get_setting_infiniband (<em class="parameter"><code><a class="link nm_connection_get_setting_ip4_config (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.48.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-ip4-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2136,7 +2136,7 @@ nm_connection_get_setting_ip4_config (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.48.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-ip4-config.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2148,7 +2148,7 @@ nm_connection_get_setting_ip4_config (<em class="parameter"><code><a class="link nm_connection_get_setting_ip6_config (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.49.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-ip6-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2163,7 +2163,7 @@ nm_connection_get_setting_ip6_config (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.49.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-ip6-config.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2175,7 +2175,7 @@ nm_connection_get_setting_ip6_config (<em class="parameter"><code><a class="link nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.50.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-olpc-mesh.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2190,7 +2190,7 @@ nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.50.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-olpc-mesh.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2202,7 +2202,7 @@ nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a class="link" nm_connection_get_setting_ppp (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.51.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-ppp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2217,7 +2217,7 @@ nm_connection_get_setting_ppp (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.51.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-ppp.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2229,7 +2229,7 @@ nm_connection_get_setting_ppp (<em class="parameter"><code><a class="link" href= nm_connection_get_setting_pppoe (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.52.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-pppoe.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2244,7 +2244,7 @@ nm_connection_get_setting_pppoe (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.52.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-pppoe.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2256,7 +2256,7 @@ nm_connection_get_setting_pppoe (<em class="parameter"><code><a class="link" hre nm_connection_get_setting_serial (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.53.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-serial.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2271,7 +2271,7 @@ nm_connection_get_setting_serial (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.53.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-serial.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2283,7 +2283,7 @@ nm_connection_get_setting_serial (<em class="parameter"><code><a class="link" hr nm_connection_get_setting_vpn (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.54.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-vpn.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2298,7 +2298,7 @@ nm_connection_get_setting_vpn (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.54.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-vpn.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2310,7 +2310,7 @@ nm_connection_get_setting_vpn (<em class="parameter"><code><a class="link" href= nm_connection_get_setting_wimax (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.55.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-wimax.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2325,7 +2325,7 @@ nm_connection_get_setting_wimax (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.55.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-wimax.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2337,7 +2337,7 @@ nm_connection_get_setting_wimax (<em class="parameter"><code><a class="link" hre nm_connection_get_setting_adsl (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.56.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-adsl.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2352,7 +2352,7 @@ nm_connection_get_setting_adsl (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.56.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-adsl.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2364,7 +2364,7 @@ nm_connection_get_setting_adsl (<em class="parameter"><code><a class="link" href nm_connection_get_setting_wired (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.57.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-wired.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2379,7 +2379,7 @@ nm_connection_get_setting_wired (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.57.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-wired.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2391,7 +2391,7 @@ nm_connection_get_setting_wired (<em class="parameter"><code><a class="link" hre nm_connection_get_setting_wireless (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.58.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-wireless.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2406,7 +2406,7 @@ nm_connection_get_setting_wireless (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.58.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-wireless.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2419,7 +2419,7 @@ nm_connection_get_setting_wireless_security (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.59.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-wireless-security.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2434,7 +2434,7 @@ nm_connection_get_setting_wireless_security </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.59.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-wireless-security.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2446,7 +2446,7 @@ nm_connection_get_setting_wireless_security nm_connection_get_setting_vlan (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.2.2.10.60.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-vlan.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2461,7 +2461,7 @@ nm_connection_get_setting_vlan (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.2.10.60.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-vlan.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2497,7 +2497,7 @@ nm_connection_get_setting_vlan (<em class="parameter"><code><a class="link" href <a name="NMConnectionError"></a><h3>enum NMConnectionError</h3> <p>Describes errors that may result from operations involving a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.2.11.6.4"></a><h4>Members</h4> +<a name="NMConnectionError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2593,7 +2593,7 @@ user_function (<a class="link" href="NMConnection.html" title="NMConnection"><sp (including secrets) of any setting of the connection is modified, or when settings are added or removed.</p> <div class="refsect3"> -<a name="id-1.2.2.13.2.5"></a><h4>Parameters</h4> +<a name="NMConnection-changed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2626,7 +2626,7 @@ user_function (<a class="link" href="NMConnection.html" title="NMConnection"><sp <p>The ::secrets-cleared signal is emitted when the secrets of a connection are cleared.</p> <div class="refsect3"> -<a name="id-1.2.2.13.3.5"></a><h4>Parameters</h4> +<a name="NMConnection-secrets-cleared.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2659,7 +2659,7 @@ user_function (<a class="link" href="NMConnection.html" title="NMConnection"><sp <p>The ::secrets-updated signal is emitted when the secrets of a setting have been changed.</p> <div class="refsect3"> -<a name="id-1.2.2.13.4.5"></a><h4>Parameters</h4> +<a name="NMConnection-secrets-updated.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2691,6 +2691,6 @@ updated</p></td> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSetting.html b/docs/libnm-util/html/NMSetting.html index 3ce89683..fe956fc8 100644 --- a/docs/libnm-util/html/NMSetting.html +++ b/docs/libnm-util/html/NMSetting.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMConnection.html" title="NMConnection"> <link rel="next" href="NMSettingConnection.html" title="NMSettingConnection"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -50,22 +50,6 @@ </td> </tr> <tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-SERIALIZE:CAPS" title="NM_SETTING_PARAM_SERIALIZE">NM_SETTING_PARAM_SERIALIZE</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS" title="NM_SETTING_PARAM_REQUIRED">NM_SETTING_PARAM_REQUIRED</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS" title="NM_SETTING_PARAM_SECRET">NM_SETTING_PARAM_SECRET</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS" title="NM_SETTING_PARAM_FUZZY_IGNORE">NM_SETTING_PARAM_FUZZY_IGNORE</a></td> -</tr> -<tr> <td class="function_type"> <span class="returnvalue">gboolean</span> </td> @@ -244,6 +228,22 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-SERIALIZE:CAPS" title="NM_SETTING_PARAM_SERIALIZE">NM_SETTING_PARAM_SERIALIZE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS" title="NM_SETTING_PARAM_REQUIRED">NM_SETTING_PARAM_REQUIRED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS" title="NM_SETTING_PARAM_SECRET">NM_SETTING_PARAM_SECRET</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS" title="NM_SETTING_PARAM_FUZZY_IGNORE">NM_SETTING_PARAM_FUZZY_IGNORE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-NAME:CAPS" title="NM_SETTING_NAME">NM_SETTING_NAME</a></td> </tr> <tr> @@ -329,36 +329,12 @@ of properties and allowed values.</p> nm_setting_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.3.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for NMSetting errors.</p> </div> </div> <hr> <div class="refsect2"> -<a name="NM-SETTING-PARAM-SERIALIZE:CAPS"></a><h3>NM_SETTING_PARAM_SERIALIZE</h3> -<pre class="programlisting">#define NM_SETTING_PARAM_SERIALIZE (1 << (0 + G_PARAM_USER_SHIFT)) -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="NM-SETTING-PARAM-REQUIRED:CAPS"></a><h3>NM_SETTING_PARAM_REQUIRED</h3> -<pre class="programlisting">#define NM_SETTING_PARAM_REQUIRED (1 << (1 + G_PARAM_USER_SHIFT)) -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="NM-SETTING-PARAM-SECRET:CAPS"></a><h3>NM_SETTING_PARAM_SECRET</h3> -<pre class="programlisting">#define NM_SETTING_PARAM_SECRET (1 << (2 + G_PARAM_USER_SHIFT)) -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"></a><h3>NM_SETTING_PARAM_FUZZY_IGNORE</h3> -<pre class="programlisting">#define NM_SETTING_PARAM_FUZZY_IGNORE (1 << (3 + G_PARAM_USER_SHIFT)) -</pre> -</div> -<hr> -<div class="refsect2"> <a name="NMSettingClearSecretsWithFlagsFn"></a><h3>NMSettingClearSecretsWithFlagsFn ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> <span class="c_punctuation">(</span>*NMSettingClearSecretsWithFlagsFn<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>, @@ -366,7 +342,7 @@ nm_setting_error_quark (<em class="parameter"><code><span class="type">void</spa <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> flags</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.3.9.7.4"></a><h4>Parameters</h4> +<a name="NMSettingClearSecretsWithFlagsFn.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -398,7 +374,7 @@ nm_setting_error_quark (<em class="parameter"><code><span class="type">void</spa </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.7.5"></a><h4>Returns</h4> +<a name="NMSettingClearSecretsWithFlagsFn.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> to clear the secret, <code class="literal">FALSE</code> to not clear the secret</p> </div> </div> @@ -412,7 +388,7 @@ nm_setting_error_quark (<em class="parameter"><code><span class="type">void</spa <em class="parameter"><code><span class="type">GParamFlags</span> flags</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.3.9.8.4"></a><h4>Parameters</h4> +<a name="NMSettingValueIterFn.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -460,7 +436,7 @@ nm_setting_to_hash (<em class="parameter"><code><a class="link" href="NMSetting. name to a GValue describing that property, suitable for marshalling over D-Bus or serializing. The mapping is string to GValue.</p> <div class="refsect3"> -<a name="id-1.2.3.9.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-to-hash.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -482,7 +458,7 @@ D-Bus or serializing. The mapping is string to GValue.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.9.6"></a><h4>Returns</h4> +<a name="nm-setting-to-hash.returns"></a><h4>Returns</h4> <p> a new <span class="type">GHashTable</span> describing the setting's properties. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8 GObject.Value]</span></p> @@ -501,7 +477,7 @@ are strongly typed, thus the GValue type of the hash value must be correct. See the documentation on each <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object subclass for the correct property names and value types.</p> <div class="refsect3"> -<a name="id-1.2.3.9.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-new-from-hash.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -524,7 +500,7 @@ string to GValue mapping of properties that apply to the setting. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.10.6"></a><h4>Returns</h4> +<a name="nm-setting-new-from-hash.returns"></a><h4>Returns</h4> <p> a new <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object populated with the properties from the hash table, or <code class="literal">NULL</code> on failure</p> </div> @@ -536,7 +512,7 @@ hash table, or <code class="literal">NULL</code> on failure</p> nm_setting_duplicate (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);</pre> <p>Duplicates a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.3.9.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-duplicate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -551,7 +527,7 @@ nm_setting_duplicate (<em class="parameter"><code><a class="link" href="NMSettin </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.11.6"></a><h4>Returns</h4> +<a name="nm-setting-duplicate.returns"></a><h4>Returns</h4> <p> a new <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> containing the same properties and values as the source <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -564,7 +540,7 @@ source <a class="link" href="NMSetting.html" title="NMSetting"><span class="type nm_setting_get_name (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);</pre> <p>Returns the type name of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object</p> <div class="refsect3"> -<a name="id-1.2.3.9.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-get-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -579,7 +555,7 @@ nm_setting_get_name (<em class="parameter"><code><a class="link" href="NMSetting </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.12.6"></a><h4>Returns</h4> +<a name="nm-setting-get-name.returns"></a><h4>Returns</h4> <p> a string containing the type name of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object, like 'ppp' or 'wireless' or 'wired'.</p> </div> @@ -597,7 +573,7 @@ some are dependent on other values (hence the need for <em class="parameter"><co returned <span class="type">GError</span> contains information about which property of the setting failed validation, and in what way that property failed validation.</p> <div class="refsect3"> -<a name="id-1.2.3.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-verify.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -626,7 +602,7 @@ came. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.13.6"></a><h4>Returns</h4> +<a name="nm-setting-verify.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the setting is valid, <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -641,7 +617,7 @@ nm_setting_compare (<em class="parameter"><code><a class="link" href="NMSetting. modified by a set of flags. See the documentation for <a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags"><span class="type">NMSettingCompareFlags</span></a> for a description of each flag's behavior.</p> <div class="refsect3"> -<a name="id-1.2.3.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-compare.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -668,7 +644,7 @@ for a description of each flag's behavior.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.14.6"></a><h4>Returns</h4> +<a name="nm-setting-compare.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the comparison succeeds, <code class="literal">FALSE</code> if it does not</p> </div> </div> @@ -688,7 +664,7 @@ of each setting that differ from the other are added to <em class="parameter"><c , mapped to one or more <a class="link" href="NMSetting.html#NMSettingDiffResult" title="enum NMSettingDiffResult"><span class="type">NMSettingDiffResult</span></a> values.</p> <div class="refsect3"> -<a name="id-1.2.3.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-diff.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -730,7 +706,7 @@ in and the settings differ, a new one is created and returned. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.15.6"></a><h4>Returns</h4> +<a name="nm-setting-diff.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the settings contain the same values, <code class="literal">FALSE</code> if they do not</p> </div> </div> @@ -744,7 +720,7 @@ nm_setting_enumerate_values (<em class="parameter"><code><a class="link" href="N <p>Iterates over each property of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object, calling the supplied user function for each property.</p> <div class="refsect3"> -<a name="id-1.2.3.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-enumerate-values.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -781,7 +757,7 @@ nm_setting_to_string (<em class="parameter"><code><a class="link" href="NMSettin be used for serialization of the setting, or machine-parsed in any way. The output format is not guaranteed to be stable and may change at any time.</p> <div class="refsect3"> -<a name="id-1.2.3.9.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-to-string.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -796,7 +772,7 @@ output format is not guaranteed to be stable and may change at any time.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.17.6"></a><h4>Returns</h4> +<a name="nm-setting-to-string.returns"></a><h4>Returns</h4> <p> an allocated string containing a textual representation of the setting's properties and values (including secrets!), which the caller should free with <code class="function">g_free()</code></p> @@ -811,7 +787,7 @@ nm_setting_clear_secrets (<em class="parameter"><code><a class="link" href="NMSe setting only when needed, and cleared immediately after use to prevent leakage of information.</p> <div class="refsect3"> -<a name="id-1.2.3.9.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-clear-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -836,7 +812,7 @@ nm_setting_clear_secrets_with_flags (<em class="parameter"><code><a class="link" <p>Clears and frees secrets determined by <em class="parameter"><code>func</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.3.9.19.5"></a><h4>Parameters</h4> +<a name="nm-setting-clear-secrets-with-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -875,7 +851,7 @@ to make a successful connection. The returned hints are only intended as a guide to what secrets may be required, because in some circumstances, there is no way to conclusively determine exactly which secrets are needed.</p> <div class="refsect3"> -<a name="id-1.2.3.9.20.5"></a><h4>Parameters</h4> +<a name="nm-setting-need-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -890,7 +866,7 @@ is no way to conclusively determine exactly which secrets are needed.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.20.6"></a><h4>Returns</h4> +<a name="nm-setting-need-secrets.returns"></a><h4>Returns</h4> <p> a <span class="type">GPtrArray</span> containing the property names of secrets of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> which may be required; the caller owns the array and must free it with <code class="function">g_ptr_array_free()</code>, but must not @@ -908,7 +884,7 @@ nm_setting_update_secrets (<em class="parameter"><code><a class="link" href="NMS <p>Update the setting's secrets, given a hash table of secrets intended for that setting (deserialized from D-Bus for example).</p> <div class="refsect3"> -<a name="id-1.2.3.9.21.5"></a><h4>Parameters</h4> +<a name="nm-setting-update-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -936,7 +912,7 @@ string to <span class="type">GValue</span> of setting property names and secrets </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.21.6"></a><h4>Returns</h4> +<a name="nm-setting-update-secrets.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the secrets were successfully updated, <code class="literal">FALSE</code> on failure to update one or more of the secrets.</p> </div> @@ -952,7 +928,7 @@ nm_setting_get_secret_flags (<em class="parameter"><code><a class="link" href="N <p>For a given secret, retrieves the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> describing how to handle that secret.</p> <div class="refsect3"> -<a name="id-1.2.3.9.22.5"></a><h4>Parameters</h4> +<a name="nm-setting-get-secret-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -984,7 +960,7 @@ handle that secret.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.22.6"></a><h4>Returns</h4> +<a name="nm-setting-get-secret-flags.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success (if the given secret name was a valid property of this setting, and if that property is secret), <code class="literal">FALSE</code> if not</p> </div> @@ -1000,7 +976,7 @@ nm_setting_set_secret_flags (<em class="parameter"><code><a class="link" href="N <p>For a given secret, stores the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> describing how to handle that secret.</p> <div class="refsect3"> -<a name="id-1.2.3.9.23.5"></a><h4>Parameters</h4> +<a name="nm-setting-set-secret-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1032,7 +1008,7 @@ handle that secret.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.23.6"></a><h4>Returns</h4> +<a name="nm-setting-set-secret-flags.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success (if the given secret name was a valid property of this setting, and if that property is secret), <code class="literal">FALSE</code> if not</p> </div> @@ -1045,7 +1021,7 @@ nm_setting_get_virtual_iface_name (<em class="parameter"><code><a class="link" h <p>Returns the name of the virtual kernel interface which the connection needs to use if specified in the settings.</p> <div class="refsect3"> -<a name="id-1.2.3.9.24.5"></a><h4>Parameters</h4> +<a name="nm-setting-get-virtual-iface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1060,7 +1036,7 @@ needs to use if specified in the settings.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.3.9.24.6"></a><h4>Returns</h4> +<a name="nm-setting-get-virtual-iface-name.returns"></a><h4>Returns</h4> <p> Name of the virtual interface or <code class="literal">NULL</code> if the setting does not support this feature</p> </div> @@ -1072,7 +1048,7 @@ support this feature</p> <a name="NMSettingError"></a><h3>enum NMSettingError</h3> <p>Describes errors that may result from operations involving a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.3.10.2.4"></a><h4>Members</h4> +<a name="NMSettingError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1124,6 +1100,30 @@ support this feature</p> </div> <hr> <div class="refsect2"> +<a name="NM-SETTING-PARAM-SERIALIZE:CAPS"></a><h3>NM_SETTING_PARAM_SERIALIZE</h3> +<pre class="programlisting">#define NM_SETTING_PARAM_SERIALIZE (1 << (0 + G_PARAM_USER_SHIFT)) +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="NM-SETTING-PARAM-REQUIRED:CAPS"></a><h3>NM_SETTING_PARAM_REQUIRED</h3> +<pre class="programlisting">#define NM_SETTING_PARAM_REQUIRED (1 << (1 + G_PARAM_USER_SHIFT)) +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="NM-SETTING-PARAM-SECRET:CAPS"></a><h3>NM_SETTING_PARAM_SECRET</h3> +<pre class="programlisting">#define NM_SETTING_PARAM_SECRET (1 << (2 + G_PARAM_USER_SHIFT)) +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"></a><h3>NM_SETTING_PARAM_FUZZY_IGNORE</h3> +<pre class="programlisting">#define NM_SETTING_PARAM_FUZZY_IGNORE (1 << (3 + G_PARAM_USER_SHIFT)) +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-SETTING-NAME:CAPS"></a><h3>NM_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_NAME "name" </pre> @@ -1135,7 +1135,7 @@ support this feature</p> secret has a corresponding set of these flags which indicate how the secret is to be stored and/or requested when it is needed.</p> <div class="refsect3"> -<a name="id-1.2.3.10.5.4"></a><h4>Members</h4> +<a name="NMSettingSecretFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1188,7 +1188,7 @@ secret is not required</p> <p>These flags modify the comparison behavior when comparing two settings or two connections.</p> <div class="refsect3"> -<a name="id-1.2.3.10.6.4"></a><h4>Members</h4> +<a name="NMSettingCompareFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1295,7 +1295,7 @@ It should only be accessed through the functions described below.</p> <p>These flags determine which properties are added to the resulting hash when calling <a class="link" href="NMSetting.html#nm-setting-to-hash" title="nm_setting_to_hash ()"><code class="function">nm_setting_to_hash()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.3.10.8.4"></a><h4>Members</h4> +<a name="NMSettingHashFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1333,7 +1333,7 @@ when calling <a class="link" href="NMSetting.html#nm-setting-to-hash" title="nm_ <a name="NMSettingDiffResult"></a><h3>enum NMSettingDiffResult</h3> <p>These values indicate the result of a setting difference operation.</p> <div class="refsect3"> -<a name="id-1.2.3.10.9.4"></a><h4>Members</h4> +<a name="NMSettingDiffResult.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1399,6 +1399,6 @@ example "ppp" or "wireless" or "wired".</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSetting8021x.html b/docs/libnm-util/html/NMSetting8021x.html index 05d9516c..6713ef28 100644 --- a/docs/libnm-util/html/NMSetting8021x.html +++ b/docs/libnm-util/html/NMSetting8021x.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingDcb.html" title="NMSettingDcb"> <link rel="next" href="NMSettingIP4Config.html" title="NMSettingIP4Config"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -966,7 +966,7 @@ following books.</p> nm_setting_802_1x_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.24.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> errors.</p> </div> </div> @@ -977,7 +977,7 @@ nm_setting_802_1x_error_quark (<em class="parameter"><code><span class="type">vo nm_setting_802_1x_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.24.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> object</p> </div> </div> @@ -992,7 +992,7 @@ network. Generally only one EAP method is used. Use the functions and <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-remove-eap-method" title="nm_setting_802_1x_remove_eap_method ()"><code class="function">nm_setting_802_1x_remove_eap_method()</code></a> for adding, removing, and retrieving allowed EAP methods.</p> <div class="refsect3"> -<a name="id-1.2.24.9.4.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-num-eap-methods.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1007,7 +1007,7 @@ allowed EAP methods.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.4.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-num-eap-methods.returns"></a><h4>Returns</h4> <p> the number of allowed EAP methods</p> </div> </div> @@ -1020,7 +1020,7 @@ nm_setting_802_1x_get_eap_method (<em class="parameter"><code><a class="link" hr <p>Returns the name of the allowed EAP method at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.24.9.5.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-eap-method.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1042,7 +1042,7 @@ nm_setting_802_1x_get_eap_method (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.5.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-eap-method.returns"></a><h4>Returns</h4> <p> the name of the allowed EAP method at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1057,7 +1057,7 @@ nm_setting_802_1x_add_eap_method (<em class="parameter"><code><a class="link" hr EAP method has been added. See <a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title="The “eap” property"><span class="type">“eap”</span></a> property for a list of allowed EAP methods.</p> <div class="refsect3"> -<a name="id-1.2.24.9.6.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-add-eap-method.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1079,7 +1079,7 @@ allowed EAP methods.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.6.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-add-eap-method.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the EAP method was successfully added, <code class="literal">FALSE</code> if it was not a valid method or if it was already allowed.</p> </div> @@ -1092,7 +1092,7 @@ nm_setting_802_1x_remove_eap_method (<em class="parameter"><code><a class="link" <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <p>Removes the allowed EAP method at the specified index.</p> <div class="refsect3"> -<a name="id-1.2.24.9.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-eap-method.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1124,7 +1124,7 @@ nm_setting_802_1x_remove_eap_method_by_value <p>Removes the allowed EAP method <em class="parameter"><code>method</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.24.9.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-eap-method-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1146,7 +1146,7 @@ nm_setting_802_1x_remove_eap_method_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.8.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-remove-eap-method-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the EAP method was founs and removed, <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -1158,7 +1158,7 @@ nm_setting_802_1x_remove_eap_method_by_value nm_setting_802_1x_clear_eap_methods (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Clears all allowed EAP methods.</p> <div class="refsect3"> -<a name="id-1.2.24.9.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-clear-eap-methods.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1181,7 +1181,7 @@ nm_setting_802_1x_get_identity (<em class="parameter"><code><a class="link" href <p>Returns the identifier used by some EAP methods (like TLS) to authenticate the user. Often this is a username or login name.</p> <div class="refsect3"> -<a name="id-1.2.24.9.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-identity.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1196,7 +1196,7 @@ authenticate the user. Often this is a username or login name.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.10.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-identity.returns"></a><h4>Returns</h4> <p> the user identifier</p> </div> </div> @@ -1211,7 +1211,7 @@ authenticate the user in the outer unencrypted "phase 1" authentication. The inner "phase 2" authentication will use the <a class="link" href="NMSetting8021x.html#NMSetting8021x--identity" title="The “identity” property"><span class="type">“identity”</span></a> in a secure form, if applicable for that EAP method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-anonymous-identity.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1226,7 +1226,7 @@ a secure form, if applicable for that EAP method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.11.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-anonymous-identity.returns"></a><h4>Returns</h4> <p> the anonymous identifier</p> </div> </div> @@ -1237,7 +1237,7 @@ a secure form, if applicable for that EAP method.</p> nm_setting_802_1x_get_pac_file (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Returns the file containing PAC credentials used by EAP-FAST method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-pac-file.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1252,7 +1252,7 @@ nm_setting_802_1x_get_pac_file (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.12.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-pac-file.returns"></a><h4>Returns</h4> <p> the PAC file</p> </div> </div> @@ -1268,7 +1268,7 @@ properties are ignored if the <a class="link" href="NMSetting8021x.html#NMSettin compile time (using the --system-ca-path configure option) is used in place of these properties.</p> <div class="refsect3"> -<a name="id-1.2.24.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-system-ca-certs.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1283,7 +1283,7 @@ of these properties.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.13.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-system-ca-certs.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if a system CA certificate path should be used, <code class="literal">FALSE</code> if not</p> </div> </div> @@ -1298,7 +1298,7 @@ which the supplicant can then add to the verification chain. This may be used in addition to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-cert" title="The “ca-cert” property"><span class="type">“ca-cert”</span></a> property to add more CA certificates for verifying the network to client.</p> <div class="refsect3"> -<a name="id-1.2.24.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-ca-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1313,7 +1313,7 @@ certificates for verifying the network to client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.14.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-ca-path.returns"></a><h4>Returns</h4> <p> the CA certificate directory path</p> </div> </div> @@ -1328,7 +1328,7 @@ certificates which the supplicant can then add to the verification chain. This may be used in addition to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-cert" title="The “phase2-ca-cert” property"><span class="type">“phase2-ca-cert”</span></a> property to add more CA certificates for verifying the network to client.</p> <div class="refsect3"> -<a name="id-1.2.24.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-ca-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1343,7 +1343,7 @@ to add more CA certificates for verifying the network to client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.15.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-ca-path.returns"></a><h4>Returns</h4> <p> the "phase 2" CA certificate directory path</p> </div> </div> @@ -1356,7 +1356,7 @@ nm_setting_802_1x_get_ca_cert_scheme (<em class="parameter"><code><a class="link is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob" title="nm_setting_802_1x_get_ca_cert_blob ()"><code class="function">nm_setting_802_1x_get_ca_cert_blob()</code></a>; if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path" title="nm_setting_802_1x_get_ca_cert_path ()"><code class="function">nm_setting_802_1x_get_ca_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.24.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-ca-cert-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1371,7 +1371,7 @@ if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CA </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.16.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-ca-cert-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the CA certificate (blob or path)</p> </div> </div> @@ -1387,7 +1387,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.2.24.9.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-ca-cert-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1402,7 +1402,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.17.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-ca-cert-blob.returns"></a><h4>Returns</h4> <p> the CA certificate data</p> </div> </div> @@ -1418,7 +1418,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.2.24.9.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-ca-cert-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1433,7 +1433,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.18.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-ca-cert-path.returns"></a><h4>Returns</h4> <p> path to the CA certificate file</p> </div> </div> @@ -1451,7 +1451,7 @@ with the raw certificate data if using the <a class="link" href="NMSetting8021x. scheme, or with the path to the certificate file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a> scheme.</p> <div class="refsect3"> -<a name="id-1.2.24.9.19.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-ca-cert.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1493,7 +1493,7 @@ clears the CA certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.19.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-ca-cert.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -1503,7 +1503,7 @@ clears the CA certificate.</p></td> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_subject_match (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.20.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-subject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1518,7 +1518,7 @@ nm_setting_802_1x_get_subject_match (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.20.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-subject-match.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting8021x.html#NMSetting8021x--subject-match" title="The “subject-match” property"><span class="type">“subject-match”</span></a> property. This is the substring to be matched against the subject of the authentication server certificate, or <code class="literal">NULL</code> no subject verification is to be @@ -1534,7 +1534,7 @@ nm_setting_802_1x_get_num_altsubject_matches <p>Returns the number of entries in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--altsubject-matches" title="The “altsubject-matches” property"><span class="type">“altsubject-matches”</span></a> property of this setting.</p> <div class="refsect3"> -<a name="id-1.2.24.9.21.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-num-altsubject-matches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1549,7 +1549,7 @@ nm_setting_802_1x_get_num_altsubject_matches </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.21.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-num-altsubject-matches.returns"></a><h4>Returns</h4> <p> the number of altsubject-matches entries.</p> </div> </div> @@ -1563,7 +1563,7 @@ nm_setting_802_1x_get_altsubject_match <p>Returns the altSubjectName match at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.24.9.22.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1585,7 +1585,7 @@ nm_setting_802_1x_get_altsubject_match </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.22.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-altsubject-match.returns"></a><h4>Returns</h4> <p> the altSubjectName match at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1601,7 +1601,7 @@ nm_setting_802_1x_add_altsubject_match match is added, the altSubjectName of the remote authentication server is not verified.</p> <div class="refsect3"> -<a name="id-1.2.24.9.23.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-add-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1623,7 +1623,7 @@ server is not verified.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.23.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-add-altsubject-match.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the alternative subject name match was successfully added, <code class="literal">FALSE</code> if it was already allowed.</p> </div> @@ -1637,7 +1637,7 @@ nm_setting_802_1x_remove_altsubject_match <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <p>Removes the allowed altSubjectName at the specified index.</p> <div class="refsect3"> -<a name="id-1.2.24.9.24.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1669,7 +1669,7 @@ nm_setting_802_1x_remove_altsubject_match_by_value <p>Removes the allowed altSubjectName <em class="parameter"><code>altsubject_match</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.24.9.25.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-altsubject-match-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1691,7 +1691,7 @@ nm_setting_802_1x_remove_altsubject_match_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.25.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-remove-altsubject-match-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the alternative subject name match was found and removed, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -1705,7 +1705,7 @@ nm_setting_802_1x_clear_altsubject_matches (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Clears all altSubjectName matches.</p> <div class="refsect3"> -<a name="id-1.2.24.9.26.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-clear-altsubject-matches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1730,7 +1730,7 @@ nm_setting_802_1x_get_client_cert_scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob" title="nm_setting_802_1x_get_client_cert_blob ()"><code class="function">nm_setting_802_1x_get_client_cert_blob()</code></a>; if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.24.9.27.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-client-cert-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1745,7 +1745,7 @@ if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CA </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.27.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-client-cert-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the client certificate (blob or path)</p> </div> </div> @@ -1759,7 +1759,7 @@ nm_setting_802_1x_get_client_cert_blob when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.28.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-client-cert-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1774,7 +1774,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.28.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-client-cert-blob.returns"></a><h4>Returns</h4> <p> the client certificate data</p> </div> </div> @@ -1788,7 +1788,7 @@ nm_setting_802_1x_get_client_cert_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.29.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-client-cert-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1803,7 +1803,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.29.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-client-cert-path.returns"></a><h4>Returns</h4> <p> path to the client certificate file</p> </div> </div> @@ -1824,7 +1824,7 @@ file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.30.6"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-client-cert.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1867,7 +1867,7 @@ clears the client certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.30.7"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-client-cert.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -1877,7 +1877,7 @@ clears the client certificate.</p></td> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_phase1_peapver (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.31.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase1-peapver.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1892,7 +1892,7 @@ nm_setting_802_1x_get_phase1_peapver (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.31.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase1-peapver.returns"></a><h4>Returns</h4> <p> the "phase 1" PEAP version to be used when authenticating with EAP-PEAP as contained in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-peapver" title="The “phase1-peapver” property"><span class="type">“phase1-peapver”</span></a> property. Valid values are <code class="literal">NULL</code> (unset), "0" (PEAP version 0), and "1" (PEAP version 1).</p> @@ -1905,7 +1905,7 @@ values are <code class="literal">NULL</code> (unset), "0" (PEAP version 0), and nm_setting_802_1x_get_phase1_peaplabel (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.32.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase1-peaplabel.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1920,7 +1920,7 @@ nm_setting_802_1x_get_phase1_peaplabel </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.32.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase1-peaplabel.returns"></a><h4>Returns</h4> <p> whether the "phase 1" PEAP label is new-style or old-style, to be used when authenticating with EAP-PEAP, as contained in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-peaplabel" title="The “phase1-peaplabel” property"><span class="type">“phase1-peaplabel”</span></a> property. Valid values are <code class="literal">NULL</code> (unset), @@ -1935,7 +1935,7 @@ wpa_supplicant documentation for more details.</p> nm_setting_802_1x_get_phase1_fast_provisioning (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.33.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase1-fast-provisioning.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1950,7 +1950,7 @@ nm_setting_802_1x_get_phase1_fast_provisioning </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.33.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase1-fast-provisioning.returns"></a><h4>Returns</h4> <p> whether "phase 1" PEAP fast provisioning should be used, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-fast-provisioning" title="The “phase1-fast-provisioning” property"><span class="type">“phase1-fast-provisioning”</span></a> property. See the wpa_supplicant documentation for more details.</p> @@ -1962,7 +1962,7 @@ wpa_supplicant documentation for more details.</p> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_phase2_auth (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.34.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-auth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1977,7 +1977,7 @@ nm_setting_802_1x_get_phase2_auth (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.34.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-auth.returns"></a><h4>Returns</h4> <p> the "phase 2" non-EAP (ex MD5) allowed authentication method as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-auth" title="The “phase2-auth” property"><span class="type">“phase2-auth”</span></a> property.</p> </div> @@ -1988,7 +1988,7 @@ specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_phase2_autheap (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.35.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-autheap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2003,7 +2003,7 @@ nm_setting_802_1x_get_phase2_autheap (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.35.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-autheap.returns"></a><h4>Returns</h4> <p> the "phase 2" EAP-based (ex TLS) allowed authentication method as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-autheap" title="The “phase2-autheap” property"><span class="type">“phase2-autheap”</span></a> property.</p> </div> @@ -2019,7 +2019,7 @@ returned scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-C <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob" title="nm_setting_802_1x_get_ca_cert_blob ()"><code class="function">nm_setting_802_1x_get_ca_cert_blob()</code></a>; if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path" title="nm_setting_802_1x_get_ca_cert_path ()"><code class="function">nm_setting_802_1x_get_ca_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.24.9.36.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2034,7 +2034,7 @@ use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.36.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the "phase 2" CA certificate (blob or path)</p> </div> </div> @@ -2051,7 +2051,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.2.24.9.37.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2066,7 +2066,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.37.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-blob.returns"></a><h4>Returns</h4> <p> the "phase 2" CA certificate data</p> </div> </div> @@ -2083,7 +2083,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.2.24.9.38.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2098,7 +2098,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.38.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-path.returns"></a><h4>Returns</h4> <p> path to the "phase 2" CA certificate file</p> </div> </div> @@ -2116,7 +2116,7 @@ property with the raw certificate data if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a> scheme, or with the path to the certificate file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a> scheme.</p> <div class="refsect3"> -<a name="id-1.2.24.9.39.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-phase2-ca-cert.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2158,7 +2158,7 @@ clears the "phase2" CA certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.39.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-phase2-ca-cert.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -2169,7 +2169,7 @@ clears the "phase2" CA certificate.</p></td> nm_setting_802_1x_get_phase2_subject_match (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.40.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-subject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2184,7 +2184,7 @@ nm_setting_802_1x_get_phase2_subject_match </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.40.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-subject-match.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-subject-match" title="The “phase2-subject-match” property"><span class="type">“phase2-subject-match”</span></a> property. This is the substring to be matched against the subject of the "phase 2" authentication server certificate, or <code class="literal">NULL</code> no subject verification @@ -2200,7 +2200,7 @@ nm_setting_802_1x_get_num_phase2_altsubject_matches <p>Returns the number of entries in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-altsubject-matches" title="The “phase2-altsubject-matches” property"><span class="type">“phase2-altsubject-matches”</span></a> property of this setting.</p> <div class="refsect3"> -<a name="id-1.2.24.9.41.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-num-phase2-altsubject-matches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2215,7 +2215,7 @@ nm_setting_802_1x_get_num_phase2_altsubject_matches </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.41.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-num-phase2-altsubject-matches.returns"></a><h4>Returns</h4> <p> the number of phase2-altsubject-matches entries.</p> </div> </div> @@ -2229,7 +2229,7 @@ nm_setting_802_1x_get_phase2_altsubject_match <p>Returns the "phase 2" altSubjectName match at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.24.9.42.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2251,7 +2251,7 @@ nm_setting_802_1x_get_phase2_altsubject_match </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.42.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-altsubject-match.returns"></a><h4>Returns</h4> <p> the "phase 2" altSubjectName match at index <em class="parameter"><code>i</code></em> </p> </div> @@ -2267,7 +2267,7 @@ nm_setting_802_1x_add_phase2_altsubject_match at least one match is added, the altSubjectName of the "phase 2" remote authentication server is not verified.</p> <div class="refsect3"> -<a name="id-1.2.24.9.43.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-add-phase2-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2290,7 +2290,7 @@ connection</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.43.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-add-phase2-altsubject-match.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the "phase 2" alternative subject name match was successfully added, <code class="literal">FALSE</code> if it was already allowed.</p> </div> @@ -2304,7 +2304,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <p>Removes the allowed "phase 2" altSubjectName at the specified index.</p> <div class="refsect3"> -<a name="id-1.2.24.9.44.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-phase2-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2336,7 +2336,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match_by_value <p>Removes the allowed "phase 2" altSubjectName <em class="parameter"><code>phase2_altsubject_match</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.24.9.45.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-phase2-altsubject-match-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2358,7 +2358,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.45.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-remove-phase2-altsubject-match-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the alternative subject name match for "phase 2" was found and removed, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -2372,7 +2372,7 @@ nm_setting_802_1x_clear_phase2_altsubject_matches (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Clears all "phase 2" altSubjectName matches.</p> <div class="refsect3"> -<a name="id-1.2.24.9.46.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-clear-phase2-altsubject-matches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2399,7 +2399,7 @@ returned scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-C <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.24.9.47.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2414,7 +2414,7 @@ returned scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-C </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.47.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the "phase 2" client certificate (blob or path)</p> </div> </div> @@ -2428,7 +2428,7 @@ nm_setting_802_1x_get_phase2_client_cert_blob when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.48.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2443,7 +2443,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.48.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-blob.returns"></a><h4>Returns</h4> <p> the "phase 2" client certificate data</p> </div> </div> @@ -2457,7 +2457,7 @@ nm_setting_802_1x_get_phase2_client_cert_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.49.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2472,7 +2472,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.49.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-path.returns"></a><h4>Returns</h4> <p> path to the "phase 2" client certificate file</p> </div> </div> @@ -2494,7 +2494,7 @@ file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.50.6"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-phase2-client-cert.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2537,7 +2537,7 @@ clears the "phase2" client certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.50.7"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-phase2-client-cert.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -2547,7 +2547,7 @@ clears the "phase2" client certificate.</p></td> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_password (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.51.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2562,7 +2562,7 @@ nm_setting_802_1x_get_password (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.51.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-password.returns"></a><h4>Returns</h4> <p> the password used by the authentication method, if any, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title="The “password” property"><span class="type">“password”</span></a> property</p> </div> @@ -2573,7 +2573,7 @@ by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_802_1x_get_password_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.52.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2588,7 +2588,7 @@ nm_setting_802_1x_get_password_flags (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.52.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -2598,7 +2598,7 @@ nm_setting_802_1x_get_password_flags (<em class="parameter"><code><a class="link <pre class="programlisting">const <span class="returnvalue">GByteArray</span> * nm_setting_802_1x_get_password_raw (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.53.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-password-raw.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2613,7 +2613,7 @@ nm_setting_802_1x_get_password_raw (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.53.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-password-raw.returns"></a><h4>Returns</h4> <p> the password used by the authentication method as a UTF-8-encoded array of bytes, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password-raw" title="The “password-raw” property"><span class="type">“password-raw”</span></a> property</p> @@ -2626,7 +2626,7 @@ UTF-8-encoded array of bytes, as specified by the nm_setting_802_1x_get_password_raw_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.54.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-password-raw-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2641,7 +2641,7 @@ nm_setting_802_1x_get_password_raw_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.54.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-password-raw-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password-raw" title="The “password-raw” property"><span class="type">“password-raw”</span></a></p> </div> @@ -2652,7 +2652,7 @@ nm_setting_802_1x_get_password_raw_flags <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_pin (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.55.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-pin.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2667,7 +2667,7 @@ nm_setting_802_1x_get_pin (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.55.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-pin.returns"></a><h4>Returns</h4> <p> the PIN used by the authentication method, if any, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--pin" title="The “pin” property"><span class="type">“pin”</span></a> property</p> </div> @@ -2678,7 +2678,7 @@ by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--pin" title="The <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_802_1x_get_pin_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.56.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-pin-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2693,7 +2693,7 @@ nm_setting_802_1x_get_pin_flags (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.56.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-pin-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--pin" title="The “pin” property"><span class="type">“pin”</span></a></p> </div> @@ -2710,7 +2710,7 @@ nm_setting_802_1x_get_private_key_scheme <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.24.9.57.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2725,7 +2725,7 @@ nm_setting_802_1x_get_private_key_scheme </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.57.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the private key (blob or path)</p> </div> </div> @@ -2742,7 +2742,7 @@ authentication method.</p> unencrypted private key data may be readable by unprivileged users. Private keys should always be encrypted with a private key password.</p> <div class="refsect3"> -<a name="id-1.2.24.9.58.6"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2757,7 +2757,7 @@ keys should always be encrypted with a private key password.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.58.7"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-blob.returns"></a><h4>Returns</h4> <p> the private key data</p> </div> </div> @@ -2771,7 +2771,7 @@ nm_setting_802_1x_get_private_key_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.59.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2786,7 +2786,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.59.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-path.returns"></a><h4>Returns</h4> <p> path to the private key file</p> </div> </div> @@ -2824,7 +2824,7 @@ unencrypted private key data using the BLOB scheme may be readable by unprivileged users. Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data.</p> <div class="refsect3"> -<a name="id-1.2.24.9.60.8"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-private-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2873,7 +2873,7 @@ an error is returned.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.60.9"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-private-key.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -2884,7 +2884,7 @@ an error is returned.</p></td> nm_setting_802_1x_get_private_key_password (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.61.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2899,7 +2899,7 @@ nm_setting_802_1x_get_private_key_password </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.61.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-password.returns"></a><h4>Returns</h4> <p> the private key password used to decrypt the private key if previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-private-key" title="nm_setting_802_1x_set_private_key ()"><code class="function">nm_setting_802_1x_set_private_key()</code></a>, or the <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key-password" title="The “private-key-password” property"><span class="type">“private-key-password”</span></a> property.</p> @@ -2912,7 +2912,7 @@ previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x- nm_setting_802_1x_get_private_key_password_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.62.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2927,7 +2927,7 @@ nm_setting_802_1x_get_private_key_password_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.62.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key-password" title="The “private-key-password” property"><span class="type">“private-key-password”</span></a></p> </div> @@ -2939,7 +2939,7 @@ nm_setting_802_1x_get_private_key_password_flags nm_setting_802_1x_get_private_key_format (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.63.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-format.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2954,7 +2954,7 @@ nm_setting_802_1x_get_private_key_format </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.63.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-format.returns"></a><h4>Returns</h4> <p> the data format of the private key data stored in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key" title="The “private-key” property"><span class="type">“private-key”</span></a> property</p> </div> @@ -2971,7 +2971,7 @@ scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME- <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.24.9.64.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2986,7 +2986,7 @@ scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME- </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.64.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the "phase 2" private key (blob or path)</p> </div> </div> @@ -3003,7 +3003,7 @@ authentication method.</p> unencrypted private key data may be readable by unprivileged users. Private keys should always be encrypted with a private key password.</p> <div class="refsect3"> -<a name="id-1.2.24.9.65.6"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3018,7 +3018,7 @@ keys should always be encrypted with a private key password.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.65.7"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-blob.returns"></a><h4>Returns</h4> <p> the "phase 2" private key data</p> </div> </div> @@ -3032,7 +3032,7 @@ nm_setting_802_1x_get_phase2_private_key_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.2.24.9.66.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3047,7 +3047,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.66.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-path.returns"></a><h4>Returns</h4> <p> path to the "phase 2" private key file</p> </div> </div> @@ -3086,7 +3086,7 @@ thus unencrypted private key data using the BLOB scheme may be readable by unprivileged users. Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data.</p> <div class="refsect3"> -<a name="id-1.2.24.9.67.8"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-phase2-private-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3136,7 +3136,7 @@ an error is returned.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.67.9"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-phase2-private-key.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -3147,7 +3147,7 @@ an error is returned.</p></td> nm_setting_802_1x_get_phase2_private_key_password (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.68.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3162,7 +3162,7 @@ nm_setting_802_1x_get_phase2_private_key_password </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.68.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-password.returns"></a><h4>Returns</h4> <p> the private key password used to decrypt the private key if previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key" title="nm_setting_802_1x_set_phase2_private_key ()"><code class="function">nm_setting_802_1x_set_phase2_private_key()</code></a> or the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key-password" title="The “phase2-private-key-password” property"><span class="type">“phase2-private-key-password”</span></a> property.</p> @@ -3175,7 +3175,7 @@ previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x- nm_setting_802_1x_get_phase2_private_key_password_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.69.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3190,7 +3190,7 @@ nm_setting_802_1x_get_phase2_private_key_password_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.69.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key-password" title="The “phase2-private-key-password” property"><span class="type">“phase2-private-key-password”</span></a></p> </div> @@ -3202,7 +3202,7 @@ nm_setting_802_1x_get_phase2_private_key_password_flags nm_setting_802_1x_get_phase2_private_key_format (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.24.9.70.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-format.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3217,7 +3217,7 @@ nm_setting_802_1x_get_phase2_private_key_format </table></div> </div> <div class="refsect3"> -<a name="id-1.2.24.9.70.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-format.returns"></a><h4>Returns</h4> <p> the data format of the "phase 2" private key data stored in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key" title="The “phase2-private-key” property"><span class="type">“phase2-private-key”</span></a> property</p> </div> @@ -3230,7 +3230,7 @@ nm_setting_802_1x_get_phase2_private_key_format <p><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> values indicate the general type of a certificate or private key</p> <div class="refsect3"> -<a name="id-1.2.24.10.2.4"></a><h4>Members</h4> +<a name="NMSetting8021xCKFormat.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -3279,7 +3279,7 @@ and private key</p> stored in the setting properties, either as a blob of the item's data, or as a path to a certificate or private key file on the filesystem</p> <div class="refsect3"> -<a name="id-1.2.24.10.3.4"></a><h4>Members</h4> +<a name="NMSetting8021xCKScheme.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -3325,7 +3325,7 @@ to a file containing the certificate or key data</p> <div class="refsect2"> <a name="NMSetting8021xError"></a><h3>enum NMSetting8021xError</h3> <div class="refsect3"> -<a name="id-1.2.24.10.5.3"></a><h4>Members</h4> +<a name="NMSetting8021xError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -3963,6 +3963,6 @@ addition to any certificates specified by the <a class="link" href="NMSetting802 </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingAdsl.html b/docs/libnm-util/html/NMSettingAdsl.html index 165177b5..c05f9960 100644 --- a/docs/libnm-util/html/NMSettingAdsl.html +++ b/docs/libnm-util/html/NMSettingAdsl.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"> <link rel="next" href="NMSettingDcb.html" title="NMSettingDcb"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -261,7 +261,7 @@ properties of ADSL connections.</p> nm_setting_adsl_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.22.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> errors.</p> </div> </div> @@ -272,7 +272,7 @@ nm_setting_adsl_error_quark (<em class="parameter"><code><span class="type">void nm_setting_adsl_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.22.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> object</p> </div> </div> @@ -282,7 +282,7 @@ nm_setting_adsl_new (<em class="parameter"><code><span class="type">void</span>< <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_adsl_get_username (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.22.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-username.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -297,7 +297,7 @@ nm_setting_adsl_get_username (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.22.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-username.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--username" title="The “username” property"><span class="type">“username”</span></a> property of the setting</p> </div> </div> @@ -307,7 +307,7 @@ nm_setting_adsl_get_username (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_adsl_get_password (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.22.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -322,7 +322,7 @@ nm_setting_adsl_get_password (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.22.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-password.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--password" title="The “password” property"><span class="type">“password”</span></a> property of the setting</p> </div> </div> @@ -332,7 +332,7 @@ nm_setting_adsl_get_password (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_adsl_get_protocol (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.22.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-protocol.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -347,7 +347,7 @@ nm_setting_adsl_get_protocol (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.22.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-protocol.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--protocol" title="The “protocol” property"><span class="type">“protocol”</span></a> property of the setting</p> </div> </div> @@ -357,7 +357,7 @@ nm_setting_adsl_get_protocol (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_adsl_get_encapsulation (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.22.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-encapsulation.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -372,7 +372,7 @@ nm_setting_adsl_get_encapsulation (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.22.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-encapsulation.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--encapsulation" title="The “encapsulation” property"><span class="type">“encapsulation”</span></a> property of the setting</p> </div> </div> @@ -382,7 +382,7 @@ nm_setting_adsl_get_encapsulation (<em class="parameter"><code><a class="link" h <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_adsl_get_vpi (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.22.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-vpi.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -397,7 +397,7 @@ nm_setting_adsl_get_vpi (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.2.22.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-vpi.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--vpi" title="The “vpi” property"><span class="type">“vpi”</span></a> property of the setting</p> </div> </div> @@ -407,7 +407,7 @@ nm_setting_adsl_get_vpi (<em class="parameter"><code><a class="link" href="NMSet <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_adsl_get_vci (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.22.9.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-vci.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -422,7 +422,7 @@ nm_setting_adsl_get_vci (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.2.22.9.9.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-vci.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--vci" title="The “vci” property"><span class="type">“vci”</span></a> property of the setting</p> </div> </div> @@ -432,7 +432,7 @@ nm_setting_adsl_get_vci (<em class="parameter"><code><a class="link" href="NMSet <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.22.9.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -447,7 +447,7 @@ nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.22.9.10.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -463,7 +463,7 @@ nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" <div class="refsect2"> <a name="NMSettingAdslError"></a><h3>enum NMSettingAdslError</h3> <div class="refsect3"> -<a name="id-1.2.22.10.3.3"></a><h4>Members</h4> +<a name="NMSettingAdslError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -639,6 +639,6 @@ required</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingBluetooth.html b/docs/libnm-util/html/NMSettingBluetooth.html index b011f98f..8f6ca597 100644 --- a/docs/libnm-util/html/NMSettingBluetooth.html +++ b/docs/libnm-util/html/NMSettingBluetooth.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"> <link rel="next" href="NMSettingSerial.html" title="NMSettingSerial"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -166,7 +166,7 @@ Point (NAP) profiles.</p> nm_setting_bluetooth_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.8.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-bluetooth-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> errors.</p> </div> </div> @@ -177,7 +177,7 @@ nm_setting_bluetooth_error_quark (<em class="parameter"><code><span class="type" nm_setting_bluetooth_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.8.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-bluetooth-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -190,7 +190,7 @@ nm_setting_bluetooth_get_bdaddr (<em class="parameter"><code><a class="link" hre <p>Gets the Bluetooth address of the remote device which this setting describes a connection to.</p> <div class="refsect3"> -<a name="id-1.2.8.9.4.5"></a><h4>Parameters</h4> +<a name="nm-setting-bluetooth-get-bdaddr.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -205,7 +205,7 @@ describes a connection to.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.8.9.4.6"></a><h4>Returns</h4> +<a name="nm-setting-bluetooth-get-bdaddr.returns"></a><h4>Returns</h4> <p> the Bluetooth address</p> </div> </div> @@ -218,7 +218,7 @@ nm_setting_bluetooth_get_connection_type <p>Returns the connection method for communicating with the remote device (i.e. either DUN to a DUN-capable device or PANU to a NAP-capable device).</p> <div class="refsect3"> -<a name="id-1.2.8.9.5.5"></a><h4>Parameters</h4> +<a name="nm-setting-bluetooth-get-connection-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -233,7 +233,7 @@ either DUN to a DUN-capable device or PANU to a NAP-capable device).</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.8.9.5.6"></a><h4>Returns</h4> +<a name="nm-setting-bluetooth-get-connection-type.returns"></a><h4>Returns</h4> <p> the type, either <a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-PANU:CAPS" title="NM_SETTING_BLUETOOTH_TYPE_PANU"><code class="literal">NM_SETTING_BLUETOOTH_TYPE_PANU</code></a> or <a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-DUN:CAPS" title="NM_SETTING_BLUETOOTH_TYPE_DUN"><code class="literal">NM_SETTING_BLUETOOTH_TYPE_DUN</code></a></p> </div> @@ -250,7 +250,7 @@ either DUN to a DUN-capable device or PANU to a NAP-capable device).</p> <div class="refsect2"> <a name="NMSettingBluetoothError"></a><h3>enum NMSettingBluetoothError</h3> <div class="refsect3"> -<a name="id-1.2.8.10.3.3"></a><h4>Members</h4> +<a name="NMSettingBluetoothError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -348,6 +348,6 @@ Area Networking connections to devices supporting the NAP profile.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingBond.html b/docs/libnm-util/html/NMSettingBond.html index 8d0e4d48..3889dacd 100644 --- a/docs/libnm-util/html/NMSettingBond.html +++ b/docs/libnm-util/html/NMSettingBond.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingWimax.html" title="NMSettingWimax"> <link rel="next" href="NMSettingBridge.html" title="NMSettingBridge"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -269,7 +269,7 @@ necessary for bond connections.</p> nm_setting_bond_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.13.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-bond-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> errors.</p> </div> </div> @@ -280,7 +280,7 @@ nm_setting_bond_error_quark (<em class="parameter"><code><span class="type">void nm_setting_bond_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.13.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-bond-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -291,7 +291,7 @@ nm_setting_bond_new (<em class="parameter"><code><span class="type">void</span>< <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_bond_get_interface_name (<em class="parameter"><code><a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.13.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-interface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -306,7 +306,7 @@ nm_setting_bond_get_interface_name (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-interface-name.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBond.html#NMSettingBond--interface-name" title="The “interface-name” property"><span class="type">“interface-name”</span></a> property of the setting</p> </div> </div> @@ -319,7 +319,7 @@ nm_setting_bond_get_num_options (<em class="parameter"><code><a class="link" hre is activated. This can be used to retrieve each option individually using <a class="link" href="NMSettingBond.html#nm-setting-bond-get-option" title="nm_setting_bond_get_option ()"><code class="function">nm_setting_bond_get_option()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.13.9.5.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-num-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -334,7 +334,7 @@ using <a class="link" href="NMSettingBond.html#nm-setting-bond-get-option" title </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.5.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-num-options.returns"></a><h4>Returns</h4> <p> the number of bonding options</p> </div> </div> @@ -352,7 +352,7 @@ are *not* guaranteed to be static across modifications to options done by and should not be used to refer to options except for short periods of time such as during option iteration.</p> <div class="refsect3"> -<a name="id-1.2.13.9.6.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -387,7 +387,7 @@ option; this value is owned by the setting and should not be modified. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.6.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success if the index was valid and an option was found, <code class="literal">FALSE</code> if the index was invalid (ie, greater than the number of options currently held by the setting)</p> @@ -403,7 +403,7 @@ nm_setting_bond_get_option_by_name (<em class="parameter"><code><a class="link" <em class="parameter"><code>name</code></em> , if it exists.</p> <div class="refsect3"> -<a name="id-1.2.13.9.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-option-by-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -425,7 +425,7 @@ nm_setting_bond_get_option_by_name (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.7.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-option-by-name.returns"></a><h4>Returns</h4> <p> the value, or <code class="literal">NULL</code> if the key/value pair was never added to the setting; the value is owned by the setting and must not be modified</p> </div> @@ -444,7 +444,7 @@ that may already exist.</p> <p>The order of how to set several options is relevant because there are options that conflict with each other.</p> <div class="refsect3"> -<a name="id-1.2.13.9.8.6"></a><h4>Parameters</h4> +<a name="nm-setting-bond-add-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -471,7 +471,7 @@ that conflict with each other.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.8.7"></a><h4>Returns</h4> +<a name="nm-setting-bond-add-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the option was valid and was added to the internal option list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -486,7 +486,7 @@ nm_setting_bond_remove_option (<em class="parameter"><code><a class="link" href= from the internal option list.</p> <div class="refsect3"> -<a name="id-1.2.13.9.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-remove-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -508,7 +508,7 @@ list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.9.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-remove-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the option was found and removed from the internal option list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -526,7 +526,7 @@ the <em class="parameter"><code>name</code></em> . If <em class="parameter"><code>value</code></em> is <code class="literal">NULL</code>, the function only validates the option name.</p> <div class="refsect3"> -<a name="id-1.2.13.9.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-validate-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -548,7 +548,7 @@ the <em class="parameter"><code>name</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.10.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-validate-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code>, if the <em class="parameter"><code>value</code></em> is valid for the given name. If the <em class="parameter"><code>name</code></em> @@ -563,7 +563,7 @@ is not a valid option, <code class="literal">FALSE</code> will be returned.</p> nm_setting_bond_get_valid_options (<em class="parameter"><code><a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> *setting</code></em>);</pre> <p>Returns a list of valid bond options.</p> <div class="refsect3"> -<a name="id-1.2.13.9.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-valid-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -578,7 +578,7 @@ nm_setting_bond_get_valid_options (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.11.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-valid-options.returns"></a><h4>Returns</h4> <p> a <code class="literal">NULL</code>-terminated array of strings of valid bond options. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -590,7 +590,7 @@ nm_setting_bond_get_valid_options (<em class="parameter"><code><a class="link" h nm_setting_bond_get_option_default (<em class="parameter"><code><a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> *setting</code></em>, <em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.13.9.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-option-default.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -612,7 +612,7 @@ nm_setting_bond_get_option_default (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.13.9.12.5"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-option-default.returns"></a><h4>Returns</h4> <p> the value of the bond option if not overridden by an entry in the <a class="link" href="NMSettingBond.html#NMSettingBond--options" title="The “options” property"><span class="type">“options”</span></a> property.</p> </div> @@ -629,7 +629,7 @@ the <a class="link" href="NMSettingBond.html#NMSettingBond--options" title="The <div class="refsect2"> <a name="NMSettingBondError"></a><h3>enum NMSettingBondError</h3> <div class="refsect3"> -<a name="id-1.2.13.10.3.3"></a><h4>Members</h4> +<a name="NMSettingBondError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -654,20 +654,24 @@ the <a class="link" href="NMSettingBond.html#NMSettingBond--options" title="The <tr> <td class="enum_member_name"><p><a name="NM-SETTING-BOND-ERROR-MISSING-PROPERTY:CAPS"></a>NM_SETTING_BOND_ERROR_MISSING_PROPERTY</p></td> <td class="enum_member_description"> -<p>the property was missing and is -required</p> +<p>the property was missing and is</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="NM-SETTING-BOND-ERROR-INVALID-OPTION:CAPS"></a>NM_SETTING_BOND_ERROR_INVALID_OPTION</p></td> -<td> </td> -<td> </td> +<td class="enum_member_description"> +<p>the option was invalid</p> +</td> +<td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="NM-SETTING-BOND-ERROR-MISSING-OPTION:CAPS"></a>NM_SETTING_BOND_ERROR_MISSING_OPTION</p></td> -<td> </td> -<td> </td> +<td class="enum_member_description"> +<p>the option was missing +required</p> +</td> +<td class="enum_member_annotations"> </td> </tr> </tbody> </table></div> @@ -803,6 +807,6 @@ must be strings. Option names must contain only alphanumeric characters </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingBridge.html b/docs/libnm-util/html/NMSettingBridge.html index 71cdd58f..a25a31ba 100644 --- a/docs/libnm-util/html/NMSettingBridge.html +++ b/docs/libnm-util/html/NMSettingBridge.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingBond.html" title="NMSettingBond"> <link rel="next" href="NMSettingBridgePort.html" title="NMSettingBridgePort"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -258,7 +258,7 @@ necessary for bridging connections.</p> nm_setting_bridge_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.14.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> errors.</p> </div> <p class="since">Since: 0.9.8</p> @@ -270,7 +270,7 @@ nm_setting_bridge_error_quark (<em class="parameter"><code><span class="type">vo nm_setting_bridge_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.14.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -282,7 +282,7 @@ nm_setting_bridge_new (<em class="parameter"><code><span class="type">void</span <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_bridge_get_interface_name (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-interface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -297,7 +297,7 @@ nm_setting_bridge_get_interface_name (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-interface-name.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--interface-name" title="The “interface-name” property"><span class="type">“interface-name”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -308,7 +308,7 @@ nm_setting_bridge_get_interface_name (<em class="parameter"><code><a class="link <pre class="programlisting">const <span class="returnvalue">GByteArray</span> * nm_setting_bridge_get_mac_address (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -323,7 +323,7 @@ nm_setting_bridge_get_mac_address (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -334,7 +334,7 @@ nm_setting_bridge_get_mac_address (<em class="parameter"><code><a class="link" h <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_bridge_get_stp (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-stp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -349,7 +349,7 @@ nm_setting_bridge_get_stp (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-stp.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--stp" title="The “stp” property"><span class="type">“stp”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -360,7 +360,7 @@ nm_setting_bridge_get_stp (<em class="parameter"><code><a class="link" href="NMS <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_get_priority (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -375,7 +375,7 @@ nm_setting_bridge_get_priority (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-priority.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--priority" title="The “priority” property"><span class="type">“priority”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -386,7 +386,7 @@ nm_setting_bridge_get_priority (<em class="parameter"><code><a class="link" href <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_get_forward_delay (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-forward-delay.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -401,7 +401,7 @@ nm_setting_bridge_get_forward_delay (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-forward-delay.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--forward-delay" title="The “forward-delay” property"><span class="type">“forward-delay”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -412,7 +412,7 @@ nm_setting_bridge_get_forward_delay (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_get_hello_time (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-hello-time.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -427,7 +427,7 @@ nm_setting_bridge_get_hello_time (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.9.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-hello-time.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--hello-time" title="The “hello-time” property"><span class="type">“hello-time”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -438,7 +438,7 @@ nm_setting_bridge_get_hello_time (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_get_max_age (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-max-age.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -453,7 +453,7 @@ nm_setting_bridge_get_max_age (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.10.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-max-age.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--max-age" title="The “max-age” property"><span class="type">“max-age”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -464,7 +464,7 @@ nm_setting_bridge_get_max_age (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_bridge_get_ageing_time (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.14.9.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-ageing-time.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -479,7 +479,7 @@ nm_setting_bridge_get_ageing_time (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.14.9.11.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-ageing-time.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--ageing-time" title="The “ageing-time” property"><span class="type">“ageing-time”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -496,7 +496,7 @@ nm_setting_bridge_get_ageing_time (<em class="parameter"><code><a class="link" h <div class="refsect2"> <a name="NMSettingBridgeError"></a><h3>enum NMSettingBridgeError</h3> <div class="refsect3"> -<a name="id-1.2.14.10.3.3"></a><h4>Members</h4> +<a name="NMSettingBridgeError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -670,6 +670,6 @@ bridge.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingBridgePort.html b/docs/libnm-util/html/NMSettingBridgePort.html index bc204181..48fce2eb 100644 --- a/docs/libnm-util/html/NMSettingBridgePort.html +++ b/docs/libnm-util/html/NMSettingBridgePort.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingBridge.html" title="NMSettingBridge"> <link rel="next" href="NMSettingTeam.html" title="NMSettingTeam"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -173,7 +173,7 @@ optional properties that apply to bridge ports.</p> nm_setting_bridge_port_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.15.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-port-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> errors.</p> </div> <p class="since">Since: 0.9.8</p> @@ -185,7 +185,7 @@ nm_setting_bridge_port_error_quark (<em class="parameter"><code><span class="typ nm_setting_bridge_port_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.15.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-port-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -197,7 +197,7 @@ nm_setting_bridge_port_new (<em class="parameter"><code><span class="type">void< <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_port_get_priority (<em class="parameter"><code><a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.15.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-port-get-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -212,7 +212,7 @@ nm_setting_bridge_port_get_priority (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.15.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-port-get-priority.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridgePort.html#NMSettingBridgePort--priority" title="The “priority” property"><span class="type">“priority”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -223,7 +223,7 @@ nm_setting_bridge_port_get_priority (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_port_get_path_cost (<em class="parameter"><code><a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.15.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-port-get-path-cost.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -238,7 +238,7 @@ nm_setting_bridge_port_get_path_cost (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.15.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-port-get-path-cost.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridgePort.html#NMSettingBridgePort--path-cost" title="The “path-cost” property"><span class="type">“path-cost”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -250,7 +250,7 @@ nm_setting_bridge_port_get_path_cost (<em class="parameter"><code><a class="link nm_setting_bridge_port_get_hairpin_mode (<em class="parameter"><code><a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.15.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-port-get-hairpin-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -265,7 +265,7 @@ nm_setting_bridge_port_get_hairpin_mode </table></div> </div> <div class="refsect3"> -<a name="id-1.2.15.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-port-get-hairpin-mode.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridgePort.html#NMSettingBridgePort--hairpin-mode" title="The “hairpin-mode” property"><span class="type">“hairpin-mode”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.8</p> @@ -282,7 +282,7 @@ nm_setting_bridge_port_get_hairpin_mode <div class="refsect2"> <a name="NMSettingBridgePortError"></a><h3>enum NMSettingBridgePortError</h3> <div class="refsect3"> -<a name="id-1.2.15.10.3.3"></a><h4>Members</h4> +<a name="NMSettingBridgePortError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -377,6 +377,6 @@ port.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingCdma.html b/docs/libnm-util/html/NMSettingCdma.html index 43980d9d..cee12173 100644 --- a/docs/libnm-util/html/NMSettingCdma.html +++ b/docs/libnm-util/html/NMSettingCdma.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingSerial.html" title="NMSettingSerial"> <link rel="next" href="NMSettingGsm.html" title="NMSettingGsm"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -191,7 +191,7 @@ networks, including those using CDMA2000/EVDO technology.</p> nm_setting_cdma_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.10.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> errors.</p> </div> </div> @@ -202,7 +202,7 @@ nm_setting_cdma_error_quark (<em class="parameter"><code><span class="type">void nm_setting_cdma_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.10.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> object</p> </div> </div> @@ -212,7 +212,7 @@ nm_setting_cdma_new (<em class="parameter"><code><span class="type">void</span>< <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_cdma_get_number (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.10.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-cdma-get-number.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -227,7 +227,7 @@ nm_setting_cdma_get_number (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.10.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-get-number.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingCdma.html#NMSettingCdma--number" title="The “number” property"><span class="type">“number”</span></a> property of the setting</p> </div> </div> @@ -237,7 +237,7 @@ nm_setting_cdma_get_number (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_cdma_get_username (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.10.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-cdma-get-username.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -252,7 +252,7 @@ nm_setting_cdma_get_username (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.10.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-get-username.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingCdma.html#NMSettingCdma--username" title="The “username” property"><span class="type">“username”</span></a> property of the setting</p> </div> </div> @@ -262,7 +262,7 @@ nm_setting_cdma_get_username (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_cdma_get_password (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.10.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-cdma-get-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -277,7 +277,7 @@ nm_setting_cdma_get_password (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.10.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-get-password.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingCdma.html#NMSettingCdma--password" title="The “password” property"><span class="type">“password”</span></a> property of the setting</p> </div> </div> @@ -287,7 +287,7 @@ nm_setting_cdma_get_password (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_cdma_get_password_flags (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.10.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-cdma-get-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -302,7 +302,7 @@ nm_setting_cdma_get_password_flags (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.10.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-get-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingCdma.html#NMSettingCdma--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -318,7 +318,7 @@ nm_setting_cdma_get_password_flags (<em class="parameter"><code><a class="link" <div class="refsect2"> <a name="NMSettingCdmaError"></a><h3>enum NMSettingCdmaError</h3> <div class="refsect3"> -<a name="id-1.2.10.10.3.3"></a><h4>Members</h4> +<a name="NMSettingCdmaError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -434,6 +434,6 @@ username is required, it is specified here.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingConnection.html b/docs/libnm-util/html/NMSettingConnection.html index ba73eb00..f1dd93b7 100644 --- a/docs/libnm-util/html/NMSettingConnection.html +++ b/docs/libnm-util/html/NMSettingConnection.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSetting.html" title="NMSetting"> <link rel="next" href="NMSettingWired.html" title="NMSettingWired"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -430,7 +430,7 @@ a <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><s nm_setting_connection_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.4.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> errors.</p> </div> </div> @@ -441,7 +441,7 @@ nm_setting_connection_error_quark (<em class="parameter"><code><span class="type nm_setting_connection_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.4.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object</p> </div> </div> @@ -452,7 +452,7 @@ nm_setting_connection_new (<em class="parameter"><code><span class="type">void</ nm_setting_connection_get_id (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--id" title="The “id” property"><span class="type">“id”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.4.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -467,7 +467,7 @@ nm_setting_connection_get_id (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.4.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-id.returns"></a><h4>Returns</h4> <p> the connection ID</p> </div> </div> @@ -478,7 +478,7 @@ nm_setting_connection_get_id (<em class="parameter"><code><a class="link" href=" nm_setting_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--uuid" title="The “uuid” property"><span class="type">“uuid”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.5.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-uuid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -493,7 +493,7 @@ nm_setting_connection_get_uuid (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.5.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-uuid.returns"></a><h4>Returns</h4> <p> the connection UUID</p> </div> </div> @@ -505,7 +505,7 @@ nm_setting_connection_get_interface_name (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--interface-name" title="The “interface-name” property"><span class="type">“interface-name”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.6.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-interface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -520,7 +520,7 @@ nm_setting_connection_get_interface_name </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.6.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-interface-name.returns"></a><h4>Returns</h4> <p> the connection's interface name</p> </div> <p class="since">Since: 0.9.10</p> @@ -533,7 +533,7 @@ nm_setting_connection_get_connection_type (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--type" title="The “type” property"><span class="type">“type”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-connection-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -548,7 +548,7 @@ nm_setting_connection_get_connection_type </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.7.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-connection-type.returns"></a><h4>Returns</h4> <p> the connection type</p> </div> </div> @@ -559,7 +559,7 @@ nm_setting_connection_get_connection_type nm_setting_connection_get_autoconnect (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--autoconnect" title="The “autoconnect” property"><span class="type">“autoconnect”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-autoconnect.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -574,7 +574,7 @@ nm_setting_connection_get_autoconnect (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.8.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-autoconnect.returns"></a><h4>Returns</h4> <p> the connection's autoconnect behavior</p> </div> </div> @@ -585,7 +585,7 @@ nm_setting_connection_get_autoconnect (<em class="parameter"><code><a class="lin nm_setting_connection_get_timestamp (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--timestamp" title="The “timestamp” property"><span class="type">“timestamp”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-timestamp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -600,7 +600,7 @@ nm_setting_connection_get_timestamp (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.9.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-timestamp.returns"></a><h4>Returns</h4> <p> the connection's timestamp</p> </div> </div> @@ -611,7 +611,7 @@ nm_setting_connection_get_timestamp (<em class="parameter"><code><a class="link" nm_setting_connection_get_read_only (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--read-only" title="The “read-only” property"><span class="type">“read-only”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-read-only.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -626,7 +626,7 @@ nm_setting_connection_get_read_only (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.10.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-read-only.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection is read-only, <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -639,7 +639,7 @@ nm_setting_connection_get_num_permissions <p>Returns the number of entires in the <a class="link" href="NMSettingConnection.html#NMSettingConnection--permissions" title="The “permissions” property"><span class="type">“permissions”</span></a> property of this setting.</p> <div class="refsect3"> -<a name="id-1.2.4.9.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-num-permissions.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -654,7 +654,7 @@ property of this setting.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.11.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-num-permissions.returns"></a><h4>Returns</h4> <p> the number of permissions entires</p> </div> </div> @@ -670,7 +670,7 @@ nm_setting_connection_get_permission (<em class="parameter"><code><a class="link <p>Retrieve one of the entries of the <a class="link" href="NMSettingConnection.html#NMSettingConnection--permissions" title="The “permissions” property"><span class="type">“permissions”</span></a> property of this setting.</p> <div class="refsect3"> -<a name="id-1.2.4.9.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-permission.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -709,7 +709,7 @@ of this setting.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.12.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-permission.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if a permission was returned, <code class="literal">FALSE</code> if <em class="parameter"><code>idx</code></em> was invalid</p> </div> @@ -721,7 +721,7 @@ was invalid</p> nm_setting_connection_get_zone (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--zone" title="The “zone” property"><span class="type">“zone”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-zone.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -736,7 +736,7 @@ nm_setting_connection_get_zone (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.13.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-zone.returns"></a><h4>Returns</h4> <p> the trust level of a connection</p> </div> </div> @@ -749,7 +749,7 @@ nm_setting_connection_permissions_user_allowed <em class="parameter"><code>const <span class="type">char</span> *uname</code></em>);</pre> <p>Checks whether the given username is allowed to view/access this connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-permissions-user-allowed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -771,7 +771,7 @@ nm_setting_connection_permissions_user_allowed </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.14.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-permissions-user-allowed.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the requested user is allowed to view this connection, <code class="literal">FALSE</code> if the given user is not allowed to view this connection</p> </div> @@ -789,7 +789,7 @@ the "user" permission type is supported, and <em class="parameter"><code>pitem</ must be a username. See <a class="link" href="NMSettingConnection.html#NMSettingConnection--permissions" title="The “permissions” property"><span class="type">“permissions”</span></a>: for more details.</p> <div class="refsect3"> -<a name="id-1.2.4.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-add-permission.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -822,7 +822,7 @@ the "user" permission type is supported, and <em class="parameter"><code>pitem</ </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.15.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-add-permission.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the permission was unique and was successfully added to the list, <code class="literal">FALSE</code> if <em class="parameter"><code>ptype</code></em> or <em class="parameter"><code>pitem</code></em> @@ -840,7 +840,7 @@ nm_setting_connection_remove_permission <p>Removes the permission at index <em class="parameter"><code>idx</code></em> from the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-remove-permission.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -876,7 +876,7 @@ At this time, only the "user" permission type is supported, and <em class="param must be a username. See <a class="link" href="NMSettingConnection.html#NMSettingConnection--permissions" title="The “permissions” property"><span class="type">“permissions”</span></a>: for more details.</p> <div class="refsect3"> -<a name="id-1.2.4.9.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-remove-permission-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -909,7 +909,7 @@ be a username. See <a class="link" href="NMSettingConnection.html#NMSettingConne </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.17.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-remove-permission-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the permission was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -921,7 +921,7 @@ be a username. See <a class="link" href="NMSettingConnection.html#NMSettingConne nm_setting_connection_get_master (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--master" title="The “master” property"><span class="type">“master”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-master.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -936,7 +936,7 @@ nm_setting_connection_get_master (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.18.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-master.returns"></a><h4>Returns</h4> <p> interface name of the master device or UUID of the master connection.</p> </div> @@ -948,7 +948,7 @@ connection.</p> nm_setting_connection_is_slave_type (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>, <em class="parameter"><code>const <span class="type">char</span> *type</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.9.19.4"></a><h4>Parameters</h4> +<a name="nm-setting-connection-is-slave-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -972,7 +972,7 @@ against <em class="parameter"><code>setting</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.19.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-is-slave-type.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if connection is of the given slave <em class="parameter"><code>type</code></em> </p> </div> @@ -984,7 +984,7 @@ against <em class="parameter"><code>setting</code></em> nm_setting_connection_get_slave_type (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--slave-type" title="The “slave-type” property"><span class="type">“slave-type”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.2.4.9.20.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-slave-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -999,7 +999,7 @@ nm_setting_connection_get_slave_type (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.20.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-slave-type.returns"></a><h4>Returns</h4> <p> the type of slave this connection is, if any</p> </div> </div> @@ -1010,7 +1010,7 @@ nm_setting_connection_get_slave_type (<em class="parameter"><code><a class="link nm_setting_connection_get_num_secondaries (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.9.21.4"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-num-secondaries.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1025,7 +1025,7 @@ nm_setting_connection_get_num_secondaries </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.21.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-num-secondaries.returns"></a><h4>Returns</h4> <p> the number of configured secondary connection UUIDs</p> </div> <p class="since">Since: 0.9.8</p> @@ -1037,7 +1037,7 @@ nm_setting_connection_get_num_secondaries nm_setting_connection_get_secondary (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.9.22.4"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-secondary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1059,7 +1059,7 @@ nm_setting_connection_get_secondary (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.22.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-secondary.returns"></a><h4>Returns</h4> <p> the secondary connection UUID at index <em class="parameter"><code>idx</code></em> </p> </div> @@ -1073,7 +1073,7 @@ nm_setting_connection_add_secondary (<em class="parameter"><code><a class="link" <em class="parameter"><code>const <span class="type">char</span> *sec_uuid</code></em>);</pre> <p>Adds a new secondary connetion UUID to the setting.</p> <div class="refsect3"> -<a name="id-1.2.4.9.23.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-add-secondary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1095,7 +1095,7 @@ nm_setting_connection_add_secondary (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.23.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-add-secondary.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the secondary connection UUID was added; <code class="literal">FALSE</code> if the UUID was already present</p> </div> @@ -1111,7 +1111,7 @@ nm_setting_connection_remove_secondary <p>Removes the secondary coonnection UUID at index <em class="parameter"><code>idx</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.4.9.24.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-remove-secondary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1144,7 +1144,7 @@ nm_setting_connection_remove_secondary_by_value <p>Removes the secondary coonnection UUID <em class="parameter"><code>sec_uuid</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.4.9.25.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-remove-secondary-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1166,7 +1166,7 @@ nm_setting_connection_remove_secondary_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.25.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-remove-secondary-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the secondary connection UUID was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -1178,7 +1178,7 @@ nm_setting_connection_remove_secondary_by_value nm_setting_connection_get_gateway_ping_timeout (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.9.26.4"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-gateway-ping-timeout.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1193,7 +1193,7 @@ nm_setting_connection_get_gateway_ping_timeout </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.9.26.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-gateway-ping-timeout.returns"></a><h4>Returns</h4> <p> the value contained in the <a class="link" href="NMSettingConnection.html#NMSettingConnection--gateway-ping-timeout" title="The “gateway-ping-timeout” property"><span class="type">“gateway-ping-timeout”</span></a> property.</p> </div> @@ -1213,7 +1213,7 @@ property.</p> <p>Describes errors that may result from operations involving a <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.4.10.3.4"></a><h4>Members</h4> +<a name="NMSettingConnectionError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1517,6 +1517,6 @@ firewall.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingDcb.html b/docs/libnm-util/html/NMSettingDcb.html index 5cd1cd53..943f3ea6 100644 --- a/docs/libnm-util/html/NMSettingDcb.html +++ b/docs/libnm-util/html/NMSettingDcb.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingAdsl.html" title="NMSettingAdsl"> <link rel="next" href="NMSetting8021x.html" title="NMSetting8021x"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -447,7 +447,7 @@ of storage technologies like Fibre Channel over Ethernet (FCoE) and iSCSI.</p> nm_setting_dcb_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.23.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> errors.</p> </div> <p class="since">Since: 0.9.10</p> @@ -459,7 +459,7 @@ nm_setting_dcb_error_quark (<em class="parameter"><code><span class="type">void< nm_setting_dcb_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.23.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -471,7 +471,7 @@ nm_setting_dcb_new (<em class="parameter"><code><span class="type">void</span></ <pre class="programlisting"><a class="link" href="NMSettingDcb.html#NMSettingDcbFlags" title="enum NMSettingDcbFlags"><span class="returnvalue">NMSettingDcbFlags</span></a> nm_setting_dcb_get_app_fcoe_flags (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-fcoe-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -486,7 +486,7 @@ nm_setting_dcb_get_app_fcoe_flags (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-fcoe-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-fcoe-flags" title="The “app-fcoe-flags” property"><span class="type">“app-fcoe-flags”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -497,7 +497,7 @@ nm_setting_dcb_get_app_fcoe_flags (<em class="parameter"><code><a class="link" h <pre class="programlisting"><span class="returnvalue">gint</span> nm_setting_dcb_get_app_fcoe_priority (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-fcoe-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -512,7 +512,7 @@ nm_setting_dcb_get_app_fcoe_priority (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-fcoe-priority.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-fcoe-priority" title="The “app-fcoe-priority” property"><span class="type">“app-fcoe-priority”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -523,7 +523,7 @@ nm_setting_dcb_get_app_fcoe_priority (<em class="parameter"><code><a class="link <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_dcb_get_app_fcoe_mode (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-fcoe-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -538,7 +538,7 @@ nm_setting_dcb_get_app_fcoe_mode (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-fcoe-mode.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-fcoe-mode" title="The “app-fcoe-mode” property"><span class="type">“app-fcoe-mode”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -549,7 +549,7 @@ nm_setting_dcb_get_app_fcoe_mode (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><a class="link" href="NMSettingDcb.html#NMSettingDcbFlags" title="enum NMSettingDcbFlags"><span class="returnvalue">NMSettingDcbFlags</span></a> nm_setting_dcb_get_app_iscsi_flags (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-iscsi-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -564,7 +564,7 @@ nm_setting_dcb_get_app_iscsi_flags (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-iscsi-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-iscsi-flags" title="The “app-iscsi-flags” property"><span class="type">“app-iscsi-flags”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -575,7 +575,7 @@ nm_setting_dcb_get_app_iscsi_flags (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">gint</span> nm_setting_dcb_get_app_iscsi_priority (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-iscsi-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -590,7 +590,7 @@ nm_setting_dcb_get_app_iscsi_priority (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-iscsi-priority.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-iscsi-priority" title="The “app-iscsi-priority” property"><span class="type">“app-iscsi-priority”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -601,7 +601,7 @@ nm_setting_dcb_get_app_iscsi_priority (<em class="parameter"><code><a class="lin <pre class="programlisting"><a class="link" href="NMSettingDcb.html#NMSettingDcbFlags" title="enum NMSettingDcbFlags"><span class="returnvalue">NMSettingDcbFlags</span></a> nm_setting_dcb_get_app_fip_flags (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-fip-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -616,7 +616,7 @@ nm_setting_dcb_get_app_fip_flags (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.9.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-fip-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-fip-flags" title="The “app-fip-flags” property"><span class="type">“app-fip-flags”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -627,7 +627,7 @@ nm_setting_dcb_get_app_fip_flags (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">gint</span> nm_setting_dcb_get_app_fip_priority (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-fip-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -642,7 +642,7 @@ nm_setting_dcb_get_app_fip_priority (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.10.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-fip-priority.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-fip-priority" title="The “app-fip-priority” property"><span class="type">“app-fip-priority”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -654,7 +654,7 @@ nm_setting_dcb_get_app_fip_priority (<em class="parameter"><code><a class="link" nm_setting_dcb_get_priority_flow_control_flags (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-flow-control-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -669,7 +669,7 @@ nm_setting_dcb_get_priority_flow_control_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.11.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-flow-control-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-flow-control-flags" title="The “priority-flow-control-flags” property"><span class="type">“priority-flow-control-flags”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -682,7 +682,7 @@ nm_setting_dcb_get_priority_flow_control (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> user_priority</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-flow-control.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -704,7 +704,7 @@ nm_setting_dcb_get_priority_flow_control </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.12.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-flow-control.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if flow control is enabled for the given <em class="parameter"><code>user_priority</code></em> , <code class="literal">FALSE</code> if not enabled</p> @@ -722,7 +722,7 @@ nm_setting_dcb_set_priority_flow_control <p>These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-flow-control" title="The “priority-flow-control” property"><span class="type">“priority-flow-control”</span></a> includes the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> <div class="refsect3"> -<a name="id-1.2.23.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-set-priority-flow-control.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -757,7 +757,7 @@ the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><co nm_setting_dcb_get_priority_group_flags (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.14.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-group-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -772,7 +772,7 @@ nm_setting_dcb_get_priority_group_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.14.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-group-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -784,7 +784,7 @@ nm_setting_dcb_get_priority_group_flags nm_setting_dcb_get_priority_group_id (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> user_priority</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.15.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-group-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -806,7 +806,7 @@ nm_setting_dcb_get_priority_group_id (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.15.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-group-id.returns"></a><h4>Returns</h4> <p> the group number <em class="parameter"><code>user_priority</code></em> is assigned to. These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the @@ -824,7 +824,7 @@ nm_setting_dcb_set_priority_group_id (<em class="parameter"><code><a class="link <p>These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> <div class="refsect3"> -<a name="id-1.2.23.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-set-priority-group-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -862,7 +862,7 @@ nm_setting_dcb_get_priority_group_bandwidth (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> group_id</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.17.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-group-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -884,7 +884,7 @@ nm_setting_dcb_get_priority_group_bandwidth </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.17.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-group-bandwidth.returns"></a><h4>Returns</h4> <p> the bandwidth percentage assigned to <em class="parameter"><code>group_id</code></em> . These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the @@ -903,7 +903,7 @@ nm_setting_dcb_set_priority_group_bandwidth <p>These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> <div class="refsect3"> -<a name="id-1.2.23.9.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-set-priority-group-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -939,7 +939,7 @@ to</p></td> nm_setting_dcb_get_priority_bandwidth (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> user_priority</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.19.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -961,7 +961,7 @@ nm_setting_dcb_get_priority_bandwidth (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.19.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-bandwidth.returns"></a><h4>Returns</h4> <p> the allowed bandwidth percentage of <em class="parameter"><code>user_priority</code></em> in its priority group. These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the @@ -979,7 +979,7 @@ nm_setting_dcb_set_priority_bandwidth (<em class="parameter"><code><a class="lin <p>These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> <div class="refsect3"> -<a name="id-1.2.23.9.20.5"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-set-priority-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1017,7 +1017,7 @@ nm_setting_dcb_get_priority_strict_bandwidth (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> user_priority</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.21.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-strict-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1039,7 +1039,7 @@ nm_setting_dcb_get_priority_strict_bandwidth </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.21.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-strict-bandwidth.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>user_priority</code></em> may use all of the bandwidth allocated to its assigned group, or <code class="literal">FALSE</code> if not. These values are only valid when @@ -1058,7 +1058,7 @@ nm_setting_dcb_set_priority_strict_bandwidth <p>These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> <div class="refsect3"> -<a name="id-1.2.23.9.22.5"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-set-priority-strict-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1096,7 +1096,7 @@ nm_setting_dcb_get_priority_traffic_class (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> user_priority</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.23.9.23.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-traffic-class.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1118,7 +1118,7 @@ nm_setting_dcb_get_priority_traffic_class </table></div> </div> <div class="refsect3"> -<a name="id-1.2.23.9.23.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-traffic-class.returns"></a><h4>Returns</h4> <p> the traffic class assigned to <em class="parameter"><code>user_priority</code></em> . These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the @@ -1147,7 +1147,7 @@ nm_setting_dcb_set_priority_traffic_class <div class="refsect2"> <a name="NMSettingDcbError"></a><h3>enum NMSettingDcbError</h3> <div class="refsect3"> -<a name="id-1.2.23.10.3.3"></a><h4>Members</h4> +<a name="NMSettingDcbError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1192,7 +1192,7 @@ required</p> <a name="NMSettingDcbFlags"></a><h3>enum NMSettingDcbFlags</h3> <p>DCB feature flags.</p> <div class="refsect3"> -<a name="id-1.2.23.10.5.4"></a><h4>Members</h4> +<a name="NMSettingDcbFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1517,6 +1517,6 @@ which the priority is mapped.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingGeneric.html b/docs/libnm-util/html/NMSettingGeneric.html index b6cc9066..4ccfa39c 100644 --- a/docs/libnm-util/html/NMSettingGeneric.html +++ b/docs/libnm-util/html/NMSettingGeneric.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingTeamPort.html" title="NMSettingTeamPort"> <link rel="next" href="NMSettingInfiniband.html" title="NMSettingInfiniband"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -102,7 +102,7 @@ optional properties that apply to "generic" devices (ie, devices that NetworkManager does not specifically recognize).</p> <p>There are currently no properties on this object; it exists only to be -the "connection type" setting on <a href="NMConnection.html"><span class="type">NMConnections</span></a> for generic devices.</p> +the "connection type" setting on <a href="NMConnection.html#NMConnection-struct"><span class="type">NMConnections</span></a> for generic devices.</p> </div> <div class="refsect1"> <a name="NMSettingGeneric.functions_details"></a><h2>Functions</h2> @@ -112,7 +112,7 @@ the "connection type" setting on <a href="NMConnection.html"><span class="type"> nm_setting_generic_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.18.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-generic-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> errors.</p> </div> <p class="since">Since: 0.9.10</p> @@ -124,7 +124,7 @@ nm_setting_generic_error_quark (<em class="parameter"><code><span class="type">v nm_setting_generic_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.18.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-generic-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -142,7 +142,7 @@ nm_setting_generic_new (<em class="parameter"><code><span class="type">void</spa <div class="refsect2"> <a name="NMSettingGenericError"></a><h3>enum NMSettingGenericError</h3> <div class="refsect3"> -<a name="id-1.2.18.9.3.3"></a><h4>Members</h4> +<a name="NMSettingGenericError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -186,6 +186,6 @@ is required</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingGsm.html b/docs/libnm-util/html/NMSettingGsm.html index 1e725b02..73c0b048 100644 --- a/docs/libnm-util/html/NMSettingGsm.html +++ b/docs/libnm-util/html/NMSettingGsm.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingCdma.html" title="NMSettingCdma"> <link rel="next" href="NMSettingWimax.html" title="NMSettingWimax"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -50,10 +50,6 @@ </td> </tr> <tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-BANDS-MAX:CAPS" title="NM_SETTING_GSM_BANDS_MAX">NM_SETTING_GSM_BANDS_MAX</a></td> -</tr> -<tr> <td class="function_type"> <a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> * </td> @@ -291,6 +287,10 @@ <td class="datatype_keyword">enum</td> <td class="function_name"><a class="link" href="NMSettingGsm.html#NMSettingGsmNetworkBand" title="enum NMSettingGsmNetworkBand">NMSettingGsmNetworkBand</a></td> </tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-BANDS-MAX:CAPS" title="NM_SETTING_GSM_BANDS_MAX">NM_SETTING_GSM_BANDS_MAX</a></td> +</tr> </tbody> </table></div> </div> @@ -324,29 +324,18 @@ networks, including those using GPRS/EDGE and UMTS/HSPA technology.</p> nm_setting_gsm_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.11.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> errors.</p> </div> </div> <hr> <div class="refsect2"> -<a name="NM-SETTING-GSM-BANDS-MAX:CAPS"></a><h3>NM_SETTING_GSM_BANDS_MAX</h3> -<pre class="programlisting">#define NM_SETTING_GSM_BANDS_MAX</pre> -<div class="warning"> -<p><code class="literal">NM_SETTING_GSM_BANDS_MAX</code> has been deprecated since version 0.9.10 and should not be used in newly-written code.</p> -<p>No longer used.</p> -</div> -<p><a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-BANDS-MAX:CAPS" title="NM_SETTING_GSM_BANDS_MAX"><span class="type">NM_SETTING_GSM_BANDS_MAX</span></a> macro indicate the maximal value that can be used -as the allowed frequency bands (<a class="link" href="NMSettingGsm.html#NMSettingGsm--allowed-bands" title="The “allowed-bands” property"><span class="type">“allowed-bands”</span></a> property).</p> -</div> -<hr> -<div class="refsect2"> <a name="nm-setting-gsm-new"></a><h3>nm_setting_gsm_new ()</h3> <pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> * nm_setting_gsm_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.11.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> object</p> </div> </div> @@ -356,7 +345,7 @@ nm_setting_gsm_new (<em class="parameter"><code><span class="type">void</span></ <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_number (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-number.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -371,7 +360,7 @@ nm_setting_gsm_get_number (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-number.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--number" title="The “number” property"><span class="type">“number”</span></a> property of the setting</p> </div> </div> @@ -381,7 +370,7 @@ nm_setting_gsm_get_number (<em class="parameter"><code><a class="link" href="NMS <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_username (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-username.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -396,7 +385,7 @@ nm_setting_gsm_get_username (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-username.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--username" title="The “username” property"><span class="type">“username”</span></a> property of the setting</p> </div> </div> @@ -406,7 +395,7 @@ nm_setting_gsm_get_username (<em class="parameter"><code><a class="link" href="N <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_password (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -421,7 +410,7 @@ nm_setting_gsm_get_password (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-password.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--password" title="The “password” property"><span class="type">“password”</span></a> property of the setting</p> </div> </div> @@ -431,7 +420,7 @@ nm_setting_gsm_get_password (<em class="parameter"><code><a class="link" href="N <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_apn (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-apn.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -446,7 +435,7 @@ nm_setting_gsm_get_apn (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-apn.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--apn" title="The “apn” property"><span class="type">“apn”</span></a> property of the setting</p> </div> </div> @@ -456,7 +445,7 @@ nm_setting_gsm_get_apn (<em class="parameter"><code><a class="link" href="NMSett <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_network_id (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-network-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -471,7 +460,7 @@ nm_setting_gsm_get_network_id (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.9.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-network-id.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--network-id" title="The “network-id” property"><span class="type">“network-id”</span></a> property of the setting</p> </div> </div> @@ -481,7 +470,7 @@ nm_setting_gsm_get_network_id (<em class="parameter"><code><a class="link" href= <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_pin (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-pin.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -496,7 +485,7 @@ nm_setting_gsm_get_pin (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.10.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-pin.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--pin" title="The “pin” property"><span class="type">“pin”</span></a> property of the setting</p> </div> </div> @@ -506,7 +495,7 @@ nm_setting_gsm_get_pin (<em class="parameter"><code><a class="link" href="NMSett <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_gsm_get_home_only (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-home-only.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -521,7 +510,7 @@ nm_setting_gsm_get_home_only (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.11.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-home-only.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--home-only" title="The “home-only” property"><span class="type">“home-only”</span></a> property of the setting</p> </div> </div> @@ -531,7 +520,7 @@ nm_setting_gsm_get_home_only (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_gsm_get_pin_flags (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-pin-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -546,7 +535,7 @@ nm_setting_gsm_get_pin_flags (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.12.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-pin-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingGsm.html#NMSettingGsm--pin" title="The “pin” property"><span class="type">“pin”</span></a></p> </div> </div> @@ -556,7 +545,7 @@ nm_setting_gsm_get_pin_flags (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_gsm_get_password_flags (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.11.9.13.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -571,7 +560,7 @@ nm_setting_gsm_get_password_flags (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.13.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingGsm.html#NMSettingGsm--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -585,7 +574,7 @@ nm_setting_gsm_get_network_type (<em class="parameter"><code><a class="link" hre <p>No longer used. Network type setting should be done talking to ModemManager directly.</p> </div> <div class="refsect3"> -<a name="id-1.2.11.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-network-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -600,7 +589,7 @@ nm_setting_gsm_get_network_type (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.14.6"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-network-type.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--network-type" title="The “network-type” property"><span class="type">“network-type”</span></a> property of the setting</p> </div> </div> @@ -614,7 +603,7 @@ nm_setting_gsm_get_allowed_bands (<em class="parameter"><code><a class="link" hr <p>No longer used. Bands setting should be done talking to ModemManager directly.</p> </div> <div class="refsect3"> -<a name="id-1.2.11.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-allowed-bands.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -629,7 +618,7 @@ nm_setting_gsm_get_allowed_bands (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.11.9.15.6"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-allowed-bands.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--allowed-bands" title="The “allowed-bands” property"><span class="type">“allowed-bands”</span></a> property of the setting</p> </div> </div> @@ -645,7 +634,7 @@ nm_setting_gsm_get_allowed_bands (<em class="parameter"><code><a class="link" hr <div class="refsect2"> <a name="NMSettingGsmError"></a><h3>enum NMSettingGsmError</h3> <div class="refsect3"> -<a name="id-1.2.11.10.3.3"></a><h4>Members</h4> +<a name="NMSettingGsmError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -769,7 +758,7 @@ is missing in the connection</p> <p><a class="link" href="NMSettingGsm.html#NMSettingGsmNetworkType" title="enum NMSettingGsmNetworkType"><span class="type">NMSettingGsmNetworkType</span></a> values indicate the allowed access technologies the device may use when connecting to this network.</p> <div class="refsect3"> -<a name="id-1.2.11.10.16.5"></a><h4>Members</h4> +<a name="NMSettingGsmNetworkType.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -846,7 +835,7 @@ technologies may be used</p> <p><a class="link" href="NMSettingGsm.html#NMSettingGsmNetworkBand" title="enum NMSettingGsmNetworkBand"><span class="type">NMSettingGsmNetworkBand</span></a> values indicate the allowed frequency bands the device may use when connecting to this network.</p> <div class="refsect3"> -<a name="id-1.2.11.10.17.5"></a><h4>Members</h4> +<a name="NMSettingGsmNetworkBand.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -963,6 +952,17 @@ the device may use when connecting to this network.</p> </table></div> </div> </div> +<hr> +<div class="refsect2"> +<a name="NM-SETTING-GSM-BANDS-MAX:CAPS"></a><h3>NM_SETTING_GSM_BANDS_MAX</h3> +<pre class="programlisting">#define NM_SETTING_GSM_BANDS_MAX</pre> +<div class="warning"> +<p><code class="literal">NM_SETTING_GSM_BANDS_MAX</code> has been deprecated since version 0.9.10 and should not be used in newly-written code.</p> +<p>No longer used.</p> +</div> +<p><a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-BANDS-MAX:CAPS" title="NM_SETTING_GSM_BANDS_MAX"><span class="type">NM_SETTING_GSM_BANDS_MAX</span></a> macro indicate the maximal value that can be used +as the allowed frequency bands (<a class="link" href="NMSettingGsm.html#NMSettingGsm--allowed-bands" title="The “allowed-bands” property"><span class="type">“allowed-bands”</span></a> property).</p> +</div> </div> <div class="refsect1"> <a name="NMSettingGsm.property-details"></a><h2>Property Details</h2> @@ -1100,6 +1100,6 @@ username is required, it is specified here.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingIP4Config.html b/docs/libnm-util/html/NMSettingIP4Config.html index b14b4721..825e96b8 100644 --- a/docs/libnm-util/html/NMSettingIP4Config.html +++ b/docs/libnm-util/html/NMSettingIP4Config.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSetting8021x.html" title="NMSetting8021x"> <link rel="next" href="NMSettingIP6Config.html" title="NMSettingIP6Config"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -738,7 +738,7 @@ properties related to IPv4 addressing, routing, and Domain Name Service</p> nm_setting_ip4_config_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.25.11.2.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> errors.</p> </div> </div> @@ -749,7 +749,7 @@ nm_setting_ip4_config_error_quark (<em class="parameter"><code><span class="type nm_ip4_address_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates and returns a new <a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.3.5"></a><h4>Returns</h4> +<a name="nm-ip4-address-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -761,7 +761,7 @@ nm_ip4_address_new (<em class="parameter"><code><span class="type">void</span></ nm_ip4_address_dup (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> *source</code></em>);</pre> <p>Copies a given <a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> object and returns the copy.</p> <div class="refsect3"> -<a name="id-1.2.25.11.4.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-dup.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -776,7 +776,7 @@ nm_ip4_address_dup (<em class="parameter"><code><a class="link" href="NMSettingI </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.4.6"></a><h4>Returns</h4> +<a name="nm-ip4-address-dup.returns"></a><h4>Returns</h4> <p> the copy of the given <a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> copy. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -788,7 +788,7 @@ nm_ip4_address_dup (<em class="parameter"><code><a class="link" href="NMSettingI nm_ip4_address_ref (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);</pre> <p>Increases the reference count of the object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.5.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-ref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -811,7 +811,7 @@ nm_ip4_address_unref (<em class="parameter"><code><a class="link" href="NMSettin <p>Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.</p> <div class="refsect3"> -<a name="id-1.2.25.11.6.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-unref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -834,7 +834,7 @@ nm_ip4_address_compare (<em class="parameter"><code><a class="link" href="NMSett <em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> *other</code></em>);</pre> <p>Determines if two <a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> objects contain the same values.</p> <div class="refsect3"> -<a name="id-1.2.25.11.7.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-compare.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -857,7 +857,7 @@ to.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.7.6"></a><h4>Returns</h4> +<a name="nm-ip4-address-compare.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the objects contain the same values, <code class="literal">FALSE</code> if they do not.</p> </div> </div> @@ -868,7 +868,7 @@ to.</p></td> nm_ip4_address_get_address (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);</pre> <p>Gets the IPv4 address property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.8.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-get-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -883,7 +883,7 @@ nm_ip4_address_get_address (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.8.6"></a><h4>Returns</h4> +<a name="nm-ip4-address-get-address.returns"></a><h4>Returns</h4> <p> the IPv4 address in network byte order</p> </div> </div> @@ -895,7 +895,7 @@ nm_ip4_address_set_address (<em class="parameter"><code><a class="link" href="NM <em class="parameter"><code><span class="type">guint32</span> addr</code></em>);</pre> <p>Sets the IPv4 address property of this object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.9.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-set-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -925,7 +925,7 @@ nm_ip4_address_get_prefix (<em class="parameter"><code><a class="link" href="NMS <p>Gets the IPv4 address prefix (ie "24" or "30" etc) property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.10.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-get-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -940,7 +940,7 @@ object.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.10.6"></a><h4>Returns</h4> +<a name="nm-ip4-address-get-prefix.returns"></a><h4>Returns</h4> <p> the IPv4 address prefix</p> </div> </div> @@ -952,7 +952,7 @@ nm_ip4_address_set_prefix (<em class="parameter"><code><a class="link" href="NMS <em class="parameter"><code><span class="type">guint32</span> prefix</code></em>);</pre> <p>Sets the IPv4 address prefix.</p> <div class="refsect3"> -<a name="id-1.2.25.11.11.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-set-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -981,7 +981,7 @@ nm_ip4_address_set_prefix (<em class="parameter"><code><a class="link" href="NMS nm_ip4_address_get_gateway (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> *address</code></em>);</pre> <p>Gets the IPv4 default gateway property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.12.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-get-gateway.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -996,7 +996,7 @@ nm_ip4_address_get_gateway (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.12.6"></a><h4>Returns</h4> +<a name="nm-ip4-address-get-gateway.returns"></a><h4>Returns</h4> <p> the IPv4 gateway address in network byte order</p> </div> </div> @@ -1008,7 +1008,7 @@ nm_ip4_address_set_gateway (<em class="parameter"><code><a class="link" href="NM <em class="parameter"><code><span class="type">guint32</span> gateway</code></em>);</pre> <p>Sets the IPv4 default gateway property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.13.5"></a><h4>Parameters</h4> +<a name="nm-ip4-address-set-gateway.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1037,7 +1037,7 @@ nm_ip4_address_set_gateway (<em class="parameter"><code><a class="link" href="NM nm_ip4_route_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates and returns a new <a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.14.5"></a><h4>Returns</h4> +<a name="nm-ip4-route-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -1049,7 +1049,7 @@ nm_ip4_route_new (<em class="parameter"><code><span class="type">void</span></co nm_ip4_route_dup (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> *source</code></em>);</pre> <p>Copies a given <a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> object and returns the copy.</p> <div class="refsect3"> -<a name="id-1.2.25.11.15.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-dup.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1064,7 +1064,7 @@ nm_ip4_route_dup (<em class="parameter"><code><a class="link" href="NMSettingIP4 </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.15.6"></a><h4>Returns</h4> +<a name="nm-ip4-route-dup.returns"></a><h4>Returns</h4> <p> the copy of the given <a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> copy. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -1076,7 +1076,7 @@ nm_ip4_route_dup (<em class="parameter"><code><a class="link" href="NMSettingIP4 nm_ip4_route_ref (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre> <p>Increases the reference count of the object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.16.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-ref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1099,7 +1099,7 @@ nm_ip4_route_unref (<em class="parameter"><code><a class="link" href="NMSettingI <p>Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.</p> <div class="refsect3"> -<a name="id-1.2.25.11.17.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-unref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1122,7 +1122,7 @@ nm_ip4_route_compare (<em class="parameter"><code><a class="link" href="NMSettin <em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> *other</code></em>);</pre> <p>Determines if two <a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> objects contain the same values.</p> <div class="refsect3"> -<a name="id-1.2.25.11.18.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-compare.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1145,7 +1145,7 @@ to.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.18.6"></a><h4>Returns</h4> +<a name="nm-ip4-route-compare.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the objects contain the same values, <code class="literal">FALSE</code> if they do not.</p> </div> </div> @@ -1156,7 +1156,7 @@ to.</p></td> nm_ip4_route_get_dest (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre> <p>Gets the IPv4 destination address property of this route object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.19.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-get-dest.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1171,7 +1171,7 @@ nm_ip4_route_get_dest (<em class="parameter"><code><a class="link" href="NMSetti </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.19.6"></a><h4>Returns</h4> +<a name="nm-ip4-route-get-dest.returns"></a><h4>Returns</h4> <p> the IPv4 address in network byte order</p> </div> </div> @@ -1183,7 +1183,7 @@ nm_ip4_route_set_dest (<em class="parameter"><code><a class="link" href="NMSetti <em class="parameter"><code><span class="type">guint32</span> dest</code></em>);</pre> <p>Sets the IPv4 destination address property of this route object.</p> <div class="refsect3"> -<a name="id-1.2.25.11.20.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-set-dest.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1212,7 +1212,7 @@ nm_ip4_route_set_dest (<em class="parameter"><code><a class="link" href="NMSetti nm_ip4_route_get_prefix (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre> <p>Gets the IPv4 prefix (ie "24" or "30" etc) of this route.</p> <div class="refsect3"> -<a name="id-1.2.25.11.21.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-get-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1227,7 +1227,7 @@ nm_ip4_route_get_prefix (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.21.6"></a><h4>Returns</h4> +<a name="nm-ip4-route-get-prefix.returns"></a><h4>Returns</h4> <p> the IPv4 prefix</p> </div> </div> @@ -1239,7 +1239,7 @@ nm_ip4_route_set_prefix (<em class="parameter"><code><a class="link" href="NMSet <em class="parameter"><code><span class="type">guint32</span> prefix</code></em>);</pre> <p>Sets the IPv4 prefix of this route.</p> <div class="refsect3"> -<a name="id-1.2.25.11.22.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-set-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1268,7 +1268,7 @@ nm_ip4_route_set_prefix (<em class="parameter"><code><a class="link" href="NMSet nm_ip4_route_get_next_hop (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> *route</code></em>);</pre> <p>Gets the IPv4 address of the next hop of this route.</p> <div class="refsect3"> -<a name="id-1.2.25.11.23.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-get-next-hop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1283,7 +1283,7 @@ nm_ip4_route_get_next_hop (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.23.6"></a><h4>Returns</h4> +<a name="nm-ip4-route-get-next-hop.returns"></a><h4>Returns</h4> <p> the IPv4 address in network byte order</p> </div> </div> @@ -1295,7 +1295,7 @@ nm_ip4_route_set_next_hop (<em class="parameter"><code><a class="link" href="NMS <em class="parameter"><code><span class="type">guint32</span> next_hop</code></em>);</pre> <p>Sets the IPv4 address of the next hop of this route.</p> <div class="refsect3"> -<a name="id-1.2.25.11.24.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-set-next-hop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1325,7 +1325,7 @@ nm_ip4_route_get_metric (<em class="parameter"><code><a class="link" href="NMSet <p>Gets the route metric property of this route object; lower values indicate "better" or more preferred routes.</p> <div class="refsect3"> -<a name="id-1.2.25.11.25.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-get-metric.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1340,7 +1340,7 @@ nm_ip4_route_get_metric (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.25.6"></a><h4>Returns</h4> +<a name="nm-ip4-route-get-metric.returns"></a><h4>Returns</h4> <p> the route metric</p> </div> </div> @@ -1353,7 +1353,7 @@ nm_ip4_route_set_metric (<em class="parameter"><code><a class="link" href="NMSet <p>Sets the route metric property of this route object; lower values indicate "better" or more preferred routes.</p> <div class="refsect3"> -<a name="id-1.2.25.11.26.5"></a><h4>Parameters</h4> +<a name="nm-ip4-route-set-metric.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1382,7 +1382,7 @@ nm_ip4_route_set_metric (<em class="parameter"><code><a class="link" href="NMSet nm_setting_ip4_config_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.25.11.27.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -1393,7 +1393,7 @@ nm_setting_ip4_config_new (<em class="parameter"><code><span class="type">void</ <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_ip4_config_get_method (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.28.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-method.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1408,7 +1408,7 @@ nm_setting_ip4_config_get_method (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.28.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-method.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--method" title="The “method” property"><span class="type">“method”</span></a> property of the setting</p> </div> </div> @@ -1418,7 +1418,7 @@ nm_setting_ip4_config_get_method (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ip4_config_get_num_dns (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.29.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-num-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1433,7 +1433,7 @@ nm_setting_ip4_config_get_num_dns (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.29.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-num-dns.returns"></a><h4>Returns</h4> <p> the number of configured DNS servers</p> </div> </div> @@ -1444,7 +1444,7 @@ nm_setting_ip4_config_get_num_dns (<em class="parameter"><code><a class="link" h nm_setting_ip4_config_get_dns (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.30.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1466,7 +1466,7 @@ nm_setting_ip4_config_get_dns (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.30.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-dns.returns"></a><h4>Returns</h4> <p> the IPv4 address (network byte order) of the DNS server at index <em class="parameter"><code>i</code></em> </p> @@ -1480,7 +1480,7 @@ nm_setting_ip4_config_add_dns (<em class="parameter"><code><a class="link" href= <em class="parameter"><code><span class="type">guint32</span> dns</code></em>);</pre> <p>Adds a new DNS server to the setting.</p> <div class="refsect3"> -<a name="id-1.2.25.11.31.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-add-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1502,7 +1502,7 @@ nm_setting_ip4_config_add_dns (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.31.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-add-dns.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS server was added; <code class="literal">FALSE</code> if the server was already known</p> </div> @@ -1516,7 +1516,7 @@ nm_setting_ip4_config_remove_dns (<em class="parameter"><code><a class="link" hr <p>Removes the DNS server at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.32.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1548,7 +1548,7 @@ nm_setting_ip4_config_remove_dns_by_value <p>Removes the DNS server <em class="parameter"><code>dns</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.33.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-dns-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1570,7 +1570,7 @@ nm_setting_ip4_config_remove_dns_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.33.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-remove-dns-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS server was found and removed; <code class="literal">FALSE</code> if it was not. domain was already known</p> </div> @@ -1583,7 +1583,7 @@ domain was already known</p> nm_setting_ip4_config_clear_dns (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <p>Removes all configured DNS servers.</p> <div class="refsect3"> -<a name="id-1.2.25.11.34.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-clear-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1605,7 +1605,7 @@ nm_setting_ip4_config_clear_dns (<em class="parameter"><code><a class="link" hre nm_setting_ip4_config_get_num_dns_searches (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.35.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-num-dns-searches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1620,7 +1620,7 @@ nm_setting_ip4_config_get_num_dns_searches </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.35.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-num-dns-searches.returns"></a><h4>Returns</h4> <p> the number of configured DNS search domains</p> </div> </div> @@ -1631,7 +1631,7 @@ nm_setting_ip4_config_get_num_dns_searches nm_setting_ip4_config_get_dns_search (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.36.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-dns-search.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1653,7 +1653,7 @@ nm_setting_ip4_config_get_dns_search (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.36.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-dns-search.returns"></a><h4>Returns</h4> <p> the DNS search domain at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1666,7 +1666,7 @@ nm_setting_ip4_config_add_dns_search (<em class="parameter"><code><a class="link <em class="parameter"><code>const <span class="type">char</span> *dns_search</code></em>);</pre> <p>Adds a new DNS search domain to the setting.</p> <div class="refsect3"> -<a name="id-1.2.25.11.37.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-add-dns-search.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1688,7 +1688,7 @@ nm_setting_ip4_config_add_dns_search (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.37.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-add-dns-search.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS search domain was added; <code class="literal">FALSE</code> if the search domain was already known</p> </div> @@ -1703,7 +1703,7 @@ nm_setting_ip4_config_remove_dns_search <p>Removes the DNS search domain at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.38.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-dns-search.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1735,7 +1735,7 @@ nm_setting_ip4_config_remove_dns_search_by_value <p>Removes the DNS search domain <em class="parameter"><code>dns_search</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.39.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-dns-search-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1757,7 +1757,7 @@ nm_setting_ip4_config_remove_dns_search_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.39.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-remove-dns-search-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS search domain was found and removed; <code class="literal">FALSE</code> if it was not.</p> <p>Since 0.9.10</p> </div> @@ -1770,7 +1770,7 @@ nm_setting_ip4_config_clear_dns_searches (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <p>Removes all configured DNS search domains.</p> <div class="refsect3"> -<a name="id-1.2.25.11.40.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-clear-dns-searches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1792,7 +1792,7 @@ nm_setting_ip4_config_clear_dns_searches nm_setting_ip4_config_get_num_addresses (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.41.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-num-addresses.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1807,7 +1807,7 @@ nm_setting_ip4_config_get_num_addresses </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.41.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-num-addresses.returns"></a><h4>Returns</h4> <p> the number of configured addresses</p> </div> </div> @@ -1818,7 +1818,7 @@ nm_setting_ip4_config_get_num_addresses nm_setting_ip4_config_get_address (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.42.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1840,7 +1840,7 @@ nm_setting_ip4_config_get_address (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.42.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-address.returns"></a><h4>Returns</h4> <p> the address at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1854,7 +1854,7 @@ nm_setting_ip4_config_add_address (<em class="parameter"><code><a class="link" h <p>Adds a new IPv4 address and associated information to the setting. The given address is duplicated internally and is not changed by this function.</p> <div class="refsect3"> -<a name="id-1.2.25.11.43.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-add-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1876,7 +1876,7 @@ given address is duplicated internally and is not changed by this function.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.43.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-add-address.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the address was added; <code class="literal">FALSE</code> if the address was already known.</p> </div> @@ -1890,7 +1890,7 @@ nm_setting_ip4_config_remove_address (<em class="parameter"><code><a class="link <p>Removes the address at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.44.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1922,7 +1922,7 @@ nm_setting_ip4_config_remove_address_by_value <p>Removes the address <em class="parameter"><code>address</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.45.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-address-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1944,7 +1944,7 @@ nm_setting_ip4_config_remove_address_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.45.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-remove-address-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the address was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -1956,7 +1956,7 @@ nm_setting_ip4_config_remove_address_by_value nm_setting_ip4_config_clear_addresses (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <p>Removes all configured addresses.</p> <div class="refsect3"> -<a name="id-1.2.25.11.46.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-clear-addresses.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1977,7 +1977,7 @@ nm_setting_ip4_config_clear_addresses (<em class="parameter"><code><a class="lin <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ip4_config_get_num_routes (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.47.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-num-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1992,7 +1992,7 @@ nm_setting_ip4_config_get_num_routes (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.47.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-num-routes.returns"></a><h4>Returns</h4> <p> the number of configured routes</p> </div> </div> @@ -2003,7 +2003,7 @@ nm_setting_ip4_config_get_num_routes (<em class="parameter"><code><a class="link nm_setting_ip4_config_get_route (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.25.11.48.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-route.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2025,7 +2025,7 @@ nm_setting_ip4_config_get_route (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.48.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-route.returns"></a><h4>Returns</h4> <p> the route at index <em class="parameter"><code>i</code></em> </p> </div> @@ -2039,7 +2039,7 @@ nm_setting_ip4_config_add_route (<em class="parameter"><code><a class="link" hre <p>Adds a new IPv4 route and associated information to the setting. The given route is duplicated internally and is not changed by this function.</p> <div class="refsect3"> -<a name="id-1.2.25.11.49.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-add-route.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2061,7 +2061,7 @@ given route is duplicated internally and is not changed by this function.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.49.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-add-route.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the route was added; <code class="literal">FALSE</code> if the route was already known.</p> </div> </div> @@ -2074,7 +2074,7 @@ nm_setting_ip4_config_remove_route (<em class="parameter"><code><a class="link" <p>Removes the route at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.50.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-route.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2106,7 +2106,7 @@ nm_setting_ip4_config_remove_route_by_value <p>Removes the route <em class="parameter"><code>route</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.25.11.51.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-remove-route-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2128,7 +2128,7 @@ nm_setting_ip4_config_remove_route_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.51.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-remove-route-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the route was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -2140,7 +2140,7 @@ nm_setting_ip4_config_remove_route_by_value nm_setting_ip4_config_clear_routes (<em class="parameter"><code><a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> *setting</code></em>);</pre> <p>Removes all configured routes.</p> <div class="refsect3"> -<a name="id-1.2.25.11.52.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-clear-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2164,7 +2164,7 @@ nm_setting_ip4_config_get_route_metric <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--route-metric" title="The “route-metric” property"><span class="type">“route-metric”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.53.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-route-metric.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2179,7 +2179,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.53.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-route-metric.returns"></a><h4>Returns</h4> <p> the route metric that is used for IPv4 routes that don't explicitly specify a metric. See <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--route-metric" title="The “route-metric” property"><span class="type">“route-metric”</span></a> for more details.</p> </div> @@ -2194,7 +2194,7 @@ nm_setting_ip4_config_get_ignore_auto_routes <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-routes" title="The “ignore-auto-routes” property"><span class="type">“ignore-auto-routes”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.54.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-ignore-auto-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2209,7 +2209,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.54.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-ignore-auto-routes.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if automatically configured (ie via DHCP) routes should be ignored.</p> </div> @@ -2223,7 +2223,7 @@ nm_setting_ip4_config_get_ignore_auto_dns <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-dns" title="The “ignore-auto-dns” property"><span class="type">“ignore-auto-dns”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.55.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-ignore-auto-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2238,7 +2238,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.55.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-ignore-auto-dns.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if automatically configured (ie via DHCP) DNS information should be ignored.</p> </div> @@ -2252,7 +2252,7 @@ nm_setting_ip4_config_get_dhcp_client_id <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-client-id" title="The “dhcp-client-id” property"><span class="type">“dhcp-client-id”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.56.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-dhcp-client-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2267,7 +2267,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.56.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-dhcp-client-id.returns"></a><h4>Returns</h4> <p> the configured Client ID to send to the DHCP server when requesting addresses via DHCP.</p> </div> @@ -2281,7 +2281,7 @@ nm_setting_ip4_config_get_dhcp_send_hostname <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-send-hostname" title="The “dhcp-send-hostname” property"><span class="type">“dhcp-send-hostname”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.57.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-dhcp-send-hostname.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2296,7 +2296,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.57.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-dhcp-send-hostname.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if NetworkManager should send the machine hostname to the DHCP server when requesting addresses to allow the server to automatically update DNS information for this machine.</p> @@ -2311,7 +2311,7 @@ nm_setting_ip4_config_get_dhcp_hostname <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-hostname" title="The “dhcp-hostname” property"><span class="type">“dhcp-hostname”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.58.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-dhcp-hostname.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2326,7 +2326,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.58.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-dhcp-hostname.returns"></a><h4>Returns</h4> <p> the configured hostname to send to the DHCP server</p> </div> </div> @@ -2339,7 +2339,7 @@ nm_setting_ip4_config_get_dhcp_timeout <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-timeout" title="The “dhcp-timeout” property"><span class="type">“dhcp-timeout”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.59.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-dhcp-timeout.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2354,7 +2354,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.59.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-dhcp-timeout.returns"></a><h4>Returns</h4> <p> The number of seconds after which unfinished DHCP transaction fails or zero for "default".</p> </div> @@ -2368,7 +2368,7 @@ nm_setting_ip4_config_get_never_default <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--never-default" title="The “never-default” property"><span class="type">“never-default”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.60.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-never-default.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2383,7 +2383,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.60.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-never-default.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if this connection should never be the default connection for IPv4 addressing</p> </div> @@ -2396,7 +2396,7 @@ nm_setting_ip4_config_get_may_fail (<em class="parameter"><code><a class="link" <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--may-fail" title="The “may-fail” property"><span class="type">“may-fail”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.25.11.61.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-may-fail.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2411,7 +2411,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.25.11.61.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-may-fail.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if this connection doesn't require IPv4 addressing to complete for the connection to succeed.</p> </div> @@ -2428,7 +2428,7 @@ for the connection to succeed.</p> <div class="refsect2"> <a name="NMSettingIP4ConfigError"></a><h3>enum NMSettingIP4ConfigError</h3> <div class="refsect3"> -<a name="id-1.2.25.12.3.3"></a><h4>Members</h4> +<a name="NMSettingIP4ConfigError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2779,6 +2779,6 @@ methods because there is no upstream network.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingIP6Config.html b/docs/libnm-util/html/NMSettingIP6Config.html index eb42de11..2e0e0e5c 100644 --- a/docs/libnm-util/html/NMSettingIP6Config.html +++ b/docs/libnm-util/html/NMSettingIP6Config.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingIP4Config.html" title="NMSettingIP4Config"> <link rel="next" href="NMSettingPPP.html" title="NMSettingPPP"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -706,7 +706,7 @@ properties related to IPv6 addressing, routing, and Domain Name Service</p> nm_setting_ip6_config_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.26.11.2.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> errors.</p> </div> </div> @@ -717,7 +717,7 @@ nm_setting_ip6_config_error_quark (<em class="parameter"><code><span class="type nm_ip6_address_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates and returns a new <a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.3.5"></a><h4>Returns</h4> +<a name="nm-ip6-address-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -729,7 +729,7 @@ nm_ip6_address_new (<em class="parameter"><code><span class="type">void</span></ nm_ip6_address_dup (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> *source</code></em>);</pre> <p>Copies a given <a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> object and returns the copy.</p> <div class="refsect3"> -<a name="id-1.2.26.11.4.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-dup.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -744,7 +744,7 @@ nm_ip6_address_dup (<em class="parameter"><code><a class="link" href="NMSettingI </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.4.6"></a><h4>Returns</h4> +<a name="nm-ip6-address-dup.returns"></a><h4>Returns</h4> <p> the copy of the given <a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> copy. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -756,7 +756,7 @@ nm_ip6_address_dup (<em class="parameter"><code><a class="link" href="NMSettingI nm_ip6_address_ref (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);</pre> <p>Increases the reference count of the object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.5.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-ref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -779,7 +779,7 @@ nm_ip6_address_unref (<em class="parameter"><code><a class="link" href="NMSettin <p>Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.</p> <div class="refsect3"> -<a name="id-1.2.26.11.6.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-unref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -802,7 +802,7 @@ nm_ip6_address_compare (<em class="parameter"><code><a class="link" href="NMSett <em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> *other</code></em>);</pre> <p>Determines if two <a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> objects contain the same values.</p> <div class="refsect3"> -<a name="id-1.2.26.11.7.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-compare.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -825,7 +825,7 @@ to.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.7.6"></a><h4>Returns</h4> +<a name="nm-ip6-address-compare.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the objects contain the same values, <code class="literal">FALSE</code> if they do not.</p> </div> </div> @@ -836,7 +836,7 @@ to.</p></td> nm_ip6_address_get_address (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);</pre> <p>Gets the IPv6 address property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.8.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-get-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -851,7 +851,7 @@ nm_ip6_address_get_address (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.8.6"></a><h4>Returns</h4> +<a name="nm-ip6-address-get-address.returns"></a><h4>Returns</h4> <p> the IPv6 address. </p> <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> fixed-size=16][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -864,7 +864,7 @@ nm_ip6_address_set_address (<em class="parameter"><code><a class="link" href="NM <em class="parameter"><code>const <span class="type">struct in6_addr</span> *addr</code></em>);</pre> <p>Sets the IPv6 address property of this object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.9.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-set-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -893,7 +893,7 @@ nm_ip6_address_set_address (<em class="parameter"><code><a class="link" href="NM nm_ip6_address_get_prefix (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);</pre> <p>Gets the IPv6 address prefix property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.10.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-get-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -908,7 +908,7 @@ nm_ip6_address_get_prefix (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.10.6"></a><h4>Returns</h4> +<a name="nm-ip6-address-get-prefix.returns"></a><h4>Returns</h4> <p> the IPv6 address prefix</p> </div> </div> @@ -920,7 +920,7 @@ nm_ip6_address_set_prefix (<em class="parameter"><code><a class="link" href="NMS <em class="parameter"><code><span class="type">guint32</span> prefix</code></em>);</pre> <p>Sets the IPv6 address prefix.</p> <div class="refsect3"> -<a name="id-1.2.26.11.11.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-set-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -949,7 +949,7 @@ nm_ip6_address_set_prefix (<em class="parameter"><code><a class="link" href="NMS nm_ip6_address_get_gateway (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> *address</code></em>);</pre> <p>Gets the IPv6 default gateway property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.12.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-get-gateway.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -964,7 +964,7 @@ nm_ip6_address_get_gateway (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.12.6"></a><h4>Returns</h4> +<a name="nm-ip6-address-get-gateway.returns"></a><h4>Returns</h4> <p> the IPv6 gateway address. </p> <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> fixed-size=16][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -977,7 +977,7 @@ nm_ip6_address_set_gateway (<em class="parameter"><code><a class="link" href="NM <em class="parameter"><code>const <span class="type">struct in6_addr</span> *gateway</code></em>);</pre> <p>Sets the IPv6 default gateway property of this address object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.13.5"></a><h4>Parameters</h4> +<a name="nm-ip6-address-set-gateway.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1006,7 +1006,7 @@ nm_ip6_address_set_gateway (<em class="parameter"><code><a class="link" href="NM nm_ip6_route_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates and returns a new <a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.14.5"></a><h4>Returns</h4> +<a name="nm-ip6-route-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -1018,7 +1018,7 @@ nm_ip6_route_new (<em class="parameter"><code><span class="type">void</span></co nm_ip6_route_dup (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> *source</code></em>);</pre> <p>Copies a given <a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> object and returns the copy.</p> <div class="refsect3"> -<a name="id-1.2.26.11.15.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-dup.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1033,7 +1033,7 @@ nm_ip6_route_dup (<em class="parameter"><code><a class="link" href="NMSettingIP6 </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.15.6"></a><h4>Returns</h4> +<a name="nm-ip6-route-dup.returns"></a><h4>Returns</h4> <p> the copy of the given <a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> copy. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -1045,7 +1045,7 @@ nm_ip6_route_dup (<em class="parameter"><code><a class="link" href="NMSettingIP6 nm_ip6_route_ref (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre> <p>Increases the reference count of the object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.16.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-ref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1068,7 +1068,7 @@ nm_ip6_route_unref (<em class="parameter"><code><a class="link" href="NMSettingI <p>Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.</p> <div class="refsect3"> -<a name="id-1.2.26.11.17.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-unref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1091,7 +1091,7 @@ nm_ip6_route_compare (<em class="parameter"><code><a class="link" href="NMSettin <em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> *other</code></em>);</pre> <p>Determines if two <a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> objects contain the same values.</p> <div class="refsect3"> -<a name="id-1.2.26.11.18.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-compare.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1114,7 +1114,7 @@ to.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.18.6"></a><h4>Returns</h4> +<a name="nm-ip6-route-compare.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the objects contain the same values, <code class="literal">FALSE</code> if they do not.</p> </div> </div> @@ -1125,7 +1125,7 @@ to.</p></td> nm_ip6_route_get_dest (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre> <p>Gets the IPv6 destination address property of this route object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.19.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-get-dest.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1140,7 +1140,7 @@ nm_ip6_route_get_dest (<em class="parameter"><code><a class="link" href="NMSetti </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.19.6"></a><h4>Returns</h4> +<a name="nm-ip6-route-get-dest.returns"></a><h4>Returns</h4> <p> the IPv6 address of destination. </p> <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> fixed-size=16][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1153,7 +1153,7 @@ nm_ip6_route_set_dest (<em class="parameter"><code><a class="link" href="NMSetti <em class="parameter"><code>const <span class="type">struct in6_addr</span> *dest</code></em>);</pre> <p>Sets the IPv6 destination address property of this route object.</p> <div class="refsect3"> -<a name="id-1.2.26.11.20.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-set-dest.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1182,7 +1182,7 @@ nm_ip6_route_set_dest (<em class="parameter"><code><a class="link" href="NMSetti nm_ip6_route_get_prefix (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre> <p>Gets the IPv6 prefix (ie "32" or "64" etc) of this route.</p> <div class="refsect3"> -<a name="id-1.2.26.11.21.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-get-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1197,7 +1197,7 @@ nm_ip6_route_get_prefix (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.21.6"></a><h4>Returns</h4> +<a name="nm-ip6-route-get-prefix.returns"></a><h4>Returns</h4> <p> the IPv6 prefix</p> </div> </div> @@ -1209,7 +1209,7 @@ nm_ip6_route_set_prefix (<em class="parameter"><code><a class="link" href="NMSet <em class="parameter"><code><span class="type">guint32</span> prefix</code></em>);</pre> <p>Sets the IPv6 prefix of this route.</p> <div class="refsect3"> -<a name="id-1.2.26.11.22.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-set-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1238,7 +1238,7 @@ nm_ip6_route_set_prefix (<em class="parameter"><code><a class="link" href="NMSet nm_ip6_route_get_next_hop (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> *route</code></em>);</pre> <p>Gets the IPv6 address of the next hop of this route.</p> <div class="refsect3"> -<a name="id-1.2.26.11.23.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-get-next-hop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1253,7 +1253,7 @@ nm_ip6_route_get_next_hop (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.23.6"></a><h4>Returns</h4> +<a name="nm-ip6-route-get-next-hop.returns"></a><h4>Returns</h4> <p> the IPv6 address of next hop. </p> <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> fixed-size=16][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> guint8][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1266,7 +1266,7 @@ nm_ip6_route_set_next_hop (<em class="parameter"><code><a class="link" href="NMS <em class="parameter"><code>const <span class="type">struct in6_addr</span> *next_hop</code></em>);</pre> <p>Sets the IPv6 address of the next hop of this route.</p> <div class="refsect3"> -<a name="id-1.2.26.11.24.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-set-next-hop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1296,7 +1296,7 @@ nm_ip6_route_get_metric (<em class="parameter"><code><a class="link" href="NMSet <p>Gets the route metric property of this route object; lower values indicate "better" or more preferred routes.</p> <div class="refsect3"> -<a name="id-1.2.26.11.25.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-get-metric.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1311,7 +1311,7 @@ nm_ip6_route_get_metric (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.25.6"></a><h4>Returns</h4> +<a name="nm-ip6-route-get-metric.returns"></a><h4>Returns</h4> <p> the route metric</p> </div> </div> @@ -1324,7 +1324,7 @@ nm_ip6_route_set_metric (<em class="parameter"><code><a class="link" href="NMSet <p>Sets the route metric property of this route object; lower values indicate "better" or more preferred routes.</p> <div class="refsect3"> -<a name="id-1.2.26.11.26.5"></a><h4>Parameters</h4> +<a name="nm-ip6-route-set-metric.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1353,7 +1353,7 @@ nm_ip6_route_set_metric (<em class="parameter"><code><a class="link" href="NMSet nm_setting_ip6_config_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.26.11.27.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -1364,7 +1364,7 @@ nm_setting_ip6_config_new (<em class="parameter"><code><span class="type">void</ <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_ip6_config_get_method (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.28.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-method.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1379,7 +1379,7 @@ nm_setting_ip6_config_get_method (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.28.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-method.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--method" title="The “method” property"><span class="type">“method”</span></a> property of the setting</p> </div> </div> @@ -1389,7 +1389,7 @@ nm_setting_ip6_config_get_method (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ip6_config_get_num_dns (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.29.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-num-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1404,7 +1404,7 @@ nm_setting_ip6_config_get_num_dns (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.29.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-num-dns.returns"></a><h4>Returns</h4> <p> the number of configured DNS servers</p> </div> </div> @@ -1415,7 +1415,7 @@ nm_setting_ip6_config_get_num_dns (<em class="parameter"><code><a class="link" h nm_setting_ip6_config_get_dns (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.30.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1437,7 +1437,7 @@ nm_setting_ip6_config_get_dns (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.30.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-dns.returns"></a><h4>Returns</h4> <p> the IPv6 address of the DNS server at index <em class="parameter"><code>i</code></em> . </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -1451,7 +1451,7 @@ nm_setting_ip6_config_add_dns (<em class="parameter"><code><a class="link" href= <em class="parameter"><code>const <span class="type">struct in6_addr</span> *dns</code></em>);</pre> <p>Adds a new DNS server to the setting.</p> <div class="refsect3"> -<a name="id-1.2.26.11.31.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-add-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1473,7 +1473,7 @@ nm_setting_ip6_config_add_dns (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.31.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-add-dns.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS server was added; <code class="literal">FALSE</code> if the server was already known</p> </div> @@ -1487,7 +1487,7 @@ nm_setting_ip6_config_remove_dns (<em class="parameter"><code><a class="link" hr <p>Removes the DNS server at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.32.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1519,7 +1519,7 @@ nm_setting_ip6_config_remove_dns_by_value <p>Removes the DNS server at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.33.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-dns-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1541,7 +1541,7 @@ nm_setting_ip6_config_remove_dns_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.33.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-remove-dns-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS server was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -1553,7 +1553,7 @@ nm_setting_ip6_config_remove_dns_by_value nm_setting_ip6_config_clear_dns (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <p>Removes all configured DNS servers.</p> <div class="refsect3"> -<a name="id-1.2.26.11.34.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-clear-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1575,7 +1575,7 @@ nm_setting_ip6_config_clear_dns (<em class="parameter"><code><a class="link" hre nm_setting_ip6_config_get_num_dns_searches (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.35.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-num-dns-searches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1590,7 +1590,7 @@ nm_setting_ip6_config_get_num_dns_searches </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.35.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-num-dns-searches.returns"></a><h4>Returns</h4> <p> the number of configured DNS search domains</p> </div> </div> @@ -1601,7 +1601,7 @@ nm_setting_ip6_config_get_num_dns_searches nm_setting_ip6_config_get_dns_search (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.36.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-dns-search.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1623,7 +1623,7 @@ nm_setting_ip6_config_get_dns_search (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.36.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-dns-search.returns"></a><h4>Returns</h4> <p> the DNS search domain at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1636,7 +1636,7 @@ nm_setting_ip6_config_add_dns_search (<em class="parameter"><code><a class="link <em class="parameter"><code>const <span class="type">char</span> *dns_search</code></em>);</pre> <p>Adds a new DNS search domain to the setting.</p> <div class="refsect3"> -<a name="id-1.2.26.11.37.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-add-dns-search.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1658,7 +1658,7 @@ nm_setting_ip6_config_add_dns_search (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.37.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-add-dns-search.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS search domain was added; <code class="literal">FALSE</code> if the search domain was already known</p> </div> @@ -1673,7 +1673,7 @@ nm_setting_ip6_config_remove_dns_search <p>Removes the DNS search domain at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.38.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-dns-search.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1705,7 +1705,7 @@ nm_setting_ip6_config_remove_dns_search_by_value <p>Removes the DNS search domain <em class="parameter"><code>dns_search</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.39.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-dns-search-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1727,7 +1727,7 @@ nm_setting_ip6_config_remove_dns_search_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.39.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-remove-dns-search-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS search domain was found and removed; <code class="literal">FALSE</code> if it was not.</p> <p>Since 0.9.10</p> </div> @@ -1740,7 +1740,7 @@ nm_setting_ip6_config_clear_dns_searches (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <p>Removes all configured DNS search domains.</p> <div class="refsect3"> -<a name="id-1.2.26.11.40.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-clear-dns-searches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1762,7 +1762,7 @@ nm_setting_ip6_config_clear_dns_searches nm_setting_ip6_config_get_num_addresses (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.41.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-num-addresses.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1777,7 +1777,7 @@ nm_setting_ip6_config_get_num_addresses </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.41.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-num-addresses.returns"></a><h4>Returns</h4> <p> the number of configured addresses</p> </div> </div> @@ -1788,7 +1788,7 @@ nm_setting_ip6_config_get_num_addresses nm_setting_ip6_config_get_address (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.42.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1810,7 +1810,7 @@ nm_setting_ip6_config_get_address (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.42.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-address.returns"></a><h4>Returns</h4> <p> the address at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1824,7 +1824,7 @@ nm_setting_ip6_config_add_address (<em class="parameter"><code><a class="link" h <p>Adds a new IPv6 address and associated information to the setting. The given address is duplicated internally and is not changed by this function.</p> <div class="refsect3"> -<a name="id-1.2.26.11.43.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-add-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1846,7 +1846,7 @@ given address is duplicated internally and is not changed by this function.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.43.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-add-address.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the address was added; <code class="literal">FALSE</code> if the address was already known.</p> </div> @@ -1860,7 +1860,7 @@ nm_setting_ip6_config_remove_address (<em class="parameter"><code><a class="link <p>Removes the address at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.44.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1892,7 +1892,7 @@ nm_setting_ip6_config_remove_address_by_value <p>Removes the address <em class="parameter"><code>address</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.45.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-address-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1914,7 +1914,7 @@ nm_setting_ip6_config_remove_address_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.45.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-remove-address-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the address was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -1926,7 +1926,7 @@ nm_setting_ip6_config_remove_address_by_value nm_setting_ip6_config_clear_addresses (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <p>Removes all configured addresses.</p> <div class="refsect3"> -<a name="id-1.2.26.11.46.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-clear-addresses.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1947,7 +1947,7 @@ nm_setting_ip6_config_clear_addresses (<em class="parameter"><code><a class="lin <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ip6_config_get_num_routes (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.47.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-num-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1962,7 +1962,7 @@ nm_setting_ip6_config_get_num_routes (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.47.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-num-routes.returns"></a><h4>Returns</h4> <p> the number of configured routes</p> </div> </div> @@ -1973,7 +1973,7 @@ nm_setting_ip6_config_get_num_routes (<em class="parameter"><code><a class="link nm_setting_ip6_config_get_route (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.26.11.48.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-route.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1995,7 +1995,7 @@ nm_setting_ip6_config_get_route (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.48.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-route.returns"></a><h4>Returns</h4> <p> the route at index <em class="parameter"><code>i</code></em> </p> </div> @@ -2009,7 +2009,7 @@ nm_setting_ip6_config_add_route (<em class="parameter"><code><a class="link" hre <p>Adds a new IPv6 route and associated information to the setting. The given route is duplicated internally and is not changed by this function.</p> <div class="refsect3"> -<a name="id-1.2.26.11.49.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-add-route.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2031,7 +2031,7 @@ given route is duplicated internally and is not changed by this function.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.49.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-add-route.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the route was added; <code class="literal">FALSE</code> if the route was already known.</p> </div> </div> @@ -2044,7 +2044,7 @@ nm_setting_ip6_config_remove_route (<em class="parameter"><code><a class="link" <p>Removes the route at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.50.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-route.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2076,7 +2076,7 @@ nm_setting_ip6_config_remove_route_by_value <p>Removes the route <em class="parameter"><code>route</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.26.11.51.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-remove-route-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2098,7 +2098,7 @@ nm_setting_ip6_config_remove_route_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.51.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-remove-route-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the route was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -2110,7 +2110,7 @@ nm_setting_ip6_config_remove_route_by_value nm_setting_ip6_config_clear_routes (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> <p>Removes all configured routes.</p> <div class="refsect3"> -<a name="id-1.2.26.11.52.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-clear-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2134,7 +2134,7 @@ nm_setting_ip6_config_get_ignore_auto_routes <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-routes" title="The “ignore-auto-routes” property"><span class="type">“ignore-auto-routes”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.26.11.53.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-ignore-auto-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2149,7 +2149,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.53.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-ignore-auto-routes.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if automatically configured (ie via DHCP) routes should be ignored.</p> </div> @@ -2163,7 +2163,7 @@ nm_setting_ip6_config_get_route_metric <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--route-metric" title="The “route-metric” property"><span class="type">“route-metric”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.26.11.54.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-route-metric.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2178,7 +2178,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.54.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-route-metric.returns"></a><h4>Returns</h4> <p> the route metric that is used for IPv6 routes that don't explicitly specify a metric. See <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--route-metric" title="The “route-metric” property"><span class="type">“route-metric”</span></a> for more details.</p> </div> @@ -2193,7 +2193,7 @@ nm_setting_ip6_config_get_ignore_auto_dns <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-dns" title="The “ignore-auto-dns” property"><span class="type">“ignore-auto-dns”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.26.11.55.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-ignore-auto-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2208,7 +2208,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.55.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-ignore-auto-dns.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if automatically configured (ie via DHCP or router advertisements) DNS information should be ignored.</p> </div> @@ -2222,7 +2222,7 @@ nm_setting_ip6_config_get_dhcp_hostname <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--dhcp-hostname" title="The “dhcp-hostname” property"><span class="type">“dhcp-hostname”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.26.11.56.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-dhcp-hostname.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2237,7 +2237,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.56.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-dhcp-hostname.returns"></a><h4>Returns</h4> <p> the configured hostname to send to the DHCP server</p> </div> <p class="since">Since: 0.9.8</p> @@ -2251,7 +2251,7 @@ nm_setting_ip6_config_get_never_default <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--never-default" title="The “never-default” property"><span class="type">“never-default”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.26.11.57.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-never-default.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2266,7 +2266,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.57.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-never-default.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if this connection should never be the default connection for IPv6 addressing</p> </div> @@ -2279,7 +2279,7 @@ nm_setting_ip6_config_get_may_fail (<em class="parameter"><code><a class="link" <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--may-fail" title="The “may-fail” property"><span class="type">“may-fail”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.26.11.58.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-may-fail.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2294,7 +2294,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.58.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-may-fail.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if this connection doesn't require IPv6 addressing to complete for the connection to succeed.</p> </div> @@ -2307,7 +2307,7 @@ nm_setting_ip6_config_get_ip6_privacy (<em class="parameter"><code><a class="lin <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--ip6-privacy" title="The “ip6-privacy” property"><span class="type">“ip6-privacy”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.26.11.59.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-ip6-privacy.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2322,7 +2322,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.26.11.59.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-ip6-privacy.returns"></a><h4>Returns</h4> <p> IPv6 Privacy Extensions configuration value (<a class="link" href="NMSettingIP6Config.html#NMSettingIP6ConfigPrivacy" title="enum NMSettingIP6ConfigPrivacy"><span class="type">NMSettingIP6ConfigPrivacy</span></a>).</p> </div> </div> @@ -2338,7 +2338,7 @@ property.</p> <div class="refsect2"> <a name="NMSettingIP6ConfigError"></a><h3>enum NMSettingIP6ConfigError</h3> <div class="refsect3"> -<a name="id-1.2.26.12.3.3"></a><h4>Members</h4> +<a name="NMSettingIP6ConfigError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2518,7 +2518,7 @@ supported for IPv6)</p> <p><a class="link" href="NMSettingIP6Config.html#NMSettingIP6ConfigPrivacy" title="enum NMSettingIP6ConfigPrivacy"><span class="type">NMSettingIP6ConfigPrivacy</span></a> values indicate if and how IPv6 Privacy Extensions are used (RFC4941).</p> <div class="refsect3"> -<a name="id-1.2.26.12.23.4"></a><h4>Members</h4> +<a name="NMSettingIP6ConfigPrivacy.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2723,6 +2723,6 @@ automatic configuration. Routes cannot be used with the "shared" or </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingInfiniband.html b/docs/libnm-util/html/NMSettingInfiniband.html index 82db623e..aa3a30fe 100644 --- a/docs/libnm-util/html/NMSettingInfiniband.html +++ b/docs/libnm-util/html/NMSettingInfiniband.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingGeneric.html" title="NMSettingGeneric"> <link rel="next" href="NMSettingVlan.html" title="NMSettingVlan"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -207,7 +207,7 @@ necessary for connection to IP-over-InfiniBand networks.</p> nm_setting_infiniband_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.19.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> errors.</p> </div> </div> @@ -218,7 +218,7 @@ nm_setting_infiniband_error_quark (<em class="parameter"><code><span class="type nm_setting_infiniband_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.19.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -229,7 +229,7 @@ nm_setting_infiniband_new (<em class="parameter"><code><span class="type">void</ <pre class="programlisting">const <span class="returnvalue">GByteArray</span> * nm_setting_infiniband_get_mac_address (<em class="parameter"><code><a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.19.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -244,7 +244,7 @@ nm_setting_infiniband_get_mac_address (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.2.19.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingInfiniband.html#NMSettingInfiniband--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a> property of the setting</p> </div> </div> @@ -254,7 +254,7 @@ nm_setting_infiniband_get_mac_address (<em class="parameter"><code><a class="lin <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_infiniband_get_mtu (<em class="parameter"><code><a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.19.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-mtu.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -269,7 +269,7 @@ nm_setting_infiniband_get_mtu (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.19.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-mtu.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingInfiniband.html#NMSettingInfiniband--mtu" title="The “mtu” property"><span class="type">“mtu”</span></a> property of the setting</p> </div> </div> @@ -282,7 +282,7 @@ nm_setting_infiniband_get_transport_mode <p>Returns the transport mode for this device. Either 'datagram' or 'connected'.</p> <div class="refsect3"> -<a name="id-1.2.19.9.6.5"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-transport-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -297,7 +297,7 @@ nm_setting_infiniband_get_transport_mode </table></div> </div> <div class="refsect3"> -<a name="id-1.2.19.9.6.6"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-transport-mode.returns"></a><h4>Returns</h4> <p> the IPoIB transport mode</p> </div> </div> @@ -310,7 +310,7 @@ nm_setting_infiniband_get_p_key (<em class="parameter"><code><a class="link" hre use the default P_Key (aka "the P_Key at index 0"). Otherwise it is a 16-bit unsigned integer.</p> <div class="refsect3"> -<a name="id-1.2.19.9.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-p-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -325,7 +325,7 @@ a 16-bit unsigned integer.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.19.9.7.6"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-p-key.returns"></a><h4>Returns</h4> <p> the IPoIB P_Key</p> </div> </div> @@ -336,7 +336,7 @@ a 16-bit unsigned integer.</p> nm_setting_infiniband_get_parent (<em class="parameter"><code><a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> *setting</code></em>);</pre> <p>Returns the parent interface name for this device, if set.</p> <div class="refsect3"> -<a name="id-1.2.19.9.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-parent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -351,7 +351,7 @@ nm_setting_infiniband_get_parent (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.19.9.8.6"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-parent.returns"></a><h4>Returns</h4> <p> the parent interface name</p> </div> </div> @@ -367,7 +367,7 @@ nm_setting_infiniband_get_parent (<em class="parameter"><code><a class="link" hr <div class="refsect2"> <a name="NMSettingInfinibandError"></a><h3>enum NMSettingInfinibandError</h3> <div class="refsect3"> -<a name="id-1.2.19.10.3.3"></a><h4>Members</h4> +<a name="NMSettingInfinibandError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -492,6 +492,6 @@ specify the base device by setting either this property or </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingOlpcMesh.html b/docs/libnm-util/html/NMSettingOlpcMesh.html index d9a5d1d0..5d7b0d41 100644 --- a/docs/libnm-util/html/NMSettingOlpcMesh.html +++ b/docs/libnm-util/html/NMSettingOlpcMesh.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingVlan.html" title="NMSettingVlan"> <link rel="next" href="NMSettingAdsl.html" title="NMSettingAdsl"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -172,7 +172,7 @@ nm_setting_olpc_mesh_error_quark (<em class="parameter"><code><span class="type" nm_setting_olpc_mesh_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.21.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-olpc-mesh-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> object</p> </div> </div> @@ -207,7 +207,7 @@ nm_setting_olpc_mesh_get_dhcp_anycast_address <div class="refsect2"> <a name="NMSettingOlpcMeshError"></a><h3>enum NMSettingOlpcMeshError</h3> <div class="refsect3"> -<a name="id-1.2.21.9.3.3"></a><h4>Members</h4> +<a name="NMSettingOlpcMeshError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -294,6 +294,6 @@ answers the request.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingPPP.html b/docs/libnm-util/html/NMSettingPPP.html index c66bd595..52c2887a 100644 --- a/docs/libnm-util/html/NMSettingPPP.html +++ b/docs/libnm-util/html/NMSettingPPP.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingIP6Config.html" title="NMSettingIP6Config"> <link rel="next" href="NMSettingPPPOE.html" title="NMSettingPPPOE"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -430,7 +430,7 @@ cable and DSL modems and some mobile broadband devices.</p> nm_setting_ppp_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.27.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> errors.</p> </div> </div> @@ -441,7 +441,7 @@ nm_setting_ppp_error_quark (<em class="parameter"><code><span class="type">void< nm_setting_ppp_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.27.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -452,7 +452,7 @@ nm_setting_ppp_new (<em class="parameter"><code><span class="type">void</span></ <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_noauth (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-noauth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -467,7 +467,7 @@ nm_setting_ppp_get_noauth (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-noauth.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--noauth" title="The “noauth” property"><span class="type">“noauth”</span></a> property of the setting</p> </div> </div> @@ -477,7 +477,7 @@ nm_setting_ppp_get_noauth (<em class="parameter"><code><a class="link" href="NMS <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_refuse_eap (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-refuse-eap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -492,7 +492,7 @@ nm_setting_ppp_get_refuse_eap (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-refuse-eap.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-eap" title="The “refuse-eap” property"><span class="type">“refuse-eap”</span></a> property of the setting</p> </div> </div> @@ -502,7 +502,7 @@ nm_setting_ppp_get_refuse_eap (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_refuse_pap (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-refuse-pap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -517,7 +517,7 @@ nm_setting_ppp_get_refuse_pap (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-refuse-pap.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-pap" title="The “refuse-pap” property"><span class="type">“refuse-pap”</span></a> property of the setting</p> </div> </div> @@ -527,7 +527,7 @@ nm_setting_ppp_get_refuse_pap (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_refuse_chap (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-refuse-chap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -542,7 +542,7 @@ nm_setting_ppp_get_refuse_chap (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-refuse-chap.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-chap" title="The “refuse-chap” property"><span class="type">“refuse-chap”</span></a> property of the setting</p> </div> </div> @@ -552,7 +552,7 @@ nm_setting_ppp_get_refuse_chap (<em class="parameter"><code><a class="link" href <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_refuse_mschap (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-refuse-mschap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -567,7 +567,7 @@ nm_setting_ppp_get_refuse_mschap (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-refuse-mschap.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-mschap" title="The “refuse-mschap” property"><span class="type">“refuse-mschap”</span></a> property of the setting</p> </div> </div> @@ -577,7 +577,7 @@ nm_setting_ppp_get_refuse_mschap (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_refuse_mschapv2 (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-refuse-mschapv2.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -592,7 +592,7 @@ nm_setting_ppp_get_refuse_mschapv2 (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.9.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-refuse-mschapv2.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--refuse-mschapv2" title="The “refuse-mschapv2” property"><span class="type">“refuse-mschapv2”</span></a> property of the setting</p> </div> </div> @@ -602,7 +602,7 @@ nm_setting_ppp_get_refuse_mschapv2 (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_nobsdcomp (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-nobsdcomp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -617,7 +617,7 @@ nm_setting_ppp_get_nobsdcomp (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.10.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-nobsdcomp.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--nobsdcomp" title="The “nobsdcomp” property"><span class="type">“nobsdcomp”</span></a> property of the setting</p> </div> </div> @@ -627,7 +627,7 @@ nm_setting_ppp_get_nobsdcomp (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_nodeflate (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-nodeflate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -642,7 +642,7 @@ nm_setting_ppp_get_nodeflate (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.11.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-nodeflate.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--nodeflate" title="The “nodeflate” property"><span class="type">“nodeflate”</span></a> property of the setting</p> </div> </div> @@ -652,7 +652,7 @@ nm_setting_ppp_get_nodeflate (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_no_vj_comp (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-no-vj-comp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -667,7 +667,7 @@ nm_setting_ppp_get_no_vj_comp (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.12.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-no-vj-comp.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--no-vj-comp" title="The “no-vj-comp” property"><span class="type">“no-vj-comp”</span></a> property of the setting</p> </div> </div> @@ -677,7 +677,7 @@ nm_setting_ppp_get_no_vj_comp (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_require_mppe (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.13.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-require-mppe.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -692,7 +692,7 @@ nm_setting_ppp_get_require_mppe (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.13.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-require-mppe.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--require-mppe" title="The “require-mppe” property"><span class="type">“require-mppe”</span></a> property of the setting</p> </div> </div> @@ -702,7 +702,7 @@ nm_setting_ppp_get_require_mppe (<em class="parameter"><code><a class="link" hre <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_require_mppe_128 (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.14.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-require-mppe-128.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -717,7 +717,7 @@ nm_setting_ppp_get_require_mppe_128 (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.14.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-require-mppe-128.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--require-mppe-128" title="The “require-mppe-128” property"><span class="type">“require-mppe-128”</span></a> property of the setting</p> </div> </div> @@ -727,7 +727,7 @@ nm_setting_ppp_get_require_mppe_128 (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_mppe_stateful (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.15.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-mppe-stateful.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -742,7 +742,7 @@ nm_setting_ppp_get_mppe_stateful (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.15.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-mppe-stateful.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--mppe-stateful" title="The “mppe-stateful” property"><span class="type">“mppe-stateful”</span></a> property of the setting</p> </div> </div> @@ -752,7 +752,7 @@ nm_setting_ppp_get_mppe_stateful (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_crtscts (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.16.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-crtscts.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -767,7 +767,7 @@ nm_setting_ppp_get_crtscts (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.16.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-crtscts.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--crtscts" title="The “crtscts” property"><span class="type">“crtscts”</span></a> property of the setting</p> </div> </div> @@ -777,7 +777,7 @@ nm_setting_ppp_get_crtscts (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ppp_get_baud (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.17.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-baud.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -792,7 +792,7 @@ nm_setting_ppp_get_baud (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.17.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-baud.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--baud" title="The “baud” property"><span class="type">“baud”</span></a> property of the setting</p> </div> </div> @@ -802,7 +802,7 @@ nm_setting_ppp_get_baud (<em class="parameter"><code><a class="link" href="NMSet <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ppp_get_mru (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.18.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-mru.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -817,7 +817,7 @@ nm_setting_ppp_get_mru (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.18.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-mru.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--mru" title="The “mru” property"><span class="type">“mru”</span></a> property of the setting</p> </div> </div> @@ -827,7 +827,7 @@ nm_setting_ppp_get_mru (<em class="parameter"><code><a class="link" href="NMSett <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ppp_get_mtu (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.19.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-mtu.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -842,7 +842,7 @@ nm_setting_ppp_get_mtu (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.19.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-mtu.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--mtu" title="The “mtu” property"><span class="type">“mtu”</span></a> property of the setting</p> </div> </div> @@ -852,7 +852,7 @@ nm_setting_ppp_get_mtu (<em class="parameter"><code><a class="link" href="NMSett <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ppp_get_lcp_echo_failure (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.20.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-lcp-echo-failure.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -867,7 +867,7 @@ nm_setting_ppp_get_lcp_echo_failure (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.20.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-lcp-echo-failure.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--lcp-echo-failure" title="The “lcp-echo-failure” property"><span class="type">“lcp-echo-failure”</span></a> property of the setting</p> </div> </div> @@ -877,7 +877,7 @@ nm_setting_ppp_get_lcp_echo_failure (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ppp_get_lcp_echo_interval (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.27.9.21.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-lcp-echo-interval.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -892,7 +892,7 @@ nm_setting_ppp_get_lcp_echo_interval (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.27.9.21.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-lcp-echo-interval.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPP.html#NMSettingPPP--lcp-echo-interval" title="The “lcp-echo-interval” property"><span class="type">“lcp-echo-interval”</span></a> property of the setting</p> </div> </div> @@ -908,7 +908,7 @@ nm_setting_ppp_get_lcp_echo_interval (<em class="parameter"><code><a class="link <div class="refsect2"> <a name="NMSettingPPPError"></a><h3>enum NMSettingPPPError</h3> <div class="refsect3"> -<a name="id-1.2.27.10.3.3"></a><h4>Members</h4> +<a name="NMSettingPPPError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1235,6 +1235,6 @@ be set to <code class="literal">TRUE</code>. If 128-bit MPPE is not available t </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingPPPOE.html b/docs/libnm-util/html/NMSettingPPPOE.html index c7abaffe..a626360c 100644 --- a/docs/libnm-util/html/NMSettingPPPOE.html +++ b/docs/libnm-util/html/NMSettingPPPOE.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingPPP.html" title="NMSettingPPP"> <link rel="next" href="NMSettingVPN.html" title="NMSettingVPN"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -191,7 +191,7 @@ to provide IP transport, for example cable or DSL modems.</p> nm_setting_pppoe_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.28.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> errors.</p> </div> </div> @@ -202,7 +202,7 @@ nm_setting_pppoe_error_quark (<em class="parameter"><code><span class="type">voi nm_setting_pppoe_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.28.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -213,7 +213,7 @@ nm_setting_pppoe_new (<em class="parameter"><code><span class="type">void</span> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_pppoe_get_service (<em class="parameter"><code><a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.28.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-pppoe-get-service.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -228,7 +228,7 @@ nm_setting_pppoe_get_service (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.28.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-get-service.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE--service" title="The “service” property"><span class="type">“service”</span></a> property of the setting</p> </div> </div> @@ -238,7 +238,7 @@ nm_setting_pppoe_get_service (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_pppoe_get_username (<em class="parameter"><code><a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.28.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-pppoe-get-username.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -253,7 +253,7 @@ nm_setting_pppoe_get_username (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.28.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-get-username.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE--username" title="The “username” property"><span class="type">“username”</span></a> property of the setting</p> </div> </div> @@ -263,7 +263,7 @@ nm_setting_pppoe_get_username (<em class="parameter"><code><a class="link" href= <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_pppoe_get_password (<em class="parameter"><code><a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.28.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-pppoe-get-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -278,7 +278,7 @@ nm_setting_pppoe_get_password (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.28.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-get-password.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE--password" title="The “password” property"><span class="type">“password”</span></a> property of the setting</p> </div> </div> @@ -288,7 +288,7 @@ nm_setting_pppoe_get_password (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_pppoe_get_password_flags (<em class="parameter"><code><a class="link" href="NMSettingPPPOE.html" title="NMSettingPPPOE"><span class="type">NMSettingPPPOE</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.28.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-pppoe-get-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -303,7 +303,7 @@ nm_setting_pppoe_get_password_flags (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.28.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-get-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -319,7 +319,7 @@ nm_setting_pppoe_get_password_flags (<em class="parameter"><code><a class="link" <div class="refsect2"> <a name="NMSettingPPPOEError"></a><h3>enum NMSettingPPPOEError</h3> <div class="refsect3"> -<a name="id-1.2.28.10.3.3"></a><h4>Members</h4> +<a name="NMSettingPPPOEError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -432,6 +432,6 @@ access concentrators or a specific service is known to be required.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingSerial.html b/docs/libnm-util/html/NMSettingSerial.html index 43c21e9e..5fa59aed 100644 --- a/docs/libnm-util/html/NMSettingSerial.html +++ b/docs/libnm-util/html/NMSettingSerial.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingBluetooth.html" title="NMSettingBluetooth"> <link rel="next" href="NMSettingCdma.html" title="NMSettingCdma"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -209,7 +209,7 @@ such as mobile broadband or analog telephone connections.</p> nm_setting_serial_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.9.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> errors.</p> </div> </div> @@ -220,7 +220,7 @@ nm_setting_serial_error_quark (<em class="parameter"><code><span class="type">vo nm_setting_serial_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.9.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -231,7 +231,7 @@ nm_setting_serial_new (<em class="parameter"><code><span class="type">void</span <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_serial_get_baud (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.9.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-serial-get-baud.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -246,7 +246,7 @@ nm_setting_serial_get_baud (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.9.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-get-baud.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingSerial.html#NMSettingSerial--baud" title="The “baud” property"><span class="type">“baud”</span></a> property of the setting</p> </div> </div> @@ -256,7 +256,7 @@ nm_setting_serial_get_baud (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_serial_get_bits (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.9.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-serial-get-bits.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -271,7 +271,7 @@ nm_setting_serial_get_bits (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.9.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-get-bits.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingSerial.html#NMSettingSerial--bits" title="The “bits” property"><span class="type">“bits”</span></a> property of the setting</p> </div> </div> @@ -281,7 +281,7 @@ nm_setting_serial_get_bits (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">char</span> nm_setting_serial_get_parity (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.9.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-serial-get-parity.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -296,7 +296,7 @@ nm_setting_serial_get_parity (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.9.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-get-parity.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingSerial.html#NMSettingSerial--parity" title="The “parity” property"><span class="type">“parity”</span></a> property of the setting</p> </div> </div> @@ -306,7 +306,7 @@ nm_setting_serial_get_parity (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_serial_get_stopbits (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.9.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-serial-get-stopbits.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -321,7 +321,7 @@ nm_setting_serial_get_stopbits (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.9.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-get-stopbits.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingSerial.html#NMSettingSerial--stopbits" title="The “stopbits” property"><span class="type">“stopbits”</span></a> property of the setting</p> </div> </div> @@ -331,7 +331,7 @@ nm_setting_serial_get_stopbits (<em class="parameter"><code><a class="link" href <pre class="programlisting"><span class="returnvalue">guint64</span> nm_setting_serial_get_send_delay (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.9.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-serial-get-send-delay.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -346,7 +346,7 @@ nm_setting_serial_get_send_delay (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.9.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-get-send-delay.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingSerial.html#NMSettingSerial--send-delay" title="The “send-delay” property"><span class="type">“send-delay”</span></a> property of the setting</p> </div> </div> @@ -362,7 +362,7 @@ nm_setting_serial_get_send_delay (<em class="parameter"><code><a class="link" hr <div class="refsect2"> <a name="NMSettingSerialError"></a><h3>enum NMSettingSerialError</h3> <div class="refsect3"> -<a name="id-1.2.9.10.3.3"></a><h4>Members</h4> +<a name="NMSettingSerialError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -492,6 +492,6 @@ The 1 in "8n1" for example.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingTeam.html b/docs/libnm-util/html/NMSettingTeam.html index 2e40a312..09de0419 100644 --- a/docs/libnm-util/html/NMSettingTeam.html +++ b/docs/libnm-util/html/NMSettingTeam.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingBridgePort.html" title="NMSettingBridgePort"> <link rel="next" href="NMSettingTeamPort.html" title="NMSettingTeamPort"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -156,7 +156,7 @@ necessary for team connections.</p> nm_setting_team_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.16.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-team-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> errors.</p> </div> <p class="since">Since: 0.9.10</p> @@ -168,7 +168,7 @@ nm_setting_team_error_quark (<em class="parameter"><code><span class="type">void nm_setting_team_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.16.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-team-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -180,7 +180,7 @@ nm_setting_team_new (<em class="parameter"><code><span class="type">void</span>< <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_team_get_interface_name (<em class="parameter"><code><a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.16.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-team-get-interface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -195,7 +195,7 @@ nm_setting_team_get_interface_name (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.16.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-team-get-interface-name.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingTeam.html#NMSettingTeam--interface-name" title="The “interface-name” property"><span class="type">“interface-name”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -206,7 +206,7 @@ nm_setting_team_get_interface_name (<em class="parameter"><code><a class="link" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_team_get_config (<em class="parameter"><code><a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.16.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-team-get-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -221,7 +221,7 @@ nm_setting_team_get_config (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.16.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-team-get-config.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingTeam.html#NMSettingTeam--config" title="The “config” property"><span class="type">“config”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -238,7 +238,7 @@ nm_setting_team_get_config (<em class="parameter"><code><a class="link" href="NM <div class="refsect2"> <a name="NMSettingTeamError"></a><h3>enum NMSettingTeamError</h3> <div class="refsect3"> -<a name="id-1.2.16.10.3.3"></a><h4>Members</h4> +<a name="NMSettingTeamError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -314,6 +314,6 @@ configuration is used. See man teamd.conf for the format details.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingTeamPort.html b/docs/libnm-util/html/NMSettingTeamPort.html index c08a4eb0..e0860deb 100644 --- a/docs/libnm-util/html/NMSettingTeamPort.html +++ b/docs/libnm-util/html/NMSettingTeamPort.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingTeam.html" title="NMSettingTeam"> <link rel="next" href="NMSettingGeneric.html" title="NMSettingGeneric"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -137,7 +137,7 @@ optional properties that apply to team ports.</p> nm_setting_team_port_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.17.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-team-port-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> errors.</p> </div> <p class="since">Since: 0.9.10</p> @@ -149,7 +149,7 @@ nm_setting_team_port_error_quark (<em class="parameter"><code><span class="type" nm_setting_team_port_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.17.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-team-port-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -161,7 +161,7 @@ nm_setting_team_port_new (<em class="parameter"><code><span class="type">void</s <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_team_port_get_config (<em class="parameter"><code><a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.17.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-team-port-get-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -176,7 +176,7 @@ nm_setting_team_port_get_config (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.17.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-team-port-get-config.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingTeamPort.html#NMSettingTeamPort--config" title="The “config” property"><span class="type">“config”</span></a> property of the setting</p> </div> <p class="since">Since: 0.9.10</p> @@ -193,7 +193,7 @@ nm_setting_team_port_get_config (<em class="parameter"><code><a class="link" hre <div class="refsect2"> <a name="NMSettingTeamPortError"></a><h3>enum NMSettingTeamPortError</h3> <div class="refsect3"> -<a name="id-1.2.17.10.3.3"></a><h4>Members</h4> +<a name="NMSettingTeamPortError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -255,6 +255,6 @@ used. See man teamd.conf for the format details.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingVPN.html b/docs/libnm-util/html/NMSettingVPN.html index e3243206..92dc88b3 100644 --- a/docs/libnm-util/html/NMSettingVPN.html +++ b/docs/libnm-util/html/NMSettingVPN.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingPPPOE.html" title="NMSettingPPPOE"> <link rel="next" href="libnm-util-nm-utils.html" title="nm-utils"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -286,7 +286,7 @@ properties.</p> nm_setting_vpn_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.29.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-vpn-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> errors.</p> </div> </div> @@ -298,7 +298,7 @@ nm_setting_vpn_error_quark (<em class="parameter"><code><span class="type">void< <em class="parameter"><code>const <span class="type">char</span> *value</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.29.9.3.4"></a><h4>Parameters</h4> +<a name="NMVPNIterFunc.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -333,7 +333,7 @@ nm_setting_vpn_error_quark (<em class="parameter"><code><span class="type">void< nm_setting_vpn_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.29.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-vpn-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -346,7 +346,7 @@ nm_setting_vpn_get_service_type (<em class="parameter"><code><a class="link" hre <p>Returns the service name of the VPN, which identifies the specific VPN plugin that should be used to connect to this VPN.</p> <div class="refsect3"> -<a name="id-1.2.29.9.5.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-service-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -361,7 +361,7 @@ plugin that should be used to connect to this VPN.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.5.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-service-type.returns"></a><h4>Returns</h4> <p> the VPN plugin's service name</p> </div> </div> @@ -371,7 +371,7 @@ plugin that should be used to connect to this VPN.</p> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_vpn_get_user_name (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.29.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-user-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -386,7 +386,7 @@ nm_setting_vpn_get_user_name (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-user-name.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVPN.html#NMSettingVPN--user-name" title="The “user-name” property"><span class="type">“user-name”</span></a> property of the setting</p> </div> </div> @@ -396,7 +396,7 @@ nm_setting_vpn_get_user_name (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_vpn_get_persistent (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.29.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-persistent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -411,7 +411,7 @@ nm_setting_vpn_get_persistent (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-persistent.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVPN.html#NMSettingVPN--persistent" title="The “persistent” property"><span class="type">“persistent”</span></a> property of the setting</p> </div> </div> @@ -422,7 +422,7 @@ nm_setting_vpn_get_persistent (<em class="parameter"><code><a class="link" href= nm_setting_vpn_get_num_data_items (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>);</pre> <p>Gets number of key/value pairs of VPN configuration data.</p> <div class="refsect3"> -<a name="id-1.2.29.9.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-num-data-items.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -437,7 +437,7 @@ nm_setting_vpn_get_num_data_items (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.8.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-num-data-items.returns"></a><h4>Returns</h4> <p> the number of VPN plugin specific configuration data items</p> </div> </div> @@ -454,7 +454,7 @@ nm_setting_vpn_add_data_item (<em class="parameter"><code><a class="link" href=" setting which may be retrieved later. Should not be used to store passwords or other secrets, which is what <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-secret" title="nm_setting_vpn_add_secret ()"><code class="function">nm_setting_vpn_add_secret()</code></a> is for.</p> <div class="refsect3"> -<a name="id-1.2.29.9.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-add-data-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -492,7 +492,7 @@ nm_setting_vpn_get_data_item (<em class="parameter"><code><a class="link" href=" <p>Retrieves the data item of a key/value relationship previously established by <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-data-item" title="nm_setting_vpn_add_data_item ()"><code class="function">nm_setting_vpn_add_data_item()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.29.9.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-data-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -514,7 +514,7 @@ by <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-data-item" title=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.10.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-data-item.returns"></a><h4>Returns</h4> <p> the data item, if any</p> </div> </div> @@ -527,7 +527,7 @@ nm_setting_vpn_remove_data_item (<em class="parameter"><code><a class="link" hre <p>Deletes a key/value relationship previously established by <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-data-item" title="nm_setting_vpn_add_data_item ()"><code class="function">nm_setting_vpn_add_data_item()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.29.9.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-remove-data-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -549,7 +549,7 @@ nm_setting_vpn_remove_data_item (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.11.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-remove-data-item.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the data item was found and removed from the internal list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -566,7 +566,7 @@ and modify data items inside <em class="parameter"><code>func</code></em> , though any additions or removals made during iteration will not be part of the iteration.</p> <div class="refsect3"> -<a name="id-1.2.29.9.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-foreach-data-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -601,7 +601,7 @@ during iteration will not be part of the iteration.</p> nm_setting_vpn_get_num_secrets (<em class="parameter"><code><a class="link" href="NMSettingVPN.html" title="NMSettingVPN"><span class="type">NMSettingVPN</span></a> *setting</code></em>);</pre> <p>Gets number of VPN plugin specific secrets in the setting.</p> <div class="refsect3"> -<a name="id-1.2.29.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-num-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -616,7 +616,7 @@ nm_setting_vpn_get_num_secrets (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.13.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-num-secrets.returns"></a><h4>Returns</h4> <p> the number of VPN plugin specific secrets</p> </div> </div> @@ -632,7 +632,7 @@ nm_setting_vpn_add_secret (<em class="parameter"><code><a class="link" href="NMS internally in the setting which may be retrieved later.</p> <div class="refsect3"> -<a name="id-1.2.29.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-add-secret.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -670,7 +670,7 @@ nm_setting_vpn_get_secret (<em class="parameter"><code><a class="link" href="NMS <p>Retrieves the secret of a key/value relationship previously established by <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-secret" title="nm_setting_vpn_add_secret ()"><code class="function">nm_setting_vpn_add_secret()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.29.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-secret.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -692,7 +692,7 @@ by <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-secret" title="nm_ </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.15.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-secret.returns"></a><h4>Returns</h4> <p> the secret, if any</p> </div> </div> @@ -705,7 +705,7 @@ nm_setting_vpn_remove_secret (<em class="parameter"><code><a class="link" href=" <p>Deletes a key/value relationship previously established by <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-secret" title="nm_setting_vpn_add_secret ()"><code class="function">nm_setting_vpn_add_secret()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.29.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-remove-secret.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -727,7 +727,7 @@ nm_setting_vpn_remove_secret (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.29.9.16.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-remove-secret.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the secret was found and removed from the internal list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -744,7 +744,7 @@ and modify secrets inside <em class="parameter"><code>func</code></em> , though any additions or removals made during iteration will not be part of the iteration.</p> <div class="refsect3"> -<a name="id-1.2.29.9.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-foreach-secret.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -784,7 +784,7 @@ iteration will not be part of the iteration.</p> <div class="refsect2"> <a name="NMSettingVpnError"></a><h3>enum NMSettingVpnError</h3> <div class="refsect3"> -<a name="id-1.2.29.10.3.3"></a><h4>Members</h4> +<a name="NMSettingVpnError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -914,6 +914,6 @@ VPN connection.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingVlan.html b/docs/libnm-util/html/NMSettingVlan.html index df603abd..7631e145 100644 --- a/docs/libnm-util/html/NMSettingVlan.html +++ b/docs/libnm-util/html/NMSettingVlan.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingInfiniband.html" title="NMSettingInfiniband"> <link rel="next" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -50,10 +50,6 @@ </td> </tr> <tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSettingVlan.html#NM-VLAN-FLAGS-ALL:CAPS" title="NM_VLAN_FLAGS_ALL">NM_VLAN_FLAGS_ALL</a></td> -</tr> -<tr> <td class="function_type"> <a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> * </td> @@ -256,6 +252,10 @@ <td class="datatype_keyword">enum</td> <td class="function_name"><a class="link" href="NMSettingVlan.html#NMVlanFlags" title="enum NMVlanFlags">NMVlanFlags</a></td> </tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSettingVlan.html#NM-VLAN-FLAGS-ALL:CAPS" title="NM_VLAN_FLAGS_ALL">NM_VLAN_FLAGS_ALL</a></td> +</tr> </tbody> </table></div> </div> @@ -288,23 +288,18 @@ necessary for connection to VLAN interfaces.</p> nm_setting_vlan_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.20.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> errors.</p> </div> </div> <hr> <div class="refsect2"> -<a name="NM-VLAN-FLAGS-ALL:CAPS"></a><h3>NM_VLAN_FLAGS_ALL</h3> -<pre class="programlisting">#define NM_VLAN_FLAGS_ALL</pre> -</div> -<hr> -<div class="refsect2"> <a name="nm-setting-vlan-new"></a><h3>nm_setting_vlan_new ()</h3> <pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> * nm_setting_vlan_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.20.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -315,7 +310,7 @@ nm_setting_vlan_new (<em class="parameter"><code><span class="type">void</span>< <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_vlan_get_interface_name (<em class="parameter"><code><a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.20.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-interface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -330,7 +325,7 @@ nm_setting_vlan_get_interface_name (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-interface-name.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVlan.html#NMSettingVlan--interface-name" title="The “interface-name” property"><span class="type">“interface_name”</span></a> property of the setting</p> </div> </div> @@ -340,7 +335,7 @@ nm_setting_vlan_get_interface_name (<em class="parameter"><code><a class="link" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_vlan_get_parent (<em class="parameter"><code><a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.20.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-parent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -355,7 +350,7 @@ nm_setting_vlan_get_parent (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-parent.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVlan.html#NMSettingVlan--parent" title="The “parent” property"><span class="type">“parent”</span></a> property of the setting</p> </div> </div> @@ -365,7 +360,7 @@ nm_setting_vlan_get_parent (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_vlan_get_id (<em class="parameter"><code><a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.20.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -380,7 +375,7 @@ nm_setting_vlan_get_id (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-id.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVlan.html#NMSettingVlan--id" title="The “id” property"><span class="type">“id”</span></a> property of the setting</p> </div> </div> @@ -390,7 +385,7 @@ nm_setting_vlan_get_id (<em class="parameter"><code><a class="link" href="NMSett <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_vlan_get_flags (<em class="parameter"><code><a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.20.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -405,7 +400,7 @@ nm_setting_vlan_get_flags (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVlan.html#NMSettingVlan--flags" title="The “flags” property"><span class="type">“flags”</span></a> property of the setting</p> </div> </div> @@ -419,7 +414,7 @@ nm_setting_vlan_get_num_priorities (<em class="parameter"><code><a class="link" <a class="link" href="NMSettingVlan.html#NMSettingVlan--ingress-priority-map" title="The “ingress-priority-map” property"><span class="type">“ingress_priority_map”</span></a> or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" title="The “egress-priority-map” property"><span class="type">“egress_priority_map”</span></a> properties of this setting.</p> <div class="refsect3"> -<a name="id-1.2.20.9.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-num-priorities.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -441,7 +436,7 @@ properties of this setting.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.9.6"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-num-priorities.returns"></a><h4>Returns</h4> <p> return the number of ingress/egress priority entries, -1 if error</p> </div> </div> @@ -457,7 +452,7 @@ nm_setting_vlan_get_priority (<em class="parameter"><code><a class="link" href=" <p>Retrieve one of the entries of the <a class="link" href="NMSettingVlan.html#NMSettingVlan--ingress-priority-map" title="The “ingress-priority-map” property"><span class="type">“ingress_priority_map”</span></a> or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" title="The “egress-priority-map” property"><span class="type">“egress_priority_map”</span></a> properties of this setting.</p> <div class="refsect3"> -<a name="id-1.2.20.9.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -494,7 +489,7 @@ or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.10.6"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-priority.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if a priority map was returned, <code class="literal">FALSE</code> if error</p> </div> </div> @@ -523,7 +518,7 @@ Priority Code Point (PCP) value, and <em class="parameter"><code>to</code></em> <em class="parameter"><code>to</code></em> is the outgoing 802.1q VLAN Priority Code Point (PCP) value.</p> <div class="refsect3"> -<a name="id-1.2.20.9.11.7"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-add-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -557,7 +552,7 @@ to</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.11.8"></a><h4>Returns</h4> +<a name="nm-setting-vlan-add-priority.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the new priority mapping was successfully added to the list, <code class="literal">FALSE</code> if error</p> </div> @@ -574,7 +569,7 @@ nm_setting_vlan_remove_priority (<em class="parameter"><code><a class="link" hre <a class="link" href="NMSettingVlan.html#NMSettingVlan--ingress-priority-map" title="The “ingress-priority-map” property"><span class="type">“ingress_priority_map”</span></a> or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" title="The “egress-priority-map” property"><span class="type">“egress_priority_map”</span></a> properties.</p> <div class="refsect3"> -<a name="id-1.2.20.9.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-remove-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -617,7 +612,7 @@ or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" argument) properties.</p> <div class="refsect3"> -<a name="id-1.2.20.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-remove-priority-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -651,7 +646,7 @@ to</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.13.6"></a><h4>Returns</h4> +<a name="nm-setting-vlan-remove-priority-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the priority mapping was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -670,7 +665,7 @@ or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" argument) properties.</p> <div class="refsect3"> -<a name="id-1.2.20.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-remove-priority-str-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -697,7 +692,7 @@ properties.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.14.6"></a><h4>Returns</h4> +<a name="nm-setting-vlan-remove-priority-str-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the priority mapping was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -711,7 +706,7 @@ nm_setting_vlan_clear_priorities (<em class="parameter"><code><a class="link" hr <p>Clear all the entires from <a class="link" href="NMSettingVlan.html#NMSettingVlan--ingress-priority-map" title="The “ingress-priority-map” property"><span class="type">“ingress_priority_map”</span></a> or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" title="The “egress-priority-map” property"><span class="type">“egress_priority_map”</span></a> properties.</p> <div class="refsect3"> -<a name="id-1.2.20.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-clear-priorities.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -744,7 +739,7 @@ nm_setting_vlan_add_priority_str (<em class="parameter"><code><a class="link" hr or the <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" title="The “egress-priority-map” property"><span class="type">“egress_priority_map”</span></a> properties. The priority map maps the Linux SKB priorities to 802.1p priorities.</p> <div class="refsect3"> -<a name="id-1.2.20.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-add-priority-str.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -771,7 +766,7 @@ the Linux SKB priorities to 802.1p priorities.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.20.9.16.6"></a><h4>Returns</h4> +<a name="nm-setting-vlan-add-priority-str.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the entry was successfully added to the list, or it overwrote the old value, <code class="literal">FALSE</code> if error</p> </div> @@ -788,7 +783,7 @@ overwrote the old value, <code class="literal">FALSE</code> if error</p> <div class="refsect2"> <a name="NMSettingVlanError"></a><h3>enum NMSettingVlanError</h3> <div class="refsect3"> -<a name="id-1.2.20.10.3.3"></a><h4>Members</h4> +<a name="NMSettingVlanError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -878,7 +873,7 @@ overwrote the old value, <code class="literal">FALSE</code> if error</p> <p>A selector for traffic priority maps; these map Linux SKB priorities to 802.1p priorities used in VLANs.</p> <div class="refsect3"> -<a name="id-1.2.20.10.11.4"></a><h4>Members</h4> +<a name="NMVlanPriorityMap.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -909,7 +904,7 @@ to 802.1p priorities used in VLANs.</p> <a name="NMVlanFlags"></a><h3>enum NMVlanFlags</h3> <p><a class="link" href="NMSettingVlan.html#NMVlanFlags" title="enum NMVlanFlags"><span class="type">NMVlanFlags</span></a> values control the behavior of the VLAN interface.</p> <div class="refsect3"> -<a name="id-1.2.20.10.12.4"></a><h4>Members</h4> +<a name="NMVlanFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -954,6 +949,11 @@ to 802.1p priorities used in VLANs.</p> </table></div> </div> </div> +<hr> +<div class="refsect2"> +<a name="NM-VLAN-FLAGS-ALL:CAPS"></a><h3>NM_VLAN_FLAGS_ALL</h3> +<pre class="programlisting">#define NM_VLAN_FLAGS_ALL</pre> +</div> </div> <div class="refsect1"> <a name="NMSettingVlan.property-details"></a><h2>Property Details</h2> @@ -1023,6 +1023,6 @@ with a <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" ti </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingWimax.html b/docs/libnm-util/html/NMSettingWimax.html index 26544076..fc5be6ac 100644 --- a/docs/libnm-util/html/NMSettingWimax.html +++ b/docs/libnm-util/html/NMSettingWimax.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingGsm.html" title="NMSettingGsm"> <link rel="next" href="NMSettingBond.html" title="NMSettingBond"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -163,7 +163,7 @@ nm_setting_wimax_error_quark (<em class="parameter"><code><span class="type">voi </div> <p>Registers an error quark for <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.12.9.2.6"></a><h4>Returns</h4> +<a name="nm-setting-wimax-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> errors.</p> </div> </div> @@ -178,7 +178,7 @@ nm_setting_wimax_new (<em class="parameter"><code><span class="type">void</span> </div> <p>Creates a new <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.12.9.3.6"></a><h4>Returns</h4> +<a name="nm-setting-wimax-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> object</p> </div> </div> @@ -194,7 +194,7 @@ nm_setting_wimax_get_network_name (<em class="parameter"><code><a class="link" h <p>Returns the WiMAX NSP name (ex "Sprint" or "CLEAR") which identifies the specific WiMAX network this setting describes a connection to.</p> <div class="refsect3"> -<a name="id-1.2.12.9.4.6"></a><h4>Parameters</h4> +<a name="nm-setting-wimax-get-network-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -209,7 +209,7 @@ specific WiMAX network this setting describes a connection to.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.12.9.4.7"></a><h4>Returns</h4> +<a name="nm-setting-wimax-get-network-name.returns"></a><h4>Returns</h4> <p> the WiMAX NSP name</p> </div> </div> @@ -225,7 +225,7 @@ nm_setting_wimax_get_mac_address (<em class="parameter"><code><a class="link" hr <p>Returns the MAC address of a WiMAX device which this connection is locked to.</p> <div class="refsect3"> -<a name="id-1.2.12.9.5.6"></a><h4>Parameters</h4> +<a name="nm-setting-wimax-get-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -240,7 +240,7 @@ to.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.12.9.5.7"></a><h4>Returns</h4> +<a name="nm-setting-wimax-get-mac-address.returns"></a><h4>Returns</h4> <p> the MAC address</p> </div> </div> @@ -256,7 +256,7 @@ to.</p> <div class="refsect2"> <a name="NMSettingWimaxError"></a><h3>enum NMSettingWimaxError</h3> <div class="refsect3"> -<a name="id-1.2.12.10.3.3"></a><h4>Members</h4> +<a name="NMSettingWimaxError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -339,6 +339,6 @@ should use.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingWired.html b/docs/libnm-util/html/NMSettingWired.html index 75184b1b..97df5498 100644 --- a/docs/libnm-util/html/NMSettingWired.html +++ b/docs/libnm-util/html/NMSettingWired.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingConnection.html" title="NMSettingConnection"> <link rel="next" href="NMSettingWireless.html" title="NMSettingWireless"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -394,7 +394,7 @@ necessary for connection to Ethernet networks.</p> nm_setting_wired_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.5.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> errors.</p> </div> </div> @@ -405,7 +405,7 @@ nm_setting_wired_error_quark (<em class="parameter"><code><span class="type">voi nm_setting_wired_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.5.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -416,7 +416,7 @@ nm_setting_wired_new (<em class="parameter"><code><span class="type">void</span> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wired_get_port (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-port.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -431,7 +431,7 @@ nm_setting_wired_get_port (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-port.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--port" title="The “port” property"><span class="type">“port”</span></a> property of the setting</p> </div> </div> @@ -441,7 +441,7 @@ nm_setting_wired_get_port (<em class="parameter"><code><a class="link" href="NMS <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wired_get_speed (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-speed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -456,7 +456,7 @@ nm_setting_wired_get_speed (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-speed.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--speed" title="The “speed” property"><span class="type">“speed”</span></a> property of the setting</p> </div> </div> @@ -466,7 +466,7 @@ nm_setting_wired_get_speed (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wired_get_duplex (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-duplex.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -481,7 +481,7 @@ nm_setting_wired_get_duplex (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-duplex.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--duplex" title="The “duplex” property"><span class="type">“duplex”</span></a> property of the setting</p> </div> </div> @@ -491,7 +491,7 @@ nm_setting_wired_get_duplex (<em class="parameter"><code><a class="link" href="N <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_wired_get_auto_negotiate (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-auto-negotiate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -506,7 +506,7 @@ nm_setting_wired_get_auto_negotiate (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-auto-negotiate.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--auto-negotiate" title="The “auto-negotiate” property"><span class="type">“auto-negotiate”</span></a> property of the setting</p> </div> </div> @@ -516,7 +516,7 @@ nm_setting_wired_get_auto_negotiate (<em class="parameter"><code><a class="link" <pre class="programlisting">const <span class="returnvalue">GByteArray</span> * nm_setting_wired_get_mac_address (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -531,7 +531,7 @@ nm_setting_wired_get_mac_address (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a> property of the setting</p> </div> </div> @@ -542,7 +542,7 @@ nm_setting_wired_get_mac_address (<em class="parameter"><code><a class="link" hr nm_setting_wired_get_cloned_mac_address (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-cloned-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -557,7 +557,7 @@ nm_setting_wired_get_cloned_mac_address </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.9.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-cloned-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--cloned-mac-address" title="The “cloned-mac-address” property"><span class="type">“cloned-mac-address”</span></a> property of the setting</p> </div> </div> @@ -568,7 +568,7 @@ nm_setting_wired_get_cloned_mac_address nm_setting_wired_get_mac_address_blacklist (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-mac-address-blacklist.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -583,7 +583,7 @@ nm_setting_wired_get_mac_address_blacklist </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.10.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-mac-address-blacklist.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address-blacklist" title="The “mac-address-blacklist” property"><span class="type">“mac-address-blacklist”</span></a> property of the setting. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GLib.ByteArray]</span></p> @@ -596,7 +596,7 @@ property of the setting. </p> nm_setting_wired_get_num_mac_blacklist_items (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-num-mac-blacklist-items.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -611,7 +611,7 @@ nm_setting_wired_get_num_mac_blacklist_items </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.11.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-num-mac-blacklist-items.returns"></a><h4>Returns</h4> <p> the number of blacklisted MAC addresses</p> </div> <p class="since">Since: 0.9.10</p> @@ -624,7 +624,7 @@ nm_setting_wired_get_mac_blacklist_item (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -646,7 +646,7 @@ nm_setting_wired_get_mac_blacklist_item </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.12.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-mac-blacklist-item.returns"></a><h4>Returns</h4> <p> the blacklisted MAC address string (hex-digits-and-colons notation) at index <em class="parameter"><code>idx</code></em> </p> @@ -662,7 +662,7 @@ nm_setting_wired_add_mac_blacklist_item <em class="parameter"><code>const <span class="type">char</span> *mac</code></em>);</pre> <p>Adds a new MAC address to the <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address-blacklist" title="The “mac-address-blacklist” property"><span class="type">“mac-address-blacklist”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.5.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-add-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -684,7 +684,7 @@ nm_setting_wired_add_mac_blacklist_item </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.13.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-add-mac-blacklist-item.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the MAC address was added; <code class="literal">FALSE</code> if the MAC address is invalid or was already present</p> </div> @@ -700,7 +700,7 @@ nm_setting_wired_remove_mac_blacklist_item <p>Removes the MAC address at index <em class="parameter"><code>idx</code></em> from the blacklist.</p> <div class="refsect3"> -<a name="id-1.2.5.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-remove-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -733,7 +733,7 @@ nm_setting_wired_remove_mac_blacklist_item_by_value <p>Removes the MAC address <em class="parameter"><code>mac</code></em> from the blacklist.</p> <div class="refsect3"> -<a name="id-1.2.5.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-remove-mac-blacklist-item-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -756,7 +756,7 @@ the blacklist</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.15.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-remove-mac-blacklist-item-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the MAC address was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -769,7 +769,7 @@ nm_setting_wired_clear_mac_blacklist_items (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <p>Removes all blacklisted MAC addresses.</p> <div class="refsect3"> -<a name="id-1.2.5.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-clear-mac-blacklist-items.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -791,7 +791,7 @@ nm_setting_wired_clear_mac_blacklist_items <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wired_get_mtu (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.5.9.17.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-mtu.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -806,7 +806,7 @@ nm_setting_wired_get_mtu (<em class="parameter"><code><a class="link" href="NMSe </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.17.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-mtu.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--mtu" title="The “mtu” property"><span class="type">“mtu”</span></a> property of the setting</p> </div> </div> @@ -819,7 +819,7 @@ nm_setting_wired_get_s390_subchannels (<em class="parameter"><code><a class="lin connection is applicable to. The connection should only be used in conjunction with that device.</p> <div class="refsect3"> -<a name="id-1.2.5.9.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-s390-subchannels.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -834,7 +834,7 @@ conjunction with that device.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.18.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-s390-subchannels.returns"></a><h4>Returns</h4> <p> <span class="type">GPtrArray</span> of strings, each specifying one subchannel the s390 device uses to communicate to the host. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p> @@ -848,7 +848,7 @@ nm_setting_wired_get_s390_nettype (<em class="parameter"><code><a class="link" h <p>Returns the s390 device type this connection should apply to. Will be one of 'qeth', 'lcs', or 'ctc'.</p> <div class="refsect3"> -<a name="id-1.2.5.9.19.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-s390-nettype.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -863,7 +863,7 @@ of 'qeth', 'lcs', or 'ctc'.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.19.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-s390-nettype.returns"></a><h4>Returns</h4> <p> the s390 device type</p> </div> </div> @@ -876,7 +876,7 @@ nm_setting_wired_get_num_s390_options (<em class="parameter"><code><a class="lin device when it is activated. This can be used to retrieve each s390 option individually using <a class="link" href="NMSettingWired.html#nm-setting-wired-get-s390-option" title="nm_setting_wired_get_s390_option ()"><code class="function">nm_setting_wired_get_s390_option()</code></a>.</p> <div class="refsect3"> -<a name="id-1.2.5.9.20.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-num-s390-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -891,7 +891,7 @@ option individually using <a class="link" href="NMSettingWired.html#nm-setting-w </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.20.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-num-s390-options.returns"></a><h4>Returns</h4> <p> the number of s390-specific device options</p> </div> </div> @@ -909,7 +909,7 @@ are *not* guaranteed to be static across modifications to options done by and should not be used to refer to options except for short periods of time such as during option iteration.</p> <div class="refsect3"> -<a name="id-1.2.5.9.21.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-s390-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -944,7 +944,7 @@ option; this value is owned by the setting and should not be modified. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.21.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-s390-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success if the index was valid and an option was found, <code class="literal">FALSE</code> if the index was invalid (ie, greater than the number of options currently held by the setting)</p> @@ -961,7 +961,7 @@ nm_setting_wired_get_s390_option_by_key <em class="parameter"><code>key</code></em> , if it exists.</p> <div class="refsect3"> -<a name="id-1.2.5.9.22.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-s390-option-by-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -983,7 +983,7 @@ nm_setting_wired_get_s390_option_by_key </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.22.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-s390-option-by-key.returns"></a><h4>Returns</h4> <p> the value, or <code class="literal">NULL</code> if the key/value pair was never added to the setting; the value is owned by the setting and must not be modified</p> </div> @@ -1000,7 +1000,7 @@ of allowed options. Key names may contain only alphanumeric characters (ie [a-zA-Z0-9]). Adding a new key replaces any existing key/value pair that may already exist.</p> <div class="refsect3"> -<a name="id-1.2.5.9.23.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-add-s390-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1027,7 +1027,7 @@ may already exist.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.23.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-add-s390-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the option was valid and was added to the internal option list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -1042,7 +1042,7 @@ nm_setting_wired_remove_s390_option (<em class="parameter"><code><a class="link" from the internal option list.</p> <div class="refsect3"> -<a name="id-1.2.5.9.24.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-remove-s390-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1064,7 +1064,7 @@ list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.24.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-remove-s390-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the option was found and removed from the internal option list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -1077,7 +1077,7 @@ nm_setting_wired_get_valid_s390_options (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <p>Returns a list of valid s390 options.</p> <div class="refsect3"> -<a name="id-1.2.5.9.25.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-valid-s390-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1092,7 +1092,7 @@ nm_setting_wired_get_valid_s390_options </table></div> </div> <div class="refsect3"> -<a name="id-1.2.5.9.25.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-valid-s390-options.returns"></a><h4>Returns</h4> <p> a <code class="literal">NULL</code>-terminated array of strings of valid s390 options. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1110,7 +1110,7 @@ nm_setting_wired_get_valid_s390_options <div class="refsect2"> <a name="NMSettingWiredError"></a><h3>enum NMSettingWiredError</h3> <div class="refsect3"> -<a name="id-1.2.5.10.3.3"></a><h4>Members</h4> +<a name="NMSettingWiredError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1328,6 +1328,6 @@ Mbit/s, ie 100 == 100Mbit/s.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingWireless.html b/docs/libnm-util/html/NMSettingWireless.html index 1db2d508..2941907e 100644 --- a/docs/libnm-util/html/NMSettingWireless.html +++ b/docs/libnm-util/html/NMSettingWireless.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingWired.html" title="NMSettingWired"> <link rel="next" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -460,7 +460,7 @@ necessary for connection to 802.11 Wi-Fi networks.</p> nm_setting_wireless_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.6.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> errors.</p> </div> </div> @@ -471,7 +471,7 @@ nm_setting_wireless_error_quark (<em class="parameter"><code><span class="type"> nm_setting_wireless_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.6.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -482,7 +482,7 @@ nm_setting_wireless_new (<em class="parameter"><code><span class="type">void</sp <pre class="programlisting">const <span class="returnvalue">GByteArray</span> * nm_setting_wireless_get_ssid (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-ssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -497,7 +497,7 @@ nm_setting_wireless_get_ssid (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-ssid.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--ssid" title="The “ssid” property"><span class="type">“ssid”</span></a> property of the setting</p> </div> </div> @@ -507,7 +507,7 @@ nm_setting_wireless_get_ssid (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wireless_get_mode (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -522,7 +522,7 @@ nm_setting_wireless_get_mode (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mode.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mode" title="The “mode” property"><span class="type">“mode”</span></a> property of the setting</p> </div> </div> @@ -532,7 +532,7 @@ nm_setting_wireless_get_mode (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wireless_get_band (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-band.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -547,7 +547,7 @@ nm_setting_wireless_get_band (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-band.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--band" title="The “band” property"><span class="type">“band”</span></a> property of the setting</p> </div> </div> @@ -557,7 +557,7 @@ nm_setting_wireless_get_band (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wireless_get_channel (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-channel.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -572,7 +572,7 @@ nm_setting_wireless_get_channel (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.7.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-channel.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--channel" title="The “channel” property"><span class="type">“channel”</span></a> property of the setting</p> </div> </div> @@ -582,7 +582,7 @@ nm_setting_wireless_get_channel (<em class="parameter"><code><a class="link" hre <pre class="programlisting">const <span class="returnvalue">GByteArray</span> * nm_setting_wireless_get_bssid (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-bssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -597,7 +597,7 @@ nm_setting_wireless_get_bssid (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.8.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-bssid.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--bssid" title="The “bssid” property"><span class="type">“bssid”</span></a> property of the setting</p> </div> </div> @@ -607,7 +607,7 @@ nm_setting_wireless_get_bssid (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wireless_get_rate (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-rate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -622,7 +622,7 @@ nm_setting_wireless_get_rate (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.9.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-rate.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--rate" title="The “rate” property"><span class="type">“rate”</span></a> property of the setting</p> </div> </div> @@ -632,7 +632,7 @@ nm_setting_wireless_get_rate (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wireless_get_tx_power (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-tx-power.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -647,7 +647,7 @@ nm_setting_wireless_get_tx_power (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.10.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-tx-power.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--tx-power" title="The “tx-power” property"><span class="type">“tx-power”</span></a> property of the setting</p> </div> </div> @@ -657,7 +657,7 @@ nm_setting_wireless_get_tx_power (<em class="parameter"><code><a class="link" hr <pre class="programlisting">const <span class="returnvalue">GByteArray</span> * nm_setting_wireless_get_mac_address (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -672,7 +672,7 @@ nm_setting_wireless_get_mac_address (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.11.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a> property of the setting</p> </div> </div> @@ -683,7 +683,7 @@ nm_setting_wireless_get_mac_address (<em class="parameter"><code><a class="link" nm_setting_wireless_get_cloned_mac_address (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-cloned-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -698,7 +698,7 @@ nm_setting_wireless_get_cloned_mac_address </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.12.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-cloned-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--cloned-mac-address" title="The “cloned-mac-address” property"><span class="type">“cloned-mac-address”</span></a> property of the setting</p> </div> </div> @@ -709,7 +709,7 @@ nm_setting_wireless_get_cloned_mac_address nm_setting_wireless_get_mac_address_blacklist (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.13.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mac-address-blacklist.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -724,7 +724,7 @@ nm_setting_wireless_get_mac_address_blacklist </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.13.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mac-address-blacklist.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mac-address-blacklist" title="The “mac-address-blacklist” property"><span class="type">“mac-address-blacklist”</span></a> property of the setting. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GLib.ByteArray]</span></p> @@ -737,7 +737,7 @@ nm_setting_wireless_get_mac_address_blacklist nm_setting_wireless_get_num_mac_blacklist_items (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.14.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-num-mac-blacklist-items.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -752,7 +752,7 @@ nm_setting_wireless_get_num_mac_blacklist_items </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.14.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-num-mac-blacklist-items.returns"></a><h4>Returns</h4> <p> the number of blacklisted MAC addresses</p> </div> <p class="since">Since: 0.9.10</p> @@ -765,7 +765,7 @@ nm_setting_wireless_get_mac_blacklist_item (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.15.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -787,7 +787,7 @@ nm_setting_wireless_get_mac_blacklist_item </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.15.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mac-blacklist-item.returns"></a><h4>Returns</h4> <p> the blacklisted MAC address string (hex-digits-and-colons notation) at index <em class="parameter"><code>idx</code></em> </p> @@ -803,7 +803,7 @@ nm_setting_wireless_add_mac_blacklist_item <em class="parameter"><code>const <span class="type">char</span> *mac</code></em>);</pre> <p>Adds a new MAC address to the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mac-address-blacklist" title="The “mac-address-blacklist” property"><span class="type">“mac-address-blacklist”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.2.6.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-add-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -825,7 +825,7 @@ nm_setting_wireless_add_mac_blacklist_item </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.16.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-add-mac-blacklist-item.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the MAC address was added; <code class="literal">FALSE</code> if the MAC address is invalid or was already present</p> </div> @@ -841,7 +841,7 @@ nm_setting_wireless_remove_mac_blacklist_item <p>Removes the MAC address at index <em class="parameter"><code>idx</code></em> from the blacklist.</p> <div class="refsect3"> -<a name="id-1.2.6.9.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-remove-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -874,7 +874,7 @@ nm_setting_wireless_remove_mac_blacklist_item_by_value <p>Removes the MAC address <em class="parameter"><code>mac</code></em> from the blacklist.</p> <div class="refsect3"> -<a name="id-1.2.6.9.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-remove-mac-blacklist-item-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -897,7 +897,7 @@ the blacklist</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.18.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-remove-mac-blacklist-item-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the MAC address was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -910,7 +910,7 @@ nm_setting_wireless_clear_mac_blacklist_items (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <p>Removes all blacklisted MAC addresses.</p> <div class="refsect3"> -<a name="id-1.2.6.9.19.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-clear-mac-blacklist-items.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -932,7 +932,7 @@ nm_setting_wireless_clear_mac_blacklist_items <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wireless_get_mtu (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.20.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mtu.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -947,7 +947,7 @@ nm_setting_wireless_get_mtu (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.20.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mtu.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mtu" title="The “mtu” property"><span class="type">“mtu”</span></a> property of the setting</p> </div> </div> @@ -957,7 +957,7 @@ nm_setting_wireless_get_mtu (<em class="parameter"><code><a class="link" href="N <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_wireless_get_hidden (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.21.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-hidden.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -972,7 +972,7 @@ nm_setting_wireless_get_hidden (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.21.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-hidden.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--hidden" title="The “hidden” property"><span class="type">“hidden”</span></a> property of the setting</p> </div> </div> @@ -982,7 +982,7 @@ nm_setting_wireless_get_hidden (<em class="parameter"><code><a class="link" href <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wireless_get_powersave (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.22.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-powersave.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -997,7 +997,7 @@ nm_setting_wireless_get_powersave (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.22.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-powersave.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--powersave" title="The “powersave” property"><span class="type">“powersave”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -1013,7 +1013,7 @@ NetworkManager now tracks previously seen BSSIDs internally so this function no longer has much use. Actually, changes you make using this function will not be preserved.</p> <div class="refsect3"> -<a name="id-1.2.6.9.23.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-add-seen-bssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1035,7 +1035,7 @@ not be preserved.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.23.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-add-seen-bssid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>bssid</code></em> was already known, <code class="literal">FALSE</code> if not</p> </div> @@ -1047,7 +1047,7 @@ was already known, <code class="literal">FALSE</code> if not</p> nm_setting_wireless_get_num_seen_bssids (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.24.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-num-seen-bssids.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1062,7 +1062,7 @@ nm_setting_wireless_get_num_seen_bssids </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.24.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-num-seen-bssids.returns"></a><h4>Returns</h4> <p> the number of BSSIDs in the previously seen BSSID list</p> </div> </div> @@ -1073,7 +1073,7 @@ nm_setting_wireless_get_num_seen_bssids nm_setting_wireless_get_seen_bssid (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.9.25.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-seen-bssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1095,7 +1095,7 @@ nm_setting_wireless_get_seen_bssid (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.25.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-seen-bssid.returns"></a><h4>Returns</h4> <p> the BSSID at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1118,7 +1118,7 @@ and mode. Useful for clients that wish to filter a set of connections against a set of access points and determine which connections are compatible with which access points.</p> <div class="refsect3"> -<a name="id-1.2.6.9.26.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-ap-security-compatible.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1162,7 +1162,7 @@ capabilities</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.26.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-ap-security-compatible.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the given settings are compatible with the access point's security flags and mode, <code class="literal">FALSE</code> if they are not.</p> </div> @@ -1178,7 +1178,7 @@ nm_setting_wireless_get_security (<em class="parameter"><code><a class="link" hr the presence of NM_SETTING_WIRELESS_SECURITY_SETTING_NAME in the connection.</p> </div> <div class="refsect3"> -<a name="id-1.2.6.9.27.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-security.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1193,7 +1193,7 @@ the presence of NM_SETTING_WIRELESS_SECURITY_SETTING_NAME in the connection.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.9.27.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-security.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--security" title="The “security” property"><span class="type">“security”</span></a> property of the setting</p> </div> </div> @@ -1209,7 +1209,7 @@ the presence of NM_SETTING_WIRELESS_SECURITY_SETTING_NAME in the connection.</p> <div class="refsect2"> <a name="NMSettingWirelessError"></a><h3>enum NMSettingWirelessError</h3> <div class="refsect3"> -<a name="id-1.2.6.10.3.3"></a><h4>Members</h4> +<a name="NMSettingWirelessError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1543,6 +1543,6 @@ devices support setting a static transmit power.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/NMSettingWirelessSecurity.html b/docs/libnm-util/html/NMSettingWirelessSecurity.html index d091dda2..be7d19c6 100644 --- a/docs/libnm-util/html/NMSettingWirelessSecurity.html +++ b/docs/libnm-util/html/NMSettingWirelessSecurity.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingWireless.html" title="NMSettingWireless"> <link rel="next" href="NMSettingBluetooth.html" title="NMSettingBluetooth"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -535,7 +535,7 @@ nm_setting_wireless_security_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Registers an error quark for <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> if necessary.</p> <div class="refsect3"> -<a name="id-1.2.7.9.2.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-error-quark.returns"></a><h4>Returns</h4> <p> the error quark used for <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> errors.</p> </div> </div> @@ -546,7 +546,7 @@ nm_setting_wireless_security_error_quark nm_setting_wireless_security_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.2.7.9.3.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -558,7 +558,7 @@ nm_setting_wireless_security_new (<em class="parameter"><code><span class="type" nm_setting_wireless_security_get_key_mgmt (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-key-mgmt.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -573,7 +573,7 @@ nm_setting_wireless_security_get_key_mgmt </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.4.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-key-mgmt.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--key-mgmt" title="The “key-mgmt” property"><span class="type">“key-mgmt”</span></a> property of the setting</p> </div> </div> @@ -584,7 +584,7 @@ nm_setting_wireless_security_get_key_mgmt nm_setting_wireless_security_get_num_protos (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-num-protos.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -599,7 +599,7 @@ nm_setting_wireless_security_get_num_protos </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.5.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-num-protos.returns"></a><h4>Returns</h4> <p> the number of security protocols this connection allows when connecting to secure Wi-Fi networks</p> </div> @@ -612,7 +612,7 @@ nm_setting_wireless_security_get_proto (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-proto.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -634,7 +634,7 @@ nm_setting_wireless_security_get_proto </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.6.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-proto.returns"></a><h4>Returns</h4> <p> the protocol at index <em class="parameter"><code>i</code></em> </p> </div> @@ -653,7 +653,7 @@ protocol list contains only "wpa" but the access point for the SSID specified by this connection only supports WPA2/RSN, the connection cannot be used with the access point.</p> <div class="refsect3"> -<a name="id-1.2.7.9.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-add-proto.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -675,7 +675,7 @@ with the access point.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.7.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-add-proto.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the protocol was new and and was added to the allowed protocol list, or <code class="literal">FALSE</code> if it was already in the list</p> </div> @@ -689,7 +689,7 @@ nm_setting_wireless_security_remove_proto <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <p>Removes a protocol from the allowed protocol list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-proto.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -720,7 +720,7 @@ nm_setting_wireless_security_remove_proto_by_value <em class="parameter"><code>const <span class="type">char</span> *proto</code></em>);</pre> <p>Removes a protocol from the allowed protocol list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-proto-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -742,7 +742,7 @@ nm_setting_wireless_security_remove_proto_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.9.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-remove-proto-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the protocol was found and removed; <code class="literal">FALSE</code> it it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -756,7 +756,7 @@ nm_setting_wireless_security_clear_protos <p>Removes all protocols from the allowed list. If there are no protocols specified then all protocols are allowed.</p> <div class="refsect3"> -<a name="id-1.2.7.9.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-clear-protos.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -778,7 +778,7 @@ specified then all protocols are allowed.</p> nm_setting_wireless_security_get_num_pairwise (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-num-pairwise.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -793,7 +793,7 @@ nm_setting_wireless_security_get_num_pairwise </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.11.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-num-pairwise.returns"></a><h4>Returns</h4> <p> the number of pairwise encryption algorithms in the allowed list</p> </div> </div> @@ -807,7 +807,7 @@ nm_setting_wireless_security_get_pairwise <p>Returns the allowed pairwise encryption algorithm from allowed algorithm list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-pairwise.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -829,7 +829,7 @@ list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.12.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-pairwise.returns"></a><h4>Returns</h4> <p> the pairwise encryption algorithm at index <em class="parameter"><code>i</code></em> </p> </div> @@ -846,7 +846,7 @@ algorithms. If the list is not empty, then only access points that support one or more of the encryption algorithms in the list will be considered compatible with this connection.</p> <div class="refsect3"> -<a name="id-1.2.7.9.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-add-pairwise.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -868,7 +868,7 @@ compatible with this connection.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.13.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-add-pairwise.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the algorithm was added to the list, <code class="literal">FALSE</code> if it was already in the list</p> </div> @@ -883,7 +883,7 @@ nm_setting_wireless_security_remove_pairwise <p>Removes an encryption algorithm from the allowed pairwise encryption algorithm list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-pairwise.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -915,7 +915,7 @@ nm_setting_wireless_security_remove_pairwise_by_value <p>Removes an encryption algorithm from the allowed pairwise encryption algorithm list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-pairwise-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -937,7 +937,7 @@ algorithm list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.15.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-remove-pairwise-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the encryption algorith was found and removed; <code class="literal">FALSE</code> it it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -951,7 +951,7 @@ nm_setting_wireless_security_clear_pairwise <p>Removes all algorithms from the allowed list. If there are no algorithms specified then all pairwise encryption algorithms are allowed.</p> <div class="refsect3"> -<a name="id-1.2.7.9.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-clear-pairwise.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -973,7 +973,7 @@ specified then all pairwise encryption algorithms are allowed.</p> nm_setting_wireless_security_get_num_groups (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.17.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-num-groups.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -988,7 +988,7 @@ nm_setting_wireless_security_get_num_groups </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.17.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-num-groups.returns"></a><h4>Returns</h4> <p> the number of groupwise encryption algorithms in the allowed list</p> </div> </div> @@ -1002,7 +1002,7 @@ nm_setting_wireless_security_get_group <p>Returns the allowed groupwise encryption algorithm from allowed algorithm list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-group.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1024,7 +1024,7 @@ list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.18.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-group.returns"></a><h4>Returns</h4> <p> the groupwise encryption algorithm at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1041,7 +1041,7 @@ algorithms. If the list is not empty, then only access points that support one or more of the encryption algorithms in the list will be considered compatible with this connection.</p> <div class="refsect3"> -<a name="id-1.2.7.9.19.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-add-group.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1064,7 +1064,7 @@ compatible with this connection.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.19.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-add-group.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the algorithm was added to the list, <code class="literal">FALSE</code> if it was already in the list</p> </div> @@ -1079,7 +1079,7 @@ nm_setting_wireless_security_remove_group <p>Removes an encryption algorithm from the allowed groupwise encryption algorithm list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.20.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-group.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1111,7 +1111,7 @@ nm_setting_wireless_security_remove_group_by_value <p>Removes an encryption algorithm from the allowed groupwise encryption algorithm list.</p> <div class="refsect3"> -<a name="id-1.2.7.9.21.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-group-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1134,7 +1134,7 @@ algorithm list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.21.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-remove-group-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the algorithm was found and removed; <code class="literal">FALSE</code> it it was not.</p> </div> <p class="since">Since: 0.9.10</p> @@ -1148,7 +1148,7 @@ nm_setting_wireless_security_clear_groups <p>Removes all algorithms from the allowed list. If there are no algorithms specified then all groupwise encryption algorithms are allowed.</p> <div class="refsect3"> -<a name="id-1.2.7.9.22.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-clear-groups.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1169,7 +1169,7 @@ specified then all groupwise encryption algorithms are allowed.</p> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wireless_security_get_psk (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.23.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-psk.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1184,7 +1184,7 @@ nm_setting_wireless_security_get_psk (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.23.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-psk.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk" title="The “psk” property"><span class="type">“psk”</span></a> property of the setting</p> </div> </div> @@ -1195,7 +1195,7 @@ nm_setting_wireless_security_get_psk (<em class="parameter"><code><a class="link nm_setting_wireless_security_get_psk_flags (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.24.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-psk-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1210,7 +1210,7 @@ nm_setting_wireless_security_get_psk_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.24.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-psk-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk" title="The “psk” property"><span class="type">“psk”</span></a></p> </div> @@ -1222,7 +1222,7 @@ nm_setting_wireless_security_get_psk_flags nm_setting_wireless_security_get_leap_username (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.25.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-leap-username.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1237,7 +1237,7 @@ nm_setting_wireless_security_get_leap_username </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.25.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-leap-username.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-username" title="The “leap-username” property"><span class="type">“leap-username”</span></a> property of the setting</p> </div> </div> @@ -1248,7 +1248,7 @@ nm_setting_wireless_security_get_leap_username nm_setting_wireless_security_get_leap_password (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.26.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-leap-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1263,7 +1263,7 @@ nm_setting_wireless_security_get_leap_password </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.26.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-leap-password.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password" title="The “leap-password” property"><span class="type">“leap-password”</span></a> property of the setting</p> </div> </div> @@ -1274,7 +1274,7 @@ nm_setting_wireless_security_get_leap_password nm_setting_wireless_security_get_leap_password_flags (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.27.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-leap-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1289,7 +1289,7 @@ nm_setting_wireless_security_get_leap_password_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.27.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-leap-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password" title="The “leap-password” property"><span class="type">“leap-password”</span></a></p> </div> @@ -1302,7 +1302,7 @@ nm_setting_wireless_security_get_wep_key (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.28.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-wep-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1324,7 +1324,7 @@ nm_setting_wireless_security_get_wep_key </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.28.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-wep-key.returns"></a><h4>Returns</h4> <p> the WEP key at the given index</p> </div> </div> @@ -1338,7 +1338,7 @@ nm_setting_wireless_security_set_wep_key <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);</pre> <p>Sets a WEP key in the given index.</p> <div class="refsect3"> -<a name="id-1.2.7.9.29.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-set-wep-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1374,7 +1374,7 @@ property.</p></td> nm_setting_wireless_security_get_wep_tx_keyidx (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.30.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-wep-tx-keyidx.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1389,7 +1389,7 @@ nm_setting_wireless_security_get_wep_tx_keyidx </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.30.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-wep-tx-keyidx.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-tx-keyidx" title="The “wep-tx-keyidx” property"><span class="type">“wep-tx-keyidx”</span></a> property of the setting</p> </div> </div> @@ -1400,7 +1400,7 @@ nm_setting_wireless_security_get_wep_tx_keyidx nm_setting_wireless_security_get_auth_alg (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.31.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-auth-alg.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1415,7 +1415,7 @@ nm_setting_wireless_security_get_auth_alg </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.31.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-auth-alg.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--auth-alg" title="The “auth-alg” property"><span class="type">“auth-alg”</span></a> property of the setting</p> </div> </div> @@ -1426,7 +1426,7 @@ nm_setting_wireless_security_get_auth_alg nm_setting_wireless_security_get_wep_key_flags (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.32.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-wep-key-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1441,7 +1441,7 @@ nm_setting_wireless_security_get_wep_key_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.32.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-wep-key-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the all WEP keys</p> </div> </div> @@ -1452,7 +1452,7 @@ nm_setting_wireless_security_get_wep_key_flags nm_setting_wireless_security_get_wep_key_type (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.9.33.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-wep-key-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1467,7 +1467,7 @@ nm_setting_wireless_security_get_wep_key_type </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.9.33.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-wep-key-type.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key-type" title="The “wep-key-type” property"><span class="type">“wep-key-type”</span></a> property of the setting</p> </div> </div> @@ -1483,7 +1483,7 @@ nm_setting_wireless_security_get_wep_key_type <div class="refsect2"> <a name="NMSettingWirelessSecurityError"></a><h3>enum NMSettingWirelessSecurityError</h3> <div class="refsect3"> -<a name="id-1.2.7.10.3.3"></a><h4>Members</h4> +<a name="NMSettingWirelessSecurityError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1569,7 +1569,7 @@ ASCII keys are also valid WEP passphrases, but since passphrases and ASCII keys are hashed differently to determine the actual WEP key the type must be specified.</p> <div class="refsect3"> -<a name="id-1.2.7.10.5.4"></a><h4>Members</h4> +<a name="NMWepKeyType.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1898,6 +1898,6 @@ Linksys WRT54G) number the keys 1 - 4.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/annotation-glossary.html b/docs/libnm-util/html/annotation-glossary.html index 76baf202..dea7fb19 100644 --- a/docs/libnm-util/html/annotation-glossary.html +++ b/docs/libnm-util/html/annotation-glossary.html @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="libnm-util Reference Manual"> <link rel="up" href="index.html" title="libnm-util Reference Manual"> <link rel="prev" href="api-index-full.html" title="API Index"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -64,6 +64,6 @@ <dd class="glossdef"><p>Don't free data after the code is done.</p></dd> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/api-index-full.html b/docs/libnm-util/html/api-index-full.html index cf28ac5a..f3bbfd20 100644 --- a/docs/libnm-util/html/api-index-full.html +++ b/docs/libnm-util/html/api-index-full.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm-util Reference Manual"> <link rel="prev" href="object-tree.html" title="Object Hierarchy"> <link rel="next" href="annotation-glossary.html" title="Annotation Glossary"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -5363,6 +5363,6 @@ g_value_array_sort_with_data, macro in nm-gvaluearray-compat <dd></dd> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/ch01.html b/docs/libnm-util/html/ch01.html index 44d6c268..d4175ca9 100644 --- a/docs/libnm-util/html/ch01.html +++ b/docs/libnm-util/html/ch01.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm-util Reference Manual"> <link rel="prev" href="index.html" title="libnm-util Reference Manual"> <link rel="next" href="NMConnection.html" title="NMConnection"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -122,6 +122,6 @@ that require PPP to deliver IP capability</span> </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/index.html b/docs/libnm-util/html/index.html index 103f41a3..951ff8d4 100644 --- a/docs/libnm-util/html/index.html +++ b/docs/libnm-util/html/index.html @@ -6,7 +6,7 @@ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <link rel="next" href="ch01.html" title="libnm-util API Reference"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libnm-util Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - for libnm-util 1.2.4 + for libnm-util 1.4.0 The latest version of this documentation can be found on-line at <a class="ulink" href="https://developer.gnome.org/libnm-util/stable/" target="_top">https://developer.gnome.org/libnm-util/stable/</a>. @@ -152,6 +152,6 @@ that require PPP to deliver IP capability</span> </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/index.sgml b/docs/libnm-util/html/index.sgml deleted file mode 100644 index c95acf87..00000000 --- a/docs/libnm-util/html/index.sgml +++ /dev/null @@ -1,1981 +0,0 @@ -<ANCHOR id="NMConnection" href="libnm-util/NMConnection.html"> -<ANCHOR id="NMConnection.functions" href="libnm-util/NMConnection.html#NMConnection.functions"> -<ANCHOR id="NMConnection.properties" href="libnm-util/NMConnection.html#NMConnection.properties"> -<ANCHOR id="NMConnection.signals" href="libnm-util/NMConnection.html#NMConnection.signals"> -<ANCHOR id="NMConnection.other" href="libnm-util/NMConnection.html#NMConnection.other"> -<ANCHOR id="NMConnection.object-hierarchy" href="libnm-util/NMConnection.html#NMConnection.object-hierarchy"> -<ANCHOR id="NMConnection.includes" href="libnm-util/NMConnection.html#NMConnection.includes"> -<ANCHOR id="NMConnection.description" href="libnm-util/NMConnection.html#NMConnection.description"> -<ANCHOR id="NMConnection.functions_details" href="libnm-util/NMConnection.html#NMConnection.functions_details"> -<ANCHOR id="nm-connection-error-quark" href="libnm-util/NMConnection.html#nm-connection-error-quark"> -<ANCHOR id="nm-connection-new" href="libnm-util/NMConnection.html#nm-connection-new"> -<ANCHOR id="nm-connection-new-from-hash" href="libnm-util/NMConnection.html#nm-connection-new-from-hash"> -<ANCHOR id="nm-connection-duplicate" href="libnm-util/NMConnection.html#nm-connection-duplicate"> -<ANCHOR id="nm-connection-create-setting" href="libnm-util/NMConnection.html#nm-connection-create-setting"> -<ANCHOR id="nm-connection-add-setting" href="libnm-util/NMConnection.html#nm-connection-add-setting"> -<ANCHOR id="nm-connection-remove-setting" href="libnm-util/NMConnection.html#nm-connection-remove-setting"> -<ANCHOR id="nm-connection-get-setting" href="libnm-util/NMConnection.html#nm-connection-get-setting"> -<ANCHOR id="nm-connection-get-setting-by-name" href="libnm-util/NMConnection.html#nm-connection-get-setting-by-name"> -<ANCHOR id="nm-connection-replace-settings" href="libnm-util/NMConnection.html#nm-connection-replace-settings"> -<ANCHOR id="nm-connection-replace-settings-from-connection" href="libnm-util/NMConnection.html#nm-connection-replace-settings-from-connection"> -<ANCHOR id="nm-connection-compare" href="libnm-util/NMConnection.html#nm-connection-compare"> -<ANCHOR id="nm-connection-diff" href="libnm-util/NMConnection.html#nm-connection-diff"> -<ANCHOR id="nm-connection-verify" href="libnm-util/NMConnection.html#nm-connection-verify"> -<ANCHOR id="nm-connection-normalize" href="libnm-util/NMConnection.html#nm-connection-normalize"> -<ANCHOR id="nm-connection-need-secrets" href="libnm-util/NMConnection.html#nm-connection-need-secrets"> -<ANCHOR id="nm-connection-clear-secrets" href="libnm-util/NMConnection.html#nm-connection-clear-secrets"> -<ANCHOR id="nm-connection-clear-secrets-with-flags" href="libnm-util/NMConnection.html#nm-connection-clear-secrets-with-flags"> -<ANCHOR id="nm-connection-update-secrets" href="libnm-util/NMConnection.html#nm-connection-update-secrets"> -<ANCHOR id="nm-connection-set-path" href="libnm-util/NMConnection.html#nm-connection-set-path"> -<ANCHOR id="nm-connection-get-path" href="libnm-util/NMConnection.html#nm-connection-get-path"> -<ANCHOR id="nm-connection-get-virtual-iface-name" href="libnm-util/NMConnection.html#nm-connection-get-virtual-iface-name"> -<ANCHOR id="nm-connection-get-interface-name" href="libnm-util/NMConnection.html#nm-connection-get-interface-name"> -<ANCHOR id="nm-connection-is-type" href="libnm-util/NMConnection.html#nm-connection-is-type"> -<ANCHOR id="nm-connection-for-each-setting-value" href="libnm-util/NMConnection.html#nm-connection-for-each-setting-value"> -<ANCHOR id="nm-connection-to-hash" href="libnm-util/NMConnection.html#nm-connection-to-hash"> -<ANCHOR id="nm-connection-dump" href="libnm-util/NMConnection.html#nm-connection-dump"> -<ANCHOR id="nm-connection-lookup-setting-type" href="libnm-util/NMConnection.html#nm-connection-lookup-setting-type"> -<ANCHOR id="nm-connection-lookup-setting-type-by-quark" href="libnm-util/NMConnection.html#nm-connection-lookup-setting-type-by-quark"> -<ANCHOR id="nm-connection-get-uuid" href="libnm-util/NMConnection.html#nm-connection-get-uuid"> -<ANCHOR id="nm-connection-get-id" href="libnm-util/NMConnection.html#nm-connection-get-id"> -<ANCHOR id="nm-connection-get-connection-type" href="libnm-util/NMConnection.html#nm-connection-get-connection-type"> -<ANCHOR id="nm-connection-get-virtual-device-description" href="libnm-util/NMConnection.html#nm-connection-get-virtual-device-description"> -<ANCHOR id="nm-connection-get-setting-802-1x" href="libnm-util/NMConnection.html#nm-connection-get-setting-802-1x"> -<ANCHOR id="nm-connection-get-setting-bluetooth" href="libnm-util/NMConnection.html#nm-connection-get-setting-bluetooth"> -<ANCHOR id="nm-connection-get-setting-bond" href="libnm-util/NMConnection.html#nm-connection-get-setting-bond"> -<ANCHOR id="nm-connection-get-setting-team" href="libnm-util/NMConnection.html#nm-connection-get-setting-team"> -<ANCHOR id="nm-connection-get-setting-team-port" href="libnm-util/NMConnection.html#nm-connection-get-setting-team-port"> -<ANCHOR id="nm-connection-get-setting-bridge" href="libnm-util/NMConnection.html#nm-connection-get-setting-bridge"> -<ANCHOR id="nm-connection-get-setting-bridge-port" href="libnm-util/NMConnection.html#nm-connection-get-setting-bridge-port"> -<ANCHOR id="nm-connection-get-setting-cdma" href="libnm-util/NMConnection.html#nm-connection-get-setting-cdma"> -<ANCHOR id="nm-connection-get-setting-connection" href="libnm-util/NMConnection.html#nm-connection-get-setting-connection"> -<ANCHOR id="nm-connection-get-setting-dcb" href="libnm-util/NMConnection.html#nm-connection-get-setting-dcb"> -<ANCHOR id="nm-connection-get-setting-generic" href="libnm-util/NMConnection.html#nm-connection-get-setting-generic"> -<ANCHOR id="nm-connection-get-setting-gsm" href="libnm-util/NMConnection.html#nm-connection-get-setting-gsm"> -<ANCHOR id="nm-connection-get-setting-infiniband" href="libnm-util/NMConnection.html#nm-connection-get-setting-infiniband"> -<ANCHOR id="nm-connection-get-setting-ip4-config" href="libnm-util/NMConnection.html#nm-connection-get-setting-ip4-config"> -<ANCHOR id="nm-connection-get-setting-ip6-config" href="libnm-util/NMConnection.html#nm-connection-get-setting-ip6-config"> -<ANCHOR id="nm-connection-get-setting-olpc-mesh" href="libnm-util/NMConnection.html#nm-connection-get-setting-olpc-mesh"> -<ANCHOR id="nm-connection-get-setting-ppp" href="libnm-util/NMConnection.html#nm-connection-get-setting-ppp"> -<ANCHOR id="nm-connection-get-setting-pppoe" href="libnm-util/NMConnection.html#nm-connection-get-setting-pppoe"> -<ANCHOR id="nm-connection-get-setting-serial" href="libnm-util/NMConnection.html#nm-connection-get-setting-serial"> -<ANCHOR id="nm-connection-get-setting-vpn" href="libnm-util/NMConnection.html#nm-connection-get-setting-vpn"> -<ANCHOR id="nm-connection-get-setting-wimax" href="libnm-util/NMConnection.html#nm-connection-get-setting-wimax"> -<ANCHOR id="nm-connection-get-setting-adsl" href="libnm-util/NMConnection.html#nm-connection-get-setting-adsl"> -<ANCHOR id="nm-connection-get-setting-wired" href="libnm-util/NMConnection.html#nm-connection-get-setting-wired"> -<ANCHOR id="nm-connection-get-setting-wireless" href="libnm-util/NMConnection.html#nm-connection-get-setting-wireless"> -<ANCHOR id="nm-connection-get-setting-wireless-security" href="libnm-util/NMConnection.html#nm-connection-get-setting-wireless-security"> -<ANCHOR id="nm-connection-get-setting-vlan" href="libnm-util/NMConnection.html#nm-connection-get-setting-vlan"> -<ANCHOR id="NMConnection.other_details" href="libnm-util/NMConnection.html#NMConnection.other_details"> -<ANCHOR id="NM-CONNECTION-SECRETS-UPDATED:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-SECRETS-UPDATED:CAPS"> -<ANCHOR id="NM-CONNECTION-SECRETS-CLEARED:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-SECRETS-CLEARED:CAPS"> -<ANCHOR id="NM-CONNECTION-CHANGED:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-CHANGED:CAPS"> -<ANCHOR id="NM-CONNECTION-PATH:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-PATH:CAPS"> -<ANCHOR id="NMConnectionError" href="libnm-util/NMConnection.html#NMConnectionError"> -<ANCHOR id="NM-CONNECTION-ERROR-UNKNOWN:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR-CONNECTION-SETTING-NOT-FOUND:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-ERROR-CONNECTION-SETTING-NOT-FOUND:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR-CONNECTION-TYPE-INVALID:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-ERROR-CONNECTION-TYPE-INVALID:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR-SETTING-NOT-FOUND:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-ERROR-SETTING-NOT-FOUND:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR-INVALID-SETTING:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-ERROR-INVALID-SETTING:CAPS"> -<ANCHOR id="NM-CONNECTION-NORMALIZE-PARAM-IP6-CONFIG-METHOD:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-NORMALIZE-PARAM-IP6-CONFIG-METHOD:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR:CAPS" href="libnm-util/NMConnection.html#NM-CONNECTION-ERROR:CAPS"> -<ANCHOR id="NMConnection-struct" href="libnm-util/NMConnection.html#NMConnection-struct"> -<ANCHOR id="NMConnection.property-details" href="libnm-util/NMConnection.html#NMConnection.property-details"> -<ANCHOR id="NMConnection--path" href="libnm-util/NMConnection.html#NMConnection--path"> -<ANCHOR id="NMConnection.signal-details" href="libnm-util/NMConnection.html#NMConnection.signal-details"> -<ANCHOR id="NMConnection-changed" href="libnm-util/NMConnection.html#NMConnection-changed"> -<ANCHOR id="NMConnection-secrets-cleared" href="libnm-util/NMConnection.html#NMConnection-secrets-cleared"> -<ANCHOR id="NMConnection-secrets-updated" href="libnm-util/NMConnection.html#NMConnection-secrets-updated"> -<ANCHOR id="NMSetting" href="libnm-util/NMSetting.html"> -<ANCHOR id="NMSetting.functions" href="libnm-util/NMSetting.html#NMSetting.functions"> -<ANCHOR id="NMSetting.properties" href="libnm-util/NMSetting.html#NMSetting.properties"> -<ANCHOR id="NMSetting.other" href="libnm-util/NMSetting.html#NMSetting.other"> -<ANCHOR id="NMSetting.object-hierarchy" href="libnm-util/NMSetting.html#NMSetting.object-hierarchy"> -<ANCHOR id="NMSetting.includes" href="libnm-util/NMSetting.html#NMSetting.includes"> -<ANCHOR id="NMSetting.description" href="libnm-util/NMSetting.html#NMSetting.description"> -<ANCHOR id="NMSetting.functions_details" href="libnm-util/NMSetting.html#NMSetting.functions_details"> -<ANCHOR id="nm-setting-error-quark" href="libnm-util/NMSetting.html#nm-setting-error-quark"> -<ANCHOR id="NM-SETTING-PARAM-SERIALIZE:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-PARAM-SERIALIZE:CAPS"> -<ANCHOR id="NM-SETTING-PARAM-REQUIRED:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS"> -<ANCHOR id="NM-SETTING-PARAM-SECRET:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS"> -<ANCHOR id="NM-SETTING-PARAM-FUZZY-IGNORE:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"> -<ANCHOR id="NMSettingClearSecretsWithFlagsFn" href="libnm-util/NMSetting.html#NMSettingClearSecretsWithFlagsFn"> -<ANCHOR id="NMSettingValueIterFn" href="libnm-util/NMSetting.html#NMSettingValueIterFn"> -<ANCHOR id="nm-setting-to-hash" href="libnm-util/NMSetting.html#nm-setting-to-hash"> -<ANCHOR id="nm-setting-new-from-hash" href="libnm-util/NMSetting.html#nm-setting-new-from-hash"> -<ANCHOR id="nm-setting-duplicate" href="libnm-util/NMSetting.html#nm-setting-duplicate"> -<ANCHOR id="nm-setting-get-name" href="libnm-util/NMSetting.html#nm-setting-get-name"> -<ANCHOR id="nm-setting-verify" href="libnm-util/NMSetting.html#nm-setting-verify"> -<ANCHOR id="nm-setting-compare" href="libnm-util/NMSetting.html#nm-setting-compare"> -<ANCHOR id="nm-setting-diff" href="libnm-util/NMSetting.html#nm-setting-diff"> -<ANCHOR id="nm-setting-enumerate-values" href="libnm-util/NMSetting.html#nm-setting-enumerate-values"> -<ANCHOR id="nm-setting-to-string" href="libnm-util/NMSetting.html#nm-setting-to-string"> -<ANCHOR id="nm-setting-clear-secrets" href="libnm-util/NMSetting.html#nm-setting-clear-secrets"> -<ANCHOR id="nm-setting-clear-secrets-with-flags" href="libnm-util/NMSetting.html#nm-setting-clear-secrets-with-flags"> -<ANCHOR id="nm-setting-need-secrets" href="libnm-util/NMSetting.html#nm-setting-need-secrets"> -<ANCHOR id="nm-setting-update-secrets" href="libnm-util/NMSetting.html#nm-setting-update-secrets"> -<ANCHOR id="nm-setting-get-secret-flags" href="libnm-util/NMSetting.html#nm-setting-get-secret-flags"> -<ANCHOR id="nm-setting-set-secret-flags" href="libnm-util/NMSetting.html#nm-setting-set-secret-flags"> -<ANCHOR id="nm-setting-get-virtual-iface-name" href="libnm-util/NMSetting.html#nm-setting-get-virtual-iface-name"> -<ANCHOR id="NMSetting.other_details" href="libnm-util/NMSetting.html#NMSetting.other_details"> -<ANCHOR id="NMSettingError" href="libnm-util/NMSetting.html#NMSettingError"> -<ANCHOR id="NM-SETTING-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-ERROR-PROPERTY-NOT-FOUND:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-ERROR-PROPERTY-NOT-FOUND:CAPS"> -<ANCHOR id="NM-SETTING-ERROR-PROPERTY-NOT-SECRET:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-ERROR-PROPERTY-NOT-SECRET:CAPS"> -<ANCHOR id="NM-SETTING-ERROR-PROPERTY-TYPE-MISMATCH:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-ERROR-PROPERTY-TYPE-MISMATCH:CAPS"> -<ANCHOR id="NM-SETTING-ERROR:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-NAME:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingSecretFlags" href="libnm-util/NMSetting.html#NMSettingSecretFlags"> -<ANCHOR id="NM-SETTING-SECRET-FLAG-NONE:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-SECRET-FLAG-NONE:CAPS"> -<ANCHOR id="NM-SETTING-SECRET-FLAG-AGENT-OWNED:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-SECRET-FLAG-AGENT-OWNED:CAPS"> -<ANCHOR id="NM-SETTING-SECRET-FLAG-NOT-SAVED:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-SECRET-FLAG-NOT-SAVED:CAPS"> -<ANCHOR id="NM-SETTING-SECRET-FLAG-NOT-REQUIRED:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-SECRET-FLAG-NOT-REQUIRED:CAPS"> -<ANCHOR id="NMSettingCompareFlags" href="libnm-util/NMSetting.html#NMSettingCompareFlags"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-EXACT:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-EXACT:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-FUZZY:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-FUZZY:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-IGNORE-ID:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-ID:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-IGNORE-SECRETS:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-SECRETS:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-IGNORE-AGENT-OWNED-SECRETS:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-AGENT-OWNED-SECRETS:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-IGNORE-NOT-SAVED-SECRETS:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-NOT-SAVED-SECRETS:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-DIFF-RESULT-WITH-DEFAULT:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-DIFF-RESULT-WITH-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-DIFF-RESULT-NO-DEFAULT:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-COMPARE-FLAG-DIFF-RESULT-NO-DEFAULT:CAPS"> -<ANCHOR id="NMSetting-struct" href="libnm-util/NMSetting.html#NMSetting-struct"> -<ANCHOR id="NMSettingHashFlags" href="libnm-util/NMSetting.html#NMSettingHashFlags"> -<ANCHOR id="NM-SETTING-HASH-FLAG-ALL:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-HASH-FLAG-ALL:CAPS"> -<ANCHOR id="NM-SETTING-HASH-FLAG-NO-SECRETS:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-HASH-FLAG-NO-SECRETS:CAPS"> -<ANCHOR id="NM-SETTING-HASH-FLAG-ONLY-SECRETS:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-HASH-FLAG-ONLY-SECRETS:CAPS"> -<ANCHOR id="NMSettingDiffResult" href="libnm-util/NMSetting.html#NMSettingDiffResult"> -<ANCHOR id="NM-SETTING-DIFF-RESULT-UNKNOWN:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-DIFF-RESULT-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-DIFF-RESULT-IN-A:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-DIFF-RESULT-IN-A:CAPS"> -<ANCHOR id="NM-SETTING-DIFF-RESULT-IN-B:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-DIFF-RESULT-IN-B:CAPS"> -<ANCHOR id="NM-SETTING-DIFF-RESULT-IN-A-DEFAULT:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-DIFF-RESULT-IN-A-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-DIFF-RESULT-IN-B-DEFAULT:CAPS" href="libnm-util/NMSetting.html#NM-SETTING-DIFF-RESULT-IN-B-DEFAULT:CAPS"> -<ANCHOR id="NMSetting.property-details" href="libnm-util/NMSetting.html#NMSetting.property-details"> -<ANCHOR id="NMSetting--name" href="libnm-util/NMSetting.html#NMSetting--name"> -<ANCHOR id="NMSettingConnection" href="libnm-util/NMSettingConnection.html"> -<ANCHOR id="NMSettingConnection.functions" href="libnm-util/NMSettingConnection.html#NMSettingConnection.functions"> -<ANCHOR id="NMSettingConnection.properties" href="libnm-util/NMSettingConnection.html#NMSettingConnection.properties"> -<ANCHOR id="NMSettingConnection.other" href="libnm-util/NMSettingConnection.html#NMSettingConnection.other"> -<ANCHOR id="NMSettingConnection.object-hierarchy" href="libnm-util/NMSettingConnection.html#NMSettingConnection.object-hierarchy"> -<ANCHOR id="NMSettingConnection.includes" href="libnm-util/NMSettingConnection.html#NMSettingConnection.includes"> -<ANCHOR id="NMSettingConnection.description" href="libnm-util/NMSettingConnection.html#NMSettingConnection.description"> -<ANCHOR id="NMSettingConnection.functions_details" href="libnm-util/NMSettingConnection.html#NMSettingConnection.functions_details"> -<ANCHOR id="nm-setting-connection-error-quark" href="libnm-util/NMSettingConnection.html#nm-setting-connection-error-quark"> -<ANCHOR id="nm-setting-connection-new" href="libnm-util/NMSettingConnection.html#nm-setting-connection-new"> -<ANCHOR id="nm-setting-connection-get-id" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-id"> -<ANCHOR id="nm-setting-connection-get-uuid" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-uuid"> -<ANCHOR id="nm-setting-connection-get-interface-name" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-interface-name"> -<ANCHOR id="nm-setting-connection-get-connection-type" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-connection-type"> -<ANCHOR id="nm-setting-connection-get-autoconnect" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-autoconnect"> -<ANCHOR id="nm-setting-connection-get-timestamp" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-timestamp"> -<ANCHOR id="nm-setting-connection-get-read-only" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-read-only"> -<ANCHOR id="nm-setting-connection-get-num-permissions" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-num-permissions"> -<ANCHOR id="nm-setting-connection-get-permission" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-permission"> -<ANCHOR id="nm-setting-connection-get-zone" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-zone"> -<ANCHOR id="nm-setting-connection-permissions-user-allowed" href="libnm-util/NMSettingConnection.html#nm-setting-connection-permissions-user-allowed"> -<ANCHOR id="nm-setting-connection-add-permission" href="libnm-util/NMSettingConnection.html#nm-setting-connection-add-permission"> -<ANCHOR id="nm-setting-connection-remove-permission" href="libnm-util/NMSettingConnection.html#nm-setting-connection-remove-permission"> -<ANCHOR id="nm-setting-connection-remove-permission-by-value" href="libnm-util/NMSettingConnection.html#nm-setting-connection-remove-permission-by-value"> -<ANCHOR id="nm-setting-connection-get-master" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-master"> -<ANCHOR id="nm-setting-connection-is-slave-type" href="libnm-util/NMSettingConnection.html#nm-setting-connection-is-slave-type"> -<ANCHOR id="nm-setting-connection-get-slave-type" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-slave-type"> -<ANCHOR id="nm-setting-connection-get-num-secondaries" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-num-secondaries"> -<ANCHOR id="nm-setting-connection-get-secondary" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-secondary"> -<ANCHOR id="nm-setting-connection-add-secondary" href="libnm-util/NMSettingConnection.html#nm-setting-connection-add-secondary"> -<ANCHOR id="nm-setting-connection-remove-secondary" href="libnm-util/NMSettingConnection.html#nm-setting-connection-remove-secondary"> -<ANCHOR id="nm-setting-connection-remove-secondary-by-value" href="libnm-util/NMSettingConnection.html#nm-setting-connection-remove-secondary-by-value"> -<ANCHOR id="nm-setting-connection-get-gateway-ping-timeout" href="libnm-util/NMSettingConnection.html#nm-setting-connection-get-gateway-ping-timeout"> -<ANCHOR id="NMSettingConnection.other_details" href="libnm-util/NMSettingConnection.html#NMSettingConnection.other_details"> -<ANCHOR id="NM-SETTING-CONNECTION-SETTING-NAME:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingConnectionError" href="libnm-util/NMSettingConnection.html#NMSettingConnectionError"> -<ANCHOR id="NM-SETTING-CONNECTION-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ERROR-TYPE-SETTING-NOT-FOUND:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR-TYPE-SETTING-NOT-FOUND:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ERROR-IP-CONFIG-NOT-ALLOWED:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR-IP-CONFIG-NOT-ALLOWED:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ERROR:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ID:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ID:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-UUID:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-UUID:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-INTERFACE-NAME:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-INTERFACE-NAME:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-TYPE:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-TYPE:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-AUTOCONNECT:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-TIMESTAMP:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-TIMESTAMP:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-READ-ONLY:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-READ-ONLY:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-PERMISSIONS:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-PERMISSIONS:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ZONE:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-ZONE:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-MASTER:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-MASTER:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-SLAVE-TYPE:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-SLAVE-TYPE:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-SECONDARIES:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-SECONDARIES:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-GATEWAY-PING-TIMEOUT:CAPS" href="libnm-util/NMSettingConnection.html#NM-SETTING-CONNECTION-GATEWAY-PING-TIMEOUT:CAPS"> -<ANCHOR id="NMSettingConnection-struct" href="libnm-util/NMSettingConnection.html#NMSettingConnection-struct"> -<ANCHOR id="NMSettingConnection.property-details" href="libnm-util/NMSettingConnection.html#NMSettingConnection.property-details"> -<ANCHOR id="NMSettingConnection--autoconnect" href="libnm-util/NMSettingConnection.html#NMSettingConnection--autoconnect"> -<ANCHOR id="NMSettingConnection--gateway-ping-timeout" href="libnm-util/NMSettingConnection.html#NMSettingConnection--gateway-ping-timeout"> -<ANCHOR id="NMSettingConnection--id" href="libnm-util/NMSettingConnection.html#NMSettingConnection--id"> -<ANCHOR id="NMSettingConnection--interface-name" href="libnm-util/NMSettingConnection.html#NMSettingConnection--interface-name"> -<ANCHOR id="NMSettingConnection--master" href="libnm-util/NMSettingConnection.html#NMSettingConnection--master"> -<ANCHOR id="NMSettingConnection--permissions" href="libnm-util/NMSettingConnection.html#NMSettingConnection--permissions"> -<ANCHOR id="NMSettingConnection--read-only" href="libnm-util/NMSettingConnection.html#NMSettingConnection--read-only"> -<ANCHOR id="NMSettingConnection--secondaries" href="libnm-util/NMSettingConnection.html#NMSettingConnection--secondaries"> -<ANCHOR id="NMSettingConnection--slave-type" href="libnm-util/NMSettingConnection.html#NMSettingConnection--slave-type"> -<ANCHOR id="NMSettingConnection--timestamp" href="libnm-util/NMSettingConnection.html#NMSettingConnection--timestamp"> -<ANCHOR id="NMSettingConnection--type" href="libnm-util/NMSettingConnection.html#NMSettingConnection--type"> -<ANCHOR id="NMSettingConnection--uuid" href="libnm-util/NMSettingConnection.html#NMSettingConnection--uuid"> -<ANCHOR id="NMSettingConnection--zone" href="libnm-util/NMSettingConnection.html#NMSettingConnection--zone"> -<ANCHOR id="NMSettingWired" href="libnm-util/NMSettingWired.html"> -<ANCHOR id="NMSettingWired.functions" href="libnm-util/NMSettingWired.html#NMSettingWired.functions"> -<ANCHOR id="NMSettingWired.properties" href="libnm-util/NMSettingWired.html#NMSettingWired.properties"> -<ANCHOR id="NMSettingWired.other" href="libnm-util/NMSettingWired.html#NMSettingWired.other"> -<ANCHOR id="NMSettingWired.object-hierarchy" href="libnm-util/NMSettingWired.html#NMSettingWired.object-hierarchy"> -<ANCHOR id="NMSettingWired.includes" href="libnm-util/NMSettingWired.html#NMSettingWired.includes"> -<ANCHOR id="NMSettingWired.description" href="libnm-util/NMSettingWired.html#NMSettingWired.description"> -<ANCHOR id="NMSettingWired.functions_details" href="libnm-util/NMSettingWired.html#NMSettingWired.functions_details"> -<ANCHOR id="nm-setting-wired-error-quark" href="libnm-util/NMSettingWired.html#nm-setting-wired-error-quark"> -<ANCHOR id="nm-setting-wired-new" href="libnm-util/NMSettingWired.html#nm-setting-wired-new"> -<ANCHOR id="nm-setting-wired-get-port" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-port"> -<ANCHOR id="nm-setting-wired-get-speed" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-speed"> -<ANCHOR id="nm-setting-wired-get-duplex" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-duplex"> -<ANCHOR id="nm-setting-wired-get-auto-negotiate" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-auto-negotiate"> -<ANCHOR id="nm-setting-wired-get-mac-address" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-mac-address"> -<ANCHOR id="nm-setting-wired-get-cloned-mac-address" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-cloned-mac-address"> -<ANCHOR id="nm-setting-wired-get-mac-address-blacklist" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-mac-address-blacklist"> -<ANCHOR id="nm-setting-wired-get-num-mac-blacklist-items" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-num-mac-blacklist-items"> -<ANCHOR id="nm-setting-wired-get-mac-blacklist-item" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-mac-blacklist-item"> -<ANCHOR id="nm-setting-wired-add-mac-blacklist-item" href="libnm-util/NMSettingWired.html#nm-setting-wired-add-mac-blacklist-item"> -<ANCHOR id="nm-setting-wired-remove-mac-blacklist-item" href="libnm-util/NMSettingWired.html#nm-setting-wired-remove-mac-blacklist-item"> -<ANCHOR id="nm-setting-wired-remove-mac-blacklist-item-by-value" href="libnm-util/NMSettingWired.html#nm-setting-wired-remove-mac-blacklist-item-by-value"> -<ANCHOR id="nm-setting-wired-clear-mac-blacklist-items" href="libnm-util/NMSettingWired.html#nm-setting-wired-clear-mac-blacklist-items"> -<ANCHOR id="nm-setting-wired-get-mtu" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-mtu"> -<ANCHOR id="nm-setting-wired-get-s390-subchannels" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-s390-subchannels"> -<ANCHOR id="nm-setting-wired-get-s390-nettype" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-s390-nettype"> -<ANCHOR id="nm-setting-wired-get-num-s390-options" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-num-s390-options"> -<ANCHOR id="nm-setting-wired-get-s390-option" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-s390-option"> -<ANCHOR id="nm-setting-wired-get-s390-option-by-key" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-s390-option-by-key"> -<ANCHOR id="nm-setting-wired-add-s390-option" href="libnm-util/NMSettingWired.html#nm-setting-wired-add-s390-option"> -<ANCHOR id="nm-setting-wired-remove-s390-option" href="libnm-util/NMSettingWired.html#nm-setting-wired-remove-s390-option"> -<ANCHOR id="nm-setting-wired-get-valid-s390-options" href="libnm-util/NMSettingWired.html#nm-setting-wired-get-valid-s390-options"> -<ANCHOR id="NMSettingWired.other_details" href="libnm-util/NMSettingWired.html#NMSettingWired.other_details"> -<ANCHOR id="NM-SETTING-WIRED-SETTING-NAME:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingWiredError" href="libnm-util/NMSettingWired.html#NMSettingWiredError"> -<ANCHOR id="NM-SETTING-WIRED-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-ERROR:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-PORT:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-PORT:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-SPEED:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-SPEED:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-DUPLEX:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-DUPLEX:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-AUTO-NEGOTIATE:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-AUTO-NEGOTIATE:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-MAC-ADDRESS:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-CLONED-MAC-ADDRESS:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-CLONED-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-MAC-ADDRESS-BLACKLIST:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-MAC-ADDRESS-BLACKLIST:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-MTU:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-MTU:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-S390-SUBCHANNELS:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-S390-SUBCHANNELS:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-S390-NETTYPE:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-S390-NETTYPE:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-S390-OPTIONS:CAPS" href="libnm-util/NMSettingWired.html#NM-SETTING-WIRED-S390-OPTIONS:CAPS"> -<ANCHOR id="NMSettingWired.property-details" href="libnm-util/NMSettingWired.html#NMSettingWired.property-details"> -<ANCHOR id="NMSettingWired--auto-negotiate" href="libnm-util/NMSettingWired.html#NMSettingWired--auto-negotiate"> -<ANCHOR id="NMSettingWired--cloned-mac-address" href="libnm-util/NMSettingWired.html#NMSettingWired--cloned-mac-address"> -<ANCHOR id="NMSettingWired--duplex" href="libnm-util/NMSettingWired.html#NMSettingWired--duplex"> -<ANCHOR id="NMSettingWired--mac-address" href="libnm-util/NMSettingWired.html#NMSettingWired--mac-address"> -<ANCHOR id="NMSettingWired--mac-address-blacklist" href="libnm-util/NMSettingWired.html#NMSettingWired--mac-address-blacklist"> -<ANCHOR id="NMSettingWired--mtu" href="libnm-util/NMSettingWired.html#NMSettingWired--mtu"> -<ANCHOR id="NMSettingWired--port" href="libnm-util/NMSettingWired.html#NMSettingWired--port"> -<ANCHOR id="NMSettingWired--s390-nettype" href="libnm-util/NMSettingWired.html#NMSettingWired--s390-nettype"> -<ANCHOR id="NMSettingWired--s390-options" href="libnm-util/NMSettingWired.html#NMSettingWired--s390-options"> -<ANCHOR id="NMSettingWired--s390-subchannels" href="libnm-util/NMSettingWired.html#NMSettingWired--s390-subchannels"> -<ANCHOR id="NMSettingWired--speed" href="libnm-util/NMSettingWired.html#NMSettingWired--speed"> -<ANCHOR id="NMSettingWireless" href="libnm-util/NMSettingWireless.html"> -<ANCHOR id="NMSettingWireless.functions" href="libnm-util/NMSettingWireless.html#NMSettingWireless.functions"> -<ANCHOR id="NMSettingWireless.properties" href="libnm-util/NMSettingWireless.html#NMSettingWireless.properties"> -<ANCHOR id="NMSettingWireless.other" href="libnm-util/NMSettingWireless.html#NMSettingWireless.other"> -<ANCHOR id="NMSettingWireless.object-hierarchy" href="libnm-util/NMSettingWireless.html#NMSettingWireless.object-hierarchy"> -<ANCHOR id="NMSettingWireless.includes" href="libnm-util/NMSettingWireless.html#NMSettingWireless.includes"> -<ANCHOR id="NMSettingWireless.description" href="libnm-util/NMSettingWireless.html#NMSettingWireless.description"> -<ANCHOR id="NMSettingWireless.functions_details" href="libnm-util/NMSettingWireless.html#NMSettingWireless.functions_details"> -<ANCHOR id="nm-setting-wireless-error-quark" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-error-quark"> -<ANCHOR id="nm-setting-wireless-new" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-new"> -<ANCHOR id="nm-setting-wireless-get-ssid" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-ssid"> -<ANCHOR id="nm-setting-wireless-get-mode" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mode"> -<ANCHOR id="nm-setting-wireless-get-band" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-band"> -<ANCHOR id="nm-setting-wireless-get-channel" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-channel"> -<ANCHOR id="nm-setting-wireless-get-bssid" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-bssid"> -<ANCHOR id="nm-setting-wireless-get-rate" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-rate"> -<ANCHOR id="nm-setting-wireless-get-tx-power" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-tx-power"> -<ANCHOR id="nm-setting-wireless-get-mac-address" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mac-address"> -<ANCHOR id="nm-setting-wireless-get-cloned-mac-address" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-cloned-mac-address"> -<ANCHOR id="nm-setting-wireless-get-mac-address-blacklist" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mac-address-blacklist"> -<ANCHOR id="nm-setting-wireless-get-num-mac-blacklist-items" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-num-mac-blacklist-items"> -<ANCHOR id="nm-setting-wireless-get-mac-blacklist-item" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mac-blacklist-item"> -<ANCHOR id="nm-setting-wireless-add-mac-blacklist-item" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-add-mac-blacklist-item"> -<ANCHOR id="nm-setting-wireless-remove-mac-blacklist-item" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-remove-mac-blacklist-item"> -<ANCHOR id="nm-setting-wireless-remove-mac-blacklist-item-by-value" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-remove-mac-blacklist-item-by-value"> -<ANCHOR id="nm-setting-wireless-clear-mac-blacklist-items" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-clear-mac-blacklist-items"> -<ANCHOR id="nm-setting-wireless-get-mtu" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-mtu"> -<ANCHOR id="nm-setting-wireless-get-hidden" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-hidden"> -<ANCHOR id="nm-setting-wireless-get-powersave" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-powersave"> -<ANCHOR id="nm-setting-wireless-add-seen-bssid" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-add-seen-bssid"> -<ANCHOR id="nm-setting-wireless-get-num-seen-bssids" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-num-seen-bssids"> -<ANCHOR id="nm-setting-wireless-get-seen-bssid" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-seen-bssid"> -<ANCHOR id="nm-setting-wireless-ap-security-compatible" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-ap-security-compatible"> -<ANCHOR id="nm-setting-wireless-get-security" href="libnm-util/NMSettingWireless.html#nm-setting-wireless-get-security"> -<ANCHOR id="NMSettingWireless.other_details" href="libnm-util/NMSettingWireless.html#NMSettingWireless.other_details"> -<ANCHOR id="NM-SETTING-WIRELESS-SETTING-NAME:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingWirelessError" href="libnm-util/NMSettingWireless.html#NMSettingWirelessError"> -<ANCHOR id="NM-SETTING-WIRELESS-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-ERROR-MISSING-SECURITY-SETTING:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR-MISSING-SECURITY-SETTING:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-ERROR-CHANNEL-REQUIRES-BAND:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR-CHANNEL-REQUIRES-BAND:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-ERROR:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SSID:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SSID:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MODE:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MODE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-BAND:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-BAND:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-CHANNEL:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-CHANNEL:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-BSSID:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-BSSID:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-RATE:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-RATE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-TX-POWER:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-TX-POWER:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MAC-ADDRESS:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-CLONED-MAC-ADDRESS:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-CLONED-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MAC-ADDRESS-BLACKLIST:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MAC-ADDRESS-BLACKLIST:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MTU:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MTU:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SEEN-BSSIDS:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SEEN-BSSIDS:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-HIDDEN:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-HIDDEN:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-POWERSAVE:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-POWERSAVE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SEC:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-SEC:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MODE-ADHOC:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MODE-ADHOC:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MODE-AP:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MODE-AP:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MODE-INFRA:CAPS" href="libnm-util/NMSettingWireless.html#NM-SETTING-WIRELESS-MODE-INFRA:CAPS"> -<ANCHOR id="NMSettingWireless.property-details" href="libnm-util/NMSettingWireless.html#NMSettingWireless.property-details"> -<ANCHOR id="NMSettingWireless--band" href="libnm-util/NMSettingWireless.html#NMSettingWireless--band"> -<ANCHOR id="NMSettingWireless--bssid" href="libnm-util/NMSettingWireless.html#NMSettingWireless--bssid"> -<ANCHOR id="NMSettingWireless--channel" href="libnm-util/NMSettingWireless.html#NMSettingWireless--channel"> -<ANCHOR id="NMSettingWireless--cloned-mac-address" href="libnm-util/NMSettingWireless.html#NMSettingWireless--cloned-mac-address"> -<ANCHOR id="NMSettingWireless--hidden" href="libnm-util/NMSettingWireless.html#NMSettingWireless--hidden"> -<ANCHOR id="NMSettingWireless--mac-address" href="libnm-util/NMSettingWireless.html#NMSettingWireless--mac-address"> -<ANCHOR id="NMSettingWireless--mac-address-blacklist" href="libnm-util/NMSettingWireless.html#NMSettingWireless--mac-address-blacklist"> -<ANCHOR id="NMSettingWireless--mode" href="libnm-util/NMSettingWireless.html#NMSettingWireless--mode"> -<ANCHOR id="NMSettingWireless--mtu" href="libnm-util/NMSettingWireless.html#NMSettingWireless--mtu"> -<ANCHOR id="NMSettingWireless--powersave" href="libnm-util/NMSettingWireless.html#NMSettingWireless--powersave"> -<ANCHOR id="NMSettingWireless--rate" href="libnm-util/NMSettingWireless.html#NMSettingWireless--rate"> -<ANCHOR id="NMSettingWireless--security" href="libnm-util/NMSettingWireless.html#NMSettingWireless--security"> -<ANCHOR id="NMSettingWireless--seen-bssids" href="libnm-util/NMSettingWireless.html#NMSettingWireless--seen-bssids"> -<ANCHOR id="NMSettingWireless--ssid" href="libnm-util/NMSettingWireless.html#NMSettingWireless--ssid"> -<ANCHOR id="NMSettingWireless--tx-power" href="libnm-util/NMSettingWireless.html#NMSettingWireless--tx-power"> -<ANCHOR id="NMSettingWirelessSecurity" href="libnm-util/NMSettingWirelessSecurity.html"> -<ANCHOR id="NMSettingWirelessSecurity.functions" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.functions"> -<ANCHOR id="NMSettingWirelessSecurity.properties" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.properties"> -<ANCHOR id="NMSettingWirelessSecurity.other" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.other"> -<ANCHOR id="NMSettingWirelessSecurity.object-hierarchy" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.object-hierarchy"> -<ANCHOR id="NMSettingWirelessSecurity.includes" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.includes"> -<ANCHOR id="NMSettingWirelessSecurity.description" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.description"> -<ANCHOR id="NMSettingWirelessSecurity.functions_details" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.functions_details"> -<ANCHOR id="nm-setting-wireless-security-error-quark" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-error-quark"> -<ANCHOR id="nm-setting-wireless-security-new" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-new"> -<ANCHOR id="nm-setting-wireless-security-get-key-mgmt" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-key-mgmt"> -<ANCHOR id="nm-setting-wireless-security-get-num-protos" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-protos"> -<ANCHOR id="nm-setting-wireless-security-get-proto" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-proto"> -<ANCHOR id="nm-setting-wireless-security-add-proto" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-proto"> -<ANCHOR id="nm-setting-wireless-security-remove-proto" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-proto"> -<ANCHOR id="nm-setting-wireless-security-remove-proto-by-value" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-proto-by-value"> -<ANCHOR id="nm-setting-wireless-security-clear-protos" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-protos"> -<ANCHOR id="nm-setting-wireless-security-get-num-pairwise" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-pairwise"> -<ANCHOR id="nm-setting-wireless-security-get-pairwise" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-pairwise"> -<ANCHOR id="nm-setting-wireless-security-add-pairwise" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-pairwise"> -<ANCHOR id="nm-setting-wireless-security-remove-pairwise" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-pairwise"> -<ANCHOR id="nm-setting-wireless-security-remove-pairwise-by-value" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-pairwise-by-value"> -<ANCHOR id="nm-setting-wireless-security-clear-pairwise" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-pairwise"> -<ANCHOR id="nm-setting-wireless-security-get-num-groups" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-groups"> -<ANCHOR id="nm-setting-wireless-security-get-group" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-group"> -<ANCHOR id="nm-setting-wireless-security-add-group" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-group"> -<ANCHOR id="nm-setting-wireless-security-remove-group" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-group"> -<ANCHOR id="nm-setting-wireless-security-remove-group-by-value" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-group-by-value"> -<ANCHOR id="nm-setting-wireless-security-clear-groups" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-groups"> -<ANCHOR id="nm-setting-wireless-security-get-psk" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-psk"> -<ANCHOR id="nm-setting-wireless-security-get-psk-flags" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-psk-flags"> -<ANCHOR id="nm-setting-wireless-security-get-leap-username" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-username"> -<ANCHOR id="nm-setting-wireless-security-get-leap-password" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-password"> -<ANCHOR id="nm-setting-wireless-security-get-leap-password-flags" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-password-flags"> -<ANCHOR id="nm-setting-wireless-security-get-wep-key" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key"> -<ANCHOR id="nm-setting-wireless-security-set-wep-key" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-set-wep-key"> -<ANCHOR id="nm-setting-wireless-security-get-wep-tx-keyidx" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-tx-keyidx"> -<ANCHOR id="nm-setting-wireless-security-get-auth-alg" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-auth-alg"> -<ANCHOR id="nm-setting-wireless-security-get-wep-key-flags" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key-flags"> -<ANCHOR id="nm-setting-wireless-security-get-wep-key-type" href="libnm-util/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key-type"> -<ANCHOR id="NMSettingWirelessSecurity.other_details" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.other_details"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-SETTING-NAME:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingWirelessSecurityError" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurityError"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR-MISSING-802-1X-SETTING:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-MISSING-802-1X-SETTING:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR-LEAP-REQUIRES-802-1X:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-LEAP-REQUIRES-802-1X:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR-LEAP-REQUIRES-USERNAME:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-LEAP-REQUIRES-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR-SHARED-KEY-REQUIRES-WEP:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-SHARED-KEY-REQUIRES-WEP:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-ERROR:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR:CAPS"> -<ANCHOR id="NMWepKeyType" href="libnm-util/NMSettingWirelessSecurity.html#NMWepKeyType"> -<ANCHOR id="NM-WEP-KEY-TYPE-UNKNOWN:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-UNKNOWN:CAPS"> -<ANCHOR id="NM-WEP-KEY-TYPE-KEY:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-KEY:CAPS"> -<ANCHOR id="NM-WEP-KEY-TYPE-PASSPHRASE:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-PASSPHRASE:CAPS"> -<ANCHOR id="NM-WEP-KEY-TYPE-LAST:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-LAST:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-KEY-MGMT:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-KEY-MGMT:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-TX-KEYIDX:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-TX-KEYIDX:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-AUTH-ALG:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-AUTH-ALG:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-PROTO:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PROTO:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-PAIRWISE:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PAIRWISE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-GROUP:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-GROUP:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-LEAP-USERNAME:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY0:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY0:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY1:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY1:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY2:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY2:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY3:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY3:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY-FLAGS:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY-TYPE:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY-TYPE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-PSK:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PSK:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-PSK-FLAGS:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PSK-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NMSettingWirelessSecurity.property-details" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.property-details"> -<ANCHOR id="NMSettingWirelessSecurity--auth-alg" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--auth-alg"> -<ANCHOR id="NMSettingWirelessSecurity--group" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--group"> -<ANCHOR id="NMSettingWirelessSecurity--key-mgmt" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--key-mgmt"> -<ANCHOR id="NMSettingWirelessSecurity--leap-password" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password"> -<ANCHOR id="NMSettingWirelessSecurity--leap-password-flags" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password-flags"> -<ANCHOR id="NMSettingWirelessSecurity--leap-username" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-username"> -<ANCHOR id="NMSettingWirelessSecurity--pairwise" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--pairwise"> -<ANCHOR id="NMSettingWirelessSecurity--proto" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--proto"> -<ANCHOR id="NMSettingWirelessSecurity--psk" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk"> -<ANCHOR id="NMSettingWirelessSecurity--psk-flags" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk-flags"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key-flags" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key-flags"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key-type" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key-type"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key0" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key0"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key1" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key1"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key2" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key2"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key3" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key3"> -<ANCHOR id="NMSettingWirelessSecurity--wep-tx-keyidx" href="libnm-util/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-tx-keyidx"> -<ANCHOR id="NMSettingBluetooth" href="libnm-util/NMSettingBluetooth.html"> -<ANCHOR id="NMSettingBluetooth.functions" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.functions"> -<ANCHOR id="NMSettingBluetooth.properties" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.properties"> -<ANCHOR id="NMSettingBluetooth.other" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.other"> -<ANCHOR id="NMSettingBluetooth.object-hierarchy" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.object-hierarchy"> -<ANCHOR id="NMSettingBluetooth.includes" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.includes"> -<ANCHOR id="NMSettingBluetooth.description" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.description"> -<ANCHOR id="NMSettingBluetooth.functions_details" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.functions_details"> -<ANCHOR id="nm-setting-bluetooth-error-quark" href="libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-error-quark"> -<ANCHOR id="nm-setting-bluetooth-new" href="libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-new"> -<ANCHOR id="nm-setting-bluetooth-get-bdaddr" href="libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-get-bdaddr"> -<ANCHOR id="nm-setting-bluetooth-get-connection-type" href="libnm-util/NMSettingBluetooth.html#nm-setting-bluetooth-get-connection-type"> -<ANCHOR id="NMSettingBluetooth.other_details" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.other_details"> -<ANCHOR id="NM-SETTING-BLUETOOTH-SETTING-NAME:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingBluetoothError" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetoothError"> -<ANCHOR id="NM-SETTING-BLUETOOTH-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-ERROR-TYPE-SETTING-NOT-FOUND:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR-TYPE-SETTING-NOT-FOUND:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-ERROR:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-BDADDR:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-BDADDR:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-TYPE:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-TYPE-DUN:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-DUN:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-TYPE-PANU:CAPS" href="libnm-util/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-PANU:CAPS"> -<ANCHOR id="NMSettingBluetooth.property-details" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth.property-details"> -<ANCHOR id="NMSettingBluetooth--bdaddr" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth--bdaddr"> -<ANCHOR id="NMSettingBluetooth--type" href="libnm-util/NMSettingBluetooth.html#NMSettingBluetooth--type"> -<ANCHOR id="NMSettingSerial" href="libnm-util/NMSettingSerial.html"> -<ANCHOR id="NMSettingSerial.functions" href="libnm-util/NMSettingSerial.html#NMSettingSerial.functions"> -<ANCHOR id="NMSettingSerial.properties" href="libnm-util/NMSettingSerial.html#NMSettingSerial.properties"> -<ANCHOR id="NMSettingSerial.other" href="libnm-util/NMSettingSerial.html#NMSettingSerial.other"> -<ANCHOR id="NMSettingSerial.object-hierarchy" href="libnm-util/NMSettingSerial.html#NMSettingSerial.object-hierarchy"> -<ANCHOR id="NMSettingSerial.includes" href="libnm-util/NMSettingSerial.html#NMSettingSerial.includes"> -<ANCHOR id="NMSettingSerial.description" href="libnm-util/NMSettingSerial.html#NMSettingSerial.description"> -<ANCHOR id="NMSettingSerial.functions_details" href="libnm-util/NMSettingSerial.html#NMSettingSerial.functions_details"> -<ANCHOR id="nm-setting-serial-error-quark" href="libnm-util/NMSettingSerial.html#nm-setting-serial-error-quark"> -<ANCHOR id="nm-setting-serial-new" href="libnm-util/NMSettingSerial.html#nm-setting-serial-new"> -<ANCHOR id="nm-setting-serial-get-baud" href="libnm-util/NMSettingSerial.html#nm-setting-serial-get-baud"> -<ANCHOR id="nm-setting-serial-get-bits" href="libnm-util/NMSettingSerial.html#nm-setting-serial-get-bits"> -<ANCHOR id="nm-setting-serial-get-parity" href="libnm-util/NMSettingSerial.html#nm-setting-serial-get-parity"> -<ANCHOR id="nm-setting-serial-get-stopbits" href="libnm-util/NMSettingSerial.html#nm-setting-serial-get-stopbits"> -<ANCHOR id="nm-setting-serial-get-send-delay" href="libnm-util/NMSettingSerial.html#nm-setting-serial-get-send-delay"> -<ANCHOR id="NMSettingSerial.other_details" href="libnm-util/NMSettingSerial.html#NMSettingSerial.other_details"> -<ANCHOR id="NM-SETTING-SERIAL-SETTING-NAME:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingSerialError" href="libnm-util/NMSettingSerial.html#NMSettingSerialError"> -<ANCHOR id="NM-SETTING-SERIAL-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-ERROR-MISSING-PPP-SETTING:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-ERROR-MISSING-PPP-SETTING:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-ERROR:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-BAUD:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-BAUD:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-BITS:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-BITS:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-PARITY:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-PARITY:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-STOPBITS:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-STOPBITS:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-SEND-DELAY:CAPS" href="libnm-util/NMSettingSerial.html#NM-SETTING-SERIAL-SEND-DELAY:CAPS"> -<ANCHOR id="NMSettingSerial.property-details" href="libnm-util/NMSettingSerial.html#NMSettingSerial.property-details"> -<ANCHOR id="NMSettingSerial--baud" href="libnm-util/NMSettingSerial.html#NMSettingSerial--baud"> -<ANCHOR id="NMSettingSerial--bits" href="libnm-util/NMSettingSerial.html#NMSettingSerial--bits"> -<ANCHOR id="NMSettingSerial--parity" href="libnm-util/NMSettingSerial.html#NMSettingSerial--parity"> -<ANCHOR id="NMSettingSerial--send-delay" href="libnm-util/NMSettingSerial.html#NMSettingSerial--send-delay"> -<ANCHOR id="NMSettingSerial--stopbits" href="libnm-util/NMSettingSerial.html#NMSettingSerial--stopbits"> -<ANCHOR id="NMSettingCdma" href="libnm-util/NMSettingCdma.html"> -<ANCHOR id="NMSettingCdma.functions" href="libnm-util/NMSettingCdma.html#NMSettingCdma.functions"> -<ANCHOR id="NMSettingCdma.properties" href="libnm-util/NMSettingCdma.html#NMSettingCdma.properties"> -<ANCHOR id="NMSettingCdma.other" href="libnm-util/NMSettingCdma.html#NMSettingCdma.other"> -<ANCHOR id="NMSettingCdma.object-hierarchy" href="libnm-util/NMSettingCdma.html#NMSettingCdma.object-hierarchy"> -<ANCHOR id="NMSettingCdma.includes" href="libnm-util/NMSettingCdma.html#NMSettingCdma.includes"> -<ANCHOR id="NMSettingCdma.description" href="libnm-util/NMSettingCdma.html#NMSettingCdma.description"> -<ANCHOR id="NMSettingCdma.functions_details" href="libnm-util/NMSettingCdma.html#NMSettingCdma.functions_details"> -<ANCHOR id="nm-setting-cdma-error-quark" href="libnm-util/NMSettingCdma.html#nm-setting-cdma-error-quark"> -<ANCHOR id="nm-setting-cdma-new" href="libnm-util/NMSettingCdma.html#nm-setting-cdma-new"> -<ANCHOR id="nm-setting-cdma-get-number" href="libnm-util/NMSettingCdma.html#nm-setting-cdma-get-number"> -<ANCHOR id="nm-setting-cdma-get-username" href="libnm-util/NMSettingCdma.html#nm-setting-cdma-get-username"> -<ANCHOR id="nm-setting-cdma-get-password" href="libnm-util/NMSettingCdma.html#nm-setting-cdma-get-password"> -<ANCHOR id="nm-setting-cdma-get-password-flags" href="libnm-util/NMSettingCdma.html#nm-setting-cdma-get-password-flags"> -<ANCHOR id="NMSettingCdma.other_details" href="libnm-util/NMSettingCdma.html#NMSettingCdma.other_details"> -<ANCHOR id="NM-SETTING-CDMA-SETTING-NAME:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingCdmaError" href="libnm-util/NMSettingCdma.html#NMSettingCdmaError"> -<ANCHOR id="NM-SETTING-CDMA-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-ERROR-MISSING-SERIAL-SETTING:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-ERROR-MISSING-SERIAL-SETTING:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-ERROR:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-NUMBER:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-NUMBER:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-USERNAME:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-PASSWORD:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSettingCdma.html#NM-SETTING-CDMA-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NMSettingCdma.property-details" href="libnm-util/NMSettingCdma.html#NMSettingCdma.property-details"> -<ANCHOR id="NMSettingCdma--number" href="libnm-util/NMSettingCdma.html#NMSettingCdma--number"> -<ANCHOR id="NMSettingCdma--password" href="libnm-util/NMSettingCdma.html#NMSettingCdma--password"> -<ANCHOR id="NMSettingCdma--password-flags" href="libnm-util/NMSettingCdma.html#NMSettingCdma--password-flags"> -<ANCHOR id="NMSettingCdma--username" href="libnm-util/NMSettingCdma.html#NMSettingCdma--username"> -<ANCHOR id="NMSettingGsm" href="libnm-util/NMSettingGsm.html"> -<ANCHOR id="NMSettingGsm.functions" href="libnm-util/NMSettingGsm.html#NMSettingGsm.functions"> -<ANCHOR id="NMSettingGsm.properties" href="libnm-util/NMSettingGsm.html#NMSettingGsm.properties"> -<ANCHOR id="NMSettingGsm.other" href="libnm-util/NMSettingGsm.html#NMSettingGsm.other"> -<ANCHOR id="NMSettingGsm.object-hierarchy" href="libnm-util/NMSettingGsm.html#NMSettingGsm.object-hierarchy"> -<ANCHOR id="NMSettingGsm.includes" href="libnm-util/NMSettingGsm.html#NMSettingGsm.includes"> -<ANCHOR id="NMSettingGsm.description" href="libnm-util/NMSettingGsm.html#NMSettingGsm.description"> -<ANCHOR id="NMSettingGsm.functions_details" href="libnm-util/NMSettingGsm.html#NMSettingGsm.functions_details"> -<ANCHOR id="nm-setting-gsm-error-quark" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-error-quark"> -<ANCHOR id="NM-SETTING-GSM-BANDS-MAX:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BANDS-MAX:CAPS"> -<ANCHOR id="nm-setting-gsm-new" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-new"> -<ANCHOR id="nm-setting-gsm-get-number" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-number"> -<ANCHOR id="nm-setting-gsm-get-username" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-username"> -<ANCHOR id="nm-setting-gsm-get-password" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-password"> -<ANCHOR id="nm-setting-gsm-get-apn" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-apn"> -<ANCHOR id="nm-setting-gsm-get-network-id" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-network-id"> -<ANCHOR id="nm-setting-gsm-get-pin" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-pin"> -<ANCHOR id="nm-setting-gsm-get-home-only" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-home-only"> -<ANCHOR id="nm-setting-gsm-get-pin-flags" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-pin-flags"> -<ANCHOR id="nm-setting-gsm-get-password-flags" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-password-flags"> -<ANCHOR id="nm-setting-gsm-get-network-type" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-network-type"> -<ANCHOR id="nm-setting-gsm-get-allowed-bands" href="libnm-util/NMSettingGsm.html#nm-setting-gsm-get-allowed-bands"> -<ANCHOR id="NMSettingGsm.other_details" href="libnm-util/NMSettingGsm.html#NMSettingGsm.other_details"> -<ANCHOR id="NM-SETTING-GSM-SETTING-NAME:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingGsmError" href="libnm-util/NMSettingGsm.html#NMSettingGsmError"> -<ANCHOR id="NM-SETTING-GSM-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-GSM-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-GSM-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-GSM-ERROR-MISSING-SERIAL-SETTING:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ERROR-MISSING-SERIAL-SETTING:CAPS"> -<ANCHOR id="NM-SETTING-GSM-ERROR:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NUMBER:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NUMBER:CAPS"> -<ANCHOR id="NM-SETTING-GSM-USERNAME:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-GSM-PASSWORD:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-GSM-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-GSM-APN:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-APN:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-ID:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-ID:CAPS"> -<ANCHOR id="NM-SETTING-GSM-PIN:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-PIN:CAPS"> -<ANCHOR id="NM-SETTING-GSM-PIN-FLAGS:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-PIN-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-GSM-HOME-ONLY:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-HOME-ONLY:CAPS"> -<ANCHOR id="NM-SETTING-GSM-ALLOWED-BANDS:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-ALLOWED-BANDS:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE:CAPS"> -<ANCHOR id="NMSettingGsmNetworkType" href="libnm-util/NMSettingGsm.html#NMSettingGsmNetworkType"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE-ANY:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-ANY:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE-UMTS-HSPA:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-UMTS-HSPA:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE-GPRS-EDGE:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-GPRS-EDGE:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE-PREFER-UMTS-HSPA:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-PREFER-UMTS-HSPA:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE-PREFER-GPRS-EDGE:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-PREFER-GPRS-EDGE:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE-PREFER-4G:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-PREFER-4G:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-TYPE-4G:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-4G:CAPS"> -<ANCHOR id="NMSettingGsmNetworkBand" href="libnm-util/NMSettingGsm.html#NMSettingGsmNetworkBand"> -<ANCHOR id="NM-SETTING-GSM-BAND-UNKNOWN:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-ANY:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-ANY:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-EGSM:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-EGSM:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-DCS:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-DCS:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-PCS:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-PCS:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-G850:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-G850:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U2100:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U2100:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U1800:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U1800:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U17IV:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U17IV:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U800:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U800:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U850:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U850:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U900:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U900:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U17IX:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U17IX:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U1900:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U1900:CAPS"> -<ANCHOR id="NM-SETTING-GSM-BAND-U2600:CAPS" href="libnm-util/NMSettingGsm.html#NM-SETTING-GSM-BAND-U2600:CAPS"> -<ANCHOR id="NMSettingGsm.property-details" href="libnm-util/NMSettingGsm.html#NMSettingGsm.property-details"> -<ANCHOR id="NMSettingGsm--allowed-bands" href="libnm-util/NMSettingGsm.html#NMSettingGsm--allowed-bands"> -<ANCHOR id="NMSettingGsm--apn" href="libnm-util/NMSettingGsm.html#NMSettingGsm--apn"> -<ANCHOR id="NMSettingGsm--home-only" href="libnm-util/NMSettingGsm.html#NMSettingGsm--home-only"> -<ANCHOR id="NMSettingGsm--network-id" href="libnm-util/NMSettingGsm.html#NMSettingGsm--network-id"> -<ANCHOR id="NMSettingGsm--network-type" href="libnm-util/NMSettingGsm.html#NMSettingGsm--network-type"> -<ANCHOR id="NMSettingGsm--number" href="libnm-util/NMSettingGsm.html#NMSettingGsm--number"> -<ANCHOR id="NMSettingGsm--password" href="libnm-util/NMSettingGsm.html#NMSettingGsm--password"> -<ANCHOR id="NMSettingGsm--password-flags" href="libnm-util/NMSettingGsm.html#NMSettingGsm--password-flags"> -<ANCHOR id="NMSettingGsm--pin" href="libnm-util/NMSettingGsm.html#NMSettingGsm--pin"> -<ANCHOR id="NMSettingGsm--pin-flags" href="libnm-util/NMSettingGsm.html#NMSettingGsm--pin-flags"> -<ANCHOR id="NMSettingGsm--username" href="libnm-util/NMSettingGsm.html#NMSettingGsm--username"> -<ANCHOR id="NMSettingWimax" href="libnm-util/NMSettingWimax.html"> -<ANCHOR id="NMSettingWimax.functions" href="libnm-util/NMSettingWimax.html#NMSettingWimax.functions"> -<ANCHOR id="NMSettingWimax.properties" href="libnm-util/NMSettingWimax.html#NMSettingWimax.properties"> -<ANCHOR id="NMSettingWimax.other" href="libnm-util/NMSettingWimax.html#NMSettingWimax.other"> -<ANCHOR id="NMSettingWimax.object-hierarchy" href="libnm-util/NMSettingWimax.html#NMSettingWimax.object-hierarchy"> -<ANCHOR id="NMSettingWimax.includes" href="libnm-util/NMSettingWimax.html#NMSettingWimax.includes"> -<ANCHOR id="NMSettingWimax.description" href="libnm-util/NMSettingWimax.html#NMSettingWimax.description"> -<ANCHOR id="NMSettingWimax.functions_details" href="libnm-util/NMSettingWimax.html#NMSettingWimax.functions_details"> -<ANCHOR id="nm-setting-wimax-error-quark" href="libnm-util/NMSettingWimax.html#nm-setting-wimax-error-quark"> -<ANCHOR id="nm-setting-wimax-new" href="libnm-util/NMSettingWimax.html#nm-setting-wimax-new"> -<ANCHOR id="nm-setting-wimax-get-network-name" href="libnm-util/NMSettingWimax.html#nm-setting-wimax-get-network-name"> -<ANCHOR id="nm-setting-wimax-get-mac-address" href="libnm-util/NMSettingWimax.html#nm-setting-wimax-get-mac-address"> -<ANCHOR id="NMSettingWimax.other_details" href="libnm-util/NMSettingWimax.html#NMSettingWimax.other_details"> -<ANCHOR id="NM-SETTING-WIMAX-SETTING-NAME:CAPS" href="libnm-util/NMSettingWimax.html#NM-SETTING-WIMAX-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingWimaxError" href="libnm-util/NMSettingWimax.html#NMSettingWimaxError"> -<ANCHOR id="NM-SETTING-WIMAX-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingWimax.html#NM-SETTING-WIMAX-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-WIMAX-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingWimax.html#NM-SETTING-WIMAX-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIMAX-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingWimax.html#NM-SETTING-WIMAX-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-WIMAX-ERROR:CAPS" href="libnm-util/NMSettingWimax.html#NM-SETTING-WIMAX-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-WIMAX-NETWORK-NAME:CAPS" href="libnm-util/NMSettingWimax.html#NM-SETTING-WIMAX-NETWORK-NAME:CAPS"> -<ANCHOR id="NM-SETTING-WIMAX-MAC-ADDRESS:CAPS" href="libnm-util/NMSettingWimax.html#NM-SETTING-WIMAX-MAC-ADDRESS:CAPS"> -<ANCHOR id="NMSettingWimax.property-details" href="libnm-util/NMSettingWimax.html#NMSettingWimax.property-details"> -<ANCHOR id="NMSettingWimax--mac-address" href="libnm-util/NMSettingWimax.html#NMSettingWimax--mac-address"> -<ANCHOR id="NMSettingWimax--network-name" href="libnm-util/NMSettingWimax.html#NMSettingWimax--network-name"> -<ANCHOR id="NMSettingBond" href="libnm-util/NMSettingBond.html"> -<ANCHOR id="NMSettingBond.functions" href="libnm-util/NMSettingBond.html#NMSettingBond.functions"> -<ANCHOR id="NMSettingBond.properties" href="libnm-util/NMSettingBond.html#NMSettingBond.properties"> -<ANCHOR id="NMSettingBond.other" href="libnm-util/NMSettingBond.html#NMSettingBond.other"> -<ANCHOR id="NMSettingBond.object-hierarchy" href="libnm-util/NMSettingBond.html#NMSettingBond.object-hierarchy"> -<ANCHOR id="NMSettingBond.includes" href="libnm-util/NMSettingBond.html#NMSettingBond.includes"> -<ANCHOR id="NMSettingBond.description" href="libnm-util/NMSettingBond.html#NMSettingBond.description"> -<ANCHOR id="NMSettingBond.functions_details" href="libnm-util/NMSettingBond.html#NMSettingBond.functions_details"> -<ANCHOR id="nm-setting-bond-error-quark" href="libnm-util/NMSettingBond.html#nm-setting-bond-error-quark"> -<ANCHOR id="nm-setting-bond-new" href="libnm-util/NMSettingBond.html#nm-setting-bond-new"> -<ANCHOR id="nm-setting-bond-get-interface-name" href="libnm-util/NMSettingBond.html#nm-setting-bond-get-interface-name"> -<ANCHOR id="nm-setting-bond-get-num-options" href="libnm-util/NMSettingBond.html#nm-setting-bond-get-num-options"> -<ANCHOR id="nm-setting-bond-get-option" href="libnm-util/NMSettingBond.html#nm-setting-bond-get-option"> -<ANCHOR id="nm-setting-bond-get-option-by-name" href="libnm-util/NMSettingBond.html#nm-setting-bond-get-option-by-name"> -<ANCHOR id="nm-setting-bond-add-option" href="libnm-util/NMSettingBond.html#nm-setting-bond-add-option"> -<ANCHOR id="nm-setting-bond-remove-option" href="libnm-util/NMSettingBond.html#nm-setting-bond-remove-option"> -<ANCHOR id="nm-setting-bond-validate-option" href="libnm-util/NMSettingBond.html#nm-setting-bond-validate-option"> -<ANCHOR id="nm-setting-bond-get-valid-options" href="libnm-util/NMSettingBond.html#nm-setting-bond-get-valid-options"> -<ANCHOR id="nm-setting-bond-get-option-default" href="libnm-util/NMSettingBond.html#nm-setting-bond-get-option-default"> -<ANCHOR id="NMSettingBond.other_details" href="libnm-util/NMSettingBond.html#NMSettingBond.other_details"> -<ANCHOR id="NM-SETTING-BOND-SETTING-NAME:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingBondError" href="libnm-util/NMSettingBond.html#NMSettingBondError"> -<ANCHOR id="NM-SETTING-BOND-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-BOND-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-ERROR-INVALID-OPTION:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-ERROR-INVALID-OPTION:CAPS"> -<ANCHOR id="NM-SETTING-BOND-ERROR-MISSING-OPTION:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-ERROR-MISSING-OPTION:CAPS"> -<ANCHOR id="NM-SETTING-BOND-ERROR:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-BOND-INTERFACE-NAME:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-INTERFACE-NAME:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTIONS:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTIONS:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-MODE:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-MODE:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-MIIMON:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-MIIMON:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-DOWNDELAY:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-DOWNDELAY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-UPDELAY:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-UPDELAY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-ARP-INTERVAL:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-ARP-INTERVAL:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-ARP-IP-TARGET:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-ARP-IP-TARGET:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-ARP-VALIDATE:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-ARP-VALIDATE:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-PRIMARY:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-PRIMARY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-PRIMARY-RESELECT:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-PRIMARY-RESELECT:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-FAIL-OVER-MAC:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-FAIL-OVER-MAC:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-USE-CARRIER:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-USE-CARRIER:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-AD-SELECT:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-AD-SELECT:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-XMIT-HASH-POLICY:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-XMIT-HASH-POLICY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-RESEND-IGMP:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-RESEND-IGMP:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-LACP-RATE:CAPS" href="libnm-util/NMSettingBond.html#NM-SETTING-BOND-OPTION-LACP-RATE:CAPS"> -<ANCHOR id="NMSettingBond.property-details" href="libnm-util/NMSettingBond.html#NMSettingBond.property-details"> -<ANCHOR id="NMSettingBond--interface-name" href="libnm-util/NMSettingBond.html#NMSettingBond--interface-name"> -<ANCHOR id="NMSettingBond--options" href="libnm-util/NMSettingBond.html#NMSettingBond--options"> -<ANCHOR id="NMSettingBridge" href="libnm-util/NMSettingBridge.html"> -<ANCHOR id="NMSettingBridge.functions" href="libnm-util/NMSettingBridge.html#NMSettingBridge.functions"> -<ANCHOR id="NMSettingBridge.properties" href="libnm-util/NMSettingBridge.html#NMSettingBridge.properties"> -<ANCHOR id="NMSettingBridge.other" href="libnm-util/NMSettingBridge.html#NMSettingBridge.other"> -<ANCHOR id="NMSettingBridge.object-hierarchy" href="libnm-util/NMSettingBridge.html#NMSettingBridge.object-hierarchy"> -<ANCHOR id="NMSettingBridge.includes" href="libnm-util/NMSettingBridge.html#NMSettingBridge.includes"> -<ANCHOR id="NMSettingBridge.description" href="libnm-util/NMSettingBridge.html#NMSettingBridge.description"> -<ANCHOR id="NMSettingBridge.functions_details" href="libnm-util/NMSettingBridge.html#NMSettingBridge.functions_details"> -<ANCHOR id="nm-setting-bridge-error-quark" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-error-quark"> -<ANCHOR id="nm-setting-bridge-new" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-new"> -<ANCHOR id="nm-setting-bridge-get-interface-name" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-interface-name"> -<ANCHOR id="nm-setting-bridge-get-mac-address" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-mac-address"> -<ANCHOR id="nm-setting-bridge-get-stp" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-stp"> -<ANCHOR id="nm-setting-bridge-get-priority" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-priority"> -<ANCHOR id="nm-setting-bridge-get-forward-delay" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-forward-delay"> -<ANCHOR id="nm-setting-bridge-get-hello-time" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-hello-time"> -<ANCHOR id="nm-setting-bridge-get-max-age" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-max-age"> -<ANCHOR id="nm-setting-bridge-get-ageing-time" href="libnm-util/NMSettingBridge.html#nm-setting-bridge-get-ageing-time"> -<ANCHOR id="NMSettingBridge.other_details" href="libnm-util/NMSettingBridge.html#NMSettingBridge.other_details"> -<ANCHOR id="NM-SETTING-BRIDGE-SETTING-NAME:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingBridgeError" href="libnm-util/NMSettingBridge.html#NMSettingBridgeError"> -<ANCHOR id="NM-SETTING-BRIDGE-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-ERROR:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-INTERFACE-NAME:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-INTERFACE-NAME:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-MAC-ADDRESS:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-STP:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-STP:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PRIORITY:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-FORWARD-DELAY:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-FORWARD-DELAY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-HELLO-TIME:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-HELLO-TIME:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-MAX-AGE:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-MAX-AGE:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-AGEING-TIME:CAPS" href="libnm-util/NMSettingBridge.html#NM-SETTING-BRIDGE-AGEING-TIME:CAPS"> -<ANCHOR id="NMSettingBridge.property-details" href="libnm-util/NMSettingBridge.html#NMSettingBridge.property-details"> -<ANCHOR id="NMSettingBridge--ageing-time" href="libnm-util/NMSettingBridge.html#NMSettingBridge--ageing-time"> -<ANCHOR id="NMSettingBridge--forward-delay" href="libnm-util/NMSettingBridge.html#NMSettingBridge--forward-delay"> -<ANCHOR id="NMSettingBridge--hello-time" href="libnm-util/NMSettingBridge.html#NMSettingBridge--hello-time"> -<ANCHOR id="NMSettingBridge--interface-name" href="libnm-util/NMSettingBridge.html#NMSettingBridge--interface-name"> -<ANCHOR id="NMSettingBridge--mac-address" href="libnm-util/NMSettingBridge.html#NMSettingBridge--mac-address"> -<ANCHOR id="NMSettingBridge--max-age" href="libnm-util/NMSettingBridge.html#NMSettingBridge--max-age"> -<ANCHOR id="NMSettingBridge--priority" href="libnm-util/NMSettingBridge.html#NMSettingBridge--priority"> -<ANCHOR id="NMSettingBridge--stp" href="libnm-util/NMSettingBridge.html#NMSettingBridge--stp"> -<ANCHOR id="NMSettingBridgePort" href="libnm-util/NMSettingBridgePort.html"> -<ANCHOR id="NMSettingBridgePort.functions" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.functions"> -<ANCHOR id="NMSettingBridgePort.properties" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.properties"> -<ANCHOR id="NMSettingBridgePort.other" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.other"> -<ANCHOR id="NMSettingBridgePort.object-hierarchy" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.object-hierarchy"> -<ANCHOR id="NMSettingBridgePort.includes" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.includes"> -<ANCHOR id="NMSettingBridgePort.description" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.description"> -<ANCHOR id="NMSettingBridgePort.functions_details" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.functions_details"> -<ANCHOR id="nm-setting-bridge-port-error-quark" href="libnm-util/NMSettingBridgePort.html#nm-setting-bridge-port-error-quark"> -<ANCHOR id="nm-setting-bridge-port-new" href="libnm-util/NMSettingBridgePort.html#nm-setting-bridge-port-new"> -<ANCHOR id="nm-setting-bridge-port-get-priority" href="libnm-util/NMSettingBridgePort.html#nm-setting-bridge-port-get-priority"> -<ANCHOR id="nm-setting-bridge-port-get-path-cost" href="libnm-util/NMSettingBridgePort.html#nm-setting-bridge-port-get-path-cost"> -<ANCHOR id="nm-setting-bridge-port-get-hairpin-mode" href="libnm-util/NMSettingBridgePort.html#nm-setting-bridge-port-get-hairpin-mode"> -<ANCHOR id="NMSettingBridgePort.other_details" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.other_details"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-SETTING-NAME:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingBridgePortError" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePortError"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-ERROR:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-PRIORITY:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-PATH-COST:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-PATH-COST:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-HAIRPIN-MODE:CAPS" href="libnm-util/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-HAIRPIN-MODE:CAPS"> -<ANCHOR id="NMSettingBridgePort.property-details" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort.property-details"> -<ANCHOR id="NMSettingBridgePort--hairpin-mode" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort--hairpin-mode"> -<ANCHOR id="NMSettingBridgePort--path-cost" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort--path-cost"> -<ANCHOR id="NMSettingBridgePort--priority" href="libnm-util/NMSettingBridgePort.html#NMSettingBridgePort--priority"> -<ANCHOR id="NMSettingTeam" href="libnm-util/NMSettingTeam.html"> -<ANCHOR id="NMSettingTeam.functions" href="libnm-util/NMSettingTeam.html#NMSettingTeam.functions"> -<ANCHOR id="NMSettingTeam.properties" href="libnm-util/NMSettingTeam.html#NMSettingTeam.properties"> -<ANCHOR id="NMSettingTeam.other" href="libnm-util/NMSettingTeam.html#NMSettingTeam.other"> -<ANCHOR id="NMSettingTeam.object-hierarchy" href="libnm-util/NMSettingTeam.html#NMSettingTeam.object-hierarchy"> -<ANCHOR id="NMSettingTeam.includes" href="libnm-util/NMSettingTeam.html#NMSettingTeam.includes"> -<ANCHOR id="NMSettingTeam.description" href="libnm-util/NMSettingTeam.html#NMSettingTeam.description"> -<ANCHOR id="NMSettingTeam.functions_details" href="libnm-util/NMSettingTeam.html#NMSettingTeam.functions_details"> -<ANCHOR id="nm-setting-team-error-quark" href="libnm-util/NMSettingTeam.html#nm-setting-team-error-quark"> -<ANCHOR id="nm-setting-team-new" href="libnm-util/NMSettingTeam.html#nm-setting-team-new"> -<ANCHOR id="nm-setting-team-get-interface-name" href="libnm-util/NMSettingTeam.html#nm-setting-team-get-interface-name"> -<ANCHOR id="nm-setting-team-get-config" href="libnm-util/NMSettingTeam.html#nm-setting-team-get-config"> -<ANCHOR id="NMSettingTeam.other_details" href="libnm-util/NMSettingTeam.html#NMSettingTeam.other_details"> -<ANCHOR id="NM-SETTING-TEAM-SETTING-NAME:CAPS" href="libnm-util/NMSettingTeam.html#NM-SETTING-TEAM-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingTeamError" href="libnm-util/NMSettingTeam.html#NMSettingTeamError"> -<ANCHOR id="NM-SETTING-TEAM-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingTeam.html#NM-SETTING-TEAM-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingTeam.html#NM-SETTING-TEAM-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingTeam.html#NM-SETTING-TEAM-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-ERROR:CAPS" href="libnm-util/NMSettingTeam.html#NM-SETTING-TEAM-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-INTERFACE-NAME:CAPS" href="libnm-util/NMSettingTeam.html#NM-SETTING-TEAM-INTERFACE-NAME:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-CONFIG:CAPS" href="libnm-util/NMSettingTeam.html#NM-SETTING-TEAM-CONFIG:CAPS"> -<ANCHOR id="NMSettingTeam.property-details" href="libnm-util/NMSettingTeam.html#NMSettingTeam.property-details"> -<ANCHOR id="NMSettingTeam--config" href="libnm-util/NMSettingTeam.html#NMSettingTeam--config"> -<ANCHOR id="NMSettingTeam--interface-name" href="libnm-util/NMSettingTeam.html#NMSettingTeam--interface-name"> -<ANCHOR id="NMSettingTeamPort" href="libnm-util/NMSettingTeamPort.html"> -<ANCHOR id="NMSettingTeamPort.functions" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.functions"> -<ANCHOR id="NMSettingTeamPort.properties" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.properties"> -<ANCHOR id="NMSettingTeamPort.other" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.other"> -<ANCHOR id="NMSettingTeamPort.object-hierarchy" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.object-hierarchy"> -<ANCHOR id="NMSettingTeamPort.includes" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.includes"> -<ANCHOR id="NMSettingTeamPort.description" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.description"> -<ANCHOR id="NMSettingTeamPort.functions_details" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.functions_details"> -<ANCHOR id="nm-setting-team-port-error-quark" href="libnm-util/NMSettingTeamPort.html#nm-setting-team-port-error-quark"> -<ANCHOR id="nm-setting-team-port-new" href="libnm-util/NMSettingTeamPort.html#nm-setting-team-port-new"> -<ANCHOR id="nm-setting-team-port-get-config" href="libnm-util/NMSettingTeamPort.html#nm-setting-team-port-get-config"> -<ANCHOR id="NMSettingTeamPort.other_details" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.other_details"> -<ANCHOR id="NM-SETTING-TEAM-PORT-SETTING-NAME:CAPS" href="libnm-util/NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingTeamPortError" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPortError"> -<ANCHOR id="NM-SETTING-TEAM-PORT-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-PORT-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-PORT-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-PORT-ERROR:CAPS" href="libnm-util/NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-PORT-CONFIG:CAPS" href="libnm-util/NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-CONFIG:CAPS"> -<ANCHOR id="NMSettingTeamPort.property-details" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort.property-details"> -<ANCHOR id="NMSettingTeamPort--config" href="libnm-util/NMSettingTeamPort.html#NMSettingTeamPort--config"> -<ANCHOR id="NMSettingGeneric" href="libnm-util/NMSettingGeneric.html"> -<ANCHOR id="NMSettingGeneric.functions" href="libnm-util/NMSettingGeneric.html#NMSettingGeneric.functions"> -<ANCHOR id="NMSettingGeneric.other" href="libnm-util/NMSettingGeneric.html#NMSettingGeneric.other"> -<ANCHOR id="NMSettingGeneric.object-hierarchy" href="libnm-util/NMSettingGeneric.html#NMSettingGeneric.object-hierarchy"> -<ANCHOR id="NMSettingGeneric.includes" href="libnm-util/NMSettingGeneric.html#NMSettingGeneric.includes"> -<ANCHOR id="NMSettingGeneric.description" href="libnm-util/NMSettingGeneric.html#NMSettingGeneric.description"> -<ANCHOR id="NMSettingGeneric.functions_details" href="libnm-util/NMSettingGeneric.html#NMSettingGeneric.functions_details"> -<ANCHOR id="nm-setting-generic-error-quark" href="libnm-util/NMSettingGeneric.html#nm-setting-generic-error-quark"> -<ANCHOR id="nm-setting-generic-new" href="libnm-util/NMSettingGeneric.html#nm-setting-generic-new"> -<ANCHOR id="NMSettingGeneric.other_details" href="libnm-util/NMSettingGeneric.html#NMSettingGeneric.other_details"> -<ANCHOR id="NM-SETTING-GENERIC-SETTING-NAME:CAPS" href="libnm-util/NMSettingGeneric.html#NM-SETTING-GENERIC-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingGenericError" href="libnm-util/NMSettingGeneric.html#NMSettingGenericError"> -<ANCHOR id="NM-SETTING-GENERIC-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingGeneric.html#NM-SETTING-GENERIC-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-GENERIC-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingGeneric.html#NM-SETTING-GENERIC-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-GENERIC-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingGeneric.html#NM-SETTING-GENERIC-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-GENERIC-ERROR:CAPS" href="libnm-util/NMSettingGeneric.html#NM-SETTING-GENERIC-ERROR:CAPS"> -<ANCHOR id="NMSettingInfiniband" href="libnm-util/NMSettingInfiniband.html"> -<ANCHOR id="NMSettingInfiniband.functions" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.functions"> -<ANCHOR id="NMSettingInfiniband.properties" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.properties"> -<ANCHOR id="NMSettingInfiniband.other" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.other"> -<ANCHOR id="NMSettingInfiniband.object-hierarchy" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.object-hierarchy"> -<ANCHOR id="NMSettingInfiniband.includes" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.includes"> -<ANCHOR id="NMSettingInfiniband.description" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.description"> -<ANCHOR id="NMSettingInfiniband.functions_details" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.functions_details"> -<ANCHOR id="nm-setting-infiniband-error-quark" href="libnm-util/NMSettingInfiniband.html#nm-setting-infiniband-error-quark"> -<ANCHOR id="nm-setting-infiniband-new" href="libnm-util/NMSettingInfiniband.html#nm-setting-infiniband-new"> -<ANCHOR id="nm-setting-infiniband-get-mac-address" href="libnm-util/NMSettingInfiniband.html#nm-setting-infiniband-get-mac-address"> -<ANCHOR id="nm-setting-infiniband-get-mtu" href="libnm-util/NMSettingInfiniband.html#nm-setting-infiniband-get-mtu"> -<ANCHOR id="nm-setting-infiniband-get-transport-mode" href="libnm-util/NMSettingInfiniband.html#nm-setting-infiniband-get-transport-mode"> -<ANCHOR id="nm-setting-infiniband-get-p-key" href="libnm-util/NMSettingInfiniband.html#nm-setting-infiniband-get-p-key"> -<ANCHOR id="nm-setting-infiniband-get-parent" href="libnm-util/NMSettingInfiniband.html#nm-setting-infiniband-get-parent"> -<ANCHOR id="NMSettingInfiniband.other_details" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.other_details"> -<ANCHOR id="NM-SETTING-INFINIBAND-SETTING-NAME:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingInfinibandError" href="libnm-util/NMSettingInfiniband.html#NMSettingInfinibandError"> -<ANCHOR id="NM-SETTING-INFINIBAND-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-ERROR:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-MAC-ADDRESS:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-MTU:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-MTU:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-TRANSPORT-MODE:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-TRANSPORT-MODE:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-P-KEY:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-P-KEY:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-PARENT:CAPS" href="libnm-util/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-PARENT:CAPS"> -<ANCHOR id="NMSettingInfiniband.property-details" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband.property-details"> -<ANCHOR id="NMSettingInfiniband--mac-address" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband--mac-address"> -<ANCHOR id="NMSettingInfiniband--mtu" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband--mtu"> -<ANCHOR id="NMSettingInfiniband--p-key" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband--p-key"> -<ANCHOR id="NMSettingInfiniband--parent" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband--parent"> -<ANCHOR id="NMSettingInfiniband--transport-mode" href="libnm-util/NMSettingInfiniband.html#NMSettingInfiniband--transport-mode"> -<ANCHOR id="NMSettingVlan" href="libnm-util/NMSettingVlan.html"> -<ANCHOR id="NMSettingVlan.functions" href="libnm-util/NMSettingVlan.html#NMSettingVlan.functions"> -<ANCHOR id="NMSettingVlan.properties" href="libnm-util/NMSettingVlan.html#NMSettingVlan.properties"> -<ANCHOR id="NMSettingVlan.other" href="libnm-util/NMSettingVlan.html#NMSettingVlan.other"> -<ANCHOR id="NMSettingVlan.object-hierarchy" href="libnm-util/NMSettingVlan.html#NMSettingVlan.object-hierarchy"> -<ANCHOR id="NMSettingVlan.includes" href="libnm-util/NMSettingVlan.html#NMSettingVlan.includes"> -<ANCHOR id="NMSettingVlan.description" href="libnm-util/NMSettingVlan.html#NMSettingVlan.description"> -<ANCHOR id="NMSettingVlan.functions_details" href="libnm-util/NMSettingVlan.html#NMSettingVlan.functions_details"> -<ANCHOR id="nm-setting-vlan-error-quark" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-error-quark"> -<ANCHOR id="NM-VLAN-FLAGS-ALL:CAPS" href="libnm-util/NMSettingVlan.html#NM-VLAN-FLAGS-ALL:CAPS"> -<ANCHOR id="nm-setting-vlan-new" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-new"> -<ANCHOR id="nm-setting-vlan-get-interface-name" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-get-interface-name"> -<ANCHOR id="nm-setting-vlan-get-parent" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-get-parent"> -<ANCHOR id="nm-setting-vlan-get-id" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-get-id"> -<ANCHOR id="nm-setting-vlan-get-flags" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-get-flags"> -<ANCHOR id="nm-setting-vlan-get-num-priorities" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-get-num-priorities"> -<ANCHOR id="nm-setting-vlan-get-priority" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-get-priority"> -<ANCHOR id="nm-setting-vlan-add-priority" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-add-priority"> -<ANCHOR id="nm-setting-vlan-remove-priority" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-remove-priority"> -<ANCHOR id="nm-setting-vlan-remove-priority-by-value" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-remove-priority-by-value"> -<ANCHOR id="nm-setting-vlan-remove-priority-str-by-value" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-remove-priority-str-by-value"> -<ANCHOR id="nm-setting-vlan-clear-priorities" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-clear-priorities"> -<ANCHOR id="nm-setting-vlan-add-priority-str" href="libnm-util/NMSettingVlan.html#nm-setting-vlan-add-priority-str"> -<ANCHOR id="NMSettingVlan.other_details" href="libnm-util/NMSettingVlan.html#NMSettingVlan.other_details"> -<ANCHOR id="NM-SETTING-VLAN-SETTING-NAME:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingVlanError" href="libnm-util/NMSettingVlan.html#NMSettingVlanError"> -<ANCHOR id="NM-SETTING-VLAN-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-ERROR-INVALID-PARENT:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-ERROR-INVALID-PARENT:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-ERROR:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-INTERFACE-NAME:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-INTERFACE-NAME:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-PARENT:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-PARENT:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-ID:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-ID:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-FLAGS:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-INGRESS-PRIORITY-MAP:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-INGRESS-PRIORITY-MAP:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-EGRESS-PRIORITY-MAP:CAPS" href="libnm-util/NMSettingVlan.html#NM-SETTING-VLAN-EGRESS-PRIORITY-MAP:CAPS"> -<ANCHOR id="NMVlanPriorityMap" href="libnm-util/NMSettingVlan.html#NMVlanPriorityMap"> -<ANCHOR id="NM-VLAN-INGRESS-MAP:CAPS" href="libnm-util/NMSettingVlan.html#NM-VLAN-INGRESS-MAP:CAPS"> -<ANCHOR id="NM-VLAN-EGRESS-MAP:CAPS" href="libnm-util/NMSettingVlan.html#NM-VLAN-EGRESS-MAP:CAPS"> -<ANCHOR id="NMVlanFlags" href="libnm-util/NMSettingVlan.html#NMVlanFlags"> -<ANCHOR id="NM-VLAN-FLAG-REORDER-HEADERS:CAPS" href="libnm-util/NMSettingVlan.html#NM-VLAN-FLAG-REORDER-HEADERS:CAPS"> -<ANCHOR id="NM-VLAN-FLAG-GVRP:CAPS" href="libnm-util/NMSettingVlan.html#NM-VLAN-FLAG-GVRP:CAPS"> -<ANCHOR id="NM-VLAN-FLAG-LOOSE-BINDING:CAPS" href="libnm-util/NMSettingVlan.html#NM-VLAN-FLAG-LOOSE-BINDING:CAPS"> -<ANCHOR id="NM-VLAN-FLAG-MVRP:CAPS" href="libnm-util/NMSettingVlan.html#NM-VLAN-FLAG-MVRP:CAPS"> -<ANCHOR id="NMSettingVlan.property-details" href="libnm-util/NMSettingVlan.html#NMSettingVlan.property-details"> -<ANCHOR id="NMSettingVlan--egress-priority-map" href="libnm-util/NMSettingVlan.html#NMSettingVlan--egress-priority-map"> -<ANCHOR id="NMSettingVlan--flags" href="libnm-util/NMSettingVlan.html#NMSettingVlan--flags"> -<ANCHOR id="NMSettingVlan--id" href="libnm-util/NMSettingVlan.html#NMSettingVlan--id"> -<ANCHOR id="NMSettingVlan--ingress-priority-map" href="libnm-util/NMSettingVlan.html#NMSettingVlan--ingress-priority-map"> -<ANCHOR id="NMSettingVlan--interface-name" href="libnm-util/NMSettingVlan.html#NMSettingVlan--interface-name"> -<ANCHOR id="NMSettingVlan--parent" href="libnm-util/NMSettingVlan.html#NMSettingVlan--parent"> -<ANCHOR id="NMSettingOlpcMesh" href="libnm-util/NMSettingOlpcMesh.html"> -<ANCHOR id="NMSettingOlpcMesh.functions" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.functions"> -<ANCHOR id="NMSettingOlpcMesh.properties" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.properties"> -<ANCHOR id="NMSettingOlpcMesh.other" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.other"> -<ANCHOR id="NMSettingOlpcMesh.object-hierarchy" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.object-hierarchy"> -<ANCHOR id="NMSettingOlpcMesh.description" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.description"> -<ANCHOR id="NMSettingOlpcMesh.functions_details" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.functions_details"> -<ANCHOR id="nm-setting-olpc-mesh-error-quark" href="libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-error-quark"> -<ANCHOR id="nm-setting-olpc-mesh-new" href="libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-new"> -<ANCHOR id="nm-setting-olpc-mesh-get-ssid" href="libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-ssid"> -<ANCHOR id="nm-setting-olpc-mesh-get-channel" href="libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-channel"> -<ANCHOR id="nm-setting-olpc-mesh-get-dhcp-anycast-address" href="libnm-util/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-dhcp-anycast-address"> -<ANCHOR id="NMSettingOlpcMesh.other_details" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.other_details"> -<ANCHOR id="NM-SETTING-OLPC-MESH-SETTING-NAME:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingOlpcMeshError" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMeshError"> -<ANCHOR id="NM-SETTING-OLPC-MESH-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-OLPC-MESH-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-OLPC-MESH-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-OLPC-MESH-ERROR:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-OLPC-MESH-SSID:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-SSID:CAPS"> -<ANCHOR id="NM-SETTING-OLPC-MESH-CHANNEL:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-CHANNEL:CAPS"> -<ANCHOR id="NM-SETTING-OLPC-MESH-DHCP-ANYCAST-ADDRESS:CAPS" href="libnm-util/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-DHCP-ANYCAST-ADDRESS:CAPS"> -<ANCHOR id="NMSettingOlpcMesh.property-details" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh.property-details"> -<ANCHOR id="NMSettingOlpcMesh--channel" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--channel"> -<ANCHOR id="NMSettingOlpcMesh--dhcp-anycast-address" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--dhcp-anycast-address"> -<ANCHOR id="NMSettingOlpcMesh--ssid" href="libnm-util/NMSettingOlpcMesh.html#NMSettingOlpcMesh--ssid"> -<ANCHOR id="NMSettingAdsl" href="libnm-util/NMSettingAdsl.html"> -<ANCHOR id="NMSettingAdsl.functions" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.functions"> -<ANCHOR id="NMSettingAdsl.properties" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.properties"> -<ANCHOR id="NMSettingAdsl.other" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.other"> -<ANCHOR id="NMSettingAdsl.object-hierarchy" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.object-hierarchy"> -<ANCHOR id="NMSettingAdsl.includes" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.includes"> -<ANCHOR id="NMSettingAdsl.description" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.description"> -<ANCHOR id="NMSettingAdsl.functions_details" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.functions_details"> -<ANCHOR id="nm-setting-adsl-error-quark" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-error-quark"> -<ANCHOR id="nm-setting-adsl-new" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-new"> -<ANCHOR id="nm-setting-adsl-get-username" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-get-username"> -<ANCHOR id="nm-setting-adsl-get-password" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-get-password"> -<ANCHOR id="nm-setting-adsl-get-protocol" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-get-protocol"> -<ANCHOR id="nm-setting-adsl-get-encapsulation" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-get-encapsulation"> -<ANCHOR id="nm-setting-adsl-get-vpi" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-get-vpi"> -<ANCHOR id="nm-setting-adsl-get-vci" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-get-vci"> -<ANCHOR id="nm-setting-adsl-get-password-flags" href="libnm-util/NMSettingAdsl.html#nm-setting-adsl-get-password-flags"> -<ANCHOR id="NMSettingAdsl.other_details" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.other_details"> -<ANCHOR id="NM-SETTING-ADSL-SETTING-NAME:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingAdslError" href="libnm-util/NMSettingAdsl.html#NMSettingAdslError"> -<ANCHOR id="NM-SETTING-ADSL-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-ERROR:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-USERNAME:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PASSWORD:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PROTOCOL:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-PROTOCOL:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-ENCAPSULATION:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-ENCAPSULATION:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-VPI:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-VPI:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-VCI:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-VCI:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PROTOCOL-PPPOA:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-PROTOCOL-PPPOA:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PROTOCOL-PPPOE:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-PROTOCOL-PPPOE:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PROTOCOL-IPOATM:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-PROTOCOL-IPOATM:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-ENCAPSULATION-VCMUX:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-ENCAPSULATION-VCMUX:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-ENCAPSULATION-LLC:CAPS" href="libnm-util/NMSettingAdsl.html#NM-SETTING-ADSL-ENCAPSULATION-LLC:CAPS"> -<ANCHOR id="NMSettingAdsl.property-details" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl.property-details"> -<ANCHOR id="NMSettingAdsl--encapsulation" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl--encapsulation"> -<ANCHOR id="NMSettingAdsl--password" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl--password"> -<ANCHOR id="NMSettingAdsl--password-flags" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl--password-flags"> -<ANCHOR id="NMSettingAdsl--protocol" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl--protocol"> -<ANCHOR id="NMSettingAdsl--username" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl--username"> -<ANCHOR id="NMSettingAdsl--vci" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl--vci"> -<ANCHOR id="NMSettingAdsl--vpi" href="libnm-util/NMSettingAdsl.html#NMSettingAdsl--vpi"> -<ANCHOR id="NMSettingDcb" href="libnm-util/NMSettingDcb.html"> -<ANCHOR id="NMSettingDcb.functions" href="libnm-util/NMSettingDcb.html#NMSettingDcb.functions"> -<ANCHOR id="NMSettingDcb.properties" href="libnm-util/NMSettingDcb.html#NMSettingDcb.properties"> -<ANCHOR id="NMSettingDcb.other" href="libnm-util/NMSettingDcb.html#NMSettingDcb.other"> -<ANCHOR id="NMSettingDcb.object-hierarchy" href="libnm-util/NMSettingDcb.html#NMSettingDcb.object-hierarchy"> -<ANCHOR id="NMSettingDcb.includes" href="libnm-util/NMSettingDcb.html#NMSettingDcb.includes"> -<ANCHOR id="NMSettingDcb.description" href="libnm-util/NMSettingDcb.html#NMSettingDcb.description"> -<ANCHOR id="NMSettingDcb.functions_details" href="libnm-util/NMSettingDcb.html#NMSettingDcb.functions_details"> -<ANCHOR id="nm-setting-dcb-error-quark" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-error-quark"> -<ANCHOR id="nm-setting-dcb-new" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-new"> -<ANCHOR id="nm-setting-dcb-get-app-fcoe-flags" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-app-fcoe-flags"> -<ANCHOR id="nm-setting-dcb-get-app-fcoe-priority" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-app-fcoe-priority"> -<ANCHOR id="nm-setting-dcb-get-app-fcoe-mode" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-app-fcoe-mode"> -<ANCHOR id="nm-setting-dcb-get-app-iscsi-flags" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-app-iscsi-flags"> -<ANCHOR id="nm-setting-dcb-get-app-iscsi-priority" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-app-iscsi-priority"> -<ANCHOR id="nm-setting-dcb-get-app-fip-flags" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-app-fip-flags"> -<ANCHOR id="nm-setting-dcb-get-app-fip-priority" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-app-fip-priority"> -<ANCHOR id="nm-setting-dcb-get-priority-flow-control-flags" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-flow-control-flags"> -<ANCHOR id="nm-setting-dcb-get-priority-flow-control" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-flow-control"> -<ANCHOR id="nm-setting-dcb-set-priority-flow-control" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-set-priority-flow-control"> -<ANCHOR id="nm-setting-dcb-get-priority-group-flags" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-group-flags"> -<ANCHOR id="nm-setting-dcb-get-priority-group-id" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-group-id"> -<ANCHOR id="nm-setting-dcb-set-priority-group-id" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-set-priority-group-id"> -<ANCHOR id="nm-setting-dcb-get-priority-group-bandwidth" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-group-bandwidth"> -<ANCHOR id="nm-setting-dcb-set-priority-group-bandwidth" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-set-priority-group-bandwidth"> -<ANCHOR id="nm-setting-dcb-get-priority-bandwidth" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-bandwidth"> -<ANCHOR id="nm-setting-dcb-set-priority-bandwidth" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-set-priority-bandwidth"> -<ANCHOR id="nm-setting-dcb-get-priority-strict-bandwidth" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-strict-bandwidth"> -<ANCHOR id="nm-setting-dcb-set-priority-strict-bandwidth" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-set-priority-strict-bandwidth"> -<ANCHOR id="nm-setting-dcb-get-priority-traffic-class" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-get-priority-traffic-class"> -<ANCHOR id="nm-setting-dcb-set-priority-traffic-class" href="libnm-util/NMSettingDcb.html#nm-setting-dcb-set-priority-traffic-class"> -<ANCHOR id="NMSettingDcb.other_details" href="libnm-util/NMSettingDcb.html#NMSettingDcb.other_details"> -<ANCHOR id="NM-SETTING-DCB-SETTING-NAME:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingDcbError" href="libnm-util/NMSettingDcb.html#NMSettingDcbError"> -<ANCHOR id="NM-SETTING-DCB-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-DCB-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-DCB-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-DCB-ERROR:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-ERROR:CAPS"> -<ANCHOR id="NMSettingDcbFlags" href="libnm-util/NMSettingDcb.html#NMSettingDcbFlags"> -<ANCHOR id="NM-SETTING-DCB-FLAG-NONE:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-FLAG-NONE:CAPS"> -<ANCHOR id="NM-SETTING-DCB-FLAG-ENABLE:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"> -<ANCHOR id="NM-SETTING-DCB-FLAG-ADVERTISE:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-FLAG-ADVERTISE:CAPS"> -<ANCHOR id="NM-SETTING-DCB-FLAG-WILLING:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-FLAG-WILLING:CAPS"> -<ANCHOR id="NM-SETTING-DCB-FCOE-MODE-FABRIC:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-FCOE-MODE-FABRIC:CAPS"> -<ANCHOR id="NM-SETTING-DCB-FCOE-MODE-VN2VN:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-FCOE-MODE-VN2VN:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-FCOE-FLAGS:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-APP-FCOE-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-FCOE-PRIORITY:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-APP-FCOE-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-FCOE-MODE:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-APP-FCOE-MODE:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-ISCSI-FLAGS:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-APP-ISCSI-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-ISCSI-PRIORITY:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-APP-ISCSI-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-FIP-FLAGS:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-APP-FIP-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-FIP-PRIORITY:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-APP-FIP-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-FLOW-CONTROL-FLAGS:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-FLOW-CONTROL-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-FLOW-CONTROL:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-FLOW-CONTROL:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-GROUP-FLAGS:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-GROUP-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-GROUP-ID:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-GROUP-ID:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-GROUP-BANDWIDTH:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-GROUP-BANDWIDTH:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-BANDWIDTH:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-BANDWIDTH:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-STRICT-BANDWIDTH:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-STRICT-BANDWIDTH:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-TRAFFIC-CLASS:CAPS" href="libnm-util/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-TRAFFIC-CLASS:CAPS"> -<ANCHOR id="NMSettingDcb.property-details" href="libnm-util/NMSettingDcb.html#NMSettingDcb.property-details"> -<ANCHOR id="NMSettingDcb--app-fcoe-flags" href="libnm-util/NMSettingDcb.html#NMSettingDcb--app-fcoe-flags"> -<ANCHOR id="NMSettingDcb--app-fcoe-mode" href="libnm-util/NMSettingDcb.html#NMSettingDcb--app-fcoe-mode"> -<ANCHOR id="NMSettingDcb--app-fcoe-priority" href="libnm-util/NMSettingDcb.html#NMSettingDcb--app-fcoe-priority"> -<ANCHOR id="NMSettingDcb--app-fip-flags" href="libnm-util/NMSettingDcb.html#NMSettingDcb--app-fip-flags"> -<ANCHOR id="NMSettingDcb--app-fip-priority" href="libnm-util/NMSettingDcb.html#NMSettingDcb--app-fip-priority"> -<ANCHOR id="NMSettingDcb--app-iscsi-flags" href="libnm-util/NMSettingDcb.html#NMSettingDcb--app-iscsi-flags"> -<ANCHOR id="NMSettingDcb--app-iscsi-priority" href="libnm-util/NMSettingDcb.html#NMSettingDcb--app-iscsi-priority"> -<ANCHOR id="NMSettingDcb--priority-bandwidth" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-bandwidth"> -<ANCHOR id="NMSettingDcb--priority-flow-control" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-flow-control"> -<ANCHOR id="NMSettingDcb--priority-flow-control-flags" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-flow-control-flags"> -<ANCHOR id="NMSettingDcb--priority-group-bandwidth" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-group-bandwidth"> -<ANCHOR id="NMSettingDcb--priority-group-flags" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-group-flags"> -<ANCHOR id="NMSettingDcb--priority-group-id" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-group-id"> -<ANCHOR id="NMSettingDcb--priority-strict-bandwidth" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-strict-bandwidth"> -<ANCHOR id="NMSettingDcb--priority-traffic-class" href="libnm-util/NMSettingDcb.html#NMSettingDcb--priority-traffic-class"> -<ANCHOR id="NMSetting8021x" href="libnm-util/NMSetting8021x.html"> -<ANCHOR id="NMSetting8021x.functions" href="libnm-util/NMSetting8021x.html#NMSetting8021x.functions"> -<ANCHOR id="NMSetting8021x.properties" href="libnm-util/NMSetting8021x.html#NMSetting8021x.properties"> -<ANCHOR id="NMSetting8021x.other" href="libnm-util/NMSetting8021x.html#NMSetting8021x.other"> -<ANCHOR id="NMSetting8021x.object-hierarchy" href="libnm-util/NMSetting8021x.html#NMSetting8021x.object-hierarchy"> -<ANCHOR id="NMSetting8021x.includes" href="libnm-util/NMSetting8021x.html#NMSetting8021x.includes"> -<ANCHOR id="NMSetting8021x.description" href="libnm-util/NMSetting8021x.html#NMSetting8021x.description"> -<ANCHOR id="NMSetting8021x.functions_details" href="libnm-util/NMSetting8021x.html#NMSetting8021x.functions_details"> -<ANCHOR id="nm-setting-802-1x-error-quark" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-error-quark"> -<ANCHOR id="nm-setting-802-1x-new" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-new"> -<ANCHOR id="nm-setting-802-1x-get-num-eap-methods" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-num-eap-methods"> -<ANCHOR id="nm-setting-802-1x-get-eap-method" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-eap-method"> -<ANCHOR id="nm-setting-802-1x-add-eap-method" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-add-eap-method"> -<ANCHOR id="nm-setting-802-1x-remove-eap-method" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-remove-eap-method"> -<ANCHOR id="nm-setting-802-1x-remove-eap-method-by-value" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-remove-eap-method-by-value"> -<ANCHOR id="nm-setting-802-1x-clear-eap-methods" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-clear-eap-methods"> -<ANCHOR id="nm-setting-802-1x-get-identity" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-identity"> -<ANCHOR id="nm-setting-802-1x-get-anonymous-identity" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-anonymous-identity"> -<ANCHOR id="nm-setting-802-1x-get-pac-file" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-pac-file"> -<ANCHOR id="nm-setting-802-1x-get-system-ca-certs" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-system-ca-certs"> -<ANCHOR id="nm-setting-802-1x-get-ca-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-path"> -<ANCHOR id="nm-setting-802-1x-get-phase2-ca-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-path"> -<ANCHOR id="nm-setting-802-1x-get-ca-cert-scheme" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-scheme"> -<ANCHOR id="nm-setting-802-1x-get-ca-cert-blob" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob"> -<ANCHOR id="nm-setting-802-1x-get-ca-cert-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path"> -<ANCHOR id="nm-setting-802-1x-set-ca-cert" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-ca-cert"> -<ANCHOR id="nm-setting-802-1x-get-subject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-subject-match"> -<ANCHOR id="nm-setting-802-1x-get-num-altsubject-matches" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-num-altsubject-matches"> -<ANCHOR id="nm-setting-802-1x-get-altsubject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-add-altsubject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-add-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-remove-altsubject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-remove-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-remove-altsubject-match-by-value" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-remove-altsubject-match-by-value"> -<ANCHOR id="nm-setting-802-1x-clear-altsubject-matches" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-clear-altsubject-matches"> -<ANCHOR id="nm-setting-802-1x-get-client-cert-scheme" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-scheme"> -<ANCHOR id="nm-setting-802-1x-get-client-cert-blob" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob"> -<ANCHOR id="nm-setting-802-1x-get-client-cert-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path"> -<ANCHOR id="nm-setting-802-1x-set-client-cert" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-client-cert"> -<ANCHOR id="nm-setting-802-1x-get-phase1-peapver" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase1-peapver"> -<ANCHOR id="nm-setting-802-1x-get-phase1-peaplabel" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase1-peaplabel"> -<ANCHOR id="nm-setting-802-1x-get-phase1-fast-provisioning" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase1-fast-provisioning"> -<ANCHOR id="nm-setting-802-1x-get-phase2-auth" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-auth"> -<ANCHOR id="nm-setting-802-1x-get-phase2-autheap" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-autheap"> -<ANCHOR id="nm-setting-802-1x-get-phase2-ca-cert-scheme" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-scheme"> -<ANCHOR id="nm-setting-802-1x-get-phase2-ca-cert-blob" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-blob"> -<ANCHOR id="nm-setting-802-1x-get-phase2-ca-cert-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-path"> -<ANCHOR id="nm-setting-802-1x-set-phase2-ca-cert" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert"> -<ANCHOR id="nm-setting-802-1x-get-phase2-subject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-subject-match"> -<ANCHOR id="nm-setting-802-1x-get-num-phase2-altsubject-matches" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-num-phase2-altsubject-matches"> -<ANCHOR id="nm-setting-802-1x-get-phase2-altsubject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-add-phase2-altsubject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-add-phase2-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-remove-phase2-altsubject-match" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-remove-phase2-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-remove-phase2-altsubject-match-by-value" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-remove-phase2-altsubject-match-by-value"> -<ANCHOR id="nm-setting-802-1x-clear-phase2-altsubject-matches" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-clear-phase2-altsubject-matches"> -<ANCHOR id="nm-setting-802-1x-get-phase2-client-cert-scheme" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-scheme"> -<ANCHOR id="nm-setting-802-1x-get-phase2-client-cert-blob" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-blob"> -<ANCHOR id="nm-setting-802-1x-get-phase2-client-cert-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-path"> -<ANCHOR id="nm-setting-802-1x-set-phase2-client-cert" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert"> -<ANCHOR id="nm-setting-802-1x-get-password" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-password"> -<ANCHOR id="nm-setting-802-1x-get-password-flags" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-password-flags"> -<ANCHOR id="nm-setting-802-1x-get-password-raw" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-password-raw"> -<ANCHOR id="nm-setting-802-1x-get-password-raw-flags" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-password-raw-flags"> -<ANCHOR id="nm-setting-802-1x-get-pin" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-pin"> -<ANCHOR id="nm-setting-802-1x-get-pin-flags" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-pin-flags"> -<ANCHOR id="nm-setting-802-1x-get-private-key-scheme" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-scheme"> -<ANCHOR id="nm-setting-802-1x-get-private-key-blob" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-blob"> -<ANCHOR id="nm-setting-802-1x-get-private-key-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-path"> -<ANCHOR id="nm-setting-802-1x-set-private-key" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-private-key"> -<ANCHOR id="nm-setting-802-1x-get-private-key-password" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-password"> -<ANCHOR id="nm-setting-802-1x-get-private-key-password-flags" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-password-flags"> -<ANCHOR id="nm-setting-802-1x-get-private-key-format" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-private-key-format"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-scheme" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-scheme"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-blob" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-blob"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-path" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-path"> -<ANCHOR id="nm-setting-802-1x-set-phase2-private-key" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-password" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-password"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-password-flags" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-password-flags"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-format" href="libnm-util/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-format"> -<ANCHOR id="NMSetting8021x.other_details" href="libnm-util/NMSetting8021x.html#NMSetting8021x.other_details"> -<ANCHOR id="NMSetting8021xCKFormat" href="libnm-util/NMSetting8021x.html#NMSetting8021xCKFormat"> -<ANCHOR id="NM-SETTING-802-1X-CK-FORMAT-UNKNOWN:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CK-FORMAT-X509:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-X509:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CK-FORMAT-RAW-KEY:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-RAW-KEY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CK-FORMAT-PKCS12:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-PKCS12:CAPS"> -<ANCHOR id="NMSetting8021xCKScheme" href="libnm-util/NMSetting8021x.html#NMSetting8021xCKScheme"> -<ANCHOR id="NM-SETTING-802-1X-CK-SCHEME-UNKNOWN:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-SETTING-NAME:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-SETTING-NAME:CAPS"> -<ANCHOR id="NMSetting8021xError" href="libnm-util/NMSetting8021x.html#NMSetting8021xError"> -<ANCHOR id="NM-SETTING-802-1X-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-ERROR:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-EAP:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-EAP:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-IDENTITY:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-IDENTITY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-ANONYMOUS-IDENTITY:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ANONYMOUS-IDENTITY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PAC-FILE:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PAC-FILE:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CA-CERT:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CA-CERT:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CA-PATH:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CA-PATH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-SUBJECT-MATCH:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-SUBJECT-MATCH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-ALTSUBJECT-MATCHES:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-ALTSUBJECT-MATCHES:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CLIENT-CERT:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-CLIENT-CERT:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE1-PEAPVER:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-PEAPVER:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE1-PEAPLABEL:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-PEAPLABEL:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE1-FAST-PROVISIONING:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-FAST-PROVISIONING:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-AUTH:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-AUTH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-AUTHEAP:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-AUTHEAP:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-CA-CERT:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CA-CERT:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-CA-PATH:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CA-PATH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-SUBJECT-MATCH:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-SUBJECT-MATCH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-ALTSUBJECT-MATCHES:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-ALTSUBJECT-MATCHES:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-CLIENT-CERT:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CLIENT-CERT:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PASSWORD:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PASSWORD-RAW:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD-RAW:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PASSWORD-RAW-FLAGS:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD-RAW-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PRIVATE-KEY:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PIN:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PIN:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PIN-FLAGS:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-PIN-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-SYSTEM-CA-CERTS:CAPS" href="libnm-util/NMSetting8021x.html#NM-SETTING-802-1X-SYSTEM-CA-CERTS:CAPS"> -<ANCHOR id="NMSetting8021x.property-details" href="libnm-util/NMSetting8021x.html#NMSetting8021x.property-details"> -<ANCHOR id="NMSetting8021x--altsubject-matches" href="libnm-util/NMSetting8021x.html#NMSetting8021x--altsubject-matches"> -<ANCHOR id="NMSetting8021x--anonymous-identity" href="libnm-util/NMSetting8021x.html#NMSetting8021x--anonymous-identity"> -<ANCHOR id="NMSetting8021x--ca-cert" href="libnm-util/NMSetting8021x.html#NMSetting8021x--ca-cert"> -<ANCHOR id="NMSetting8021x--ca-path" href="libnm-util/NMSetting8021x.html#NMSetting8021x--ca-path"> -<ANCHOR id="NMSetting8021x--client-cert" href="libnm-util/NMSetting8021x.html#NMSetting8021x--client-cert"> -<ANCHOR id="NMSetting8021x--eap" href="libnm-util/NMSetting8021x.html#NMSetting8021x--eap"> -<ANCHOR id="NMSetting8021x--identity" href="libnm-util/NMSetting8021x.html#NMSetting8021x--identity"> -<ANCHOR id="NMSetting8021x--pac-file" href="libnm-util/NMSetting8021x.html#NMSetting8021x--pac-file"> -<ANCHOR id="NMSetting8021x--password" href="libnm-util/NMSetting8021x.html#NMSetting8021x--password"> -<ANCHOR id="NMSetting8021x--password-flags" href="libnm-util/NMSetting8021x.html#NMSetting8021x--password-flags"> -<ANCHOR id="NMSetting8021x--password-raw" href="libnm-util/NMSetting8021x.html#NMSetting8021x--password-raw"> -<ANCHOR id="NMSetting8021x--password-raw-flags" href="libnm-util/NMSetting8021x.html#NMSetting8021x--password-raw-flags"> -<ANCHOR id="NMSetting8021x--phase1-fast-provisioning" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-fast-provisioning"> -<ANCHOR id="NMSetting8021x--phase1-peaplabel" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-peaplabel"> -<ANCHOR id="NMSetting8021x--phase1-peapver" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase1-peapver"> -<ANCHOR id="NMSetting8021x--phase2-altsubject-matches" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-altsubject-matches"> -<ANCHOR id="NMSetting8021x--phase2-auth" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-auth"> -<ANCHOR id="NMSetting8021x--phase2-autheap" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-autheap"> -<ANCHOR id="NMSetting8021x--phase2-ca-cert" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-cert"> -<ANCHOR id="NMSetting8021x--phase2-ca-path" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-ca-path"> -<ANCHOR id="NMSetting8021x--phase2-client-cert" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-client-cert"> -<ANCHOR id="NMSetting8021x--phase2-private-key" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key"> -<ANCHOR id="NMSetting8021x--phase2-private-key-password" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key-password"> -<ANCHOR id="NMSetting8021x--phase2-private-key-password-flags" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-private-key-password-flags"> -<ANCHOR id="NMSetting8021x--phase2-subject-match" href="libnm-util/NMSetting8021x.html#NMSetting8021x--phase2-subject-match"> -<ANCHOR id="NMSetting8021x--pin" href="libnm-util/NMSetting8021x.html#NMSetting8021x--pin"> -<ANCHOR id="NMSetting8021x--pin-flags" href="libnm-util/NMSetting8021x.html#NMSetting8021x--pin-flags"> -<ANCHOR id="NMSetting8021x--private-key" href="libnm-util/NMSetting8021x.html#NMSetting8021x--private-key"> -<ANCHOR id="NMSetting8021x--private-key-password" href="libnm-util/NMSetting8021x.html#NMSetting8021x--private-key-password"> -<ANCHOR id="NMSetting8021x--private-key-password-flags" href="libnm-util/NMSetting8021x.html#NMSetting8021x--private-key-password-flags"> -<ANCHOR id="NMSetting8021x--subject-match" href="libnm-util/NMSetting8021x.html#NMSetting8021x--subject-match"> -<ANCHOR id="NMSetting8021x--system-ca-certs" href="libnm-util/NMSetting8021x.html#NMSetting8021x--system-ca-certs"> -<ANCHOR id="NMSettingIP4Config" href="libnm-util/NMSettingIP4Config.html"> -<ANCHOR id="NMSettingIP4Config.functions" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.functions"> -<ANCHOR id="NMSettingIP4Config.properties" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.properties"> -<ANCHOR id="NMIP4Address" href="libnm-util/NMSettingIP4Config.html#NMIP4Address"> -<ANCHOR id="NMIP4Route" href="libnm-util/NMSettingIP4Config.html#NMIP4Route"> -<ANCHOR id="NMSettingIP4Config.other" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.other"> -<ANCHOR id="NMSettingIP4Config.object-hierarchy" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.object-hierarchy"> -<ANCHOR id="NMSettingIP4Config.includes" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.includes"> -<ANCHOR id="NMSettingIP4Config.description" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.description"> -<ANCHOR id="NMSettingIP4Config.functions_details" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.functions_details"> -<ANCHOR id="nm-setting-ip4-config-error-quark" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-error-quark"> -<ANCHOR id="nm-ip4-address-new" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-new"> -<ANCHOR id="nm-ip4-address-dup" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-dup"> -<ANCHOR id="nm-ip4-address-ref" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-ref"> -<ANCHOR id="nm-ip4-address-unref" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-unref"> -<ANCHOR id="nm-ip4-address-compare" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-compare"> -<ANCHOR id="nm-ip4-address-get-address" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-get-address"> -<ANCHOR id="nm-ip4-address-set-address" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-set-address"> -<ANCHOR id="nm-ip4-address-get-prefix" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-get-prefix"> -<ANCHOR id="nm-ip4-address-set-prefix" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-set-prefix"> -<ANCHOR id="nm-ip4-address-get-gateway" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-get-gateway"> -<ANCHOR id="nm-ip4-address-set-gateway" href="libnm-util/NMSettingIP4Config.html#nm-ip4-address-set-gateway"> -<ANCHOR id="nm-ip4-route-new" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-new"> -<ANCHOR id="nm-ip4-route-dup" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-dup"> -<ANCHOR id="nm-ip4-route-ref" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-ref"> -<ANCHOR id="nm-ip4-route-unref" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-unref"> -<ANCHOR id="nm-ip4-route-compare" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-compare"> -<ANCHOR id="nm-ip4-route-get-dest" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-dest"> -<ANCHOR id="nm-ip4-route-set-dest" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-dest"> -<ANCHOR id="nm-ip4-route-get-prefix" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-prefix"> -<ANCHOR id="nm-ip4-route-set-prefix" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-prefix"> -<ANCHOR id="nm-ip4-route-get-next-hop" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-next-hop"> -<ANCHOR id="nm-ip4-route-set-next-hop" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-next-hop"> -<ANCHOR id="nm-ip4-route-get-metric" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-get-metric"> -<ANCHOR id="nm-ip4-route-set-metric" href="libnm-util/NMSettingIP4Config.html#nm-ip4-route-set-metric"> -<ANCHOR id="nm-setting-ip4-config-new" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-new"> -<ANCHOR id="nm-setting-ip4-config-get-method" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-method"> -<ANCHOR id="nm-setting-ip4-config-get-num-dns" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-dns"> -<ANCHOR id="nm-setting-ip4-config-get-dns" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dns"> -<ANCHOR id="nm-setting-ip4-config-add-dns" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-dns"> -<ANCHOR id="nm-setting-ip4-config-remove-dns" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns"> -<ANCHOR id="nm-setting-ip4-config-remove-dns-by-value" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns-by-value"> -<ANCHOR id="nm-setting-ip4-config-clear-dns" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-dns"> -<ANCHOR id="nm-setting-ip4-config-get-num-dns-searches" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-dns-searches"> -<ANCHOR id="nm-setting-ip4-config-get-dns-search" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dns-search"> -<ANCHOR id="nm-setting-ip4-config-add-dns-search" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-dns-search"> -<ANCHOR id="nm-setting-ip4-config-remove-dns-search" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns-search"> -<ANCHOR id="nm-setting-ip4-config-remove-dns-search-by-value" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-dns-search-by-value"> -<ANCHOR id="nm-setting-ip4-config-clear-dns-searches" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-dns-searches"> -<ANCHOR id="nm-setting-ip4-config-get-num-addresses" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-addresses"> -<ANCHOR id="nm-setting-ip4-config-get-address" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-address"> -<ANCHOR id="nm-setting-ip4-config-add-address" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-address"> -<ANCHOR id="nm-setting-ip4-config-remove-address" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-address"> -<ANCHOR id="nm-setting-ip4-config-remove-address-by-value" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-address-by-value"> -<ANCHOR id="nm-setting-ip4-config-clear-addresses" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-addresses"> -<ANCHOR id="nm-setting-ip4-config-get-num-routes" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-num-routes"> -<ANCHOR id="nm-setting-ip4-config-get-route" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-route"> -<ANCHOR id="nm-setting-ip4-config-add-route" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-add-route"> -<ANCHOR id="nm-setting-ip4-config-remove-route" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-route"> -<ANCHOR id="nm-setting-ip4-config-remove-route-by-value" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-remove-route-by-value"> -<ANCHOR id="nm-setting-ip4-config-clear-routes" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-clear-routes"> -<ANCHOR id="nm-setting-ip4-config-get-route-metric" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-route-metric"> -<ANCHOR id="nm-setting-ip4-config-get-ignore-auto-routes" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-ignore-auto-routes"> -<ANCHOR id="nm-setting-ip4-config-get-ignore-auto-dns" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-ignore-auto-dns"> -<ANCHOR id="nm-setting-ip4-config-get-dhcp-client-id" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-client-id"> -<ANCHOR id="nm-setting-ip4-config-get-dhcp-send-hostname" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-send-hostname"> -<ANCHOR id="nm-setting-ip4-config-get-dhcp-hostname" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-hostname"> -<ANCHOR id="nm-setting-ip4-config-get-dhcp-timeout" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-timeout"> -<ANCHOR id="nm-setting-ip4-config-get-never-default" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-never-default"> -<ANCHOR id="nm-setting-ip4-config-get-may-fail" href="libnm-util/NMSettingIP4Config.html#nm-setting-ip4-config-get-may-fail"> -<ANCHOR id="NMSettingIP4Config.other_details" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.other_details"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-SETTING-NAME:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingIP4ConfigError" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4ConfigError"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ERROR-NOT-ALLOWED-FOR-METHOD:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR-NOT-ALLOWED-FOR-METHOD:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ERROR:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-DNS:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DNS:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-DNS-SEARCH:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DNS-SEARCH:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ADDRESSES:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ADDRESSES:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ROUTES:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ROUTES:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-ROUTE-METRIC:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ROUTE-METRIC:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-IGNORE-AUTO-ROUTES:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-IGNORE-AUTO-ROUTES:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-IGNORE-AUTO-DNS:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-IGNORE-AUTO-DNS:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-DHCP-CLIENT-ID:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-CLIENT-ID:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-DHCP-SEND-HOSTNAME:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-SEND-HOSTNAME:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-DHCP-HOSTNAME:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-HOSTNAME:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-DHCP-TIMEOUT:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-TIMEOUT:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-NEVER-DEFAULT:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-NEVER-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-MAY-FAIL:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-MAY-FAIL:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD-AUTO:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-AUTO:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD-LINK-LOCAL:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-LINK-LOCAL:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD-MANUAL:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-MANUAL:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD-SHARED:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-SHARED:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD-DISABLED:CAPS" href="libnm-util/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-DISABLED:CAPS"> -<ANCHOR id="NMSettingIP4Config.property-details" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config.property-details"> -<ANCHOR id="NMSettingIP4Config--addresses" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--addresses"> -<ANCHOR id="NMSettingIP4Config--dhcp-client-id" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-client-id"> -<ANCHOR id="NMSettingIP4Config--dhcp-hostname" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-hostname"> -<ANCHOR id="NMSettingIP4Config--dhcp-send-hostname" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-send-hostname"> -<ANCHOR id="NMSettingIP4Config--dhcp-timeout" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-timeout"> -<ANCHOR id="NMSettingIP4Config--dns" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dns"> -<ANCHOR id="NMSettingIP4Config--dns-search" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--dns-search"> -<ANCHOR id="NMSettingIP4Config--ignore-auto-dns" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-dns"> -<ANCHOR id="NMSettingIP4Config--ignore-auto-routes" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--ignore-auto-routes"> -<ANCHOR id="NMSettingIP4Config--may-fail" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--may-fail"> -<ANCHOR id="NMSettingIP4Config--method" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--method"> -<ANCHOR id="NMSettingIP4Config--never-default" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--never-default"> -<ANCHOR id="NMSettingIP4Config--route-metric" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--route-metric"> -<ANCHOR id="NMSettingIP4Config--routes" href="libnm-util/NMSettingIP4Config.html#NMSettingIP4Config--routes"> -<ANCHOR id="NMSettingIP6Config" href="libnm-util/NMSettingIP6Config.html"> -<ANCHOR id="NMSettingIP6Config.functions" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.functions"> -<ANCHOR id="NMSettingIP6Config.properties" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.properties"> -<ANCHOR id="NMIP6Address" href="libnm-util/NMSettingIP6Config.html#NMIP6Address"> -<ANCHOR id="NMIP6Route" href="libnm-util/NMSettingIP6Config.html#NMIP6Route"> -<ANCHOR id="NMSettingIP6Config.other" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.other"> -<ANCHOR id="NMSettingIP6Config.object-hierarchy" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.object-hierarchy"> -<ANCHOR id="NMSettingIP6Config.includes" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.includes"> -<ANCHOR id="NMSettingIP6Config.description" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.description"> -<ANCHOR id="NMSettingIP6Config.functions_details" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.functions_details"> -<ANCHOR id="nm-setting-ip6-config-error-quark" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-error-quark"> -<ANCHOR id="nm-ip6-address-new" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-new"> -<ANCHOR id="nm-ip6-address-dup" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-dup"> -<ANCHOR id="nm-ip6-address-ref" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-ref"> -<ANCHOR id="nm-ip6-address-unref" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-unref"> -<ANCHOR id="nm-ip6-address-compare" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-compare"> -<ANCHOR id="nm-ip6-address-get-address" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-get-address"> -<ANCHOR id="nm-ip6-address-set-address" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-set-address"> -<ANCHOR id="nm-ip6-address-get-prefix" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-get-prefix"> -<ANCHOR id="nm-ip6-address-set-prefix" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-set-prefix"> -<ANCHOR id="nm-ip6-address-get-gateway" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-get-gateway"> -<ANCHOR id="nm-ip6-address-set-gateway" href="libnm-util/NMSettingIP6Config.html#nm-ip6-address-set-gateway"> -<ANCHOR id="nm-ip6-route-new" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-new"> -<ANCHOR id="nm-ip6-route-dup" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-dup"> -<ANCHOR id="nm-ip6-route-ref" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-ref"> -<ANCHOR id="nm-ip6-route-unref" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-unref"> -<ANCHOR id="nm-ip6-route-compare" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-compare"> -<ANCHOR id="nm-ip6-route-get-dest" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-dest"> -<ANCHOR id="nm-ip6-route-set-dest" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-dest"> -<ANCHOR id="nm-ip6-route-get-prefix" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-prefix"> -<ANCHOR id="nm-ip6-route-set-prefix" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-prefix"> -<ANCHOR id="nm-ip6-route-get-next-hop" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-next-hop"> -<ANCHOR id="nm-ip6-route-set-next-hop" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-next-hop"> -<ANCHOR id="nm-ip6-route-get-metric" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-get-metric"> -<ANCHOR id="nm-ip6-route-set-metric" href="libnm-util/NMSettingIP6Config.html#nm-ip6-route-set-metric"> -<ANCHOR id="nm-setting-ip6-config-new" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-new"> -<ANCHOR id="nm-setting-ip6-config-get-method" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-method"> -<ANCHOR id="nm-setting-ip6-config-get-num-dns" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-dns"> -<ANCHOR id="nm-setting-ip6-config-get-dns" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-dns"> -<ANCHOR id="nm-setting-ip6-config-add-dns" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-dns"> -<ANCHOR id="nm-setting-ip6-config-remove-dns" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns"> -<ANCHOR id="nm-setting-ip6-config-remove-dns-by-value" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns-by-value"> -<ANCHOR id="nm-setting-ip6-config-clear-dns" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-dns"> -<ANCHOR id="nm-setting-ip6-config-get-num-dns-searches" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-dns-searches"> -<ANCHOR id="nm-setting-ip6-config-get-dns-search" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-dns-search"> -<ANCHOR id="nm-setting-ip6-config-add-dns-search" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-dns-search"> -<ANCHOR id="nm-setting-ip6-config-remove-dns-search" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns-search"> -<ANCHOR id="nm-setting-ip6-config-remove-dns-search-by-value" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-dns-search-by-value"> -<ANCHOR id="nm-setting-ip6-config-clear-dns-searches" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-dns-searches"> -<ANCHOR id="nm-setting-ip6-config-get-num-addresses" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-addresses"> -<ANCHOR id="nm-setting-ip6-config-get-address" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-address"> -<ANCHOR id="nm-setting-ip6-config-add-address" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-address"> -<ANCHOR id="nm-setting-ip6-config-remove-address" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-address"> -<ANCHOR id="nm-setting-ip6-config-remove-address-by-value" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-address-by-value"> -<ANCHOR id="nm-setting-ip6-config-clear-addresses" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-addresses"> -<ANCHOR id="nm-setting-ip6-config-get-num-routes" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-num-routes"> -<ANCHOR id="nm-setting-ip6-config-get-route" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-route"> -<ANCHOR id="nm-setting-ip6-config-add-route" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-add-route"> -<ANCHOR id="nm-setting-ip6-config-remove-route" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-route"> -<ANCHOR id="nm-setting-ip6-config-remove-route-by-value" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-remove-route-by-value"> -<ANCHOR id="nm-setting-ip6-config-clear-routes" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-clear-routes"> -<ANCHOR id="nm-setting-ip6-config-get-ignore-auto-routes" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-ignore-auto-routes"> -<ANCHOR id="nm-setting-ip6-config-get-route-metric" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-route-metric"> -<ANCHOR id="nm-setting-ip6-config-get-ignore-auto-dns" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-ignore-auto-dns"> -<ANCHOR id="nm-setting-ip6-config-get-dhcp-hostname" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-dhcp-hostname"> -<ANCHOR id="nm-setting-ip6-config-get-never-default" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-never-default"> -<ANCHOR id="nm-setting-ip6-config-get-may-fail" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-may-fail"> -<ANCHOR id="nm-setting-ip6-config-get-ip6-privacy" href="libnm-util/NMSettingIP6Config.html#nm-setting-ip6-config-get-ip6-privacy"> -<ANCHOR id="NMSettingIP6Config.other_details" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.other_details"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-SETTING-NAME:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingIP6ConfigError" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6ConfigError"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ERROR-NOT-ALLOWED-FOR-METHOD:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR-NOT-ALLOWED-FOR-METHOD:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ERROR:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-DNS:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-DNS:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-DNS-SEARCH:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-DNS-SEARCH:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ADDRESSES:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ADDRESSES:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ROUTES:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ROUTES:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ROUTE-METRIC:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ROUTE-METRIC:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-IGNORE-AUTO-ROUTES:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IGNORE-AUTO-ROUTES:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-IGNORE-AUTO-DNS:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IGNORE-AUTO-DNS:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-NEVER-DEFAULT:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-NEVER-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-MAY-FAIL:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-MAY-FAIL:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-IP6-PRIVACY:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IP6-PRIVACY:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-DHCP-HOSTNAME:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-DHCP-HOSTNAME:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-AUTO:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-AUTO:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-DHCP:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-DHCP:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-LINK-LOCAL:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-LINK-LOCAL:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-MANUAL:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-MANUAL:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-SHARED:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-SHARED:CAPS"> -<ANCHOR id="NMSettingIP6ConfigPrivacy" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6ConfigPrivacy"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-PRIVACY-UNKNOWN:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-PRIVACY-DISABLED:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-DISABLED:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-PRIVACY-PREFER-PUBLIC-ADDR:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-PREFER-PUBLIC-ADDR:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-PRIVACY-PREFER-TEMP-ADDR:CAPS" href="libnm-util/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-PREFER-TEMP-ADDR:CAPS"> -<ANCHOR id="NMSettingIP6Config.property-details" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config.property-details"> -<ANCHOR id="NMSettingIP6Config--addresses" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--addresses"> -<ANCHOR id="NMSettingIP6Config--dhcp-hostname" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--dhcp-hostname"> -<ANCHOR id="NMSettingIP6Config--dns" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--dns"> -<ANCHOR id="NMSettingIP6Config--dns-search" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--dns-search"> -<ANCHOR id="NMSettingIP6Config--ignore-auto-dns" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-dns"> -<ANCHOR id="NMSettingIP6Config--ignore-auto-routes" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--ignore-auto-routes"> -<ANCHOR id="NMSettingIP6Config--ip6-privacy" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--ip6-privacy"> -<ANCHOR id="NMSettingIP6Config--may-fail" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--may-fail"> -<ANCHOR id="NMSettingIP6Config--method" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--method"> -<ANCHOR id="NMSettingIP6Config--never-default" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--never-default"> -<ANCHOR id="NMSettingIP6Config--route-metric" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--route-metric"> -<ANCHOR id="NMSettingIP6Config--routes" href="libnm-util/NMSettingIP6Config.html#NMSettingIP6Config--routes"> -<ANCHOR id="NMSettingPPP" href="libnm-util/NMSettingPPP.html"> -<ANCHOR id="NMSettingPPP.functions" href="libnm-util/NMSettingPPP.html#NMSettingPPP.functions"> -<ANCHOR id="NMSettingPPP.properties" href="libnm-util/NMSettingPPP.html#NMSettingPPP.properties"> -<ANCHOR id="NMSettingPPP.other" href="libnm-util/NMSettingPPP.html#NMSettingPPP.other"> -<ANCHOR id="NMSettingPPP.object-hierarchy" href="libnm-util/NMSettingPPP.html#NMSettingPPP.object-hierarchy"> -<ANCHOR id="NMSettingPPP.includes" href="libnm-util/NMSettingPPP.html#NMSettingPPP.includes"> -<ANCHOR id="NMSettingPPP.description" href="libnm-util/NMSettingPPP.html#NMSettingPPP.description"> -<ANCHOR id="NMSettingPPP.functions_details" href="libnm-util/NMSettingPPP.html#NMSettingPPP.functions_details"> -<ANCHOR id="nm-setting-ppp-error-quark" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-error-quark"> -<ANCHOR id="nm-setting-ppp-new" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-new"> -<ANCHOR id="nm-setting-ppp-get-noauth" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-noauth"> -<ANCHOR id="nm-setting-ppp-get-refuse-eap" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-eap"> -<ANCHOR id="nm-setting-ppp-get-refuse-pap" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-pap"> -<ANCHOR id="nm-setting-ppp-get-refuse-chap" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-chap"> -<ANCHOR id="nm-setting-ppp-get-refuse-mschap" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-mschap"> -<ANCHOR id="nm-setting-ppp-get-refuse-mschapv2" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-refuse-mschapv2"> -<ANCHOR id="nm-setting-ppp-get-nobsdcomp" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-nobsdcomp"> -<ANCHOR id="nm-setting-ppp-get-nodeflate" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-nodeflate"> -<ANCHOR id="nm-setting-ppp-get-no-vj-comp" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-no-vj-comp"> -<ANCHOR id="nm-setting-ppp-get-require-mppe" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-require-mppe"> -<ANCHOR id="nm-setting-ppp-get-require-mppe-128" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-require-mppe-128"> -<ANCHOR id="nm-setting-ppp-get-mppe-stateful" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-mppe-stateful"> -<ANCHOR id="nm-setting-ppp-get-crtscts" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-crtscts"> -<ANCHOR id="nm-setting-ppp-get-baud" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-baud"> -<ANCHOR id="nm-setting-ppp-get-mru" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-mru"> -<ANCHOR id="nm-setting-ppp-get-mtu" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-mtu"> -<ANCHOR id="nm-setting-ppp-get-lcp-echo-failure" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-lcp-echo-failure"> -<ANCHOR id="nm-setting-ppp-get-lcp-echo-interval" href="libnm-util/NMSettingPPP.html#nm-setting-ppp-get-lcp-echo-interval"> -<ANCHOR id="NMSettingPPP.other_details" href="libnm-util/NMSettingPPP.html#NMSettingPPP.other_details"> -<ANCHOR id="NM-SETTING-PPP-SETTING-NAME:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingPPPError" href="libnm-util/NMSettingPPP.html#NMSettingPPPError"> -<ANCHOR id="NM-SETTING-PPP-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-PPP-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-PPP-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-PPP-ERROR-REQUIRE-MPPE-NOT-ALLOWED:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-ERROR-REQUIRE-MPPE-NOT-ALLOWED:CAPS"> -<ANCHOR id="NM-SETTING-PPP-ERROR:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-PPP-NOAUTH:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NOAUTH:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REFUSE-EAP:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-EAP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REFUSE-PAP:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-PAP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REFUSE-CHAP:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-CHAP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REFUSE-MSCHAP:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-MSCHAP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REFUSE-MSCHAPV2:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REFUSE-MSCHAPV2:CAPS"> -<ANCHOR id="NM-SETTING-PPP-NOBSDCOMP:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NOBSDCOMP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-NODEFLATE:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NODEFLATE:CAPS"> -<ANCHOR id="NM-SETTING-PPP-NO-VJ-COMP:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-NO-VJ-COMP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REQUIRE-MPPE:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REQUIRE-MPPE:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REQUIRE-MPPE-128:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-REQUIRE-MPPE-128:CAPS"> -<ANCHOR id="NM-SETTING-PPP-MPPE-STATEFUL:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-MPPE-STATEFUL:CAPS"> -<ANCHOR id="NM-SETTING-PPP-CRTSCTS:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-CRTSCTS:CAPS"> -<ANCHOR id="NM-SETTING-PPP-BAUD:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-BAUD:CAPS"> -<ANCHOR id="NM-SETTING-PPP-MRU:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-MRU:CAPS"> -<ANCHOR id="NM-SETTING-PPP-MTU:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-MTU:CAPS"> -<ANCHOR id="NM-SETTING-PPP-LCP-ECHO-FAILURE:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-LCP-ECHO-FAILURE:CAPS"> -<ANCHOR id="NM-SETTING-PPP-LCP-ECHO-INTERVAL:CAPS" href="libnm-util/NMSettingPPP.html#NM-SETTING-PPP-LCP-ECHO-INTERVAL:CAPS"> -<ANCHOR id="NMSettingPPP.property-details" href="libnm-util/NMSettingPPP.html#NMSettingPPP.property-details"> -<ANCHOR id="NMSettingPPP--baud" href="libnm-util/NMSettingPPP.html#NMSettingPPP--baud"> -<ANCHOR id="NMSettingPPP--crtscts" href="libnm-util/NMSettingPPP.html#NMSettingPPP--crtscts"> -<ANCHOR id="NMSettingPPP--lcp-echo-failure" href="libnm-util/NMSettingPPP.html#NMSettingPPP--lcp-echo-failure"> -<ANCHOR id="NMSettingPPP--lcp-echo-interval" href="libnm-util/NMSettingPPP.html#NMSettingPPP--lcp-echo-interval"> -<ANCHOR id="NMSettingPPP--mppe-stateful" href="libnm-util/NMSettingPPP.html#NMSettingPPP--mppe-stateful"> -<ANCHOR id="NMSettingPPP--mru" href="libnm-util/NMSettingPPP.html#NMSettingPPP--mru"> -<ANCHOR id="NMSettingPPP--mtu" href="libnm-util/NMSettingPPP.html#NMSettingPPP--mtu"> -<ANCHOR id="NMSettingPPP--no-vj-comp" href="libnm-util/NMSettingPPP.html#NMSettingPPP--no-vj-comp"> -<ANCHOR id="NMSettingPPP--noauth" href="libnm-util/NMSettingPPP.html#NMSettingPPP--noauth"> -<ANCHOR id="NMSettingPPP--nobsdcomp" href="libnm-util/NMSettingPPP.html#NMSettingPPP--nobsdcomp"> -<ANCHOR id="NMSettingPPP--nodeflate" href="libnm-util/NMSettingPPP.html#NMSettingPPP--nodeflate"> -<ANCHOR id="NMSettingPPP--refuse-chap" href="libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-chap"> -<ANCHOR id="NMSettingPPP--refuse-eap" href="libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-eap"> -<ANCHOR id="NMSettingPPP--refuse-mschap" href="libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-mschap"> -<ANCHOR id="NMSettingPPP--refuse-mschapv2" href="libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-mschapv2"> -<ANCHOR id="NMSettingPPP--refuse-pap" href="libnm-util/NMSettingPPP.html#NMSettingPPP--refuse-pap"> -<ANCHOR id="NMSettingPPP--require-mppe" href="libnm-util/NMSettingPPP.html#NMSettingPPP--require-mppe"> -<ANCHOR id="NMSettingPPP--require-mppe-128" href="libnm-util/NMSettingPPP.html#NMSettingPPP--require-mppe-128"> -<ANCHOR id="NMSettingPPPOE" href="libnm-util/NMSettingPPPOE.html"> -<ANCHOR id="NMSettingPPPOE.functions" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.functions"> -<ANCHOR id="NMSettingPPPOE.properties" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.properties"> -<ANCHOR id="NMSettingPPPOE.other" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.other"> -<ANCHOR id="NMSettingPPPOE.object-hierarchy" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.object-hierarchy"> -<ANCHOR id="NMSettingPPPOE.includes" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.includes"> -<ANCHOR id="NMSettingPPPOE.description" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.description"> -<ANCHOR id="NMSettingPPPOE.functions_details" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.functions_details"> -<ANCHOR id="nm-setting-pppoe-error-quark" href="libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-error-quark"> -<ANCHOR id="nm-setting-pppoe-new" href="libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-new"> -<ANCHOR id="nm-setting-pppoe-get-service" href="libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-service"> -<ANCHOR id="nm-setting-pppoe-get-username" href="libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-username"> -<ANCHOR id="nm-setting-pppoe-get-password" href="libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-password"> -<ANCHOR id="nm-setting-pppoe-get-password-flags" href="libnm-util/NMSettingPPPOE.html#nm-setting-pppoe-get-password-flags"> -<ANCHOR id="NMSettingPPPOE.other_details" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.other_details"> -<ANCHOR id="NM-SETTING-PPPOE-SETTING-NAME:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingPPPOEError" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOEError"> -<ANCHOR id="NM-SETTING-PPPOE-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-ERROR-MISSING-PPP-SETTING:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR-MISSING-PPP-SETTING:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-ERROR:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-SERVICE:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-SERVICE:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-USERNAME:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-PASSWORD:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-PASSWORD-FLAGS:CAPS" href="libnm-util/NMSettingPPPOE.html#NM-SETTING-PPPOE-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NMSettingPPPOE.property-details" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE.property-details"> -<ANCHOR id="NMSettingPPPOE--password" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE--password"> -<ANCHOR id="NMSettingPPPOE--password-flags" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE--password-flags"> -<ANCHOR id="NMSettingPPPOE--service" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE--service"> -<ANCHOR id="NMSettingPPPOE--username" href="libnm-util/NMSettingPPPOE.html#NMSettingPPPOE--username"> -<ANCHOR id="NMSettingVPN" href="libnm-util/NMSettingVPN.html"> -<ANCHOR id="NMSettingVPN.functions" href="libnm-util/NMSettingVPN.html#NMSettingVPN.functions"> -<ANCHOR id="NMSettingVPN.properties" href="libnm-util/NMSettingVPN.html#NMSettingVPN.properties"> -<ANCHOR id="NMSettingVPN.other" href="libnm-util/NMSettingVPN.html#NMSettingVPN.other"> -<ANCHOR id="NMSettingVPN.object-hierarchy" href="libnm-util/NMSettingVPN.html#NMSettingVPN.object-hierarchy"> -<ANCHOR id="NMSettingVPN.includes" href="libnm-util/NMSettingVPN.html#NMSettingVPN.includes"> -<ANCHOR id="NMSettingVPN.description" href="libnm-util/NMSettingVPN.html#NMSettingVPN.description"> -<ANCHOR id="NMSettingVPN.functions_details" href="libnm-util/NMSettingVPN.html#NMSettingVPN.functions_details"> -<ANCHOR id="nm-setting-vpn-error-quark" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-error-quark"> -<ANCHOR id="NMVPNIterFunc" href="libnm-util/NMSettingVPN.html#NMVPNIterFunc"> -<ANCHOR id="nm-setting-vpn-new" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-new"> -<ANCHOR id="nm-setting-vpn-get-service-type" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-get-service-type"> -<ANCHOR id="nm-setting-vpn-get-user-name" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-get-user-name"> -<ANCHOR id="nm-setting-vpn-get-persistent" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-get-persistent"> -<ANCHOR id="nm-setting-vpn-get-num-data-items" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-get-num-data-items"> -<ANCHOR id="nm-setting-vpn-add-data-item" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-add-data-item"> -<ANCHOR id="nm-setting-vpn-get-data-item" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-get-data-item"> -<ANCHOR id="nm-setting-vpn-remove-data-item" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-remove-data-item"> -<ANCHOR id="nm-setting-vpn-foreach-data-item" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-foreach-data-item"> -<ANCHOR id="nm-setting-vpn-get-num-secrets" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-get-num-secrets"> -<ANCHOR id="nm-setting-vpn-add-secret" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-add-secret"> -<ANCHOR id="nm-setting-vpn-get-secret" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-get-secret"> -<ANCHOR id="nm-setting-vpn-remove-secret" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-remove-secret"> -<ANCHOR id="nm-setting-vpn-foreach-secret" href="libnm-util/NMSettingVPN.html#nm-setting-vpn-foreach-secret"> -<ANCHOR id="NMSettingVPN.other_details" href="libnm-util/NMSettingVPN.html#NMSettingVPN.other_details"> -<ANCHOR id="NM-SETTING-VPN-SETTING-NAME:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingVpnError" href="libnm-util/NMSettingVPN.html#NMSettingVpnError"> -<ANCHOR id="NM-SETTING-VPN-ERROR-UNKNOWN:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-ERROR-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-VPN-ERROR-INVALID-PROPERTY:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-VPN-ERROR-MISSING-PROPERTY:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-SETTING-VPN-ERROR:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-ERROR:CAPS"> -<ANCHOR id="NM-SETTING-VPN-SERVICE-TYPE:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-SERVICE-TYPE:CAPS"> -<ANCHOR id="NM-SETTING-VPN-USER-NAME:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-USER-NAME:CAPS"> -<ANCHOR id="NM-SETTING-VPN-PERSISTENT:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-PERSISTENT:CAPS"> -<ANCHOR id="NM-SETTING-VPN-DATA:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-DATA:CAPS"> -<ANCHOR id="NM-SETTING-VPN-SECRETS:CAPS" href="libnm-util/NMSettingVPN.html#NM-SETTING-VPN-SECRETS:CAPS"> -<ANCHOR id="NMSettingVpn" href="libnm-util/NMSettingVPN.html#NMSettingVpn"> -<ANCHOR id="NMSettingVPN.property-details" href="libnm-util/NMSettingVPN.html#NMSettingVPN.property-details"> -<ANCHOR id="NMSettingVPN--data" href="libnm-util/NMSettingVPN.html#NMSettingVPN--data"> -<ANCHOR id="NMSettingVPN--persistent" href="libnm-util/NMSettingVPN.html#NMSettingVPN--persistent"> -<ANCHOR id="NMSettingVPN--secrets" href="libnm-util/NMSettingVPN.html#NMSettingVPN--secrets"> -<ANCHOR id="NMSettingVPN--service-type" href="libnm-util/NMSettingVPN.html#NMSettingVPN--service-type"> -<ANCHOR id="NMSettingVPN--user-name" href="libnm-util/NMSettingVPN.html#NMSettingVPN--user-name"> -<ANCHOR id="libnm-util-nm-utils" href="libnm-util/libnm-util-nm-utils.html"> -<ANCHOR id="libnm-util-nm-utils.functions" href="libnm-util/libnm-util-nm-utils.html#libnm-util-nm-utils.functions"> -<ANCHOR id="libnm-util-nm-utils.other" href="libnm-util/libnm-util-nm-utils.html#libnm-util-nm-utils.other"> -<ANCHOR id="libnm-util-nm-utils.object-hierarchy" href="libnm-util/libnm-util-nm-utils.html#libnm-util-nm-utils.object-hierarchy"> -<ANCHOR id="libnm-util-nm-utils.includes" href="libnm-util/libnm-util-nm-utils.html#libnm-util-nm-utils.includes"> -<ANCHOR id="libnm-util-nm-utils.description" href="libnm-util/libnm-util-nm-utils.html#libnm-util-nm-utils.description"> -<ANCHOR id="libnm-util-nm-utils.functions_details" href="libnm-util/libnm-util-nm-utils.html#libnm-util-nm-utils.functions_details"> -<ANCHOR id="nm-utils-init" href="libnm-util/libnm-util-nm-utils.html#nm-utils-init"> -<ANCHOR id="nm-utils-deinit" href="libnm-util/libnm-util-nm-utils.html#nm-utils-deinit"> -<ANCHOR id="nm-utils-is-empty-ssid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-is-empty-ssid"> -<ANCHOR id="nm-utils-escape-ssid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-escape-ssid"> -<ANCHOR id="nm-utils-same-ssid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-same-ssid"> -<ANCHOR id="nm-utils-ssid-to-utf8" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ssid-to-utf8"> -<ANCHOR id="nm-utils-gvalue-hash-dup" href="libnm-util/libnm-util-nm-utils.html#nm-utils-gvalue-hash-dup"> -<ANCHOR id="nm-utils-slist-free" href="libnm-util/libnm-util-nm-utils.html#nm-utils-slist-free"> -<ANCHOR id="nm-utils-security-valid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-security-valid"> -<ANCHOR id="nm-utils-ap-mode-security-valid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ap-mode-security-valid"> -<ANCHOR id="nm-utils-wep-key-valid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-wep-key-valid"> -<ANCHOR id="nm-utils-wpa-psk-valid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-wpa-psk-valid"> -<ANCHOR id="nm-utils-ip4-addresses-from-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-addresses-from-gvalue"> -<ANCHOR id="nm-utils-ip4-addresses-to-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-addresses-to-gvalue"> -<ANCHOR id="nm-utils-ip4-routes-from-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-routes-from-gvalue"> -<ANCHOR id="nm-utils-ip4-routes-to-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-routes-to-gvalue"> -<ANCHOR id="nm-utils-ip4-netmask-to-prefix" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-netmask-to-prefix"> -<ANCHOR id="nm-utils-ip4-prefix-to-netmask" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-prefix-to-netmask"> -<ANCHOR id="nm-utils-ip4-get-default-prefix" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip4-get-default-prefix"> -<ANCHOR id="nm-utils-ip6-addresses-from-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-addresses-from-gvalue"> -<ANCHOR id="nm-utils-ip6-addresses-to-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-addresses-to-gvalue"> -<ANCHOR id="nm-utils-ip6-routes-from-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-routes-from-gvalue"> -<ANCHOR id="nm-utils-ip6-routes-to-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-routes-to-gvalue"> -<ANCHOR id="nm-utils-ip6-dns-from-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-dns-from-gvalue"> -<ANCHOR id="nm-utils-ip6-dns-to-gvalue" href="libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-dns-to-gvalue"> -<ANCHOR id="nm-utils-uuid-generate" href="libnm-util/libnm-util-nm-utils.html#nm-utils-uuid-generate"> -<ANCHOR id="nm-utils-uuid-generate-from-string" href="libnm-util/libnm-util-nm-utils.html#nm-utils-uuid-generate-from-string"> -<ANCHOR id="nm-utils-rsa-key-encrypt" href="libnm-util/libnm-util-nm-utils.html#nm-utils-rsa-key-encrypt"> -<ANCHOR id="nm-utils-rsa-key-encrypt-aes" href="libnm-util/libnm-util-nm-utils.html#nm-utils-rsa-key-encrypt-aes"> -<ANCHOR id="nm-utils-file-is-pkcs12" href="libnm-util/libnm-util-nm-utils.html#nm-utils-file-is-pkcs12"> -<ANCHOR id="NMUtilsFileSearchInPathsPredicate" href="libnm-util/libnm-util-nm-utils.html#NMUtilsFileSearchInPathsPredicate"> -<ANCHOR id="nm-utils-file-search-in-paths" href="libnm-util/libnm-util-nm-utils.html#nm-utils-file-search-in-paths"> -<ANCHOR id="nm-utils-wifi-freq-to-channel" href="libnm-util/libnm-util-nm-utils.html#nm-utils-wifi-freq-to-channel"> -<ANCHOR id="nm-utils-wifi-channel-to-freq" href="libnm-util/libnm-util-nm-utils.html#nm-utils-wifi-channel-to-freq"> -<ANCHOR id="nm-utils-wifi-find-next-channel" href="libnm-util/libnm-util-nm-utils.html#nm-utils-wifi-find-next-channel"> -<ANCHOR id="nm-utils-wifi-is-channel-valid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-wifi-is-channel-valid"> -<ANCHOR id="nm-utils-hwaddr-len" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-len"> -<ANCHOR id="nm-utils-hwaddr-type" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-type"> -<ANCHOR id="nm-utils-hwaddr-ntoa" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-ntoa"> -<ANCHOR id="nm-utils-hwaddr-atoba" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-atoba"> -<ANCHOR id="nm-utils-hwaddr-aton" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-aton"> -<ANCHOR id="nm-utils-hwaddr-ntoa-len" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-ntoa-len"> -<ANCHOR id="nm-utils-hwaddr-aton-len" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-aton-len"> -<ANCHOR id="nm-utils-hwaddr-valid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hwaddr-valid"> -<ANCHOR id="nm-utils-bin2hexstr" href="libnm-util/libnm-util-nm-utils.html#nm-utils-bin2hexstr"> -<ANCHOR id="nm-utils-hex2byte" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hex2byte"> -<ANCHOR id="nm-utils-hexstr2bin" href="libnm-util/libnm-util-nm-utils.html#nm-utils-hexstr2bin"> -<ANCHOR id="nm-utils-iface-valid-name" href="libnm-util/libnm-util-nm-utils.html#nm-utils-iface-valid-name"> -<ANCHOR id="nm-utils-is-uuid" href="libnm-util/libnm-util-nm-utils.html#nm-utils-is-uuid"> -<ANCHOR id="nm-utils-inet4-ntop" href="libnm-util/libnm-util-nm-utils.html#nm-utils-inet4-ntop"> -<ANCHOR id="nm-utils-inet6-ntop" href="libnm-util/libnm-util-nm-utils.html#nm-utils-inet6-ntop"> -<ANCHOR id="nm-utils-check-virtual-device-compatibility" href="libnm-util/libnm-util-nm-utils.html#nm-utils-check-virtual-device-compatibility"> -<ANCHOR id="libnm-util-nm-utils.other_details" href="libnm-util/libnm-util-nm-utils.html#libnm-util-nm-utils.other_details"> -<ANCHOR id="NMUtilsSecurityType" href="libnm-util/libnm-util-nm-utils.html#NMUtilsSecurityType"> -<ANCHOR id="NMU-SEC-INVALID:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-INVALID:CAPS"> -<ANCHOR id="NMU-SEC-NONE:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-NONE:CAPS"> -<ANCHOR id="NMU-SEC-STATIC-WEP:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-STATIC-WEP:CAPS"> -<ANCHOR id="NMU-SEC-LEAP:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-LEAP:CAPS"> -<ANCHOR id="NMU-SEC-DYNAMIC-WEP:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-DYNAMIC-WEP:CAPS"> -<ANCHOR id="NMU-SEC-WPA-PSK:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-WPA-PSK:CAPS"> -<ANCHOR id="NMU-SEC-WPA-ENTERPRISE:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-WPA-ENTERPRISE:CAPS"> -<ANCHOR id="NMU-SEC-WPA2-PSK:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-WPA2-PSK:CAPS"> -<ANCHOR id="NMU-SEC-WPA2-ENTERPRISE:CAPS" href="libnm-util/libnm-util-nm-utils.html#NMU-SEC-WPA2-ENTERPRISE:CAPS"> -<ANCHOR id="NM-UTILS-HWADDR-LEN-MAX:CAPS" href="libnm-util/libnm-util-nm-utils.html#NM-UTILS-HWADDR-LEN-MAX:CAPS"> -<ANCHOR id="NM-UTILS-INET-ADDRSTRLEN:CAPS" href="libnm-util/libnm-util-nm-utils.html#NM-UTILS-INET-ADDRSTRLEN:CAPS"> -<ANCHOR id="libnm-util-NetworkManager" href="libnm-util/libnm-util-NetworkManager.html"> -<ANCHOR id="libnm-util-NetworkManager.other" href="libnm-util/libnm-util-NetworkManager.html#libnm-util-NetworkManager.other"> -<ANCHOR id="libnm-util-NetworkManager.description" href="libnm-util/libnm-util-NetworkManager.html#libnm-util-NetworkManager.description"> -<ANCHOR id="libnm-util-NetworkManager.functions_details" href="libnm-util/libnm-util-NetworkManager.html#libnm-util-NetworkManager.functions_details"> -<ANCHOR id="libnm-util-NetworkManager.other_details" href="libnm-util/libnm-util-NetworkManager.html#libnm-util-NetworkManager.other_details"> -<ANCHOR id="NM-DBUS-SERVICE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-SERVICE:CAPS"> -<ANCHOR id="NM-DBUS-PATH:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-PATH:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-WIRED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-WIRED:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-ADSL:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-ADSL:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-WIRELESS:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-WIRELESS:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-BLUETOOTH:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-BLUETOOTH:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-OLPC-MESH:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-OLPC-MESH:CAPS"> -<ANCHOR id="NM-DBUS-PATH-ACCESS-POINT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-PATH-ACCESS-POINT:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-ACCESS-POINT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-ACCESS-POINT:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-MODEM:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-MODEM:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-WIMAX:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-WIMAX:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-WIMAX-NSP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-WIMAX-NSP:CAPS"> -<ANCHOR id="NM-DBUS-PATH-WIMAX-NSP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-PATH-WIMAX-NSP:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-ACTIVE-CONNECTION:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-ACTIVE-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-IP4-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-IP4-CONFIG:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DHCP4-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DHCP4-CONFIG:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-IP6-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-IP6-CONFIG:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DHCP6-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DHCP6-CONFIG:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-INFINIBAND:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-INFINIBAND:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-BOND:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-BOND:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-TEAM:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-TEAM:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-VLAN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-VLAN:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-BRIDGE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-BRIDGE:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-GENERIC:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-GENERIC:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-VETH:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-VETH:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-TUN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-TUN:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-MACVLAN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-MACVLAN:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-VXLAN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-VXLAN:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-GRE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-DEVICE-GRE:CAPS"> -<ANCHOR id="NM-DBUS-IFACE-SETTINGS:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-IFACE-SETTINGS:CAPS"> -<ANCHOR id="NM-DBUS-PATH-SETTINGS:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-PATH-SETTINGS:CAPS"> -<ANCHOR id="NM-DBUS-IFACE-SETTINGS-CONNECTION:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-IFACE-SETTINGS-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-PATH-SETTINGS-CONNECTION:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-PATH-SETTINGS-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-IFACE-SETTINGS-CONNECTION-SECRETS:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-IFACE-SETTINGS-CONNECTION-SECRETS:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-AGENT-MANAGER:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-AGENT-MANAGER:CAPS"> -<ANCHOR id="NM-DBUS-PATH-AGENT-MANAGER:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-PATH-AGENT-MANAGER:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-SECRET-AGENT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-INTERFACE-SECRET-AGENT:CAPS"> -<ANCHOR id="NM-DBUS-PATH-SECRET-AGENT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DBUS-PATH-SECRET-AGENT:CAPS"> -<ANCHOR id="NMState" href="libnm-util/libnm-util-NetworkManager.html#NMState"> -<ANCHOR id="NM-STATE-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-UNKNOWN:CAPS"> -<ANCHOR id="NM-STATE-ASLEEP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-ASLEEP:CAPS"> -<ANCHOR id="NM-STATE-DISCONNECTED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-DISCONNECTED:CAPS"> -<ANCHOR id="NM-STATE-DISCONNECTING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-DISCONNECTING:CAPS"> -<ANCHOR id="NM-STATE-CONNECTING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-CONNECTING:CAPS"> -<ANCHOR id="NM-STATE-CONNECTED-LOCAL:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-CONNECTED-LOCAL:CAPS"> -<ANCHOR id="NM-STATE-CONNECTED-SITE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-CONNECTED-SITE:CAPS"> -<ANCHOR id="NM-STATE-CONNECTED-GLOBAL:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-CONNECTED-GLOBAL:CAPS"> -<ANCHOR id="NM-STATE-CONNECTED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-STATE-CONNECTED:CAPS"> -<ANCHOR id="NMConnectivityState" href="libnm-util/libnm-util-NetworkManager.html#NMConnectivityState"> -<ANCHOR id="NM-CONNECTIVITY-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-CONNECTIVITY-UNKNOWN:CAPS"> -<ANCHOR id="NM-CONNECTIVITY-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-CONNECTIVITY-NONE:CAPS"> -<ANCHOR id="NM-CONNECTIVITY-PORTAL:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-CONNECTIVITY-PORTAL:CAPS"> -<ANCHOR id="NM-CONNECTIVITY-LIMITED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-CONNECTIVITY-LIMITED:CAPS"> -<ANCHOR id="NM-CONNECTIVITY-FULL:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-CONNECTIVITY-FULL:CAPS"> -<ANCHOR id="NMDeviceType" href="libnm-util/libnm-util-NetworkManager.html#NMDeviceType"> -<ANCHOR id="NM-DEVICE-TYPE-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-ETHERNET:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-ETHERNET:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-WIFI:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-WIFI:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-UNUSED1:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-UNUSED1:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-UNUSED2:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-UNUSED2:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-BT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-BT:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-OLPC-MESH:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-OLPC-MESH:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-WIMAX:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-WIMAX:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-MODEM:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-MODEM:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-INFINIBAND:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-INFINIBAND:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-BOND:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-BOND:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-VLAN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-VLAN:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-ADSL:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-ADSL:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-BRIDGE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-BRIDGE:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-GENERIC:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-GENERIC:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-TEAM:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-TEAM:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-TUN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-TUN:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-IP-TUNNEL:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-IP-TUNNEL:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-MACVLAN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-MACVLAN:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-VXLAN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-VXLAN:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-VETH:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-TYPE-VETH:CAPS"> -<ANCHOR id="NMDeviceCapabilities" href="libnm-util/libnm-util-NetworkManager.html#NMDeviceCapabilities"> -<ANCHOR id="NM-DEVICE-CAP-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-CAP-NONE:CAPS"> -<ANCHOR id="NM-DEVICE-CAP-NM-SUPPORTED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-CAP-NM-SUPPORTED:CAPS"> -<ANCHOR id="NM-DEVICE-CAP-CARRIER-DETECT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-CAP-CARRIER-DETECT:CAPS"> -<ANCHOR id="NM-DEVICE-CAP-IS-SOFTWARE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-CAP-IS-SOFTWARE:CAPS"> -<ANCHOR id="NMDeviceWifiCapabilities" href="libnm-util/libnm-util-NetworkManager.html#NMDeviceWifiCapabilities"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-NONE:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-CIPHER-WEP40:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-CIPHER-WEP40:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-CIPHER-WEP104:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-CIPHER-WEP104:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-CIPHER-TKIP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-CIPHER-TKIP:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-CIPHER-CCMP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-CIPHER-CCMP:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-WPA:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-WPA:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-RSN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-RSN:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-AP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-AP:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-ADHOC:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-ADHOC:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-FREQ-VALID:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-FREQ-VALID:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-FREQ-2GHZ:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-FREQ-2GHZ:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-FREQ-5GHZ:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-FREQ-5GHZ:CAPS"> -<ANCHOR id="NM80211ApFlags" href="libnm-util/libnm-util-NetworkManager.html#NM80211ApFlags"> -<ANCHOR id="NM-802-11-AP-FLAGS-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-FLAGS-NONE:CAPS"> -<ANCHOR id="NM-802-11-AP-FLAGS-PRIVACY:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-FLAGS-PRIVACY:CAPS"> -<ANCHOR id="NM80211ApSecurityFlags" href="libnm-util/libnm-util-NetworkManager.html#NM80211ApSecurityFlags"> -<ANCHOR id="NM-802-11-AP-SEC-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-NONE:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-PAIR-WEP40:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-PAIR-WEP40:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-PAIR-WEP104:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-PAIR-WEP104:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-PAIR-TKIP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-PAIR-TKIP:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-PAIR-CCMP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-PAIR-CCMP:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-GROUP-WEP40:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-GROUP-WEP40:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-GROUP-WEP104:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-GROUP-WEP104:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-GROUP-TKIP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-GROUP-TKIP:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-GROUP-CCMP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-GROUP-CCMP:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-KEY-MGMT-PSK:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-KEY-MGMT-PSK:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-KEY-MGMT-802-1X:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-AP-SEC-KEY-MGMT-802-1X:CAPS"> -<ANCHOR id="NM80211Mode" href="libnm-util/libnm-util-NetworkManager.html#NM80211Mode"> -<ANCHOR id="NM-802-11-MODE-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-MODE-UNKNOWN:CAPS"> -<ANCHOR id="NM-802-11-MODE-ADHOC:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-MODE-ADHOC:CAPS"> -<ANCHOR id="NM-802-11-MODE-INFRA:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-MODE-INFRA:CAPS"> -<ANCHOR id="NM-802-11-MODE-AP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-802-11-MODE-AP:CAPS"> -<ANCHOR id="NMBluetoothCapabilities" href="libnm-util/libnm-util-NetworkManager.html#NMBluetoothCapabilities"> -<ANCHOR id="NM-BT-CAPABILITY-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-BT-CAPABILITY-NONE:CAPS"> -<ANCHOR id="NM-BT-CAPABILITY-DUN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-BT-CAPABILITY-DUN:CAPS"> -<ANCHOR id="NM-BT-CAPABILITY-NAP:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-BT-CAPABILITY-NAP:CAPS"> -<ANCHOR id="NMDeviceModemCapabilities" href="libnm-util/libnm-util-NetworkManager.html#NMDeviceModemCapabilities"> -<ANCHOR id="NM-DEVICE-MODEM-CAPABILITY-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-MODEM-CAPABILITY-NONE:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-CAPABILITY-POTS:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-MODEM-CAPABILITY-POTS:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-CAPABILITY-CDMA-EVDO:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-MODEM-CAPABILITY-CDMA-EVDO:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-CAPABILITY-GSM-UMTS:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-MODEM-CAPABILITY-GSM-UMTS:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-CAPABILITY-LTE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-MODEM-CAPABILITY-LTE:CAPS"> -<ANCHOR id="NMDeviceState" href="libnm-util/libnm-util-NetworkManager.html#NMDeviceState"> -<ANCHOR id="NM-DEVICE-STATE-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-UNMANAGED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-UNMANAGED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-UNAVAILABLE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-UNAVAILABLE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-DISCONNECTED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-DISCONNECTED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-PREPARE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-PREPARE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-NEED-AUTH:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-NEED-AUTH:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-IP-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-IP-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-IP-CHECK:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-IP-CHECK:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-SECONDARIES:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-SECONDARIES:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-ACTIVATED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-ACTIVATED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-DEACTIVATING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-DEACTIVATING:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-FAILED:CAPS"> -<ANCHOR id="NMDeviceStateReason" href="libnm-util/libnm-util-NetworkManager.html#NMDeviceStateReason"> -<ANCHOR id="NM-DEVICE-STATE-REASON-NONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-NONE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-NOW-MANAGED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-NOW-MANAGED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-NOW-UNMANAGED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-NOW-UNMANAGED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-CONFIG-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-CONFIG-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-IP-CONFIG-UNAVAILABLE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-IP-CONFIG-UNAVAILABLE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-IP-CONFIG-EXPIRED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-IP-CONFIG-EXPIRED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-NO-SECRETS:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-NO-SECRETS:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SUPPLICANT-DISCONNECT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SUPPLICANT-DISCONNECT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SUPPLICANT-CONFIG-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SUPPLICANT-CONFIG-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SUPPLICANT-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SUPPLICANT-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SUPPLICANT-TIMEOUT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SUPPLICANT-TIMEOUT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-PPP-START-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-PPP-START-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-PPP-DISCONNECT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-PPP-DISCONNECT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-PPP-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-PPP-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-DHCP-START-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-DHCP-START-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-DHCP-ERROR:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-DHCP-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-DHCP-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-DHCP-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SHARED-START-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SHARED-START-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SHARED-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SHARED-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-AUTOIP-START-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-AUTOIP-START-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-AUTOIP-ERROR:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-AUTOIP-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-AUTOIP-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-AUTOIP-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-BUSY:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-BUSY:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-NO-DIAL-TONE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-NO-DIAL-TONE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-NO-CARRIER:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-NO-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-DIAL-TIMEOUT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-DIAL-TIMEOUT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-DIAL-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-DIAL-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-INIT-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-INIT-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-APN-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-APN-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-REGISTRATION-NOT-SEARCHING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-NOT-SEARCHING:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-REGISTRATION-DENIED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-DENIED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-REGISTRATION-TIMEOUT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-TIMEOUT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-REGISTRATION-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-PIN-CHECK-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-PIN-CHECK-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-FIRMWARE-MISSING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-FIRMWARE-MISSING:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-REMOVED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-REMOVED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SLEEPING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SLEEPING:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-CONNECTION-REMOVED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-CONNECTION-REMOVED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-USER-REQUESTED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-USER-REQUESTED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-CARRIER:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-CONNECTION-ASSUMED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-CONNECTION-ASSUMED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SUPPLICANT-AVAILABLE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SUPPLICANT-AVAILABLE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-NOT-FOUND:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-NOT-FOUND:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-BT-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-BT-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-SIM-NOT-INSERTED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-SIM-NOT-INSERTED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-SIM-PIN-REQUIRED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-SIM-PIN-REQUIRED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-SIM-PUK-REQUIRED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-SIM-PUK-REQUIRED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-SIM-WRONG:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-SIM-WRONG:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-INFINIBAND-MODE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-INFINIBAND-MODE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-DEPENDENCY-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-DEPENDENCY-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-BR2684-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-BR2684-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-MANAGER-UNAVAILABLE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-MANAGER-UNAVAILABLE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SSID-NOT-FOUND:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SSID-NOT-FOUND:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SECONDARY-CONNECTION-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SECONDARY-CONNECTION-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-DCB-FCOE-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-DCB-FCOE-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-TEAMD-CONTROL-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-TEAMD-CONTROL-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-AVAILABLE:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-AVAILABLE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SIM-PIN-INCORRECT:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SIM-PIN-INCORRECT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-NEW-ACTIVATION:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-NEW-ACTIVATION:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-PARENT-CHANGED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-PARENT-CHANGED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-PARENT-MANAGED-CHANGED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-PARENT-MANAGED-CHANGED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-LAST:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-LAST:CAPS"> -<ANCHOR id="NMActiveConnectionState" href="libnm-util/libnm-util-NetworkManager.html#NMActiveConnectionState"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-UNKNOWN:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE-ACTIVATING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATING:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE-ACTIVATED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATED:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE-DEACTIVATING:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-DEACTIVATING:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE-DEACTIVATED:CAPS" href="libnm-util/libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-DEACTIVATED:CAPS"> -<ANCHOR id="libnm-util-NetworkManagerVPN" href="libnm-util/libnm-util-NetworkManagerVPN.html"> -<ANCHOR id="libnm-util-NetworkManagerVPN.other" href="libnm-util/libnm-util-NetworkManagerVPN.html#libnm-util-NetworkManagerVPN.other"> -<ANCHOR id="libnm-util-NetworkManagerVPN.description" href="libnm-util/libnm-util-NetworkManagerVPN.html#libnm-util-NetworkManagerVPN.description"> -<ANCHOR id="libnm-util-NetworkManagerVPN.functions_details" href="libnm-util/libnm-util-NetworkManagerVPN.html#libnm-util-NetworkManagerVPN.functions_details"> -<ANCHOR id="libnm-util-NetworkManagerVPN.other_details" href="libnm-util/libnm-util-NetworkManagerVPN.html#libnm-util-NetworkManagerVPN.other_details"> -<ANCHOR id="NM-DBUS-PATH-VPN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-PATH-VPN:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-VPN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-INTERFACE-VPN:CAPS"> -<ANCHOR id="NM-DBUS-PATH-VPN-CONNECTION:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-PATH-VPN-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-VPN-CONNECTION:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-INTERFACE-VPN-CONNECTION:CAPS"> -<ANCHOR id="NM-VPN-DBUS-PLUGIN-PATH:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-DBUS-PLUGIN-PATH:CAPS"> -<ANCHOR id="NM-VPN-DBUS-PLUGIN-INTERFACE:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-DBUS-PLUGIN-INTERFACE:CAPS"> -<ANCHOR id="NM-DBUS-NO-ACTIVE-VPN-CONNECTION:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-NO-ACTIVE-VPN-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-NO-VPN-CONNECTIONS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-NO-VPN-CONNECTIONS:CAPS"> -<ANCHOR id="NM-DBUS-INVALID-VPN-CONNECTION:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-INVALID-VPN-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-VPN-ERROR-PREFIX:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-ERROR-PREFIX:CAPS"> -<ANCHOR id="NM-DBUS-VPN-STARTING-IN-PROGRESS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-STARTING-IN-PROGRESS:CAPS"> -<ANCHOR id="NM-DBUS-VPN-ALREADY-STARTED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-ALREADY-STARTED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-STOPPING-IN-PROGRESS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-STOPPING-IN-PROGRESS:CAPS"> -<ANCHOR id="NM-DBUS-VPN-ALREADY-STOPPED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-ALREADY-STOPPED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-WRONG-STATE:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-WRONG-STATE:CAPS"> -<ANCHOR id="NM-DBUS-VPN-BAD-ARGUMENTS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-BAD-ARGUMENTS:CAPS"> -<ANCHOR id="NM-DBUS-VPN-INTERACTIVE-NOT-SUPPORTED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-INTERACTIVE-NOT-SUPPORTED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-LOGIN-BANNER:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-LOGIN-BANNER:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-LOGIN-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-LOGIN-FAILED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-LAUNCH-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-LAUNCH-FAILED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-CONNECT-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-CONNECT-FAILED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-VPN-CONFIG-BAD:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-VPN-CONFIG-BAD:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-IP-CONFIG-BAD:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-IP-CONFIG-BAD:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-STATE-CHANGE:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-STATE-CHANGE:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-IP4-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-DBUS-VPN-SIGNAL-IP4-CONFIG:CAPS"> -<ANCHOR id="NMVPNServiceState" href="libnm-util/libnm-util-NetworkManagerVPN.html#NMVPNServiceState"> -<ANCHOR id="NM-VPN-SERVICE-STATE-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-UNKNOWN:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-INIT:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-INIT:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-SHUTDOWN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-SHUTDOWN:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-STARTING:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-STARTING:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-STARTED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-STARTED:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-STOPPING:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-STOPPING:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-STOPPED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-STOPPED:CAPS"> -<ANCHOR id="NMVPNConnectionState" href="libnm-util/libnm-util-NetworkManagerVPN.html#NMVPNConnectionState"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-UNKNOWN:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-PREPARE:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-PREPARE:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-NEED-AUTH:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-NEED-AUTH:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-CONNECT:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-CONNECT:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-IP-CONFIG-GET:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-IP-CONFIG-GET:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-ACTIVATED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-ACTIVATED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-FAILED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-DISCONNECTED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-DISCONNECTED:CAPS"> -<ANCHOR id="NMVPNConnectionStateReason" href="libnm-util/libnm-util-NetworkManagerVPN.html#NMVPNConnectionStateReason"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-UNKNOWN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-UNKNOWN:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-NONE:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-NONE:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-USER-DISCONNECTED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-USER-DISCONNECTED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-DEVICE-DISCONNECTED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-DEVICE-DISCONNECTED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-SERVICE-STOPPED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-SERVICE-STOPPED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-IP-CONFIG-INVALID:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-IP-CONFIG-INVALID:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-CONNECT-TIMEOUT:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-CONNECT-TIMEOUT:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-SERVICE-START-TIMEOUT:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-SERVICE-START-TIMEOUT:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-SERVICE-START-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-SERVICE-START-FAILED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-NO-SECRETS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-NO-SECRETS:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-LOGIN-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-LOGIN-FAILED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-CONNECTION-REMOVED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-CONNECTION-REMOVED:CAPS"> -<ANCHOR id="NMVPNPluginFailure" href="libnm-util/libnm-util-NetworkManagerVPN.html#NMVPNPluginFailure"> -<ANCHOR id="NM-VPN-PLUGIN-FAILURE-LOGIN-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-FAILURE-LOGIN-FAILED:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-FAILURE-CONNECT-FAILED:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-FAILURE-CONNECT-FAILED:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-FAILURE-BAD-IP-CONFIG:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-FAILURE-BAD-IP-CONFIG:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-TUNDEV:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-CONFIG-TUNDEV:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-BANNER:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-CONFIG-BANNER:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-EXT-GATEWAY:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-CONFIG-EXT-GATEWAY:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-MTU:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-CONFIG-MTU:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-HAS-IP4:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-CONFIG-HAS-IP4:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-HAS-IP6:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-CONFIG-HAS-IP6:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CAN-PERSIST:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-CAN-PERSIST:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-INT-GATEWAY:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-INT-GATEWAY:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-ADDRESS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-ADDRESS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-PTP:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-PTP:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-PREFIX:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-PREFIX:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-DNS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-DNS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-NBNS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-NBNS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-MSS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-MSS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-DOMAIN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-DOMAIN:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-DOMAINS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-DOMAINS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-ROUTES:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-ROUTES:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-NEVER-DEFAULT:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-NEVER-DEFAULT:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-GATEWAY:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-GATEWAY:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-BANNER:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-BANNER:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-EXT-GATEWAY:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-EXT-GATEWAY:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-MTU:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-MTU:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-TUNDEV:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP4-CONFIG-TUNDEV:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-INT-GATEWAY:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-INT-GATEWAY:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-ADDRESS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-ADDRESS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-PTP:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-PTP:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-PREFIX:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-PREFIX:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-DNS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-DNS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-MSS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-MSS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-DOMAIN:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-DOMAIN:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-DOMAINS:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-DOMAINS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-ROUTES:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-ROUTES:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-NEVER-DEFAULT:CAPS" href="libnm-util/libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-NEVER-DEFAULT:CAPS"> -<ANCHOR id="annotation-glossterm-allow-none" href="libnm-util/annotation-glossary.html#annotation-glossterm-allow-none"> -<ANCHOR id="annotation-glossterm-array" href="libnm-util/annotation-glossary.html#annotation-glossterm-array"> -<ANCHOR id="annotation-glossterm-closure" href="libnm-util/annotation-glossary.html#annotation-glossterm-closure"> -<ANCHOR id="annotation-glossterm-element-type" href="libnm-util/annotation-glossary.html#annotation-glossterm-element-type"> -<ANCHOR id="annotation-glossterm-inout" href="libnm-util/annotation-glossary.html#annotation-glossterm-inout"> -<ANCHOR id="annotation-glossterm-out" href="libnm-util/annotation-glossary.html#annotation-glossterm-out"> -<ANCHOR id="annotation-glossterm-scope call" href="libnm-util/annotation-glossary.html#annotation-glossterm-scope call"> -<ANCHOR id="annotation-glossterm-skip" href="libnm-util/annotation-glossary.html#annotation-glossterm-skip"> -<ANCHOR id="annotation-glossterm-transfer container" href="libnm-util/annotation-glossary.html#annotation-glossterm-transfer container"> -<ANCHOR id="annotation-glossterm-transfer full" href="libnm-util/annotation-glossary.html#annotation-glossterm-transfer full"> -<ANCHOR id="annotation-glossterm-transfer none" href="libnm-util/annotation-glossary.html#annotation-glossterm-transfer none"> diff --git a/docs/libnm-util/html/libnm-util-NetworkManager.html b/docs/libnm-util/html/libnm-util-NetworkManager.html index aaaadc84..9754cfdc 100644 --- a/docs/libnm-util/html/libnm-util-NetworkManager.html +++ b/docs/libnm-util/html/libnm-util-NetworkManager.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="libnm-util-nm-utils.html" title="nm-utils"> <link rel="next" href="libnm-util-NetworkManagerVPN.html" title="NetworkManagerVPN"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -511,7 +511,7 @@ <a name="NMState"></a><h3>enum NMState</h3> <p><a class="link" href="libnm-util-NetworkManager.html#NMState" title="enum NMState"><span class="type">NMState</span></a> values indicate the current overall networking state.</p> <div class="refsect3"> -<a name="id-1.2.31.6.42.4"></a><h4>Members</h4> +<a name="NMState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -589,7 +589,7 @@ <div class="refsect2"> <a name="NMConnectivityState"></a><h3>enum NMConnectivityState</h3> <div class="refsect3"> -<a name="id-1.2.31.6.44.3"></a><h4>Members</h4> +<a name="NMConnectivityState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -644,9 +644,9 @@ <div class="refsect2"> <a name="NMDeviceType"></a><h3>enum NMDeviceType</h3> <p><a class="link" href="libnm-util-NetworkManager.html#NMDeviceType" title="enum NMDeviceType"><span class="type">NMDeviceType</span></a> values indicate the type of hardware represented by -an <a href="/usr/share/gtk-doc/html/libnm-glib/NMDevice.html"><span class="type">NMDevice</span></a>.</p> +an <a href="/usr/share/gtk-doc/html/libnm/NMDevice.html#NMDevice-struct"><span class="type">NMDevice</span></a>.</p> <div class="refsect3"> -<a name="id-1.2.31.6.45.4"></a><h4>Members</h4> +<a name="NMDeviceType.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -811,7 +811,7 @@ GSM/UMTS, or LTE network access protocols</p> <a name="NMDeviceCapabilities"></a><h3>enum NMDeviceCapabilities</h3> <p>General device capability flags.</p> <div class="refsect3"> -<a name="id-1.2.31.6.46.4"></a><h4>Members</h4> +<a name="NMDeviceCapabilities.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -856,7 +856,7 @@ GSM/UMTS, or LTE network access protocols</p> <a name="NMDeviceWifiCapabilities"></a><h3>enum NMDeviceWifiCapabilities</h3> <p>802.11 specific device encryption and authentication capabilities.</p> <div class="refsect3"> -<a name="id-1.2.31.6.47.4"></a><h4>Members</h4> +<a name="NMDeviceWifiCapabilities.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -957,7 +957,7 @@ GSM/UMTS, or LTE network access protocols</p> <a name="NM80211ApFlags"></a><h3>enum NM80211ApFlags</h3> <p>802.11 access point flags.</p> <div class="refsect3"> -<a name="id-1.2.31.6.48.4"></a><h4>Members</h4> +<a name="NM80211ApFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -991,7 +991,7 @@ encryption (usually means WEP)</p> the current security requirements of an access point as determined from the access point's beacon.</p> <div class="refsect3"> -<a name="id-1.2.31.6.49.4"></a><h4>Members</h4> +<a name="NM80211ApSecurityFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1092,7 +1092,7 @@ is supported</p> <a name="NM80211Mode"></a><h3>enum NM80211Mode</h3> <p>Indicates the 802.11 mode an access point or device is currently in.</p> <div class="refsect3"> -<a name="id-1.2.31.6.50.4"></a><h4>Members</h4> +<a name="NM80211Mode.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1144,7 +1144,7 @@ is supported</p> <p><a class="link" href="libnm-util-NetworkManager.html#NMBluetoothCapabilities" title="enum NMBluetoothCapabilities"><span class="type">NMBluetoothCapabilities</span></a> values indicate the usable capabilities of a Bluetooth device.</p> <div class="refsect3"> -<a name="id-1.2.31.6.51.4"></a><h4>Members</h4> +<a name="NMBluetoothCapabilities.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1185,7 +1185,7 @@ technology families a modem device supports. For more information on the specific access technologies the device supports use the ModemManager D-Bus API.</p> <div class="refsect3"> -<a name="id-1.2.31.6.52.4"></a><h4>Members</h4> +<a name="NMDeviceModemCapabilities.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1239,7 +1239,7 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability</p> <div class="refsect2"> <a name="NMDeviceState"></a><h3>enum NMDeviceState</h3> <div class="refsect3"> -<a name="id-1.2.31.6.53.3"></a><h4>Members</h4> +<a name="NMDeviceState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1369,7 +1369,7 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability</p> <a name="NMDeviceStateReason"></a><h3>enum NMDeviceStateReason</h3> <p>Device state change reason codes</p> <div class="refsect3"> -<a name="id-1.2.31.6.54.4"></a><h4>Members</h4> +<a name="NMDeviceStateReason.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1834,7 +1834,7 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability</p> specific network while it is starting, connected, or disconnecting from that network.</p> <div class="refsect3"> -<a name="id-1.2.31.6.55.4"></a><h4>Members</h4> +<a name="NMActiveConnectionState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1886,6 +1886,6 @@ network.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/libnm-util-NetworkManagerVPN.html b/docs/libnm-util/html/libnm-util-NetworkManagerVPN.html index 6860917d..724ba32c 100644 --- a/docs/libnm-util/html/libnm-util-NetworkManagerVPN.html +++ b/docs/libnm-util/html/libnm-util-NetworkManagerVPN.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="libnm-util-NetworkManager.html" title="NetworkManager"> <link rel="next" href="object-tree.html" title="Object Hierarchy"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -453,7 +453,7 @@ <a name="NMVPNServiceState"></a><h3>enum NMVPNServiceState</h3> <p>VPN daemon states</p> <div class="refsect3"> -<a name="id-1.2.32.6.27.4"></a><h4>Members</h4> +<a name="NMVPNServiceState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -519,7 +519,7 @@ <a name="NMVPNConnectionState"></a><h3>enum NMVPNConnectionState</h3> <p>VPN connection states</p> <div class="refsect3"> -<a name="id-1.2.32.6.28.4"></a><h4>Members</h4> +<a name="NMVPNConnectionState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -596,7 +596,7 @@ <a name="NMVPNConnectionStateReason"></a><h3>enum NMVPNConnectionStateReason</h3> <p>VPN connection state reasons</p> <div class="refsect3"> -<a name="id-1.2.32.6.29.4"></a><h4>Members</h4> +<a name="NMVPNConnectionStateReason.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -709,7 +709,7 @@ <a name="NMVPNPluginFailure"></a><h3>enum NMVPNPluginFailure</h3> <p>VPN plugin failure reasons</p> <div class="refsect3"> -<a name="id-1.2.32.6.30.4"></a><h4>Members</h4> +<a name="NMVPNPluginFailure.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -944,6 +944,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/libnm-util-nm-utils.html b/docs/libnm-util/html/libnm-util-nm-utils.html index 9507d0ab..616f6d62 100644 --- a/docs/libnm-util/html/libnm-util-nm-utils.html +++ b/docs/libnm-util/html/libnm-util-nm-utils.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="libnm-util API Reference"> <link rel="prev" href="NMSettingVPN.html" title="NMSettingVPN"> <link rel="next" href="libnm-util-NetworkManager.html" title="NetworkManager"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -503,7 +503,7 @@ nm_utils_init (<em class="parameter"><code><span class="type">GError</span> **er <p>Initializes libnm-util; should be called when starting any program that uses libnm-util. This function can be called more than once.</p> <div class="refsect3"> -<a name="id-1.2.30.8.2.5"></a><h4>Parameters</h4> +<a name="nm-utils-init.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -518,7 +518,7 @@ uses libnm-util. This function can be called more than once.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.2.6"></a><h4>Returns</h4> +<a name="nm-utils-init.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the initialization was successful, <code class="literal">FALSE</code> on failure.</p> </div> </div> @@ -540,7 +540,7 @@ nm_utils_is_empty_ssid (<em class="parameter"><code>const <span class="type">gui AP's SSID. This function attempts to detect blank/empty SSIDs using a number of known SSID-cloaking methods.</p> <div class="refsect3"> -<a name="id-1.2.30.8.4.5"></a><h4>Parameters</h4> +<a name="nm-utils-is-empty-ssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -563,7 +563,7 @@ number of known SSID-cloaking methods.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.4.6"></a><h4>Returns</h4> +<a name="nm-utils-is-empty-ssid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the SSID is "empty", <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -578,7 +578,7 @@ replacing embedded NULLs and non-printable characters with the hexadecimal representation of that character. Intended for debugging only, should not be used for display of SSIDs.</p> <div class="refsect3"> -<a name="id-1.2.30.8.5.5"></a><h4>Parameters</h4> +<a name="nm-utils-escape-ssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -601,7 +601,7 @@ be used for display of SSIDs.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.5.6"></a><h4>Returns</h4> +<a name="nm-utils-escape-ssid.returns"></a><h4>Returns</h4> <p> pointer to the escaped SSID, which uses an internal static buffer and will be overwritten by subsequent calls to this function</p> </div> @@ -620,7 +620,7 @@ and thus was changed. This function compensates for that behavior at the cost of some compatibility with odd SSIDs that may legitimately have trailing NULLs, even though that is functionally pointless.</p> <div class="refsect3"> -<a name="id-1.2.30.8.6.5"></a><h4>Parameters</h4> +<a name="nm-utils-same-ssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -647,7 +647,7 @@ NULLs, even though that is functionally pointless.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.6.6"></a><h4>Returns</h4> +<a name="nm-utils-same-ssid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the SSIDs are the same, <code class="literal">FALSE</code> if they are not</p> </div> </div> @@ -676,7 +676,7 @@ into a printable UTF-8 string, using roughly the following procedure:</p> <p>Again, this function should be used for debugging and display purposes _only_.</p> <div class="refsect3"> -<a name="id-1.2.30.8.7.8"></a><h4>Parameters</h4> +<a name="nm-utils-ssid-to-utf8.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -691,7 +691,7 @@ _only_.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.7.9"></a><h4>Returns</h4> +<a name="nm-utils-ssid-to-utf8.returns"></a><h4>Returns</h4> <p> an allocated string containing a UTF-8 representation of the SSID, which must be freed by the caller using <code class="function">g_free()</code>. Returns <code class="literal">NULL</code> on errors. </p> @@ -705,7 +705,7 @@ Returns <code class="literal">NULL</code> on errors. </p> nm_utils_gvalue_hash_dup (<em class="parameter"><code><span class="type">GHashTable</span> *hash</code></em>);</pre> <p>Utility function to duplicate a hash table of <span class="type">GValues</span>.</p> <div class="refsect3"> -<a name="id-1.2.30.8.8.5"></a><h4>Parameters</h4> +<a name="nm-utils-gvalue-hash-dup.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -720,7 +720,7 @@ nm_utils_gvalue_hash_dup (<em class="parameter"><code><span class="type">GHashTa </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.8.6"></a><h4>Returns</h4> +<a name="nm-utils-gvalue-hash-dup.returns"></a><h4>Returns</h4> <p> a newly allocated duplicated <span class="type">GHashTable</span>, caller must free the returned hash with <code class="function">g_hash_table_unref()</code> or <code class="function">g_hash_table_destroy()</code>. </p> <p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8 GObject.Value]</span></p> @@ -739,7 +739,7 @@ nm_utils_slist_free (<em class="parameter"><code><span class="type">GSList</span <p>Utility function to free a <span class="type">GSList</span>.</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <div class="refsect3"> -<a name="id-1.2.30.8.9.7"></a><h4>Parameters</h4> +<a name="nm-utils-slist-free.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -779,7 +779,7 @@ type, and AP capabilities intersect.</p> <p>NOTE: this function cannot handle checking security for AP/Hotspot mode; use <a class="link" href="libnm-util-nm-utils.html#nm-utils-ap-mode-security-valid" title="nm_utils_ap_mode_security_valid ()"><code class="function">nm_utils_ap_mode_security_valid()</code></a> instead.</p> <div class="refsect3"> -<a name="id-1.2.30.8.10.6"></a><h4>Parameters</h4> +<a name="nm-utils-security-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -833,7 +833,7 @@ e.g. (<a class="link" href="libnm-util-NetworkManager.html#NM-802-11-AP-SEC-PAIR </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.10.7"></a><h4>Returns</h4> +<a name="nm-utils-security-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device capabilities and AP capabilties intersect and are compatible with the desired <em class="parameter"><code>type</code></em> , <code class="literal">FALSE</code> if they are not</p> @@ -849,7 +849,7 @@ nm_utils_ap_mode_security_valid (<em class="parameter"><code><a class="link" hre against, determines whether the combination of device capabilities and desired security type are valid for AP/Hotspot connections.</p> <div class="refsect3"> -<a name="id-1.2.30.8.11.5"></a><h4>Parameters</h4> +<a name="nm-utils-ap-mode-security-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -873,7 +873,7 @@ e.g. <a class="link" href="libnm-util-nm-utils.html#NMU-SEC-STATIC-WEP:CAPS"><sp </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.11.6"></a><h4>Returns</h4> +<a name="nm-utils-ap-mode-security-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device capabilities are compatible with the desired <em class="parameter"><code>type</code></em> , <code class="literal">FALSE</code> if they are not.</p> @@ -889,7 +889,7 @@ nm_utils_wep_key_valid (<em class="parameter"><code>const <span class="type">cha <p>Checks if <em class="parameter"><code>key</code></em> is a valid WEP key</p> <div class="refsect3"> -<a name="id-1.2.30.8.12.5"></a><h4>Parameters</h4> +<a name="nm-utils-wep-key-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -911,7 +911,7 @@ nm_utils_wep_key_valid (<em class="parameter"><code>const <span class="type">cha </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.12.6"></a><h4>Returns</h4> +<a name="nm-utils-wep-key-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>key</code></em> is a WEP key, <code class="literal">FALSE</code> if not</p> </div> @@ -925,7 +925,7 @@ nm_utils_wpa_psk_valid (<em class="parameter"><code>const <span class="type">cha <p>Checks if <em class="parameter"><code>psk</code></em> is a valid WPA PSK</p> <div class="refsect3"> -<a name="id-1.2.30.8.13.5"></a><h4>Parameters</h4> +<a name="nm-utils-wpa-psk-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -940,7 +940,7 @@ nm_utils_wpa_psk_valid (<em class="parameter"><code>const <span class="type">cha </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.13.6"></a><h4>Returns</h4> +<a name="nm-utils-wpa-psk-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>psk</code></em> is a WPA PSK, <code class="literal">FALSE</code> if not</p> </div> @@ -957,7 +957,7 @@ and prefix) into a <span class="type">GSList</span> of <a class="link" href="NMS this serialization is not guaranteed to be stable and the <span class="type">GArray</span> may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.14.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-addresses-from-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -972,7 +972,7 @@ extended in the future.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.14.6"></a><h4>Returns</h4> +<a name="nm-utils-ip4-addresses-from-gvalue.returns"></a><h4>Returns</h4> <p> a newly allocated <span class="type">GSList</span> of <a class="link" href="NMSettingIP4Config.html#NMIP4Address"><span class="type">NMIP4Address</span></a> objects. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIP4Address]</span></p> </div> @@ -989,7 +989,7 @@ addresses (which is a tuple of address, gateway, and prefix). The specific format of this serialization is not guaranteed to be stable and may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.15.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-addresses-to-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1024,7 +1024,7 @@ prefix, and metric) into a <span class="type">GSList</span> of <a class="link" h format of this serialization is not guaranteed to be stable and may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.16.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-routes-from-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1039,7 +1039,7 @@ extended in the future.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.16.6"></a><h4>Returns</h4> +<a name="nm-utils-ip4-routes-from-gvalue.returns"></a><h4>Returns</h4> <p> a newly allocated <span class="type">GSList</span> of <a class="link" href="NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> objects. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIP4Route]</span></p> </div> @@ -1056,7 +1056,7 @@ routes (which is a tuple of route, next hop, prefix, and metric). The specific format of this serialization is not guaranteed to be stable and may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.17.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-routes-to-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1086,7 +1086,7 @@ which should be unset by the caller (when no longer needed) with <pre class="programlisting"><span class="returnvalue">guint32</span> nm_utils_ip4_netmask_to_prefix (<em class="parameter"><code><span class="type">guint32</span> netmask</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.30.8.18.4"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-netmask-to-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1101,7 +1101,7 @@ nm_utils_ip4_netmask_to_prefix (<em class="parameter"><code><span class="type">g </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.18.5"></a><h4>Returns</h4> +<a name="nm-utils-ip4-netmask-to-prefix.returns"></a><h4>Returns</h4> <p> the CIDR prefix represented by the netmask</p> </div> </div> @@ -1111,7 +1111,7 @@ nm_utils_ip4_netmask_to_prefix (<em class="parameter"><code><span class="type">g <pre class="programlisting"><span class="returnvalue">guint32</span> nm_utils_ip4_prefix_to_netmask (<em class="parameter"><code><span class="type">guint32</span> prefix</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.30.8.19.4"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-prefix-to-netmask.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1126,7 +1126,7 @@ nm_utils_ip4_prefix_to_netmask (<em class="parameter"><code><span class="type">g </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.19.5"></a><h4>Returns</h4> +<a name="nm-utils-ip4-prefix-to-netmask.returns"></a><h4>Returns</h4> <p> the netmask represented by the prefix, in network byte order</p> </div> </div> @@ -1140,7 +1140,7 @@ segmented into three network classes: A, B, and C. This function will return a prefix that is associated with the IP address specified defining where it falls in the predefined classes.</p> <div class="refsect3"> -<a name="id-1.2.30.8.20.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-get-default-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1155,7 +1155,7 @@ falls in the predefined classes.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.20.6"></a><h4>Returns</h4> +<a name="nm-utils-ip4-get-default-prefix.returns"></a><h4>Returns</h4> <p> the default class prefix for the given IP</p> </div> </div> @@ -1170,7 +1170,7 @@ prefix, and gateway), into a <span class="type">GSList</span> of <a class="link" this serialization is not guaranteed to be stable and the <span class="type">GValueArray</span> may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.21.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-addresses-from-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1185,7 +1185,7 @@ extended in the future.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.21.6"></a><h4>Returns</h4> +<a name="nm-utils-ip6-addresses-from-gvalue.returns"></a><h4>Returns</h4> <p> a newly allocated <span class="type">GSList</span> of <a class="link" href="NMSettingIP6Config.html#NMIP6Address"><span class="type">NMIP6Address</span></a> objects. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIP6Address]</span></p> </div> @@ -1202,7 +1202,7 @@ nm_utils_ip6_addresses_to_gvalue (<em class="parameter"><code><span class="type" this serialization is not guaranteed to be stable and may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.22.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-addresses-to-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1237,7 +1237,7 @@ routes (which is a tuple of destination, prefix, next hop, and metric) into a <span class="type">GSList</span> of <a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> objects. The specific format of this serialization is not guaranteed to be stable and may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.23.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-routes-from-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1253,7 +1253,7 @@ is not guaranteed to be stable and may be extended in the future.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.23.6"></a><h4>Returns</h4> +<a name="nm-utils-ip6-routes-from-gvalue.returns"></a><h4>Returns</h4> <p> a newly allocated <span class="type">GSList</span> of <a class="link" href="NMSettingIP6Config.html#NMIP6Route"><span class="type">NMIP6Route</span></a> objects. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIP6Route]</span></p> </div> @@ -1270,7 +1270,7 @@ representing a list of NetworkManager IPv6 routes (which is a tuple of destinati prefix, next hop, and metric). The specific format of this serialization is not guaranteed to be stable and may be extended in the future.</p> <div class="refsect3"> -<a name="id-1.2.30.8.24.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-routes-to-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1303,7 +1303,7 @@ nm_utils_ip6_dns_from_gvalue (<em class="parameter"><code>const <span class="typ <span class="type">GByteArrays</span> into a <span class="type">GSList</span> of <code class="literal"><span class="type">struct in6_addr</span></code>s.</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <div class="refsect3"> -<a name="id-1.2.30.8.25.6"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-dns-from-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1318,7 +1318,7 @@ nm_utils_ip6_dns_from_gvalue (<em class="parameter"><code>const <span class="typ </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.25.7"></a><h4>Returns</h4> +<a name="nm-utils-ip6-dns-from-gvalue.returns"></a><h4>Returns</h4> <p> a <span class="type">GSList</span> of IP6 addresses.</p> </div> </div> @@ -1335,7 +1335,7 @@ The specific format of this serialization is not guaranteed to be stable and may be extended in the future.</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <div class="refsect3"> -<a name="id-1.2.30.8.26.6"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-dns-to-gvalue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1365,7 +1365,7 @@ addresses, which should be unset by the caller (when no longer needed) with <pre class="programlisting"><span class="returnvalue">char</span> * nm_utils_uuid_generate (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.30.8.27.4"></a><h4>Returns</h4> +<a name="nm-utils-uuid-generate.returns"></a><h4>Returns</h4> <p> a newly allocated UUID suitable for use as the <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object's <a class="link" href="NMSettingConnection.html#NMSettingConnection--id" title="The “id” property"><span class="type">“id”</span></a>: property. Should be freed with <code class="function">g_free()</code></p> </div> @@ -1378,7 +1378,7 @@ nm_utils_uuid_generate_from_string (<em class="parameter"><code>const <span clas <p>For a given <em class="parameter"><code>s</code></em> , this function will always return the same UUID.</p> <div class="refsect3"> -<a name="id-1.2.30.8.28.5"></a><h4>Parameters</h4> +<a name="nm-utils-uuid-generate-from-string.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1393,7 +1393,7 @@ nm_utils_uuid_generate_from_string (<em class="parameter"><code>const <span clas </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.28.6"></a><h4>Returns</h4> +<a name="nm-utils-uuid-generate-from-string.returns"></a><h4>Returns</h4> <p> a newly allocated UUID suitable for use as the <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object's <a class="link" href="NMSettingConnection.html#NMSettingConnection--id" title="The “id” property"><span class="type">“id”</span></a>: property</p> </div> @@ -1410,7 +1410,7 @@ nm_utils_rsa_key_encrypt (<em class="parameter"><code>const <span class="type">G a password if no password was given) and converts the data to PEM format suitable for writing to a file. It uses Triple DES cipher for the encryption.</p> <div class="refsect3"> -<a name="id-1.2.30.8.29.5"></a><h4>Parameters</h4> +<a name="nm-utils-rsa-key-encrypt.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1444,7 +1444,7 @@ and returned in this argument. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.29.6"></a><h4>Returns</h4> +<a name="nm-utils-rsa-key-encrypt.returns"></a><h4>Returns</h4> <p> on success, PEM-formatted data suitable for writing to a PEM-formatted certificate/private key file. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -1462,7 +1462,7 @@ nm_utils_rsa_key_encrypt_aes (<em class="parameter"><code>const <span class="typ a password if no password was given) and converts the data to PEM format suitable for writing to a file. It uses AES cipher for the encryption.</p> <div class="refsect3"> -<a name="id-1.2.30.8.30.5"></a><h4>Parameters</h4> +<a name="nm-utils-rsa-key-encrypt-aes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1496,7 +1496,7 @@ and returned in this argument. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.30.6"></a><h4>Returns</h4> +<a name="nm-utils-rsa-key-encrypt-aes.returns"></a><h4>Returns</h4> <p> on success, PEM-formatted data suitable for writing to a PEM-formatted certificate/private key file. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -1510,7 +1510,7 @@ nm_utils_file_is_pkcs12 (<em class="parameter"><code>const <span class="type">ch <p>Utility function to find out if the <em class="parameter"><code>filename</code></em> is in PKCS#12 format.</p> <div class="refsect3"> -<a name="id-1.2.30.8.31.5"></a><h4>Parameters</h4> +<a name="nm-utils-file-is-pkcs12.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1525,7 +1525,7 @@ nm_utils_file_is_pkcs12 (<em class="parameter"><code>const <span class="type">ch </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.31.6"></a><h4>Returns</h4> +<a name="nm-utils-file-is-pkcs12.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the file is PKCS#12, <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -1551,7 +1551,7 @@ nm_utils_file_search_in_paths (<em class="parameter"><code>const <span class="ty file in a list of search <em class="parameter"><code>paths</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.30.8.33.5"></a><h4>Parameters</h4> +<a name="nm-utils-file-search-in-paths.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1610,7 +1610,7 @@ function. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.33.6"></a><h4>Returns</h4> +<a name="nm-utils-file-search-in-paths.returns"></a><h4>Returns</h4> <p> the full path to the helper, if found, or <code class="literal">NULL</code> if not found. The returned string is not owned by the caller, but later invocations of the function might overwrite it. </p> @@ -1624,7 +1624,7 @@ invocations of the function might overwrite it. </p> nm_utils_wifi_freq_to_channel (<em class="parameter"><code><span class="type">guint32</span> freq</code></em>);</pre> <p>Utility function to translate a Wi-Fi frequency to its corresponding channel.</p> <div class="refsect3"> -<a name="id-1.2.30.8.34.5"></a><h4>Parameters</h4> +<a name="nm-utils-wifi-freq-to-channel.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1639,7 +1639,7 @@ nm_utils_wifi_freq_to_channel (<em class="parameter"><code><span class="type">gu </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.34.6"></a><h4>Returns</h4> +<a name="nm-utils-wifi-freq-to-channel.returns"></a><h4>Returns</h4> <p> the channel represented by the frequency or 0</p> </div> </div> @@ -1651,7 +1651,7 @@ nm_utils_wifi_channel_to_freq (<em class="parameter"><code><span class="type">gu <em class="parameter"><code>const <span class="type">char</span> *band</code></em>);</pre> <p>Utility function to translate a Wi-Fi channel to its corresponding frequency.</p> <div class="refsect3"> -<a name="id-1.2.30.8.35.5"></a><h4>Parameters</h4> +<a name="nm-utils-wifi-channel-to-freq.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1673,7 +1673,7 @@ nm_utils_wifi_channel_to_freq (<em class="parameter"><code><span class="type">gu </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.35.6"></a><h4>Returns</h4> +<a name="nm-utils-wifi-channel-to-freq.returns"></a><h4>Returns</h4> <p> the frequency represented by the channel of the band, or -1 when the freq is invalid, or 0 when the band is invalid</p> @@ -1688,7 +1688,7 @@ nm_utils_wifi_find_next_channel (<em class="parameter"><code><span class="type"> <em class="parameter"><code><span class="type">char</span> *band</code></em>);</pre> <p>Utility function to find out next/previous Wi-Fi channel for a channel.</p> <div class="refsect3"> -<a name="id-1.2.30.8.36.5"></a><h4>Parameters</h4> +<a name="nm-utils-wifi-find-next-channel.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1715,7 +1715,7 @@ nm_utils_wifi_find_next_channel (<em class="parameter"><code><span class="type"> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.36.6"></a><h4>Returns</h4> +<a name="nm-utils-wifi-find-next-channel.returns"></a><h4>Returns</h4> <p> the next channel in the specified direction or 0</p> </div> </div> @@ -1727,7 +1727,7 @@ nm_utils_wifi_is_channel_valid (<em class="parameter"><code><span class="type">g <em class="parameter"><code>const <span class="type">char</span> *band</code></em>);</pre> <p>Utility function to verify Wi-Fi channel validity.</p> <div class="refsect3"> -<a name="id-1.2.30.8.37.5"></a><h4>Parameters</h4> +<a name="nm-utils-wifi-is-channel-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1749,7 +1749,7 @@ nm_utils_wifi_is_channel_valid (<em class="parameter"><code><span class="type">g </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.37.6"></a><h4>Returns</h4> +<a name="nm-utils-wifi-is-channel-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> or <code class="literal">FALSE</code></p> </div> </div> @@ -1761,7 +1761,7 @@ nm_utils_hwaddr_len (<em class="parameter"><code><span class="type">int</span> t <p>Returns the length in octets of a hardware address of type <em class="parameter"><code>type</code></em> .</p> <div class="refsect3"> -<a name="id-1.2.30.8.38.5"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-len.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1777,7 +1777,7 @@ nm_utils_hwaddr_len (<em class="parameter"><code><span class="type">int</span> t </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.38.6"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-len.returns"></a><h4>Returns</h4> <p> the positive length, or -1 if the type is unknown/unsupported.</p> </div> </div> @@ -1798,7 +1798,7 @@ a length; but you can just use <a class="link" href="libnm-util-nm-utils.html#nm <p>Returns the type (either <code class="literal">ARPHRD_ETHER</code> or <code class="literal">ARPHRD_INFINIBAND</code>) of the raw address given its length.</p> <div class="refsect3"> -<a name="id-1.2.30.8.39.6"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1813,7 +1813,7 @@ a length; but you can just use <a class="link" href="libnm-util-nm-utils.html#nm </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.39.7"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-type.returns"></a><h4>Returns</h4> <p> the type, either <code class="literal">ARPHRD_ETHER</code> or <code class="literal">ARPHRD_INFINIBAND</code>. If the length is unexpected, return -1 (unsupported type/length).</p> @@ -1830,7 +1830,7 @@ nm_utils_hwaddr_ntoa (<em class="parameter"><code><span class="type">gconstpoint <p>See also <a class="link" href="libnm-util-nm-utils.html#nm-utils-hwaddr-ntoa-len" title="nm_utils_hwaddr_ntoa_len ()"><code class="function">nm_utils_hwaddr_ntoa_len()</code></a>, which takes a length instead of a type.</p> <div class="refsect3"> -<a name="id-1.2.30.8.40.6"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-ntoa.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1853,7 +1853,7 @@ a type.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.40.7"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-ntoa.returns"></a><h4>Returns</h4> <p> the textual form of <em class="parameter"><code>addr</code></em> . </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -1869,7 +1869,7 @@ nm_utils_hwaddr_atoba (<em class="parameter"><code>const <span class="type">char and converts it to binary form in a <span class="type">GByteArray</span>. See <a class="link" href="libnm-util-nm-utils.html#nm-utils-hwaddr-aton" title="nm_utils_hwaddr_aton ()"><code class="function">nm_utils_hwaddr_aton()</code></a> if you don't want a <span class="type">GByteArray</span>.</p> <div class="refsect3"> -<a name="id-1.2.30.8.41.5"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-atoba.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1892,7 +1892,7 @@ nm_utils_hwaddr_atoba (<em class="parameter"><code>const <span class="type">char </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.41.6"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-atoba.returns"></a><h4>Returns</h4> <p> a new <span class="type">GByteArray</span>, or <code class="literal">NULL</code> if <em class="parameter"><code>asc</code></em> couldn't be parsed. </p> @@ -1914,7 +1914,7 @@ nm_utils_hwaddr_aton (<em class="parameter"><code>const <span class="type">char< <p>See also <a class="link" href="libnm-util-nm-utils.html#nm-utils-hwaddr-aton-len" title="nm_utils_hwaddr_aton_len ()"><code class="function">nm_utils_hwaddr_aton_len()</code></a>, which takes an output length instead of a type.</p> <div class="refsect3"> -<a name="id-1.2.30.8.42.6"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-aton.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1942,7 +1942,7 @@ instead of a type.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.42.7"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-aton.returns"></a><h4>Returns</h4> <p> <em class="parameter"><code>buffer</code></em> , or <code class="literal">NULL</code> if <em class="parameter"><code>asc</code></em> couldn't be parsed</p> @@ -1957,7 +1957,7 @@ nm_utils_hwaddr_ntoa_len (<em class="parameter"><code><span class="type">gconstp <p>Converts <em class="parameter"><code>addr</code></em> to textual form.</p> <div class="refsect3"> -<a name="id-1.2.30.8.43.5"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-ntoa-len.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1980,7 +1980,7 @@ nm_utils_hwaddr_ntoa_len (<em class="parameter"><code><span class="type">gconstp </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.43.6"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-ntoa-len.returns"></a><h4>Returns</h4> <p> the textual form of <em class="parameter"><code>addr</code></em> . </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -2000,7 +2000,7 @@ nm_utils_hwaddr_aton_len (<em class="parameter"><code>const <span class="type">c Bytes in <em class="parameter"><code>asc</code></em> can be sepatared by colons (:), or hyphens (-), but not mixed.</p> <div class="refsect3"> -<a name="id-1.2.30.8.44.5"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-aton-len.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2028,7 +2028,7 @@ the size of the buffer in bytes.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.44.6"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-aton-len.returns"></a><h4>Returns</h4> <p> <em class="parameter"><code>buffer</code></em> , or <code class="literal">NULL</code> if <em class="parameter"><code>asc</code></em> couldn't be parsed @@ -2045,7 +2045,7 @@ nm_utils_hwaddr_valid (<em class="parameter"><code>const <span class="type">char <p>Parses <em class="parameter"><code>asc</code></em> to see if it is a valid hardware address of some type.</p> <div class="refsect3"> -<a name="id-1.2.30.8.45.5"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2060,7 +2060,7 @@ nm_utils_hwaddr_valid (<em class="parameter"><code>const <span class="type">char </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.45.6"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>asc</code></em> appears to be a valid hardware address of some type, <code class="literal">FALSE</code> if not.</p> @@ -2080,7 +2080,7 @@ If <em class="parameter"><code>final_len</code></em> is greater than -1, the returned string is terminated at that index (returned_string[final_len] == '\0'),</p> <div class="refsect3"> -<a name="id-1.2.30.8.46.5"></a><h4>Parameters</h4> +<a name="nm-utils-bin2hexstr.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2108,7 +2108,7 @@ array</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.46.6"></a><h4>Returns</h4> +<a name="nm-utils-bin2hexstr.returns"></a><h4>Returns</h4> <p> the textual form of <em class="parameter"><code>bytes</code></em> . </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -2122,7 +2122,7 @@ array</p></td> nm_utils_hex2byte (<em class="parameter"><code>const <span class="type">char</span> *hex</code></em>);</pre> <p>Converts a hex string (2 characters) into its byte representation.</p> <div class="refsect3"> -<a name="id-1.2.30.8.47.5"></a><h4>Parameters</h4> +<a name="nm-utils-hex2byte.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2137,7 +2137,7 @@ nm_utils_hex2byte (<em class="parameter"><code>const <span class="type">char</sp </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.47.6"></a><h4>Returns</h4> +<a name="nm-utils-hex2byte.returns"></a><h4>Returns</h4> <p> a byte, or -1 if <em class="parameter"><code>hex</code></em> doesn't represent a hex byte</p> </div> @@ -2154,7 +2154,7 @@ nm_utils_hexstr2bin (<em class="parameter"><code>const <span class="type">char</ length is <em class="parameter"><code>len</code></em> /2.</p> <div class="refsect3"> -<a name="id-1.2.30.8.48.5"></a><h4>Parameters</h4> +<a name="nm-utils-hexstr2bin.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2177,7 +2177,7 @@ string (it has to be even)</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.48.6"></a><h4>Returns</h4> +<a name="nm-utils-hexstr2bin.returns"></a><h4>Returns</h4> <p> a array of bytes, or <code class="literal">NULL</code> on error. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -2191,7 +2191,7 @@ nm_utils_iface_valid_name (<em class="parameter"><code>const <span class="type"> <p>This function is a 1:1 copy of the kernel's interface validation function in net/core/dev.c.</p> <div class="refsect3"> -<a name="id-1.2.30.8.49.5"></a><h4>Parameters</h4> +<a name="nm-utils-iface-valid-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2206,7 +2206,7 @@ function in net/core/dev.c.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.49.6"></a><h4>Returns</h4> +<a name="nm-utils-iface-valid-name.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if interface name is valid, otherwise <code class="literal">FALSE</code> is returned.</p> </div> <p class="since">Since: 0.9.8</p> @@ -2219,7 +2219,7 @@ nm_utils_is_uuid (<em class="parameter"><code>const <span class="type">char</spa <p>Checks if <em class="parameter"><code>str</code></em> is a UUID</p> <div class="refsect3"> -<a name="id-1.2.30.8.50.5"></a><h4>Parameters</h4> +<a name="nm-utils-is-uuid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2234,7 +2234,7 @@ nm_utils_is_uuid (<em class="parameter"><code>const <span class="type">char</spa </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.50.6"></a><h4>Returns</h4> +<a name="nm-utils-is-uuid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>str</code></em> is a UUID, <code class="literal">FALSE</code> if not</p> </div> @@ -2249,7 +2249,7 @@ nm_utils_inet4_ntop (<em class="parameter"><code><span class="type">in_addr_t</s <p>Wrapper for inet_ntop.</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <div class="refsect3"> -<a name="id-1.2.30.8.51.6"></a><h4>Parameters</h4> +<a name="nm-utils-inet4-ntop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2280,7 +2280,7 @@ buffer to avoid these issues.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.51.7"></a><h4>Returns</h4> +<a name="nm-utils-inet4-ntop.returns"></a><h4>Returns</h4> <p> the input buffer <em class="parameter"><code>dst</code></em> , or a pointer to an internal, static buffer. This function cannot fail.</p> @@ -2296,7 +2296,7 @@ nm_utils_inet6_ntop (<em class="parameter"><code>const <span class="type">struct <p>Wrapper for inet_ntop.</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <div class="refsect3"> -<a name="id-1.2.30.8.52.6"></a><h4>Parameters</h4> +<a name="nm-utils-inet6-ntop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2327,7 +2327,7 @@ buffer to avoid these issues.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.52.7"></a><h4>Returns</h4> +<a name="nm-utils-inet6-ntop.returns"></a><h4>Returns</h4> <p> the input buffer <em class="parameter"><code>dst</code></em> , or a pointer to an internal, static buffer. <code class="literal">NULL</code> is not allowed as <em class="parameter"><code>in6addr</code></em> @@ -2364,7 +2364,7 @@ compatible with <em class="parameter"><code>virtual_type</code></em> configuration of the two connections, or on the capabilities of an underlying device driver.</p> <div class="refsect3"> -<a name="id-1.2.30.8.53.8"></a><h4>Parameters</h4> +<a name="nm-utils-check-virtual-device-compatibility.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2387,7 +2387,7 @@ underlying device driver.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.53.9"></a><h4>Returns</h4> +<a name="nm-utils-check-virtual-device-compatibility.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> or <code class="literal">FALSE</code></p> </div> <p class="since">Since: 0.9.10</p> @@ -2401,7 +2401,7 @@ underlying device driver.</p> Used with <a class="link" href="libnm-util-nm-utils.html#nm-utils-security-valid" title="nm_utils_security_valid ()"><code class="function">nm_utils_security_valid()</code></a> for checking whether a given access point is compatible with a network device.</p> <div class="refsect3"> -<a name="id-1.2.30.9.2.4"></a><h4>Members</h4> +<a name="NMUtilsSecurityType.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2498,6 +2498,6 @@ for both <a class="link" href="libnm-util-nm-utils.html#nm-utils-inet4-ntop" tit </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/libnm-util.devhelp2 b/docs/libnm-util/html/libnm-util.devhelp2 index e1526746..55b665a5 100644 --- a/docs/libnm-util/html/libnm-util.devhelp2 +++ b/docs/libnm-util/html/libnm-util.devhelp2 @@ -111,10 +111,6 @@ <keyword type="signal" name="The “secrets-cleared” signal" link="NMConnection.html#NMConnection-secrets-cleared"/> <keyword type="signal" name="The “secrets-updated” signal" link="NMConnection.html#NMConnection-secrets-updated"/> <keyword type="function" name="nm_setting_error_quark ()" link="NMSetting.html#nm-setting-error-quark"/> - <keyword type="macro" name="NM_SETTING_PARAM_SERIALIZE" link="NMSetting.html#NM-SETTING-PARAM-SERIALIZE:CAPS"/> - <keyword type="macro" name="NM_SETTING_PARAM_REQUIRED" link="NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS"/> - <keyword type="macro" name="NM_SETTING_PARAM_SECRET" link="NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS"/> - <keyword type="macro" name="NM_SETTING_PARAM_FUZZY_IGNORE" link="NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"/> <keyword type="function" name="NMSettingClearSecretsWithFlagsFn ()" link="NMSetting.html#NMSettingClearSecretsWithFlagsFn"/> <keyword type="function" name="NMSettingValueIterFn ()" link="NMSetting.html#NMSettingValueIterFn"/> <keyword type="function" name="nm_setting_to_hash ()" link="NMSetting.html#nm-setting-to-hash"/> @@ -135,6 +131,10 @@ <keyword type="function" name="nm_setting_get_virtual_iface_name ()" link="NMSetting.html#nm-setting-get-virtual-iface-name"/> <keyword type="enum" name="enum NMSettingError" link="NMSetting.html#NMSettingError"/> <keyword type="macro" name="NM_SETTING_ERROR" link="NMSetting.html#NM-SETTING-ERROR:CAPS"/> + <keyword type="macro" name="NM_SETTING_PARAM_SERIALIZE" link="NMSetting.html#NM-SETTING-PARAM-SERIALIZE:CAPS"/> + <keyword type="macro" name="NM_SETTING_PARAM_REQUIRED" link="NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS"/> + <keyword type="macro" name="NM_SETTING_PARAM_SECRET" link="NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS"/> + <keyword type="macro" name="NM_SETTING_PARAM_FUZZY_IGNORE" link="NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"/> <keyword type="macro" name="NM_SETTING_NAME" link="NMSetting.html#NM-SETTING-NAME:CAPS"/> <keyword type="enum" name="enum NMSettingSecretFlags" link="NMSetting.html#NMSettingSecretFlags"/> <keyword type="enum" name="enum NMSettingCompareFlags" link="NMSetting.html#NMSettingCompareFlags"/> @@ -429,7 +429,6 @@ <keyword type="property" name="The “password-flags” property" link="NMSettingCdma.html#NMSettingCdma--password-flags"/> <keyword type="property" name="The “username” property" link="NMSettingCdma.html#NMSettingCdma--username"/> <keyword type="function" name="nm_setting_gsm_error_quark ()" link="NMSettingGsm.html#nm-setting-gsm-error-quark"/> - <keyword type="macro" name="NM_SETTING_GSM_BANDS_MAX" link="NMSettingGsm.html#NM-SETTING-GSM-BANDS-MAX:CAPS" deprecated="0.9.10: No longer used."/> <keyword type="function" name="nm_setting_gsm_new ()" link="NMSettingGsm.html#nm-setting-gsm-new"/> <keyword type="function" name="nm_setting_gsm_get_number ()" link="NMSettingGsm.html#nm-setting-gsm-get-number"/> <keyword type="function" name="nm_setting_gsm_get_username ()" link="NMSettingGsm.html#nm-setting-gsm-get-username"/> @@ -458,6 +457,7 @@ <keyword type="macro" name="NM_SETTING_GSM_NETWORK_TYPE" link="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE:CAPS"/> <keyword type="enum" name="enum NMSettingGsmNetworkType" link="NMSettingGsm.html#NMSettingGsmNetworkType" deprecated="0.9.10: No longer used."/> <keyword type="enum" name="enum NMSettingGsmNetworkBand" link="NMSettingGsm.html#NMSettingGsmNetworkBand" deprecated="0.9.10: No longer used."/> + <keyword type="macro" name="NM_SETTING_GSM_BANDS_MAX" link="NMSettingGsm.html#NM-SETTING-GSM-BANDS-MAX:CAPS" deprecated="0.9.10: No longer used."/> <keyword type="property" name="The “allowed-bands” property" link="NMSettingGsm.html#NMSettingGsm--allowed-bands"/> <keyword type="property" name="The “apn” property" link="NMSettingGsm.html#NMSettingGsm--apn"/> <keyword type="property" name="The “home-only” property" link="NMSettingGsm.html#NMSettingGsm--home-only"/> @@ -601,7 +601,6 @@ <keyword type="property" name="The “parent” property" link="NMSettingInfiniband.html#NMSettingInfiniband--parent"/> <keyword type="property" name="The “transport-mode” property" link="NMSettingInfiniband.html#NMSettingInfiniband--transport-mode"/> <keyword type="function" name="nm_setting_vlan_error_quark ()" link="NMSettingVlan.html#nm-setting-vlan-error-quark"/> - <keyword type="macro" name="NM_VLAN_FLAGS_ALL" link="NMSettingVlan.html#NM-VLAN-FLAGS-ALL:CAPS"/> <keyword type="function" name="nm_setting_vlan_new ()" link="NMSettingVlan.html#nm-setting-vlan-new"/> <keyword type="function" name="nm_setting_vlan_get_interface_name ()" link="NMSettingVlan.html#nm-setting-vlan-get-interface-name"/> <keyword type="function" name="nm_setting_vlan_get_parent ()" link="NMSettingVlan.html#nm-setting-vlan-get-parent"/> @@ -626,6 +625,7 @@ <keyword type="macro" name="NM_SETTING_VLAN_EGRESS_PRIORITY_MAP" link="NMSettingVlan.html#NM-SETTING-VLAN-EGRESS-PRIORITY-MAP:CAPS"/> <keyword type="enum" name="enum NMVlanPriorityMap" link="NMSettingVlan.html#NMVlanPriorityMap"/> <keyword type="enum" name="enum NMVlanFlags" link="NMSettingVlan.html#NMVlanFlags"/> + <keyword type="macro" name="NM_VLAN_FLAGS_ALL" link="NMSettingVlan.html#NM-VLAN-FLAGS-ALL:CAPS"/> <keyword type="property" name="The “egress-priority-map” property" link="NMSettingVlan.html#NMSettingVlan--egress-priority-map"/> <keyword type="property" name="The “flags” property" link="NMSettingVlan.html#NMSettingVlan--flags"/> <keyword type="property" name="The “id” property" link="NMSettingVlan.html#NMSettingVlan--id"/> diff --git a/docs/libnm-util/html/object-tree.html b/docs/libnm-util/html/object-tree.html index 9c2eaa40..f628203c 100644 --- a/docs/libnm-util/html/object-tree.html +++ b/docs/libnm-util/html/object-tree.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm-util Reference Manual"> <link rel="prev" href="libnm-util-NetworkManagerVPN.html" title="NetworkManagerVPN"> <link rel="next" href="api-index-full.html" title="API Index"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -103,6 +103,6 @@ </pre> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/version.xml b/docs/libnm-util/version.xml index e8ea05db..88c5fb89 100644 --- a/docs/libnm-util/version.xml +++ b/docs/libnm-util/version.xml @@ -1 +1 @@ -1.2.4 +1.4.0 diff --git a/docs/libnm/Makefile.in b/docs/libnm/Makefile.in index d5f367ea..c429ca23 100644 --- a/docs/libnm/Makefile.in +++ b/docs/libnm/Makefile.in @@ -95,8 +95,9 @@ build_triplet = @build@ host_triplet = @host@ subdir = docs/libnm 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@ @@ -821,7 +829,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" ; \ @@ -832,6 +840,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/html/NMAccessPoint.html b/docs/libnm/html/NMAccessPoint.html index 56a6c893..dbc1d092 100644 --- a/docs/libnm/html/NMAccessPoint.html +++ b/docs/libnm/html/NMAccessPoint.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMRemoteConnection.html" title="NMRemoteConnection"> <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"> @@ -293,7 +293,7 @@ NMAccessPoint implements 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.5.23.9.2.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"> @@ -308,7 +308,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.5.23.9.2.6"></a><h4>Returns</h4> +<a name="nm-access-point-get-flags.returns"></a><h4>Returns</h4> <p> the flags</p> </div> </div> @@ -319,7 +319,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.5.23.9.3.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"> @@ -334,7 +334,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.5.23.9.3.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> @@ -346,7 +346,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.5.23.9.4.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"> @@ -361,7 +361,7 @@ point.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.23.9.4.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> @@ -372,7 +372,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.5.23.9.5.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"> @@ -387,7 +387,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.5.23.9.5.6"></a><h4>Returns</h4> +<a name="nm-access-point-get-ssid.returns"></a><h4>Returns</h4> <p> the <span class="type">GBytes</span> containing the SSID, or <code class="literal">NULL</code> if the SSID is unknown. </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> @@ -400,7 +400,7 @@ SSID is unknown. </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.5.23.9.6.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"> @@ -415,7 +415,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.5.23.9.6.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> @@ -427,7 +427,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.5.23.9.7.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"> @@ -442,7 +442,7 @@ nm_access_point_get_frequency (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.5.23.9.7.6"></a><h4>Returns</h4> +<a name="nm-access-point-get-frequency.returns"></a><h4>Returns</h4> <p> the frequency</p> </div> </div> @@ -453,7 +453,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.5.23.9.8.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"> @@ -468,7 +468,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.5.23.9.8.6"></a><h4>Returns</h4> +<a name="nm-access-point-get-mode.returns"></a><h4>Returns</h4> <p> the mode</p> </div> </div> @@ -479,7 +479,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.5.23.9.9.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"> @@ -494,7 +494,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.5.23.9.9.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> @@ -505,7 +505,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.5.23.9.10.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"> @@ -520,7 +520,7 @@ nm_access_point_get_strength (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.23.9.10.6"></a><h4>Returns</h4> +<a name="nm-access-point-get-strength.returns"></a><h4>Returns</h4> <p> the signal strength</p> </div> </div> @@ -533,7 +533,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.5.23.9.11.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"> @@ -548,7 +548,7 @@ point has not been found in a scan.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.23.9.11.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> @@ -569,7 +569,7 @@ use <a class="link" href="NMClient.html#nm-client-get-connections" title="nm_cli <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.5.23.9.12.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"> @@ -584,7 +584,7 @@ with this function.</p> </tr> <tr> <td class="parameter_name"><p>connections</p></td> -<td class="parameter_description"><p> an array of <a href="NMConnection.html"><span class="type">NMConnections</span></a> to +<td class="parameter_description"><p> an array of <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnections</span></a> to filter. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMConnection]</span></td> </tr> @@ -592,9 +592,9 @@ filter. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.23.9.12.7"></a><h4>Returns</h4> +<a name="nm-access-point-filter-connections.returns"></a><h4>Returns</h4> <p> an array of -<a href="NMConnection.html"><span class="type">NMConnections</span></a> that could be activated with the given <em class="parameter"><code>ap</code></em> +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnections</span></a> that could be activated with the given <em class="parameter"><code>ap</code></em> . The array should be freed with <code class="function">g_ptr_array_unref()</code> when it is no longer required. </p> <p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMConnection]</span></p> @@ -612,7 +612,7 @@ the connection may be activated with that AP. The connection must match the 's SSID, (if given) BSSID, and other attributes like security settings, channel, band, etc.</p> <div class="refsect3"> -<a name="id-1.5.23.9.13.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"> @@ -636,7 +636,7 @@ against</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.23.9.13.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> @@ -814,6 +814,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/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html index 8ef75fb1..f70f51be 100644 --- a/docs/libnm/html/NMActiveConnection.html +++ b/docs/libnm/html/NMActiveConnection.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceWimax.html" title="NMDeviceWimax"> <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"> @@ -359,7 +359,7 @@ nm_active_connection_get_connection (<em class="parameter"><code><a class="link" <p>Gets the <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="type">NMRemoteConnection</span></a> associated with <em class="parameter"><code>connection</code></em> .</p> <div class="refsect3"> -<a name="id-1.5.20.9.2.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"> @@ -374,7 +374,7 @@ nm_active_connection_get_connection (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.20.9.2.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-connection.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="type">NMRemoteConnection</span></a> which this <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> is an active instance of. </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> @@ -387,7 +387,7 @@ nm_active_connection_get_connection (<em class="parameter"><code><a class="link" 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 class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>'s ID.</p> <div class="refsect3"> -<a name="id-1.5.20.9.3.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"> @@ -402,7 +402,7 @@ nm_active_connection_get_id (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.5.20.9.3.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-id.returns"></a><h4>Returns</h4> <p> the ID of the <a class="link" href="NMConnection.html" title="NMConnection"><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> @@ -414,7 +414,7 @@ This is the internal string used by the connection, and must not be modified.</p 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 class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>'s UUID.</p> <div class="refsect3"> -<a name="id-1.5.20.9.4.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"> @@ -429,7 +429,7 @@ nm_active_connection_get_uuid (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.5.20.9.4.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-uuid.returns"></a><h4>Returns</h4> <p> the UUID of the <a class="link" href="NMConnection.html" title="NMConnection"><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> @@ -442,7 +442,7 @@ 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 class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>'s type.</p> <div class="refsect3"> -<a name="id-1.5.20.9.5.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"> @@ -457,7 +457,7 @@ nm_active_connection_get_connection_type </table></div> </div> <div class="refsect3"> -<a name="id-1.5.20.9.5.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-connection-type.returns"></a><h4>Returns</h4> <p> the type of the <a class="link" href="NMConnection.html" title="NMConnection"><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> @@ -476,7 +476,7 @@ is based on other information. (Eg, if <em class="parameter"><code>connection</c connection, then the specific object will be an <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>, and you can resolve it with <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-access-point-by-path" title="nm_device_wifi_get_access_point_by_path ()"><code class="function">nm_device_wifi_get_access_point_by_path()</code></a>.)</p> <div class="refsect3"> -<a name="id-1.5.20.9.6.6"></a><h4>Parameters</h4> +<a name="nm-active-connection-get-specific-object-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -491,7 +491,7 @@ resolve it with <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-acces </table></div> </div> <div class="refsect3"> -<a name="id-1.5.20.9.6.7"></a><h4>Returns</h4> +<a name="nm-active-connection-get-specific-object-path.returns"></a><h4>Returns</h4> <p> the specific object's D-Bus path. This is the internal string used by the connection, and must not be modified.</p> </div> @@ -501,9 +501,9 @@ by the 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="NMDevice.html#NMDevice-struct"><span class="type">NMDevices</span></a> used for the active connections.</p> <div class="refsect3"> -<a name="id-1.5.20.9.7.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"> @@ -518,8 +518,8 @@ nm_active_connection_get_devices (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.5.20.9.7.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="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> @@ -531,7 +531,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.5.20.9.8.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"> @@ -546,7 +546,7 @@ nm_active_connection_get_state (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.5.20.9.8.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-state.returns"></a><h4>Returns</h4> <p> the state</p> </div> </div> @@ -557,7 +557,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 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.5.20.9.9.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"> @@ -572,7 +572,7 @@ nm_active_connection_get_master (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.5.20.9.9.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-master.returns"></a><h4>Returns</h4> <p> 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>. </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> @@ -585,7 +585,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.5.20.9.10.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"> @@ -600,7 +600,7 @@ the default IPv4 route and DNS information).</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.20.9.10.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> @@ -611,7 +611,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 IPv4 <a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</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.5.20.9.11.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"> @@ -626,7 +626,7 @@ nm_active_connection_get_ip4_config (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.20.9.11.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-ip4-config.returns"></a><h4>Returns</h4> <p> the IPv4 <a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a>, or <code class="literal">NULL</code> if the connection is not in the <a class="link" href="libnm-nm-dbus-interface.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATED:CAPS"><code class="literal">NM_ACTIVE_CONNECTION_STATE_ACTIVATED</code></a> state. </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> @@ -640,7 +640,7 @@ nm_active_connection_get_dhcp4_config (<em class="parameter"><code><a class="lin <p>Gets the current IPv4 <a class="link" href="NMDhcpConfig.html" title="NMDhcpConfig"><span class="type">NMDhcpConfig</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.5.20.9.12.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"> @@ -655,7 +655,7 @@ nm_active_connection_get_dhcp4_config (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.5.20.9.12.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-dhcp4-config.returns"></a><h4>Returns</h4> <p> the IPv4 <a class="link" href="NMDhcpConfig.html" title="NMDhcpConfig"><span class="type">NMDhcpConfig</span></a>, or <code class="literal">NULL</code> if the connection does not use DHCP, or is not in the <a class="link" href="libnm-nm-dbus-interface.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATED:CAPS"><code class="literal">NM_ACTIVE_CONNECTION_STATE_ACTIVATED</code></a> state. </p> @@ -670,7 +670,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.5.20.9.13.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"> @@ -685,7 +685,7 @@ the default IPv6 route and DNS information).</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.20.9.13.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> @@ -696,7 +696,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 IPv6 <a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</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.5.20.9.14.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"> @@ -711,7 +711,7 @@ nm_active_connection_get_ip6_config (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.20.9.14.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-ip6-config.returns"></a><h4>Returns</h4> <p> the IPv6 <a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a>, or <code class="literal">NULL</code> if the connection is not in the <a class="link" href="libnm-nm-dbus-interface.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATED:CAPS"><code class="literal">NM_ACTIVE_CONNECTION_STATE_ACTIVATED</code></a> state. </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 @@ nm_active_connection_get_dhcp6_config (<em class="parameter"><code><a class="lin <p>Gets the current IPv6 <a class="link" href="NMDhcpConfig.html" title="NMDhcpConfig"><span class="type">NMDhcpConfig</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.5.20.9.15.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"> @@ -740,7 +740,7 @@ nm_active_connection_get_dhcp6_config (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.5.20.9.15.6"></a><h4>Returns</h4> +<a name="nm-active-connection-get-dhcp6-config.returns"></a><h4>Returns</h4> <p> the IPv6 <a class="link" href="NMDhcpConfig.html" title="NMDhcpConfig"><span class="type">NMDhcpConfig</span></a>, or <code class="literal">NULL</code> if the connection does not use DHCPv6, or is not in the <a class="link" href="libnm-nm-dbus-interface.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATED:CAPS"><code class="literal">NM_ACTIVE_CONNECTION_STATE_ACTIVATED</code></a> state. </p> @@ -754,7 +754,7 @@ state. </p> 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.5.20.9.16.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"> @@ -769,7 +769,7 @@ nm_active_connection_get_vpn (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.20.9.16.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> </div> @@ -990,6 +990,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/html/NMClient.html b/docs/libnm/html/NMClient.html index 06167333..8b26d625 100644 --- a/docs/libnm/html/NMClient.html +++ b/docs/libnm/html/NMClient.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="Client Object API Reference"> <link rel="prev" href="ch02.html" title="Client Object API Reference"> <link rel="next" href="NMSecretAgentOld.html" title="NMSecretAgentOld"> -<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"> @@ -617,6 +617,16 @@ <tbody> <tr> <td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="NMClient.html#NMClient-active-connection-added" title="The “active-connection-added” signal">active-connection-added</a></td> +<td class="signal_flags">Run First</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="NMClient.html#NMClient-active-connection-removed" title="The “active-connection-removed” signal">active-connection-removed</a></td> +<td class="signal_flags">Run First</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> <td class="signal_name"><a class="link" href="NMClient.html#NMClient-any-device-added" title="The “any-device-added” signal">any-device-added</a></td> <td class="signal_flags">Run First</td> </tr> @@ -774,6 +784,14 @@ <td class="function_name"><a class="link" href="NMClient.html#NM-CLIENT-CONNECTION-REMOVED:CAPS" title="NM_CLIENT_CONNECTION_REMOVED">NM_CLIENT_CONNECTION_REMOVED</a></td> </tr> <tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMClient.html#NM-CLIENT-ACTIVE-CONNECTION-ADDED:CAPS" title="NM_CLIENT_ACTIVE_CONNECTION_ADDED">NM_CLIENT_ACTIVE_CONNECTION_ADDED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMClient.html#NM-CLIENT-ACTIVE-CONNECTION-REMOVED:CAPS" title="NM_CLIENT_ACTIVE_CONNECTION_REMOVED">NM_CLIENT_ACTIVE_CONNECTION_REMOVED</a></td> +</tr> +<tr> <td class="datatype_keyword">enum</td> <td class="function_name"><a class="link" href="NMClient.html#NMClientPermission" title="enum NMClientPermission">NMClientPermission</a></td> </tr> @@ -823,7 +841,7 @@ NMClient implements 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.10.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> </div> @@ -838,7 +856,7 @@ nm_client_new (<em class="parameter"><code><span class="type">GCancellable</span client. You can use <a class="link" href="NMClient.html#nm-client-new-async" title="nm_client_new_async ()"><code class="function">nm_client_new_async()</code></a> if you want to avoid that.</p> <div class="refsect3"> -<a name="id-1.3.2.10.3.6"></a><h4>Parameters</h4> +<a name="nm-client-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -860,7 +878,7 @@ that.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.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> @@ -877,7 +895,7 @@ nm_client_new_async (<em class="parameter"><code><span class="type">GCancellable <a class="link" href="NMClient.html#nm-client-new-finish" title="nm_client_new_finish ()"><code class="function">nm_client_new_finish()</code></a> to get the result. Note that on an error, the callback can be invoked with two first parameters as NULL.</p> <div class="refsect3"> -<a name="id-1.3.2.10.4.5"></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"> @@ -913,7 +931,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.10.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"> @@ -935,7 +953,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.10.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> @@ -946,7 +964,7 @@ nm_client_new_finish (<em class="parameter"><code><span class="type">GAsyncResul nm_client_get_version (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Gets NetworkManager version.</p> <div class="refsect3"> -<a name="id-1.3.2.10.6.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"> @@ -961,7 +979,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.10.6.6"></a><h4>Returns</h4> +<a name="nm-client-get-version.returns"></a><h4>Returns</h4> <p> string with the version (or <code class="literal">NULL</code> if NetworkManager is not running)</p> </div> </div> @@ -972,7 +990,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.10.7.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"> @@ -987,7 +1005,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.10.7.6"></a><h4>Returns</h4> +<a name="nm-client-get-state.returns"></a><h4>Returns</h4> <p> the current <a class="link" href="libnm-nm-dbus-interface.html#NMState" title="enum NMState"><code class="literal">NMState</code></a></p> </div> </div> @@ -999,7 +1017,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.10.8.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"> @@ -1014,7 +1032,7 @@ connections at startup.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.8.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> </div> @@ -1025,7 +1043,7 @@ connections at startup.</p> nm_client_get_nm_running (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Determines whether the daemon is running.</p> <div class="refsect3"> -<a name="id-1.3.2.10.9.5"></a><h4>Parameters</h4> +<a name="nm-client-get-nm-running.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1040,7 +1058,7 @@ nm_client_get_nm_running (<em class="parameter"><code><a class="link" href="NMCl </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.9.6"></a><h4>Returns</h4> +<a name="nm-client-get-nm-running.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the daemon is running</p> </div> </div> @@ -1051,7 +1069,7 @@ nm_client_get_nm_running (<em class="parameter"><code><a class="link" href="NMCl nm_client_networking_get_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Whether networking is enabled or disabled.</p> <div class="refsect3"> -<a name="id-1.3.2.10.10.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"> @@ -1066,7 +1084,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.10.10.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 +1099,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.10.11.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"> @@ -1108,7 +1126,7 @@ all controlled interfaces are available for activation.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.11.6"></a><h4>Returns</h4> +<a name="nm-client-networking-set-enabled.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> otherwise</p> </div> </div> @@ -1119,7 +1137,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.10.12.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"> @@ -1134,7 +1152,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.10.12.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> @@ -1146,7 +1164,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.10.13.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"> @@ -1176,7 +1194,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.10.14.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"> @@ -1191,7 +1209,7 @@ nm_client_wireless_hardware_get_enabled </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.14.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> @@ -1202,7 +1220,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.10.15.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"> @@ -1217,7 +1235,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.10.15.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> @@ -1229,7 +1247,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.10.16.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"> @@ -1258,7 +1276,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.10.17.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"> @@ -1273,7 +1291,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.10.17.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> @@ -1284,7 +1302,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.10.18.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"> @@ -1299,7 +1317,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.10.18.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> @@ -1311,7 +1329,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.10.19.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"> @@ -1340,7 +1358,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.10.20.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"> @@ -1355,7 +1373,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.10.20.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> @@ -1369,7 +1387,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.10.21.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"> @@ -1402,7 +1420,7 @@ a list of domains separated by ",". </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.21.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> </div> @@ -1416,7 +1434,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.10.22.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"> @@ -1449,7 +1467,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.10.22.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> </div> @@ -1462,7 +1480,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.10.23.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"> @@ -1484,7 +1502,7 @@ client can or cannot perform the action the permission represents</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.23.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> @@ -1498,7 +1516,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.10.24.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"> @@ -1513,7 +1531,7 @@ connectivity state first before returning any information.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.24.6"></a><h4>Returns</h4> +<a name="nm-client-get-connectivity.returns"></a><h4>Returns</h4> <p> the current connectivity state</p> </div> </div> @@ -1530,7 +1548,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.10.25.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"> @@ -1557,7 +1575,7 @@ if you do not want to block.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.25.7"></a><h4>Returns</h4> +<a name="nm-client-check-connectivity.returns"></a><h4>Returns</h4> <p> the (new) current connectivity state</p> </div> </div> @@ -1575,7 +1593,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.10.26.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"> @@ -1618,7 +1636,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.10.27.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"> @@ -1645,7 +1663,7 @@ call.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.27.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> </div> @@ -1660,7 +1678,7 @@ nm_client_save_hostname (<em class="parameter"><code><a class="link" href="NMCli <p>Requests that the machine's persistent hostname be set to the specified value or cleared.</p> <div class="refsect3"> -<a name="id-1.3.2.10.28.5"></a><h4>Parameters</h4> +<a name="nm-client-save-hostname.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1693,7 +1711,7 @@ clear any existing persistent hostname. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.28.6"></a><h4>Returns</h4> +<a name="nm-client-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> @@ -1709,7 +1727,7 @@ nm_client_save_hostname_async (<em class="parameter"><code><a class="link" href= <p>Requests that the machine's persistent hostname be set to the specified value or cleared.</p> <div class="refsect3"> -<a name="id-1.3.2.10.29.5"></a><h4>Parameters</h4> +<a name="nm-client-save-hostname-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1757,7 +1775,7 @@ nm_client_save_hostname_finish (<em class="parameter"><code><a class="link" href <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of an <a class="link" href="NMClient.html#nm-client-save-hostname-async" title="nm_client_save_hostname_async ()"><code class="function">nm_client_save_hostname_async()</code></a> call.</p> <div class="refsect3"> -<a name="id-1.3.2.10.30.5"></a><h4>Parameters</h4> +<a name="nm-client-save-hostname-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1784,7 +1802,7 @@ nm_client_save_hostname_finish (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.30.6"></a><h4>Returns</h4> +<a name="nm-client-save-hostname-finish.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> @@ -1798,7 +1816,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.10.31.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"> @@ -1813,9 +1831,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.10.31.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="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> @@ -1834,7 +1852,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.10.32.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"> @@ -1849,9 +1867,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.10.32.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="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> @@ -1865,7 +1883,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.10.33.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"> @@ -1887,7 +1905,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.10.33.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> @@ -1901,7 +1919,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.10.34.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"> @@ -1923,7 +1941,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.10.34.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> @@ -1936,7 +1954,7 @@ or <code class="literal">NULL</code> if none is found. </p> nm_client_get_active_connections (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <p>Gets the active connections.</p> <div class="refsect3"> -<a name="id-1.3.2.10.35.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"> @@ -1951,9 +1969,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.10.35.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="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> @@ -1973,7 +1991,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.10.36.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"> @@ -1988,7 +2006,7 @@ non-NetworkManager-recognized device, this will return <code class="literal">NUL </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.36.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> @@ -2003,7 +2021,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.10.37.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"> @@ -2018,7 +2036,7 @@ currently-activating connection that is expected to become the new </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.37.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> @@ -2054,7 +2072,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.10.38.7"></a><h4>Parameters</h4> +<a name="nm-client-activate-connection-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2118,7 +2136,7 @@ nm_client_activate_connection_finish (<em class="parameter"><code><a class="link <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMClient.html#nm-client-activate-connection-async" title="nm_client_activate_connection_async ()"><code class="function">nm_client_activate_connection_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.10.39.5"></a><h4>Parameters</h4> +<a name="nm-client-activate-connection-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2145,7 +2163,7 @@ nm_client_activate_connection_finish (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.39.6"></a><h4>Returns</h4> +<a name="nm-client-activate-connection-finish.returns"></a><h4>Returns</h4> <p> the new <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> on success, <code class="literal">NULL</code> on failure, in which case <em class="parameter"><code>error</code></em> will be set. </p> @@ -2174,7 +2192,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.10.40.6"></a><h4>Parameters</h4> +<a name="nm-client-add-and-activate-connection-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2245,7 +2263,7 @@ nm_client_add_and_activate_connection_finish <p>You can call <a class="link" href="NMActiveConnection.html#nm-active-connection-get-connection" title="nm_active_connection_get_connection ()"><code class="function">nm_active_connection_get_connection()</code></a> on the returned <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> to find the path of the created <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.10.41.6"></a><h4>Parameters</h4> +<a name="nm-client-add-and-activate-connection-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2272,7 +2290,7 @@ nm_client_add_and_activate_connection_finish </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.41.7"></a><h4>Returns</h4> +<a name="nm-client-add-and-activate-connection-finish.returns"></a><h4>Returns</h4> <p> the new <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> on success, <code class="literal">NULL</code> on failure, in which case <em class="parameter"><code>error</code></em> will be set. </p> @@ -2289,7 +2307,7 @@ nm_client_deactivate_connection (<em class="parameter"><code><a class="link" hre <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Deactivates an active <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.10.42.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"> @@ -2321,7 +2339,7 @@ nm_client_deactivate_connection (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.42.6"></a><h4>Returns</h4> +<a name="nm-client-deactivate-connection.returns"></a><h4>Returns</h4> <p> success or failure</p> </div> </div> @@ -2336,7 +2354,7 @@ nm_client_deactivate_connection_async (<em class="parameter"><code><a class="lin <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Asynchronously deactivates an active <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.10.43.5"></a><h4>Parameters</h4> +<a name="nm-client-deactivate-connection-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2384,7 +2402,7 @@ nm_client_deactivate_connection_finish <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMClient.html#nm-client-deactivate-connection-async" title="nm_client_deactivate_connection_async ()"><code class="function">nm_client_deactivate_connection_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.10.44.5"></a><h4>Parameters</h4> +<a name="nm-client-deactivate-connection-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2411,7 +2429,7 @@ nm_client_deactivate_connection_finish </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.44.6"></a><h4>Returns</h4> +<a name="nm-client-deactivate-connection-finish.returns"></a><h4>Returns</h4> <p> success or failure</p> </div> </div> @@ -2421,7 +2439,7 @@ nm_client_deactivate_connection_finish <pre class="programlisting">const <span class="returnvalue">GPtrArray</span> * nm_client_get_connections (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> <div class="refsect3"> -<a name="id-1.3.2.10.45.4"></a><h4>Parameters</h4> +<a name="nm-client-get-connections.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2436,7 +2454,7 @@ nm_client_get_connections (<em class="parameter"><code><a class="link" href="NMC </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.45.5"></a><h4>Returns</h4> +<a name="nm-client-get-connections.returns"></a><h4>Returns</h4> <p> an array containing all connections provided by the remote settings service. The returned array is owned by the <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> object and should not be modified.</p> @@ -2454,7 +2472,7 @@ nm_client_get_connection_by_id (<em class="parameter"><code><a class="link" href <p>Returns the first matching <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><code class="literal">NMRemoteConnection</code></a> matching a given <em class="parameter"><code>id</code></em> .</p> <div class="refsect3"> -<a name="id-1.3.2.10.46.5"></a><h4>Parameters</h4> +<a name="nm-client-get-connection-by-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2476,7 +2494,7 @@ nm_client_get_connection_by_id (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.46.6"></a><h4>Returns</h4> +<a name="nm-client-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>The connection is as received from D-Bus and might not validate according @@ -2493,7 +2511,7 @@ nm_client_get_connection_by_path (<em class="parameter"><code><a class="link" hr <p>Returns the <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><code class="literal">NMRemoteConnection</code></a> representing the connection at <em class="parameter"><code>path</code></em> .</p> <div class="refsect3"> -<a name="id-1.3.2.10.47.5"></a><h4>Parameters</h4> +<a name="nm-client-get-connection-by-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2515,7 +2533,7 @@ nm_client_get_connection_by_path (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.47.6"></a><h4>Returns</h4> +<a name="nm-client-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>The connection is as received from D-Bus and might not validate according @@ -2532,7 +2550,7 @@ nm_client_get_connection_by_uuid (<em class="parameter"><code><a class="link" hr <p>Returns the <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><code class="literal">NMRemoteConnection</code></a> identified by <em class="parameter"><code>uuid</code></em> .</p> <div class="refsect3"> -<a name="id-1.3.2.10.48.5"></a><h4>Parameters</h4> +<a name="nm-client-get-connection-by-uuid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2554,7 +2572,7 @@ nm_client_get_connection_by_uuid (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.48.6"></a><h4>Returns</h4> +<a name="nm-client-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>The connection is as received from D-Bus and might not validate according @@ -2590,7 +2608,7 @@ identical settings to <em class="parameter"><code>connection</code></em> as NetworkManager may perform automatic completion and/or normalization of connection properties.</p> <div class="refsect3"> -<a name="id-1.3.2.10.49.7"></a><h4>Parameters</h4> +<a name="nm-client-add-connection-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2643,7 +2661,7 @@ nm_client_add_connection_finish (<em class="parameter"><code><a class="link" hre <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMClient.html#nm-client-add-connection-async" title="nm_client_add_connection_async ()"><code class="function">nm_client_add_connection_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.10.50.5"></a><h4>Parameters</h4> +<a name="nm-client-add-connection-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2670,7 +2688,7 @@ nm_client_add_connection_finish (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.50.6"></a><h4>Returns</h4> +<a name="nm-client-add-connection-finish.returns"></a><h4>Returns</h4> <p> the new <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection"><span class="type">NMRemoteConnection</span></a> on success, <code class="literal">NULL</code> on failure, in which case <em class="parameter"><code>error</code></em> will be set. </p> @@ -2699,7 +2717,7 @@ then <em class="parameter"><code>failures</code></em> will be set to a <code class="literal">NULL</code>-terminated array of the filenames that failed to load.</p> <div class="refsect3"> -<a name="id-1.3.2.10.51.7"></a><h4>Parameters</h4> +<a name="nm-client-load-connections.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2714,8 +2732,8 @@ filenames that failed to load.</p> </tr> <tr> <td class="parameter_name"><p>filenames</p></td> -<td class="parameter_description"><p><code class="literal">NULL</code>-terminated array of filenames to load</p></td> -<td class="parameter_annotations"> </td> +<td class="parameter_description"><p> <code class="literal">NULL</code>-terminated array of filenames to load. </p></td> +<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span></td> </tr> <tr> <td class="parameter_name"><p>failures</p></td> @@ -2737,7 +2755,7 @@ filenames that failed to load. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.51.8"></a><h4>Returns</h4> +<a name="nm-client-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> @@ -2756,7 +2774,7 @@ nm_client_load_connections_async (<em class="parameter"><code><a class="link" hr given files, adding or updating the connections described within.</p> <p>See <a class="link" href="NMClient.html#nm-client-load-connections" title="nm_client_load_connections ()"><code class="function">nm_client_load_connections()</code></a> for more details.</p> <div class="refsect3"> -<a name="id-1.3.2.10.52.6"></a><h4>Parameters</h4> +<a name="nm-client-load-connections-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2771,8 +2789,8 @@ given files, adding or updating the connections described within.</p> </tr> <tr> <td class="parameter_name"><p>filenames</p></td> -<td class="parameter_description"><p><code class="literal">NULL</code>-terminated array of filenames to load</p></td> -<td class="parameter_annotations"> </td> +<td class="parameter_description"><p> <code class="literal">NULL</code>-terminated array of filenames to load. </p></td> +<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span></td> </tr> <tr> <td class="parameter_name"><p>cancellable</p></td> @@ -2805,7 +2823,7 @@ nm_client_load_connections_finish (<em class="parameter"><code><a class="link" h <p>Gets the result of an <a class="link" href="NMClient.html#nm-client-load-connections-async" title="nm_client_load_connections_async ()"><code class="function">nm_client_load_connections_async()</code></a> call.</p> <p>See <a class="link" href="NMClient.html#nm-client-load-connections" title="nm_client_load_connections ()"><code class="function">nm_client_load_connections()</code></a> for more details.</p> <div class="refsect3"> -<a name="id-1.3.2.10.53.6"></a><h4>Parameters</h4> +<a name="nm-client-load-connections-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2820,9 +2838,9 @@ nm_client_load_connections_finish (<em class="parameter"><code><a class="link" h </tr> <tr> <td class="parameter_name"><p>failures</p></td> -<td class="parameter_description"><p> on return, a <code class="literal">NULL</code>-terminated array of -filenames that failed to load. </p></td> -<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td> +<td class="parameter_description"><p> on return, a +<code class="literal">NULL</code>-terminated array of filenames that failed to load. </p></td> +<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<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></td> </tr> <tr> <td class="parameter_name"><p>result</p></td> @@ -2838,7 +2856,7 @@ filenames that failed to load. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.53.7"></a><h4>Returns</h4> +<a name="nm-client-load-connections-finish.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> @@ -2855,7 +2873,7 @@ nm_client_reload_connections (<em class="parameter"><code><a class="link" href=" files from disk, adding, updating, and removing connections until the in-memory state matches the on-disk state.</p> <div class="refsect3"> -<a name="id-1.3.2.10.54.5"></a><h4>Parameters</h4> +<a name="nm-client-reload-connections.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2882,7 +2900,7 @@ the in-memory state matches the on-disk state.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.54.6"></a><h4>Returns</h4> +<a name="nm-client-reload-connections.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on failure</p> </div> </div> @@ -2898,7 +2916,7 @@ nm_client_reload_connections_async (<em class="parameter"><code><a class="link" files from disk, adding, updating, and removing connections until the in-memory state matches the on-disk state.</p> <div class="refsect3"> -<a name="id-1.3.2.10.55.5"></a><h4>Parameters</h4> +<a name="nm-client-reload-connections-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2940,7 +2958,7 @@ nm_client_reload_connections_finish (<em class="parameter"><code><a class="link" <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of an <a class="link" href="NMClient.html#nm-client-reload-connections-async" title="nm_client_reload_connections_async ()"><code class="function">nm_client_reload_connections_async()</code></a> call.</p> <div class="refsect3"> -<a name="id-1.3.2.10.56.5"></a><h4>Parameters</h4> +<a name="nm-client-reload-connections-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2967,7 +2985,7 @@ nm_client_reload_connections_finish (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.2.10.56.6"></a><h4>Returns</h4> +<a name="nm-client-reload-connections-finish.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on failure</p> </div> </div> @@ -3143,11 +3161,23 @@ nm_client_reload_connections_finish (<em class="parameter"><code><a class="link" </div> <hr> <div class="refsect2"> +<a name="NM-CLIENT-ACTIVE-CONNECTION-ADDED:CAPS"></a><h3>NM_CLIENT_ACTIVE_CONNECTION_ADDED</h3> +<pre class="programlisting">#define NM_CLIENT_ACTIVE_CONNECTION_ADDED "active-connection-added" +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="NM-CLIENT-ACTIVE-CONNECTION-REMOVED:CAPS"></a><h3>NM_CLIENT_ACTIVE_CONNECTION_REMOVED</h3> +<pre class="programlisting">#define NM_CLIENT_ACTIVE_CONNECTION_REMOVED "active-connection-removed" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NMClientPermission"></a><h3>enum NMClientPermission</h3> <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.11.30.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"> @@ -3266,6 +3296,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> @@ -3282,7 +3327,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.11.31.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"> @@ -3331,7 +3376,7 @@ the user requires to obtain a given <a class="link" href="NMClient.html#NMClient <p>D-Bus operations may also return errors from other domains, including <a class="link" href="libnm-nm-errors.html#NMManagerError" title="enum NMManagerError"><span class="type">NMManagerError</span></a>, <a class="link" href="libnm-nm-errors.html#NMSettingsError" title="enum NMSettingsError"><span class="type">NMSettingsError</span></a>, <a class="link" href="libnm-nm-errors.html#NMAgentManagerError" title="enum NMAgentManagerError"><span class="type">NMAgentManagerError</span></a>, and <a class="link" href="libnm-nm-errors.html#NMConnectionError" title="enum NMConnectionError"><span class="type">NMConnectionError</span></a>.</p> <div class="refsect3"> -<a name="id-1.3.2.11.32.5"></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"> @@ -3559,6 +3604,80 @@ see <a class="link" href="NMClient.html#nm-client-get-primary-connection" title= <div class="refsect1"> <a name="NMClient.signal-details"></a><h2>Signal Details</h2> <div class="refsect2"> +<a name="NMClient-active-connection-added"></a><h3>The <code class="literal">“active-connection-added”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client, + <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *active_connection, + <span class="type">gpointer</span> user_data)</pre> +<p>Notifies that a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> has been added.</p> +<div class="refsect3"> +<a name="NMClient-active-connection-added.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>client</p></td> +<td class="parameter_description"><p>the settings object that received the signal</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>active_connection</p></td> +<td class="parameter_description"><p>the new active connection</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p>Flags: Run First</p> +</div> +<hr> +<div class="refsect2"> +<a name="NMClient-active-connection-removed"></a><h3>The <code class="literal">“active-connection-removed”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client, + <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *active_connection, + <span class="type">gpointer</span> user_data)</pre> +<p>Notifies that a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> has been removed.</p> +<div class="refsect3"> +<a name="NMClient-active-connection-removed.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>client</p></td> +<td class="parameter_description"><p>the settings object that received the signal</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>active_connection</p></td> +<td class="parameter_description"><p>the removed active connection</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p>Flags: Run First</p> +</div> +<hr> +<div class="refsect2"> <a name="NMClient-any-device-added"></a><h3>The <code class="literal">“any-device-added”</code> signal</h3> <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client, @@ -3567,7 +3686,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.13.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"> @@ -3605,7 +3724,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.13.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"> @@ -3642,7 +3761,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 <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> has been added.</p> <div class="refsect3"> -<a name="id-1.3.2.13.4.5"></a><h4>Parameters</h4> +<a name="NMClient-connection-added.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3679,7 +3798,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 <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> has been removed.</p> <div class="refsect3"> -<a name="id-1.3.2.13.5.5"></a><h4>Parameters</h4> +<a name="NMClient-connection-removed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3717,7 +3836,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.13.6.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"> @@ -3755,7 +3874,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.13.7.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"> @@ -3793,7 +3912,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.13.8.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"> @@ -3829,6 +3948,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/html/NMConnection.html b/docs/libnm/html/NMConnection.html index bf8587db..239c3737 100644 --- a/docs/libnm/html/NMConnection.html +++ b/docs/libnm/html/NMConnection.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="ch03.html" title="Connection and Setting API Reference"> <link rel="next" href="NMSimpleConnection.html" title="NMSimpleConnection"> -<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"> @@ -572,7 +572,7 @@ same name which has previously been added to the <a class="link" href="NMConnect connection takes ownership of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object and does not increase the setting object's reference count.</p> <div class="refsect3"> -<a name="id-1.4.2.7.2.5"></a><h4>Parameters</h4> +<a name="nm-connection-add-setting.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -603,7 +603,7 @@ nm_connection_remove_setting (<em class="parameter"><code><a class="link" href=" <p>Removes the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> with the given <span class="type">GType</span> from the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>. This operation dereferences the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object.</p> <div class="refsect3"> -<a name="id-1.4.2.7.3.5"></a><h4>Parameters</h4> +<a name="nm-connection-remove-setting.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -634,7 +634,7 @@ nm_connection_get_setting (<em class="parameter"><code><a class="link" href="NMC <p>Gets the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> with the given <span class="type">GType</span>, if one has been previously added to the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.4.2.7.4.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -656,7 +656,7 @@ to the <a class="link" href="NMConnection.html" title="NMConnection"><span class </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.4.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>, or <code class="literal">NULL</code> if no setting of that type was previously added to the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -671,7 +671,7 @@ nm_connection_get_setting_by_name (<em class="parameter"><code><a class="link" h <p>Gets the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> with the given name, if one has been previously added the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.4.2.7.5.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-by-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -693,7 +693,7 @@ the <a class="link" href="NMConnection.html" title="NMConnection"><span class="t </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.5.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-by-name.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>, or <code class="literal">NULL</code> if no setting with that name was previously added to the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -709,7 +709,7 @@ nm_connection_to_dbus (<em class="parameter"><code><a class="link" href="NMConne <code class="literal">NM_VARIANT_TYPE_CONNECTION</code> describing the connection, suitable for marshalling over D-Bus or otherwise serializing.</p> <div class="refsect3"> -<a name="id-1.4.2.7.6.5"></a><h4>Parameters</h4> +<a name="nm-connection-to-dbus.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -731,7 +731,7 @@ marshalling over D-Bus or otherwise serializing.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.6.6"></a><h4>Returns</h4> +<a name="nm-connection-to-dbus.returns"></a><h4>Returns</h4> <p> a new floating <span class="type">GVariant</span> describing the connection, its settings, and each setting's properties. </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> @@ -750,7 +750,7 @@ nm_connection_replace_settings (<em class="parameter"><code><a class="link" href syntactically valid, and describe a known type of connection, but does not need to result in a connection that passes <a class="link" href="NMConnection.html#nm-connection-verify" title="nm_connection_verify ()"><code class="function">nm_connection_verify()</code></a>).</p> <div class="refsect3"> -<a name="id-1.4.2.7.7.5"></a><h4>Parameters</h4> +<a name="nm-connection-replace-settings.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -777,7 +777,7 @@ need to result in a connection that passes <a class="link" href="NMConnection.ht </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.7.6"></a><h4>Returns</h4> +<a name="nm-connection-replace-settings.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if connection was updated, <code class="literal">FALSE</code> if <em class="parameter"><code>new_settings</code></em> could not be deserialized (in which case <em class="parameter"><code>connection</code></em> @@ -796,7 +796,7 @@ nm_connection_replace_settings_from_connection with the copied settings.</p> <div class="refsect3"> -<a name="id-1.4.2.7.8.5"></a><h4>Parameters</h4> +<a name="nm-connection-replace-settings-from-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -827,7 +827,7 @@ nm_connection_clear_settings (<em class="parameter"><code><a class="link" href=" <p>Deletes all of <em class="parameter"><code>connection</code></em> 's settings.</p> <div class="refsect3"> -<a name="id-1.4.2.7.9.5"></a><h4>Parameters</h4> +<a name="nm-connection-clear-settings.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -853,7 +853,7 @@ nm_connection_compare (<em class="parameter"><code><a class="link" href="NMConne modified by a set of flags. See <a class="link" href="NMSetting.html#nm-setting-compare" title="nm_setting_compare ()"><code class="function">nm_setting_compare()</code></a> for a description of each flag's behavior.</p> <div class="refsect3"> -<a name="id-1.4.2.7.10.5"></a><h4>Parameters</h4> +<a name="nm-connection-compare.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -880,7 +880,7 @@ each flag's behavior.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.10.6"></a><h4>Returns</h4> +<a name="nm-connection-compare.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the comparison succeeds, <code class="literal">FALSE</code> if it does not</p> </div> </div> @@ -899,7 +899,7 @@ each setting that differ are added to the returned <em class="parameter"><code>o hash table. No values are returned, only key names.</p> <div class="refsect3"> -<a name="id-1.4.2.7.11.5"></a><h4>Parameters</h4> +<a name="nm-connection-diff.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -934,7 +934,7 @@ differ mapped to one or more of <a class="link" href="NMSetting.html#NMSettingDi </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.11.6"></a><h4>Returns</h4> +<a name="nm-connection-diff.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connections contain the same values, <code class="literal">FALSE</code> if they do not</p> </div> @@ -955,7 +955,7 @@ connection for the connection to be valid. As another example, the MAC address. The returned <span class="type">GError</span> contains information about which setting and which property failed validation, and how it failed validation.</p> <div class="refsect3"> -<a name="id-1.4.2.7.12.5"></a><h4>Parameters</h4> +<a name="nm-connection-verify.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -977,7 +977,7 @@ setting and which property failed validation, and how it failed validation.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.12.6"></a><h4>Returns</h4> +<a name="nm-connection-verify.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection is valid, <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -989,7 +989,7 @@ nm_connection_verify_secrets (<em class="parameter"><code><a class="link" href=" <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Verifies the secrets in the connection.</p> <div class="refsect3"> -<a name="id-1.4.2.7.13.5"></a><h4>Parameters</h4> +<a name="nm-connection-verify-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1011,7 +1011,7 @@ nm_connection_verify_secrets (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.13.6"></a><h4>Returns</h4> +<a name="nm-connection-verify-secrets.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the secrets are valid, <code class="literal">FALSE</code> if they are not</p> </div> <p class="since">Since: 1.2</p> @@ -1033,7 +1033,7 @@ is valid. As this function only performs some specific normalization steps it cannot repair all connections. If the connection has errors that cannot be normalized, the connection will not be modified.</p> <div class="refsect3"> -<a name="id-1.4.2.7.14.6"></a><h4>Parameters</h4> +<a name="nm-connection-normalize.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1070,7 +1070,7 @@ why the connection is invalid, if the function returns an error.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.14.7"></a><h4>Returns</h4> +<a name="nm-connection-normalize.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection is valid, <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -1086,7 +1086,7 @@ intended as a guide to what secrets may be required, because in some circumstances, there is no way to conclusively determine exactly which secrets are needed.</p> <div class="refsect3"> -<a name="id-1.4.2.7.15.5"></a><h4>Parameters</h4> +<a name="nm-connection-need-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1112,7 +1112,7 @@ elements. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.15.6"></a><h4>Returns</h4> +<a name="nm-connection-need-secrets.returns"></a><h4>Returns</h4> <p> the setting name of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object which has invalid or missing secrets</p> </div> @@ -1125,7 +1125,7 @@ nm_connection_clear_secrets (<em class="parameter"><code><a class="link" href="N <p>Clears and frees any secrets that may be stored in the connection, to avoid keeping secret data in memory when not needed.</p> <div class="refsect3"> -<a name="id-1.4.2.7.16.5"></a><h4>Parameters</h4> +<a name="nm-connection-clear-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1151,7 +1151,7 @@ nm_connection_clear_secrets_with_flags <p>Clears and frees secrets determined by <em class="parameter"><code>func</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.2.7.17.5"></a><h4>Parameters</h4> +<a name="nm-connection-clear-secrets-with-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1197,7 +1197,7 @@ returned by <a class="link" href="NMConnection.html#nm-connection-to-dbus" title settings contained in <em class="parameter"><code>secrets</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.2.7.18.5"></a><h4>Parameters</h4> +<a name="nm-connection-update-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1230,7 +1230,7 @@ or <a class="link" href="NMConnection.html#NM-VARIANT-TYPE-SETTING:CAPS" title=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.18.6"></a><h4>Returns</h4> +<a name="nm-connection-update-secrets.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the secrets were successfully updated, <code class="literal">FALSE</code> if the update failed (tried to update secrets for a setting that doesn't exist, etc)</p> </div> @@ -1245,7 +1245,7 @@ nm_connection_set_path (<em class="parameter"><code><a class="link" href="NMConn is only for the reference of the caller. Sets the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection--path"><span class="type">“path”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.4.2.7.19.5"></a><h4>Parameters</h4> +<a name="nm-connection-set-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1275,7 +1275,7 @@ which provides the connection</p></td> nm_connection_get_path (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Returns the connection's D-Bus path.</p> <div class="refsect3"> -<a name="id-1.4.2.7.20.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1290,7 +1290,7 @@ nm_connection_get_path (<em class="parameter"><code><a class="link" href="NMConn </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.20.6"></a><h4>Returns</h4> +<a name="nm-connection-get-path.returns"></a><h4>Returns</h4> <p> the D-Bus path of the connection, previously set by a call to <a class="link" href="NMConnection.html#nm-connection-set-path" title="nm_connection_set_path ()"><code class="function">nm_connection_set_path()</code></a>.</p> </div> @@ -1306,7 +1306,7 @@ If the connection contains no NMSettingConnection, it will return <code class="l this name is used to match the device. for software devices created by NetworkManager, this is the name of the created interface.</p> <div class="refsect3"> -<a name="id-1.4.2.7.21.6"></a><h4>Parameters</h4> +<a name="nm-connection-get-interface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1321,7 +1321,7 @@ NetworkManager, this is the name of the created interface.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.21.7"></a><h4>Returns</h4> +<a name="nm-connection-get-interface-name.returns"></a><h4>Returns</h4> <p> Name of the kernel interface or <code class="literal">NULL</code></p> </div> </div> @@ -1337,7 +1337,7 @@ type (ie wired, Wi-Fi, ppp, etc). Checks the <a class="link" href="NMSettingConn property of the connection and matches that against <em class="parameter"><code>type</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.2.7.22.5"></a><h4>Parameters</h4> +<a name="nm-connection-is-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1360,7 +1360,7 @@ property of the connection and matches that against <em class="parameter"><code> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.22.6"></a><h4>Returns</h4> +<a name="nm-connection-is-type.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection is of the given <em class="parameter"><code>type</code></em> , <code class="literal">FALSE</code> if not</p> </div> @@ -1375,7 +1375,7 @@ nm_connection_for_each_setting_value (<em class="parameter"><code><a class="link <p>Iterates over the properties of each <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object in the <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>, calling the supplied user function for each property.</p> <div class="refsect3"> -<a name="id-1.4.2.7.23.5"></a><h4>Parameters</h4> +<a name="nm-connection-for-each-setting-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1412,7 +1412,7 @@ nm_connection_dump (<em class="parameter"><code><a class="link" href="NMConnecti be used for serialization of the connection or machine-parsed in any way. The output format is not guaranteed to be stable and may change at any time.</p> <div class="refsect3"> -<a name="id-1.4.2.7.24.5"></a><h4>Parameters</h4> +<a name="nm-connection-dump.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1434,7 +1434,7 @@ output format is not guaranteed to be stable and may change at any time.</p> nm_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return the UUID from the connection's <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.4.2.7.25.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-uuid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1449,7 +1449,7 @@ nm_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMConn </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.25.6"></a><h4>Returns</h4> +<a name="nm-connection-get-uuid.returns"></a><h4>Returns</h4> <p> the UUID from the connection's 'connection' setting</p> </div> </div> @@ -1460,7 +1460,7 @@ nm_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMConn nm_connection_get_id (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return the ID from the connection's <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.4.2.7.26.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1475,7 +1475,7 @@ nm_connection_get_id (<em class="parameter"><code><a class="link" href="NMConnec </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.26.6"></a><h4>Returns</h4> +<a name="nm-connection-get-id.returns"></a><h4>Returns</h4> <p> the ID from the connection's 'connection' setting</p> </div> </div> @@ -1486,7 +1486,7 @@ nm_connection_get_id (<em class="parameter"><code><a class="link" href="NMConnec nm_connection_get_connection_type (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return the type from the connection's <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.4.2.7.27.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-connection-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1501,7 +1501,7 @@ nm_connection_get_connection_type (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.27.6"></a><h4>Returns</h4> +<a name="nm-connection-get-connection-type.returns"></a><h4>Returns</h4> <p> the type from the connection's 'connection' setting</p> </div> </div> @@ -1514,7 +1514,7 @@ nm_connection_is_virtual (<em class="parameter"><code><a class="link" href="NMCo refers to a virtual device (and thus can potentially be activated even if the device it refers to doesn't exist).</p> <div class="refsect3"> -<a name="id-1.4.2.7.28.5"></a><h4>Parameters</h4> +<a name="nm-connection-is-virtual.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1529,7 +1529,7 @@ activated even if the device it refers to doesn't exist).</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.28.6"></a><h4>Returns</h4> +<a name="nm-connection-is-virtual.returns"></a><h4>Returns</h4> <p> whether <em class="parameter"><code>connection</code></em> refers to a virtual device</p> </div> @@ -1545,7 +1545,7 @@ return for the virtual device that would be created for <em class="parameter"><c . Eg, "VLAN (eth1.1)".</p> <div class="refsect3"> -<a name="id-1.4.2.7.29.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-virtual-device-description.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1560,7 +1560,7 @@ Eg, "VLAN (eth1.1)".</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.29.6"></a><h4>Returns</h4> +<a name="nm-connection-get-virtual-device-description.returns"></a><h4>Returns</h4> <p> the name of <em class="parameter"><code>connection</code></em> 's device, or <code class="literal">NULL</code> if <em class="parameter"><code>connection</code></em> @@ -1575,7 +1575,7 @@ is not a virtual connection type. </p> nm_connection_get_setting_802_1x (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.30.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-802-1x.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1590,7 +1590,7 @@ nm_connection_get_setting_802_1x (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.30.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-802-1x.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1602,7 +1602,7 @@ nm_connection_get_setting_802_1x (<em class="parameter"><code><a class="link" hr nm_connection_get_setting_bluetooth (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.31.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-bluetooth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1617,7 +1617,7 @@ nm_connection_get_setting_bluetooth (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.31.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-bluetooth.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1629,7 +1629,7 @@ nm_connection_get_setting_bluetooth (<em class="parameter"><code><a class="link" nm_connection_get_setting_bond (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.32.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-bond.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1644,7 +1644,7 @@ nm_connection_get_setting_bond (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.32.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-bond.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1656,7 +1656,7 @@ nm_connection_get_setting_bond (<em class="parameter"><code><a class="link" href nm_connection_get_setting_team (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.33.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-team.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1671,7 +1671,7 @@ nm_connection_get_setting_team (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.33.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-team.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1683,7 +1683,7 @@ nm_connection_get_setting_team (<em class="parameter"><code><a class="link" href nm_connection_get_setting_team_port (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.34.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-team-port.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1698,7 +1698,7 @@ nm_connection_get_setting_team_port (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.34.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-team-port.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1710,7 +1710,7 @@ nm_connection_get_setting_team_port (<em class="parameter"><code><a class="link" nm_connection_get_setting_bridge (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.35.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-bridge.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1725,7 +1725,7 @@ nm_connection_get_setting_bridge (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.35.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-bridge.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1737,7 +1737,7 @@ nm_connection_get_setting_bridge (<em class="parameter"><code><a class="link" hr nm_connection_get_setting_bridge_port (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.36.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-bridge-port.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1752,7 +1752,7 @@ nm_connection_get_setting_bridge_port (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.36.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-bridge-port.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1764,7 +1764,7 @@ nm_connection_get_setting_bridge_port (<em class="parameter"><code><a class="lin nm_connection_get_setting_cdma (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.37.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-cdma.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1779,7 +1779,7 @@ nm_connection_get_setting_cdma (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.37.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-cdma.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1791,7 +1791,7 @@ nm_connection_get_setting_cdma (<em class="parameter"><code><a class="link" href nm_connection_get_setting_connection (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.38.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1806,7 +1806,7 @@ nm_connection_get_setting_connection (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.38.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-connection.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1818,7 +1818,7 @@ nm_connection_get_setting_connection (<em class="parameter"><code><a class="link nm_connection_get_setting_dcb (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.39.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-dcb.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1833,7 +1833,7 @@ nm_connection_get_setting_dcb (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.39.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-dcb.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> if the connection contains one, otherwise NULL. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1845,7 +1845,7 @@ nm_connection_get_setting_dcb (<em class="parameter"><code><a class="link" href= nm_connection_get_setting_generic (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.40.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-generic.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1860,7 +1860,7 @@ nm_connection_get_setting_generic (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.40.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-generic.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> if the connection contains one, otherwise NULL. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1872,7 +1872,7 @@ nm_connection_get_setting_generic (<em class="parameter"><code><a class="link" h nm_connection_get_setting_gsm (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.41.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-gsm.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1887,7 +1887,7 @@ nm_connection_get_setting_gsm (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.41.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-gsm.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1899,7 +1899,7 @@ nm_connection_get_setting_gsm (<em class="parameter"><code><a class="link" href= nm_connection_get_setting_infiniband (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.42.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-infiniband.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1914,7 +1914,7 @@ nm_connection_get_setting_infiniband (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.42.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-infiniband.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1926,7 +1926,7 @@ nm_connection_get_setting_infiniband (<em class="parameter"><code><a class="link nm_connection_get_setting_ip_tunnel (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.43.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-ip-tunnel.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1941,7 +1941,7 @@ nm_connection_get_setting_ip_tunnel (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.43.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-ip-tunnel.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1957,7 +1957,7 @@ nm_connection_get_setting_ip4_config (<em class="parameter"><code><a class="link majority of IPv4-setting-related methods are on that type, not <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a>.</p> <div class="refsect3"> -<a name="id-1.4.2.7.44.6"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-ip4-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1972,7 +1972,7 @@ majority of IPv4-setting-related methods are on that type, not </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.44.7"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-ip4-config.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> NMSettingIP4Config][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -1988,7 +1988,7 @@ nm_connection_get_setting_ip6_config (<em class="parameter"><code><a class="link majority of IPv6-setting-related methods are on that type, not <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a>.</p> <div class="refsect3"> -<a name="id-1.4.2.7.45.6"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-ip6-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2003,7 +2003,7 @@ majority of IPv6-setting-related methods are on that type, not </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.45.7"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-ip6-config.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> NMSettingIP6Config][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -2016,7 +2016,7 @@ connection contains one, otherwise <code class="literal">NULL</code>. </p> nm_connection_get_setting_macvlan (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingMacvlan.html" title="NMSettingMacvlan"><span class="type">NMSettingMacvlan</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.46.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-macvlan.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2031,7 +2031,7 @@ nm_connection_get_setting_macvlan (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.46.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-macvlan.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingMacvlan.html" title="NMSettingMacvlan"><span class="type">NMSettingMacvlan</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2044,7 +2044,7 @@ nm_connection_get_setting_macvlan (<em class="parameter"><code><a class="link" h nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.47.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-olpc-mesh.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2059,7 +2059,7 @@ nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.47.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-olpc-mesh.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2071,7 +2071,7 @@ nm_connection_get_setting_olpc_mesh (<em class="parameter"><code><a class="link" nm_connection_get_setting_ppp (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.48.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-ppp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2086,7 +2086,7 @@ nm_connection_get_setting_ppp (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.48.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-ppp.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2098,7 +2098,7 @@ nm_connection_get_setting_ppp (<em class="parameter"><code><a class="link" href= nm_connection_get_setting_pppoe (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingPppoe.html" title="NMSettingPppoe"><span class="type">NMSettingPppoe</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.49.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-pppoe.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2113,7 +2113,7 @@ nm_connection_get_setting_pppoe (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.49.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-pppoe.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingPppoe.html" title="NMSettingPppoe"><span class="type">NMSettingPppoe</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2125,7 +2125,7 @@ nm_connection_get_setting_pppoe (<em class="parameter"><code><a class="link" hre nm_connection_get_setting_serial (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.50.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-serial.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2140,7 +2140,7 @@ nm_connection_get_setting_serial (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.50.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-serial.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2152,7 +2152,7 @@ nm_connection_get_setting_serial (<em class="parameter"><code><a class="link" hr nm_connection_get_setting_tun (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingTun.html" title="NMSettingTun"><span class="type">NMSettingTun</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.51.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-tun.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2167,7 +2167,7 @@ nm_connection_get_setting_tun (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.51.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-tun.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingTun.html" title="NMSettingTun"><span class="type">NMSettingTun</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2180,7 +2180,7 @@ nm_connection_get_setting_tun (<em class="parameter"><code><a class="link" href= nm_connection_get_setting_vpn (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingVpn.html" title="NMSettingVpn"><span class="type">NMSettingVpn</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.52.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-vpn.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2195,7 +2195,7 @@ nm_connection_get_setting_vpn (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.52.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-vpn.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingVpn.html" title="NMSettingVpn"><span class="type">NMSettingVpn</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2207,7 +2207,7 @@ nm_connection_get_setting_vpn (<em class="parameter"><code><a class="link" href= nm_connection_get_setting_wimax (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.53.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-wimax.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2222,7 +2222,7 @@ nm_connection_get_setting_wimax (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.53.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-wimax.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2234,7 +2234,7 @@ nm_connection_get_setting_wimax (<em class="parameter"><code><a class="link" hre nm_connection_get_setting_adsl (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.54.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-adsl.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2249,7 +2249,7 @@ nm_connection_get_setting_adsl (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.54.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-adsl.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2261,7 +2261,7 @@ nm_connection_get_setting_adsl (<em class="parameter"><code><a class="link" href nm_connection_get_setting_wired (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.55.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-wired.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2276,7 +2276,7 @@ nm_connection_get_setting_wired (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.55.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-wired.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2288,7 +2288,7 @@ nm_connection_get_setting_wired (<em class="parameter"><code><a class="link" hre nm_connection_get_setting_wireless (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.56.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-wireless.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2303,7 +2303,7 @@ nm_connection_get_setting_wireless (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.56.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-wireless.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2316,7 +2316,7 @@ nm_connection_get_setting_wireless_security (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.57.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-wireless-security.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2331,7 +2331,7 @@ nm_connection_get_setting_wireless_security </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.57.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-wireless-security.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2343,7 +2343,7 @@ nm_connection_get_setting_wireless_security nm_connection_get_setting_vlan (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.58.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-vlan.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2358,7 +2358,7 @@ nm_connection_get_setting_vlan (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.58.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-vlan.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2370,7 +2370,7 @@ nm_connection_get_setting_vlan (<em class="parameter"><code><a class="link" href nm_connection_get_setting_vxlan (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>A shortcut to return any <a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> the connection might contain.</p> <div class="refsect3"> -<a name="id-1.4.2.7.59.5"></a><h4>Parameters</h4> +<a name="nm-connection-get-setting-vxlan.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2385,7 +2385,7 @@ nm_connection_get_setting_vxlan (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.4.2.7.59.6"></a><h4>Returns</h4> +<a name="nm-connection-get-setting-vxlan.returns"></a><h4>Returns</h4> <p> an <a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> if the connection contains one, otherwise <code class="literal">NULL</code>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -2431,7 +2431,7 @@ nm_connection_get_setting_vxlan (<em class="parameter"><code><a class="link" hre } NMConnectionInterface; </pre> <div class="refsect3"> -<a name="id-1.4.2.8.6.4"></a><h4>Members</h4> +<a name="NMConnectionInterface.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="struct_members_name"> @@ -2478,7 +2478,7 @@ an <code class="literal">NM_VARIANT_TYPE_CONNECTION</code> dictionary.</p> <p>These flags determine which properties are serialized when calling when calling <a class="link" href="NMConnection.html#nm-connection-to-dbus" title="nm_connection_to_dbus ()"><code class="function">nm_connection_to_dbus()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.2.8.8.4"></a><h4>Members</h4> +<a name="NMConnectionSerializationFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2514,6 +2514,6 @@ calling <a class="link" href="NMConnection.html#nm-connection-to-dbus" title="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/html/NMDevice.html b/docs/libnm/html/NMDevice.html index e6e7bbec..1071031b 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="ch04.html" title="Device and Runtime Configuration API Reference"> <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"> @@ -832,7 +832,7 @@ NMDevice implements 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.5.2.11.2.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"> @@ -847,7 +847,7 @@ nm_device_get_iface (<em class="parameter"><code><a class="link" href="NMDevice. </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.2.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> @@ -860,7 +860,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.5.2.11.3.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"> @@ -875,7 +875,7 @@ when the device is in the ACTIVATED state.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.3.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> @@ -887,7 +887,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.5.2.11.4.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"> @@ -902,7 +902,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.5.2.11.4.6"></a><h4>Returns</h4> +<a name="nm-device-get-device-type.returns"></a><h4>Returns</h4> <p> the device type</p> </div> </div> @@ -913,7 +913,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.5.2.11.5.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"> @@ -928,7 +928,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.5.2.11.5.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> @@ -941,7 +941,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.5.2.11.6.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"> @@ -956,7 +956,7 @@ nm_device_get_driver (<em class="parameter"><code><a class="link" href="NMDevice </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.6.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> @@ -968,7 +968,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.5.2.11.7.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"> @@ -983,7 +983,7 @@ nm_device_get_driver_version (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.7.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> @@ -995,7 +995,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.5.2.11.8.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"> @@ -1010,7 +1010,7 @@ nm_device_get_firmware_version (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.8.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> @@ -1024,7 +1024,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.5.2.11.9.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"> @@ -1039,7 +1039,7 @@ nm_device_get_type_description (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.9.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> @@ -1052,7 +1052,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.5.2.11.10.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"> @@ -1067,7 +1067,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.5.2.11.10.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> @@ -1079,7 +1079,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.5.2.11.11.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"> @@ -1094,7 +1094,7 @@ nm_device_get_capabilities (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.11.6"></a><h4>Returns</h4> +<a name="nm-device-get-capabilities.returns"></a><h4>Returns</h4> <p> the capabilities</p> </div> </div> @@ -1105,7 +1105,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.5.2.11.12.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"> @@ -1120,7 +1120,7 @@ nm_device_get_managed (<em class="parameter"><code><a class="link" href="NMDevic </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.12.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> @@ -1132,7 +1132,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.5.2.11.13.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"> @@ -1162,7 +1162,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.5.2.11.14.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"> @@ -1177,7 +1177,7 @@ nm_device_get_autoconnect (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.14.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> @@ -1189,7 +1189,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.5.2.11.15.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"> @@ -1219,7 +1219,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.5.2.11.16.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"> @@ -1234,7 +1234,7 @@ to be missing.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.16.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> @@ -1246,7 +1246,7 @@ to be missing.</p> nm_device_get_nm_plugin_missing (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> <p>Indicates that the NetworkManager plugin for the device is not installed.</p> <div class="refsect3"> -<a name="id-1.5.2.11.17.5"></a><h4>Parameters</h4> +<a name="nm-device-get-nm-plugin-missing.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1261,7 +1261,7 @@ nm_device_get_nm_plugin_missing (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.17.6"></a><h4>Returns</h4> +<a name="nm-device-get-nm-plugin-missing.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device plugin not installed.</p> </div> <p class="since">Since: 1.2</p> @@ -1275,7 +1275,7 @@ nm_device_get_ip4_config (<em class="parameter"><code><a class="link" href="NMDe <p>You can alternatively use <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.5.2.11.18.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"> @@ -1290,7 +1290,7 @@ works with VPN connections.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.18.7"></a><h4>Returns</h4> +<a name="nm-device-get-ip4-config.returns"></a><h4>Returns</h4> <p> the IPv4 <a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</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> @@ -1305,7 +1305,7 @@ nm_device_get_dhcp4_config (<em class="parameter"><code><a class="link" href="NM <p>You can alternatively use <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.5.2.11.19.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"> @@ -1320,7 +1320,7 @@ works with VPN connections.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.19.7"></a><h4>Returns</h4> +<a name="nm-device-get-dhcp4-config.returns"></a><h4>Returns</h4> <p> the IPv4 <a class="link" href="NMDhcpConfig.html" title="NMDhcpConfig"><span class="type">NMDhcpConfig</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> @@ -1335,7 +1335,7 @@ nm_device_get_ip6_config (<em class="parameter"><code><a class="link" href="NMDe <p>You can alternatively use <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.5.2.11.20.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"> @@ -1350,7 +1350,7 @@ works with VPN connections.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.20.7"></a><h4>Returns</h4> +<a name="nm-device-get-ip6-config.returns"></a><h4>Returns</h4> <p> the IPv6 <a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</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> @@ -1364,7 +1364,7 @@ nm_device_get_dhcp6_config (<em class="parameter"><code><a class="link" href="NM <p>You can alternatively use <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.5.2.11.21.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"> @@ -1379,7 +1379,7 @@ works with VPN connections.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.21.7"></a><h4>Returns</h4> +<a name="nm-device-get-dhcp6-config.returns"></a><h4>Returns</h4> <p> the IPv6 <a class="link" href="NMDhcpConfig.html" title="NMDhcpConfig"><span class="type">NMDhcpConfig</span></a>, or <code class="literal">NULL</code> if the device is not activated or not using DHCPv6. </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> @@ -1392,7 +1392,7 @@ not activated or not using DHCPv6. </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.5.2.11.22.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"> @@ -1407,7 +1407,7 @@ nm_device_get_state (<em class="parameter"><code><a class="link" href="NMDevice. </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.22.6"></a><h4>Returns</h4> +<a name="nm-device-get-state.returns"></a><h4>Returns</h4> <p> the current device state</p> </div> </div> @@ -1418,7 +1418,7 @@ nm_device_get_state (<em class="parameter"><code><a class="link" href="NMDevice. nm_device_get_state_reason (<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 reason for entering 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.5.2.11.23.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"> @@ -1433,7 +1433,7 @@ nm_device_get_state_reason (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.23.6"></a><h4>Returns</h4> +<a name="nm-device-get-state-reason.returns"></a><h4>Returns</h4> <p> the reason for entering the current device state</p> </div> </div> @@ -1444,7 +1444,7 @@ nm_device_get_state_reason (<em class="parameter"><code><a class="link" href="NM 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.5.2.11.24.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"> @@ -1459,7 +1459,7 @@ nm_device_get_active_connection (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.24.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> @@ -1470,11 +1470,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="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.5.2.11.25.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"> @@ -1489,9 +1489,9 @@ be activated on <em class="parameter"><code>device</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.25.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="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> @@ -1503,10 +1503,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="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.5.2.11.26.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"> @@ -1521,7 +1521,7 @@ ports on a single physical port. (Eg, NPAR / SR-IOV.)</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.26.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> @@ -1534,7 +1534,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.5.2.11.27.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"> @@ -1549,7 +1549,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.5.2.11.27.6"></a><h4>Returns</h4> +<a name="nm-device-get-mtu.returns"></a><h4>Returns</h4> <p> the MTU of the device.</p> </div> </div> @@ -1559,7 +1559,7 @@ nm_device_get_mtu (<em class="parameter"><code><a class="link" href="NMDevice.ht <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.5.2.11.28.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"> @@ -1574,7 +1574,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.5.2.11.28.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> @@ -1588,7 +1588,7 @@ that could be automatically created by NetworkManager if one of its 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.5.2.11.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"> @@ -1603,7 +1603,7 @@ nm_device_is_software (<em class="parameter"><code><a class="link" href="NMDevic </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.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> @@ -1615,7 +1615,7 @@ is a software device, <code class="literal">FALSE</code> if it is a hardware dev 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.5.2.11.30.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"> @@ -1630,7 +1630,7 @@ nm_device_get_product (<em class="parameter"><code><a class="link" href="NMDevic </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.30.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> @@ -1642,7 +1642,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.5.2.11.31.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"> @@ -1657,7 +1657,7 @@ nm_device_get_vendor (<em class="parameter"><code><a class="link" href="NMDevice </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.31.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> @@ -1670,7 +1670,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.5.2.11.32.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"> @@ -1685,7 +1685,7 @@ nm_device_get_description (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.32.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> @@ -1698,7 +1698,7 @@ product name is unknown, this returns the interface name.</p> nm_device_get_metered (<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 metered setting of a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>.</p> <div class="refsect3"> -<a name="id-1.5.2.11.33.5"></a><h4>Parameters</h4> +<a name="nm-device-get-metered.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1713,7 +1713,7 @@ nm_device_get_metered (<em class="parameter"><code><a class="link" href="NMDevic </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.33.6"></a><h4>Returns</h4> +<a name="nm-device-get-metered.returns"></a><h4>Returns</h4> <p> the metered setting.</p> </div> <p class="since">Since: 1.2</p> @@ -1725,7 +1725,7 @@ nm_device_get_metered (<em class="parameter"><code><a class="link" href="NMDevic nm_device_get_lldp_neighbors (<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 list of neighbors discovered through LLDP.</p> <div class="refsect3"> -<a name="id-1.5.2.11.34.5"></a><h4>Parameters</h4> +<a name="nm-device-get-lldp-neighbors.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1740,7 +1740,7 @@ nm_device_get_lldp_neighbors (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.34.6"></a><h4>Returns</h4> +<a name="nm-device-get-lldp-neighbors.returns"></a><h4>Returns</h4> <p> the <span class="type">GPtrArray</span> containing <a class="link" href="NMDevice.html#NMLldpNeighbor"><span class="type">NMLldpNeighbor</span></a>s. This is the internal copy used by the device and must not be modified. The library never modifies the returned @@ -1759,7 +1759,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.5.2.11.35.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"> @@ -1782,7 +1782,7 @@ devices in <em class="parameter"><code>devices</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.35.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> @@ -1800,7 +1800,7 @@ nm_device_reapply (<em class="parameter"><code><a class="link" href="NMDevice.ht <p>Attempts to update device with changes to the currently active connection made since it was last applied.</p> <div class="refsect3"> -<a name="id-1.5.2.11.36.5"></a><h4>Parameters</h4> +<a name="nm-device-reapply.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1844,7 +1844,7 @@ catch concurrent accesses.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.36.6"></a><h4>Returns</h4> +<a name="nm-device-reapply.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on error, in which case <em class="parameter"><code>error</code></em> will be set.</p> </div> @@ -1864,7 +1864,7 @@ nm_device_reapply_async (<em class="parameter"><code><a class="link" href="NMDev <p>Asynchronously begins an attempt to update device with changes to the currently active connection made since it was last applied.</p> <div class="refsect3"> -<a name="id-1.5.2.11.37.5"></a><h4>Parameters</h4> +<a name="nm-device-reapply-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1924,7 +1924,7 @@ nm_device_reapply_finish (<em class="parameter"><code><a class="link" href="NMDe <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMDevice.html#nm-device-reapply-async" title="nm_device_reapply_async ()"><code class="function">nm_device_reapply_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.5.2.11.38.5"></a><h4>Parameters</h4> +<a name="nm-device-reapply-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1951,7 +1951,7 @@ nm_device_reapply_finish (<em class="parameter"><code><a class="link" href="NMDe </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.38.6"></a><h4>Returns</h4> +<a name="nm-device-reapply-finish.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on error, in which case <em class="parameter"><code>error</code></em> will be set.</p> </div> @@ -1968,7 +1968,7 @@ nm_device_get_applied_connection (<em class="parameter"><code><a class="link" hr <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Fetch the currently applied connection on the device.</p> <div class="refsect3"> -<a name="id-1.5.2.11.39.5"></a><h4>Parameters</h4> +<a name="nm-device-get-applied-connection.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2006,7 +2006,7 @@ the applied connection. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.39.6"></a><h4>Returns</h4> +<a name="nm-device-get-applied-connection.returns"></a><h4>Returns</h4> <p> a <a class="link" href="NMConnection.html" title="NMConnection"><code class="literal">NMConnection</code></a> with the currently applied settings or <code class="literal">NULL</code> on error.</p> <p>The connection is as received from D-Bus and might not validate according @@ -2027,7 +2027,7 @@ nm_device_get_applied_connection_async <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Asynchronously begins an get the a currently applied connection.</p> <div class="refsect3"> -<a name="id-1.5.2.11.40.5"></a><h4>Parameters</h4> +<a name="nm-device-get-applied-connection-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2077,7 +2077,7 @@ nm_device_get_applied_connection_finish <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMDevice.html#nm-device-get-applied-connection-async" title="nm_device_get_applied_connection_async ()"><code class="function">nm_device_get_applied_connection_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.5.2.11.41.5"></a><h4>Parameters</h4> +<a name="nm-device-get-applied-connection-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2110,7 +2110,7 @@ connection. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.41.6"></a><h4>Returns</h4> +<a name="nm-device-get-applied-connection-finish.returns"></a><h4>Returns</h4> <p> a currently applied <a class="link" href="NMConnection.html" title="NMConnection"><code class="literal">NMConnection</code></a> or <code class="literal">NULL</code> in case of error.</p> <p>The connection is as received from D-Bus and might not validate according @@ -2130,7 +2130,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.5.2.11.42.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"> @@ -2157,7 +2157,7 @@ request.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.42.6"></a><h4>Returns</h4> +<a name="nm-device-disconnect.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on error, in which case <em class="parameter"><code>error</code></em> will be set.</p> </div> @@ -2174,7 +2174,7 @@ nm_device_disconnect_async (<em class="parameter"><code><a class="link" href="NM prevents the device from automatically connecting to networks until the next manual network connection request.</p> <div class="refsect3"> -<a name="id-1.5.2.11.43.5"></a><h4>Parameters</h4> +<a name="nm-device-disconnect-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2216,7 +2216,7 @@ nm_device_disconnect_finish (<em class="parameter"><code><a class="link" href="N <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMDevice.html#nm-device-disconnect-async" title="nm_device_disconnect_async ()"><code class="function">nm_device_disconnect_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.5.2.11.44.5"></a><h4>Parameters</h4> +<a name="nm-device-disconnect-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2243,7 +2243,7 @@ nm_device_disconnect_finish (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.44.6"></a><h4>Returns</h4> +<a name="nm-device-disconnect-finish.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on error, in which case <em class="parameter"><code>error</code></em> will be set.</p> </div> @@ -2257,7 +2257,7 @@ nm_device_delete (<em class="parameter"><code><a class="link" href="NMDevice.htm <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Deletes the software device. Hardware devices can't be deleted.</p> <div class="refsect3"> -<a name="id-1.5.2.11.45.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"> @@ -2284,7 +2284,7 @@ nm_device_delete (<em class="parameter"><code><a class="link" href="NMDevice.htm </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.45.6"></a><h4>Returns</h4> +<a name="nm-device-delete.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on error, in which case <em class="parameter"><code>error</code></em> will be set.</p> </div> @@ -2300,7 +2300,7 @@ nm_device_delete_async (<em class="parameter"><code><a class="link" href="NMDevi <p>Asynchronously begins deleteing the software device. Hardware devices can't be deleted.</p> <div class="refsect3"> -<a name="id-1.5.2.11.46.5"></a><h4>Parameters</h4> +<a name="nm-device-delete-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2342,7 +2342,7 @@ nm_device_delete_finish (<em class="parameter"><code><a class="link" href="NMDev <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMDevice.html#nm-device-delete-async" title="nm_device_delete_async ()"><code class="function">nm_device_delete_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.5.2.11.47.5"></a><h4>Parameters</h4> +<a name="nm-device-delete-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2369,7 +2369,7 @@ nm_device_delete_finish (<em class="parameter"><code><a class="link" href="NMDev </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.47.6"></a><h4>Returns</h4> +<a name="nm-device-delete-finish.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on error, in which case <em class="parameter"><code>error</code></em> will be set.</p> </div> @@ -2391,7 +2391,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="NMClient.html#nm-client-get-connections" title="nm_client_get_connections ()"><code class="function">nm_client_get_connections()</code></a>.</p> <div class="refsect3"> -<a name="id-1.5.2.11.48.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"> @@ -2406,16 +2406,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> an array of <a href="NMConnection.html"><span class="type">NMConnections</span></a> to filter. </p></td> +<td class="parameter_description"><p> an array of <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnections</span></a> to filter. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMConnection]</span></td> </tr> </tbody> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.48.6"></a><h4>Returns</h4> +<a name="nm-device-filter-connections.returns"></a><h4>Returns</h4> <p> an array of -<a href="NMConnection.html"><span class="type">NMConnections</span></a> that could be activated with the given <em class="parameter"><code>device</code></em> +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnections</span></a> that could be activated with the given <em class="parameter"><code>device</code></em> . The array should be freed with <code class="function">g_ptr_array_unref()</code> when it is no longer required. </p> <p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMConnection]</span></p> @@ -2436,7 +2436,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.5.2.11.49.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"> @@ -2460,7 +2460,7 @@ against</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.49.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> @@ -2484,7 +2484,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.5.2.11.50.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"> @@ -2513,7 +2513,7 @@ against</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.50.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> @@ -2527,7 +2527,7 @@ nm_device_get_setting_type (<em class="parameter"><code><a class="link" href="NM that can be used on <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> -<a name="id-1.5.2.11.51.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"> @@ -2542,7 +2542,7 @@ that can be used on <em class="parameter"><code>device</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.51.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 class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> type</p> </div> @@ -2554,7 +2554,7 @@ that can be used on <em class="parameter"><code>device</code></em> nm_lldp_neighbor_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMDevice.html#NMLldpNeighbor"><span class="type">NMLldpNeighbor</span></a> object.</p> <div class="refsect3"> -<a name="id-1.5.2.11.52.5"></a><h4>Returns</h4> +<a name="nm-lldp-neighbor-new.returns"></a><h4>Returns</h4> <p> the new <a class="link" href="NMDevice.html#NMLldpNeighbor"><span class="type">NMLldpNeighbor</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -2567,7 +2567,7 @@ nm_lldp_neighbor_new (<em class="parameter"><code><span class="type">void</span> nm_lldp_neighbor_ref (<em class="parameter"><code><a class="link" href="NMDevice.html#NMLldpNeighbor"><span class="type">NMLldpNeighbor</span></a> *neighbor</code></em>);</pre> <p>Increases the reference count of the object.</p> <div class="refsect3"> -<a name="id-1.5.2.11.53.5"></a><h4>Parameters</h4> +<a name="nm-lldp-neighbor-ref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2591,7 +2591,7 @@ nm_lldp_neighbor_unref (<em class="parameter"><code><a class="link" href="NMDevi <p>Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.</p> <div class="refsect3"> -<a name="id-1.5.2.11.54.5"></a><h4>Parameters</h4> +<a name="nm-lldp-neighbor-unref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2615,7 +2615,7 @@ nm_lldp_neighbor_get_attr_names (<em class="parameter"><code><a class="link" hre <p>Gets an array of attribute names available for <em class="parameter"><code>neighbor</code></em> .</p> <div class="refsect3"> -<a name="id-1.5.2.11.55.5"></a><h4>Parameters</h4> +<a name="nm-lldp-neighbor-get-attr-names.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2630,7 +2630,7 @@ nm_lldp_neighbor_get_attr_names (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.55.6"></a><h4>Returns</h4> +<a name="nm-lldp-neighbor-get-attr-names.returns"></a><h4>Returns</h4> <p> a <code class="literal">NULL</code>-terminated array of attribute names. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -2648,7 +2648,7 @@ nm_lldp_neighbor_get_attr_string_value on <em class="parameter"><code>neighbor</code></em> </p> <div class="refsect3"> -<a name="id-1.5.2.11.56.5"></a><h4>Parameters</h4> +<a name="nm-lldp-neighbor-get-attr-string-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2675,7 +2675,7 @@ nm_lldp_neighbor_get_attr_string_value </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.56.6"></a><h4>Returns</h4> +<a name="nm-lldp-neighbor-get-attr-string-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if a string attribute with name <em class="parameter"><code>name</code></em> was found, <code class="literal">FALSE</code> otherwise</p> </div> @@ -2692,7 +2692,7 @@ nm_lldp_neighbor_get_attr_uint_value (<em class="parameter"><code><a class="link on <em class="parameter"><code>neighbor</code></em> </p> <div class="refsect3"> -<a name="id-1.5.2.11.57.5"></a><h4>Parameters</h4> +<a name="nm-lldp-neighbor-get-attr-uint-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2719,7 +2719,7 @@ nm_lldp_neighbor_get_attr_uint_value (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.57.6"></a><h4>Returns</h4> +<a name="nm-lldp-neighbor-get-attr-uint-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if a uint attribute with name <em class="parameter"><code>name</code></em> was found, <code class="literal">FALSE</code> otherwise</p> </div> @@ -2733,7 +2733,7 @@ nm_lldp_neighbor_get_attr_type (<em class="parameter"><code><a class="link" href <em class="parameter"><code><span class="type">char</span> *name</code></em>);</pre> <p>Get the type of an attribute.</p> <div class="refsect3"> -<a name="id-1.5.2.11.58.5"></a><h4>Parameters</h4> +<a name="nm-lldp-neighbor-get-attr-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2755,7 +2755,7 @@ nm_lldp_neighbor_get_attr_type (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.5.2.11.58.6"></a><h4>Returns</h4> +<a name="nm-lldp-neighbor-get-attr-type.returns"></a><h4>Returns</h4> <p> the <span class="type">GVariantType</span> of the attribute with name <em class="parameter"><code>name</code></em> </p> </div> @@ -3038,7 +3038,7 @@ operations like addressing and routing.</p> <div class="refsect2"> <a name="NMDevice--ip4-config"></a><h3>The <code class="literal">“ip4-config”</code> property</h3> <pre class="programlisting"> “ip4-config” <a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *</pre> -<p>The <a href="/usr/share/gtk-doc/html/libnm-glib/NMIP4Config.html"><span class="type">NMIP4Config</span></a> of the device.</p> +<p>The <span class="type">NMIP4Config</span> of the device.</p> <p>Flags: Read</p> </div> <hr> @@ -3168,7 +3168,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.5.2.14.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"> @@ -3209,6 +3209,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/html/NMDeviceAdsl.html b/docs/libnm/html/NMDeviceAdsl.html index f64abd16..fd0db66c 100644 --- a/docs/libnm/html/NMDeviceAdsl.html +++ b/docs/libnm/html/NMDeviceAdsl.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDevice.html" title="NMDevice"> <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"> @@ -110,7 +110,7 @@ NMDeviceAdsl implements 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.5.3.9.2.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"> @@ -125,7 +125,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.5.3.9.2.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> @@ -155,6 +155,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/html/NMDeviceBond.html b/docs/libnm/html/NMDeviceBond.html index b135cfb0..b127fc4b 100644 --- a/docs/libnm/html/NMDeviceBond.html +++ b/docs/libnm/html/NMDeviceBond.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration 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"> @@ -148,7 +148,7 @@ NMDeviceBond implements 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.5.4.9.2.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"> @@ -163,7 +163,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.5.4.9.2.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> @@ -175,7 +175,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.5.4.9.3.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"> @@ -190,7 +190,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.5.4.9.3.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> @@ -202,7 +202,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.5.4.9.4.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"> @@ -217,9 +217,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.5.4.9.4.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="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> @@ -279,6 +279,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/html/NMDeviceBridge.html b/docs/libnm/html/NMDeviceBridge.html index 4015e5b6..a08a2f2d 100644 --- a/docs/libnm/html/NMDeviceBridge.html +++ b/docs/libnm/html/NMDeviceBridge.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceBond.html" title="NMDeviceBond"> <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"> @@ -148,7 +148,7 @@ NMDeviceBridge implements 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.5.5.9.2.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"> @@ -163,7 +163,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.5.5.9.2.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> @@ -175,7 +175,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.5.5.9.3.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"> @@ -190,7 +190,7 @@ nm_device_bridge_get_carrier (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.5.9.3.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> </div> @@ -202,7 +202,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.5.5.9.4.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"> @@ -217,9 +217,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.5.5.9.4.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="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> @@ -279,6 +279,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/html/NMDeviceBt.html b/docs/libnm/html/NMDeviceBt.html index 9d3b379b..b707efa5 100644 --- a/docs/libnm/html/NMDeviceBt.html +++ b/docs/libnm/html/NMDeviceBt.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceBridge.html" title="NMDeviceBridge"> <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"> @@ -148,7 +148,7 @@ NMDeviceBt implements 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.5.6.9.2.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"> @@ -163,7 +163,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.5.6.9.2.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> @@ -175,7 +175,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.5.6.9.3.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"> @@ -190,7 +190,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.5.6.9.3.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> @@ -201,7 +201,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.5.6.9.4.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"> @@ -216,7 +216,7 @@ nm_device_bt_get_capabilities (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.5.6.9.4.6"></a><h4>Returns</h4> +<a name="nm-device-bt-get-capabilities.returns"></a><h4>Returns</h4> <p> a combination of <a class="link" href="libnm-nm-dbus-interface.html#NMBluetoothCapabilities" title="enum NMBluetoothCapabilities"><span class="type">NMBluetoothCapabilities</span></a></p> </div> </div> @@ -273,6 +273,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/html/NMDeviceEthernet.html b/docs/libnm/html/NMDeviceEthernet.html index 68bfbd7a..2619d4d0 100644 --- a/docs/libnm/html/NMDeviceEthernet.html +++ b/docs/libnm/html/NMDeviceEthernet.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceBt.html" title="NMDeviceBt"> <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"> @@ -181,7 +181,7 @@ NMDeviceEthernet implements 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.5.7.9.2.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"> @@ -196,7 +196,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.5.7.9.2.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> @@ -209,7 +209,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.5.7.9.3.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"> @@ -224,7 +224,7 @@ nm_device_ethernet_get_permanent_hw_address </table></div> </div> <div class="refsect3"> -<a name="id-1.5.7.9.3.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> @@ -236,7 +236,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.5.7.9.4.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"> @@ -251,7 +251,7 @@ nm_device_ethernet_get_speed (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.7.9.4.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> @@ -262,7 +262,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.5.7.9.5.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"> @@ -277,7 +277,7 @@ nm_device_ethernet_get_carrier (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.5.7.9.5.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> @@ -289,7 +289,7 @@ nm_device_ethernet_get_s390_subchannels (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre> <p>Return the list of s390 subchannels if the device supports them.</p> <div class="refsect3"> -<a name="id-1.5.7.9.6.5"></a><h4>Parameters</h4> +<a name="nm-device-ethernet-get-s390-subchannels.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -304,7 +304,7 @@ nm_device_ethernet_get_s390_subchannels </table></div> </div> <div class="refsect3"> -<a name="id-1.5.7.9.6.6"></a><h4>Returns</h4> +<a name="nm-device-ethernet-get-s390-subchannels.returns"></a><h4>Returns</h4> <p> array of strings, each specifying one subchannel the s390 device uses to communicate to the host. </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]</span></p> @@ -394,6 +394,6 @@ communication with z/VM or s390 host.</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/html/NMDeviceGeneric.html b/docs/libnm/html/NMDeviceGeneric.html index e446b89d..d1b2387f 100644 --- a/docs/libnm/html/NMDeviceGeneric.html +++ b/docs/libnm/html/NMDeviceGeneric.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceEthernet.html" title="NMDeviceEthernet"> <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"> @@ -122,7 +122,7 @@ NMDeviceGeneric implements 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.5.8.9.2.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"> @@ -137,7 +137,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.5.8.9.2.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> @@ -183,6 +183,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/html/NMDeviceIPTunnel.html b/docs/libnm/html/NMDeviceIPTunnel.html index 310bf608..e003d58b 100644 --- a/docs/libnm/html/NMDeviceIPTunnel.html +++ b/docs/libnm/html/NMDeviceIPTunnel.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceInfiniband.html" title="NMDeviceInfiniband"> <link rel="next" href="NMDeviceMacvlan.html" title="NMDeviceMacvlan"> -<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,7 +284,7 @@ NMDeviceIPTunnel implements <pre class="programlisting"><a class="link" href="NMDevice.html" title="NMDevice"><span class="returnvalue">NMDevice</span></a> * nm_device_ip_tunnel_get_parent (<em class="parameter"><code><a class="link" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"><span class="type">NMDeviceIPTunnel</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.10.9.2.4"></a><h4>Parameters</h4> +<a name="nm-device-ip-tunnel-get-parent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -299,7 +299,7 @@ nm_device_ip_tunnel_get_parent (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.5.10.9.2.5"></a><h4>Returns</h4> +<a name="nm-device-ip-tunnel-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> @@ -311,7 +311,7 @@ nm_device_ip_tunnel_get_parent (<em class="parameter"><code><a class="link" href <pre class="programlisting"><a class="link" href="libnm-nm-dbus-interface.html#NMIPTunnelMode" title="enum NMIPTunnelMode"><span class="returnvalue">NMIPTunnelMode</span></a> nm_device_ip_tunnel_get_mode (<em class="parameter"><code><a class="link" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"><span class="type">NMDeviceIPTunnel</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.10.9.3.4"></a><h4>Parameters</h4> +<a name="nm-device-ip-tunnel-get-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -326,7 +326,7 @@ nm_device_ip_tunnel_get_mode (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.10.9.3.5"></a><h4>Returns</h4> +<a name="nm-device-ip-tunnel-get-mode.returns"></a><h4>Returns</h4> <p> the tunneling mode</p> </div> <p class="since">Since: 1.2</p> @@ -337,7 +337,7 @@ nm_device_ip_tunnel_get_mode (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_ip_tunnel_get_local (<em class="parameter"><code><a class="link" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"><span class="type">NMDeviceIPTunnel</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.10.9.4.4"></a><h4>Parameters</h4> +<a name="nm-device-ip-tunnel-get-local.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -352,7 +352,7 @@ nm_device_ip_tunnel_get_local (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.5.10.9.4.5"></a><h4>Returns</h4> +<a name="nm-device-ip-tunnel-get-local.returns"></a><h4>Returns</h4> <p> the local endpoint of the tunnel</p> </div> <p class="since">Since: 1.2</p> @@ -363,7 +363,7 @@ nm_device_ip_tunnel_get_local (<em class="parameter"><code><a class="link" href= <pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_ip_tunnel_get_remote (<em class="parameter"><code><a class="link" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"><span class="type">NMDeviceIPTunnel</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.10.9.5.4"></a><h4>Parameters</h4> +<a name="nm-device-ip-tunnel-get-remote.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -378,7 +378,7 @@ nm_device_ip_tunnel_get_remote (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.5.10.9.5.5"></a><h4>Returns</h4> +<a name="nm-device-ip-tunnel-get-remote.returns"></a><h4>Returns</h4> <p> the remote endpoint of the tunnel</p> </div> <p class="since">Since: 1.2</p> @@ -389,7 +389,7 @@ nm_device_ip_tunnel_get_remote (<em class="parameter"><code><a class="link" href <pre class="programlisting"><span class="returnvalue">guint8</span> nm_device_ip_tunnel_get_ttl (<em class="parameter"><code><a class="link" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"><span class="type">NMDeviceIPTunnel</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.10.9.6.4"></a><h4>Parameters</h4> +<a name="nm-device-ip-tunnel-get-ttl.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -404,7 +404,7 @@ nm_device_ip_tunnel_get_ttl (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.5.10.9.6.5"></a><h4>Returns</h4> +<a name="nm-device-ip-tunnel-get-ttl.returns"></a><h4>Returns</h4> <p> the TTL assigned to tunneled packets</p> </div> <p class="since">Since: 1.2</p> @@ -415,7 +415,7 @@ nm_device_ip_tunnel_get_ttl (<em class="parameter"><code><a class="link" href="N <pre class="programlisting"><span class="returnvalue">guint8</span> nm_device_ip_tunnel_get_tos (<em class="parameter"><code><a class="link" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"><span class="type">NMDeviceIPTunnel</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.10.9.7.4"></a><h4>Parameters</h4> +<a name="nm-device-ip-tunnel-get-tos.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_device_ip_tunnel_get_tos (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.5.10.9.7.5"></a><h4>Returns</h4> +<a name="nm-device-ip-tunnel-get-tos.returns"></a><h4>Returns</h4> <p> type of service (IPv4) or traffic class (IPv6) assigned to tunneled packets.</p> </div> @@ -443,7 +443,7 @@ to tunneled packets.</p> nm_device_ip_tunnel_get_path_mtu_discovery (<em class="parameter"><code><a class="link" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"><span class="type">NMDeviceIPTunnel</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.10.9.8.4"></a><h4>Parameters</h4> +<a name="nm-device-ip-tunnel-get-path-mtu-discovery.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -458,7 +458,7 @@ nm_device_ip_tunnel_get_path_mtu_discovery </table></div> </div> <div class="refsect3"> -<a name="id-1.5.10.9.8.5"></a><h4>Returns</h4> +<a name="nm-device-ip-tunnel-get-path-mtu-discovery.returns"></a><h4>Returns</h4> <p> whether path MTU discovery is enabled</p> </div> <p class="since">Since: 1.2</p> @@ -469,7 +469,7 @@ nm_device_ip_tunnel_get_path_mtu_discovery <pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_ip_tunnel_get_input_key (<em class="parameter"><code><a class="link" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"><span class="type">NMDeviceIPTunnel</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.10.9.9.4"></a><h4>Parameters</h4> +<a name="nm-device-ip-tunnel-get-input-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -484,7 +484,7 @@ nm_device_ip_tunnel_get_input_key (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.5.10.9.9.5"></a><h4>Returns</h4> +<a name="nm-device-ip-tunnel-get-input-key.returns"></a><h4>Returns</h4> <p> the key used for incoming packets</p> </div> <p class="since">Since: 1.2</p> @@ -495,7 +495,7 @@ nm_device_ip_tunnel_get_input_key (<em class="parameter"><code><a class="link" h <pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_ip_tunnel_get_output_key (<em class="parameter"><code><a class="link" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"><span class="type">NMDeviceIPTunnel</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.10.9.10.4"></a><h4>Parameters</h4> +<a name="nm-device-ip-tunnel-get-output-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -510,7 +510,7 @@ nm_device_ip_tunnel_get_output_key (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.10.9.10.5"></a><h4>Returns</h4> +<a name="nm-device-ip-tunnel-get-output-key.returns"></a><h4>Returns</h4> <p> the key used for outgoing packets</p> </div> <p class="since">Since: 1.2</p> @@ -522,7 +522,7 @@ nm_device_ip_tunnel_get_output_key (<em class="parameter"><code><a class="link" nm_device_ip_tunnel_get_encapsulation_limit (<em class="parameter"><code><a class="link" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"><span class="type">NMDeviceIPTunnel</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.10.9.11.4"></a><h4>Parameters</h4> +<a name="nm-device-ip-tunnel-get-encapsulation-limit.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -537,7 +537,7 @@ nm_device_ip_tunnel_get_encapsulation_limit </table></div> </div> <div class="refsect3"> -<a name="id-1.5.10.9.11.5"></a><h4>Returns</h4> +<a name="nm-device-ip-tunnel-get-encapsulation-limit.returns"></a><h4>Returns</h4> <p> the maximum permitted encapsulation level</p> </div> <p class="since">Since: 1.2</p> @@ -548,7 +548,7 @@ nm_device_ip_tunnel_get_encapsulation_limit <pre class="programlisting"><span class="returnvalue">guint</span> nm_device_ip_tunnel_get_flow_label (<em class="parameter"><code><a class="link" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"><span class="type">NMDeviceIPTunnel</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.10.9.12.4"></a><h4>Parameters</h4> +<a name="nm-device-ip-tunnel-get-flow-label.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -563,7 +563,7 @@ nm_device_ip_tunnel_get_flow_label (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.10.9.12.5"></a><h4>Returns</h4> +<a name="nm-device-ip-tunnel-get-flow-label.returns"></a><h4>Returns</h4> <p> the flow label assigned to tunnel packets</p> </div> <p class="since">Since: 1.2</p> @@ -750,6 +750,6 @@ tunneled packets.</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/html/NMDeviceInfiniband.html b/docs/libnm/html/NMDeviceInfiniband.html index b6b52604..afbcc47e 100644 --- a/docs/libnm/html/NMDeviceInfiniband.html +++ b/docs/libnm/html/NMDeviceInfiniband.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceGeneric.html" title="NMDeviceGeneric"> <link rel="next" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"> -<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"> @@ -131,7 +131,7 @@ NMDeviceInfiniband implements 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.5.9.9.2.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"> @@ -146,7 +146,7 @@ nm_device_infiniband_get_hw_address (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.9.9.2.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> @@ -158,7 +158,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.5.9.9.3.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"> @@ -173,7 +173,7 @@ nm_device_infiniband_get_carrier (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.5.9.9.3.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> @@ -217,6 +217,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/html/NMDeviceMacvlan.html b/docs/libnm/html/NMDeviceMacvlan.html index e8850687..23f800d0 100644 --- a/docs/libnm/html/NMDeviceMacvlan.html +++ b/docs/libnm/html/NMDeviceMacvlan.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceIPTunnel.html" title="NMDeviceIPTunnel"> <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"> @@ -182,7 +182,7 @@ NMDeviceMacvlan implements <pre class="programlisting"><a class="link" href="NMDevice.html" title="NMDevice"><span class="returnvalue">NMDevice</span></a> * nm_device_macvlan_get_parent (<em class="parameter"><code><a class="link" href="NMDeviceMacvlan.html" title="NMDeviceMacvlan"><span class="type">NMDeviceMacvlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.11.9.2.4"></a><h4>Parameters</h4> +<a name="nm-device-macvlan-get-parent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -197,7 +197,7 @@ nm_device_macvlan_get_parent (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.11.9.2.5"></a><h4>Returns</h4> +<a name="nm-device-macvlan-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> @@ -210,7 +210,7 @@ nm_device_macvlan_get_parent (<em class="parameter"><code><a class="link" href=" nm_device_macvlan_get_mode (<em class="parameter"><code><a class="link" href="NMDeviceMacvlan.html" title="NMDeviceMacvlan"><span class="type">NMDeviceMacvlan</span></a> *device</code></em>);</pre> <p>Gets the MACVLAN mode of the device.</p> <div class="refsect3"> -<a name="id-1.5.11.9.3.5"></a><h4>Parameters</h4> +<a name="nm-device-macvlan-get-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -225,7 +225,7 @@ nm_device_macvlan_get_mode (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.5.11.9.3.6"></a><h4>Returns</h4> +<a name="nm-device-macvlan-get-mode.returns"></a><h4>Returns</h4> <p> the MACVLAN mode. This is the internal string used by the device, and must not be modified.</p> </div> @@ -238,7 +238,7 @@ device, and must not be modified.</p> nm_device_macvlan_get_no_promisc (<em class="parameter"><code><a class="link" href="NMDeviceMacvlan.html" title="NMDeviceMacvlan"><span class="type">NMDeviceMacvlan</span></a> *device</code></em>);</pre> <p>Gets the no-promiscuous flag of the device.</p> <div class="refsect3"> -<a name="id-1.5.11.9.4.5"></a><h4>Parameters</h4> +<a name="nm-device-macvlan-get-no-promisc.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -253,7 +253,7 @@ nm_device_macvlan_get_no_promisc (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.5.11.9.4.6"></a><h4>Returns</h4> +<a name="nm-device-macvlan-get-no-promisc.returns"></a><h4>Returns</h4> <p> the no-promiscuous flag of the device.</p> </div> <p class="since">Since: 1.2</p> @@ -265,7 +265,7 @@ nm_device_macvlan_get_no_promisc (<em class="parameter"><code><a class="link" hr nm_device_macvlan_get_tap (<em class="parameter"><code><a class="link" href="NMDeviceMacvlan.html" title="NMDeviceMacvlan"><span class="type">NMDeviceMacvlan</span></a> *device</code></em>);</pre> <p>Gets the device type (MACVLAN or MACVTAP).</p> <div class="refsect3"> -<a name="id-1.5.11.9.5.5"></a><h4>Parameters</h4> +<a name="nm-device-macvlan-get-tap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -280,7 +280,7 @@ nm_device_macvlan_get_tap (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.5.11.9.5.6"></a><h4>Returns</h4> +<a name="nm-device-macvlan-get-tap.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device is a MACVTAP, <code class="literal">FALSE</code> if it is a MACVLAN.</p> </div> <p class="since">Since: 1.2</p> @@ -292,7 +292,7 @@ nm_device_macvlan_get_tap (<em class="parameter"><code><a class="link" href="NMD nm_device_macvlan_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceMacvlan.html" title="NMDeviceMacvlan"><span class="type">NMDeviceMacvlan</span></a> *device</code></em>);</pre> <p>Gets the hardware (MAC) address of the <a class="link" href="NMDeviceMacvlan.html" title="NMDeviceMacvlan"><span class="type">NMDeviceMacvlan</span></a></p> <div class="refsect3"> -<a name="id-1.5.11.9.6.5"></a><h4>Parameters</h4> +<a name="nm-device-macvlan-get-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -307,7 +307,7 @@ nm_device_macvlan_get_hw_address (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.5.11.9.6.6"></a><h4>Returns</h4> +<a name="nm-device-macvlan-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> @@ -399,6 +399,6 @@ 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/html/NMDeviceModem.html b/docs/libnm/html/NMDeviceModem.html index f30e5846..1bef57b3 100644 --- a/docs/libnm/html/NMDeviceModem.html +++ b/docs/libnm/html/NMDeviceModem.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceMacvlan.html" title="NMDeviceMacvlan"> <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"> @@ -134,7 +134,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.5.12.9.2.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"> @@ -149,7 +149,7 @@ may require a firmware reload or reinitialization.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.12.9.2.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> @@ -163,7 +163,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.5.12.9.3.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"> @@ -178,7 +178,7 @@ represents the network types the modem can immediately connect to.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.12.9.3.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> @@ -225,6 +225,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/html/NMDeviceOlpcMesh.html b/docs/libnm/html/NMDeviceOlpcMesh.html index df5a3297..f3f752d0 100644 --- a/docs/libnm/html/NMDeviceOlpcMesh.html +++ b/docs/libnm/html/NMDeviceOlpcMesh.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceModem.html" title="NMDeviceModem"> <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"> @@ -149,7 +149,7 @@ NMDeviceOlpcMesh implements 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.5.13.9.2.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"> @@ -164,7 +164,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.5.13.9.2.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> @@ -176,7 +176,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.5.13.9.3.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"> @@ -191,7 +191,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.5.13.9.3.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> @@ -204,7 +204,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.5.13.9.4.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"> @@ -219,7 +219,7 @@ nm_device_olpc_mesh_get_active_channel </table></div> </div> <div class="refsect3"> -<a name="id-1.5.13.9.4.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> @@ -276,6 +276,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/html/NMDeviceTeam.html b/docs/libnm/html/NMDeviceTeam.html index ecfce255..25503461 100644 --- a/docs/libnm/html/NMDeviceTeam.html +++ b/docs/libnm/html/NMDeviceTeam.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceOlpcMesh.html" title="NMDeviceOlpcMesh"> <link rel="next" href="NMDeviceTun.html" title="NMDeviceTun"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -64,6 +64,13 @@ <a class="link" href="NMDeviceTeam.html#nm-device-team-get-slaves" title="nm_device_team_get_slaves ()">nm_device_team_get_slaves</a> <span class="c_punctuation">()</span> </td> </tr> +<tr> +<td class="function_type">const <span class="returnvalue">char</span> * +</td> +<td class="function_name"> +<a class="link" href="NMDeviceTeam.html#nm-device-team-get-config" title="nm_device_team_get_config ()">nm_device_team_get_config</a> <span class="c_punctuation">()</span> +</td> +</tr> </tbody> </table></div> </div> @@ -84,6 +91,12 @@ <tr> <td class="property_type"> <span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="NMDeviceTeam.html#NMDeviceTeam--config" title="The “config” property">config</a></td> +<td class="property_flags">Read</td> +</tr> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> <td class="property_name"><a class="link" href="NMDeviceTeam.html#NMDeviceTeam--hw-address" title="The “hw-address” property">hw-address</a></td> <td class="property_flags">Read</td> </tr> @@ -117,6 +130,10 @@ <td class="function_name"><a class="link" href="NMDeviceTeam.html#NM-DEVICE-TEAM-SLAVES:CAPS" title="NM_DEVICE_TEAM_SLAVES">NM_DEVICE_TEAM_SLAVES</a></td> </tr> <tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMDeviceTeam.html#NM-DEVICE-TEAM-CONFIG:CAPS" title="NM_DEVICE_TEAM_CONFIG">NM_DEVICE_TEAM_CONFIG</a></td> +</tr> +<tr> <td class="datatype_keyword"> </td> <td class="function_name"><a class="link" href="NMDeviceTeam.html#NMDeviceTeam-struct" title="NMDeviceTeam">NMDeviceTeam</a></td> </tr> @@ -148,7 +165,7 @@ NMDeviceTeam implements 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.5.14.9.2.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"> @@ -163,7 +180,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.5.14.9.2.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> @@ -175,7 +192,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.5.14.9.3.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"> @@ -190,7 +207,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.5.14.9.3.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> </div> @@ -202,7 +219,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.5.14.9.4.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"> @@ -217,14 +234,42 @@ nm_device_team_get_slaves (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.5.14.9.4.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="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> </div> </div> +<hr> +<div class="refsect2"> +<a name="nm-device-team-get-config"></a><h3>nm_device_team_get_config ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * +nm_device_team_get_config (<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 current JSON configuration of the <a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam"><span class="type">NMDeviceTeam</span></a></p> +<div class="refsect3"> +<a name="nm-device-team-get-config.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>device</p></td> +<td class="parameter_description"><p>a <a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam"><span class="type">NMDeviceTeam</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-device-team-get-config.returns"></a><h4>Returns</h4> +<p> the current configuration. This is the internal string used by the +device, and must not be modified.</p> +</div> +<p class="since">Since: 1.4</p> +</div> </div> <div class="refsect1"> <a name="NMDeviceTeam.other_details"></a><h2>Types and Values</h2> @@ -247,6 +292,12 @@ copy used by the device, and must not be modified. </p> </div> <hr> <div class="refsect2"> +<a name="NM-DEVICE-TEAM-CONFIG:CAPS"></a><h3>NM_DEVICE_TEAM_CONFIG</h3> +<pre class="programlisting">#define NM_DEVICE_TEAM_CONFIG "config" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NMDeviceTeam-struct"></a><h3>NMDeviceTeam</h3> <pre class="programlisting">typedef struct _NMDeviceTeam NMDeviceTeam;</pre> </div> @@ -262,6 +313,15 @@ copy used by the device, and must not be modified. </p> </div> <hr> <div class="refsect2"> +<a name="NMDeviceTeam--config"></a><h3>The <code class="literal">“config”</code> property</h3> +<pre class="programlisting"> “config” <span class="type">gchar</span> *</pre> +<p>The current JSON configuration of the device.</p> +<p>Flags: Read</p> +<p>Default value: NULL</p> +<p class="since">Since: 1.4</p> +</div> +<hr> +<div class="refsect2"> <a name="NMDeviceTeam--hw-address"></a><h3>The <code class="literal">“hw-address”</code> property</h3> <pre class="programlisting"> “hw-address” <span class="type">gchar</span> *</pre> <p>The hardware (MAC) address of the device.</p> @@ -279,6 +339,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/html/NMDeviceTun.html b/docs/libnm/html/NMDeviceTun.html index 0fbc5942..c54b201c 100644 --- a/docs/libnm/html/NMDeviceTun.html +++ b/docs/libnm/html/NMDeviceTun.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceTeam.html" title="NMDeviceTeam"> <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"> @@ -216,7 +216,7 @@ NMDeviceTun implements nm_device_tun_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceTun.html" title="NMDeviceTun"><span class="type">NMDeviceTun</span></a> *device</code></em>);</pre> <p>Gets the hardware (MAC) address of the <a class="link" href="NMDeviceTun.html" title="NMDeviceTun"><span class="type">NMDeviceTun</span></a></p> <div class="refsect3"> -<a name="id-1.5.15.9.2.5"></a><h4>Parameters</h4> +<a name="nm-device-tun-get-hw-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -231,7 +231,7 @@ nm_device_tun_get_hw_address (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.15.9.2.6"></a><h4>Returns</h4> +<a name="nm-device-tun-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> @@ -244,7 +244,7 @@ device, and must not be modified.</p> nm_device_tun_get_mode (<em class="parameter"><code><a class="link" href="NMDeviceTun.html" title="NMDeviceTun"><span class="type">NMDeviceTun</span></a> *device</code></em>);</pre> <p>Returns the TUN/TAP mode for the device.</p> <div class="refsect3"> -<a name="id-1.5.15.9.3.5"></a><h4>Parameters</h4> +<a name="nm-device-tun-get-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -259,7 +259,7 @@ nm_device_tun_get_mode (<em class="parameter"><code><a class="link" href="NMDevi </table></div> </div> <div class="refsect3"> -<a name="id-1.5.15.9.3.6"></a><h4>Returns</h4> +<a name="nm-device-tun-get-mode.returns"></a><h4>Returns</h4> <p> 'tun' or 'tap'</p> </div> <p class="since">Since: 1.2</p> @@ -271,7 +271,7 @@ nm_device_tun_get_mode (<em class="parameter"><code><a class="link" href="NMDevi nm_device_tun_get_owner (<em class="parameter"><code><a class="link" href="NMDeviceTun.html" title="NMDeviceTun"><span class="type">NMDeviceTun</span></a> *device</code></em>);</pre> <p>Gets the tunnel owner.</p> <div class="refsect3"> -<a name="id-1.5.15.9.4.5"></a><h4>Parameters</h4> +<a name="nm-device-tun-get-owner.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -286,7 +286,7 @@ nm_device_tun_get_owner (<em class="parameter"><code><a class="link" href="NMDev </table></div> </div> <div class="refsect3"> -<a name="id-1.5.15.9.4.6"></a><h4>Returns</h4> +<a name="nm-device-tun-get-owner.returns"></a><h4>Returns</h4> <p> the uid of the tunnel owner, or -1 if it has no owner.</p> </div> <p class="since">Since: 1.2</p> @@ -298,7 +298,7 @@ nm_device_tun_get_owner (<em class="parameter"><code><a class="link" href="NMDev nm_device_tun_get_group (<em class="parameter"><code><a class="link" href="NMDeviceTun.html" title="NMDeviceTun"><span class="type">NMDeviceTun</span></a> *device</code></em>);</pre> <p>Gets the tunnel group.</p> <div class="refsect3"> -<a name="id-1.5.15.9.5.5"></a><h4>Parameters</h4> +<a name="nm-device-tun-get-group.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -313,7 +313,7 @@ nm_device_tun_get_group (<em class="parameter"><code><a class="link" href="NMDev </table></div> </div> <div class="refsect3"> -<a name="id-1.5.15.9.5.6"></a><h4>Returns</h4> +<a name="nm-device-tun-get-group.returns"></a><h4>Returns</h4> <p> the gid of the tunnel group, or -1 if it has no owner.</p> </div> <p class="since">Since: 1.2</p> @@ -331,7 +331,7 @@ nm_device_tun_get_no_pi (<em class="parameter"><code><a class="link" href="NMDev nm_device_tun_get_vnet_hdr (<em class="parameter"><code><a class="link" href="NMDeviceTun.html" title="NMDeviceTun"><span class="type">NMDeviceTun</span></a> *device</code></em>);</pre> <p>Returns whether the <a class="link" href="NMDeviceTun.html" title="NMDeviceTun"><span class="type">NMDeviceTun</span></a> has the IFF_VNET_HDR flag.</p> <div class="refsect3"> -<a name="id-1.5.15.9.7.5"></a><h4>Parameters</h4> +<a name="nm-device-tun-get-vnet-hdr.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_device_tun_get_vnet_hdr (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.5.15.9.7.6"></a><h4>Returns</h4> +<a name="nm-device-tun-get-vnet-hdr.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device has the flag, <code class="literal">FALSE</code> otherwise</p> </div> <p class="since">Since: 1.2</p> @@ -358,7 +358,7 @@ nm_device_tun_get_vnet_hdr (<em class="parameter"><code><a class="link" href="NM nm_device_tun_get_multi_queue (<em class="parameter"><code><a class="link" href="NMDeviceTun.html" title="NMDeviceTun"><span class="type">NMDeviceTun</span></a> *device</code></em>);</pre> <p>Returns whether the <a class="link" href="NMDeviceTun.html" title="NMDeviceTun"><span class="type">NMDeviceTun</span></a> has the IFF_MULTI_QUEUE flag.</p> <div class="refsect3"> -<a name="id-1.5.15.9.8.5"></a><h4>Parameters</h4> +<a name="nm-device-tun-get-multi-queue.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_device_tun_get_multi_queue (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.5.15.9.8.6"></a><h4>Returns</h4> +<a name="nm-device-tun-get-multi-queue.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device doesn't have the flag, <code class="literal">FALSE</code> otherwise</p> </div> <p class="since">Since: 1.2</p> @@ -501,6 +501,6 @@ include a virtio network header.</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/html/NMDeviceVlan.html b/docs/libnm/html/NMDeviceVlan.html index 6acd104f..5e4add6e 100644 --- a/docs/libnm/html/NMDeviceVlan.html +++ b/docs/libnm/html/NMDeviceVlan.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceTun.html" title="NMDeviceTun"> <link rel="next" href="NMDeviceVxlan.html" title="NMDeviceVxlan"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -166,7 +166,7 @@ NMDeviceVlan implements 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.5.16.9.2.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"> @@ -181,7 +181,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.5.16.9.2.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> @@ -193,7 +193,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.5.16.9.3.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"> @@ -208,7 +208,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.5.16.9.3.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> @@ -218,7 +218,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.5.16.9.4.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"> @@ -233,7 +233,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.5.16.9.4.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> @@ -244,7 +244,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.5.16.9.5.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"> @@ -259,7 +259,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.5.16.9.5.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> @@ -331,6 +331,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/html/NMDeviceVxlan.html b/docs/libnm/html/NMDeviceVxlan.html index 98ce3d82..d4171cda 100644 --- a/docs/libnm/html/NMDeviceVxlan.html +++ b/docs/libnm/html/NMDeviceVxlan.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceVlan.html" title="NMDeviceVlan"> <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"> @@ -404,7 +404,7 @@ NMDeviceVxlan implements nm_device_vxlan_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <p>Gets the hardware (MAC) address of the <a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a></p> <div class="refsect3"> -<a name="id-1.5.17.9.2.5"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-hw-address.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_vxlan_get_hw_address (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.2.6"></a><h4>Returns</h4> +<a name="nm-device-vxlan-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> @@ -432,7 +432,7 @@ device, and must not be modified.</p> nm_device_vxlan_get_carrier (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <p>Whether the device has carrier.</p> <div class="refsect3"> -<a name="id-1.5.17.9.3.5"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-carrier.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -447,7 +447,7 @@ nm_device_vxlan_get_carrier (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.3.6"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-carrier.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device has carrier.</p> </div> <p class="since">Since: 1.2</p> @@ -458,7 +458,7 @@ nm_device_vxlan_get_carrier (<em class="parameter"><code><a class="link" href="N <pre class="programlisting"><a class="link" href="NMDevice.html" title="NMDevice"><span class="returnvalue">NMDevice</span></a> * nm_device_vxlan_get_parent (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.4.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-parent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -473,7 +473,7 @@ nm_device_vxlan_get_parent (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.4.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-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> @@ -485,7 +485,7 @@ nm_device_vxlan_get_parent (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">guint</span> nm_device_vxlan_get_id (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.5.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -500,7 +500,7 @@ nm_device_vxlan_get_id (<em class="parameter"><code><a class="link" href="NMDevi </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.5.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-id.returns"></a><h4>Returns</h4> <p> the device's VXLAN ID.</p> </div> <p class="since">Since: 1.2</p> @@ -511,7 +511,7 @@ nm_device_vxlan_get_id (<em class="parameter"><code><a class="link" href="NMDevi <pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_vxlan_get_group (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.6.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-group.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -526,7 +526,7 @@ nm_device_vxlan_get_group (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.6.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-group.returns"></a><h4>Returns</h4> <p> The unicast destination IP address or the multicast IP address joined</p> </div> @@ -538,7 +538,7 @@ IP address joined</p> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_vxlan_get_local (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.7.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-local.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -553,7 +553,7 @@ nm_device_vxlan_get_local (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.7.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-local.returns"></a><h4>Returns</h4> <p> the source IP address to use in outgoing packets</p> </div> <p class="since">Since: 1.2</p> @@ -564,7 +564,7 @@ nm_device_vxlan_get_local (<em class="parameter"><code><a class="link" href="NMD <pre class="programlisting"><span class="returnvalue">guint</span> nm_device_vxlan_get_src_port_min (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.8.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-src-port-min.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -579,7 +579,7 @@ nm_device_vxlan_get_src_port_min (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.8.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-src-port-min.returns"></a><h4>Returns</h4> <p> the minimum UDP source port</p> </div> <p class="since">Since: 1.2</p> @@ -590,7 +590,7 @@ nm_device_vxlan_get_src_port_min (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">guint</span> nm_device_vxlan_get_src_port_max (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.9.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-src-port-max.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -605,7 +605,7 @@ nm_device_vxlan_get_src_port_max (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.9.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-src-port-max.returns"></a><h4>Returns</h4> <p> the maximum UDP source port</p> </div> <p class="since">Since: 1.2</p> @@ -616,7 +616,7 @@ nm_device_vxlan_get_src_port_max (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">guint</span> nm_device_vxlan_get_dst_port (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.10.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-dst-port.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -631,7 +631,7 @@ nm_device_vxlan_get_dst_port (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.10.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-dst-port.returns"></a><h4>Returns</h4> <p> the UDP destination port</p> </div> <p class="since">Since: 1.2</p> @@ -642,7 +642,7 @@ nm_device_vxlan_get_dst_port (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_device_vxlan_get_learning (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.11.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-learning.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -657,7 +657,7 @@ nm_device_vxlan_get_learning (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.11.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-learning.returns"></a><h4>Returns</h4> <p> whether address learning is enabled</p> </div> <p class="since">Since: 1.2</p> @@ -668,7 +668,7 @@ nm_device_vxlan_get_learning (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">guint</span> nm_device_vxlan_get_ageing (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.12.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-ageing.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -683,7 +683,7 @@ nm_device_vxlan_get_ageing (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.12.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-ageing.returns"></a><h4>Returns</h4> <p> the lifetime in seconds of FDB entries learnt by the kernel</p> </div> <p class="since">Since: 1.2</p> @@ -694,7 +694,7 @@ nm_device_vxlan_get_ageing (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">guint</span> nm_device_vxlan_get_tos (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.13.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-tos.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -709,7 +709,7 @@ nm_device_vxlan_get_tos (<em class="parameter"><code><a class="link" href="NMDev </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.13.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-tos.returns"></a><h4>Returns</h4> <p> the TOS value to use in outgoing packets</p> </div> <p class="since">Since: 1.2</p> @@ -720,7 +720,7 @@ nm_device_vxlan_get_tos (<em class="parameter"><code><a class="link" href="NMDev <pre class="programlisting"><span class="returnvalue">guint</span> nm_device_vxlan_get_ttl (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.14.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-ttl.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -735,7 +735,7 @@ nm_device_vxlan_get_ttl (<em class="parameter"><code><a class="link" href="NMDev </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.14.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-ttl.returns"></a><h4>Returns</h4> <p> the time-to-live value to use in outgoing packets</p> </div> <p class="since">Since: 1.2</p> @@ -746,7 +746,7 @@ nm_device_vxlan_get_ttl (<em class="parameter"><code><a class="link" href="NMDev <pre class="programlisting"><span class="returnvalue">guint</span> nm_device_vxlan_get_limit (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.15.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-limit.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -761,7 +761,7 @@ nm_device_vxlan_get_limit (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.15.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-limit.returns"></a><h4>Returns</h4> <p> the maximum number of entries that can be added to the forwarding table</p> </div> @@ -773,7 +773,7 @@ forwarding table</p> <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_device_vxlan_get_proxy (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.16.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-proxy.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -788,7 +788,7 @@ nm_device_vxlan_get_proxy (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.16.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-proxy.returns"></a><h4>Returns</h4> <p> whether ARP proxy is turned on</p> </div> <p class="since">Since: 1.2</p> @@ -799,7 +799,7 @@ nm_device_vxlan_get_proxy (<em class="parameter"><code><a class="link" href="NMD <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_device_vxlan_get_rsc (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.17.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-rsc.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -814,7 +814,7 @@ nm_device_vxlan_get_rsc (<em class="parameter"><code><a class="link" href="NMDev </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.17.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-rsc.returns"></a><h4>Returns</h4> <p> whether route short circuit is turned on</p> </div> <p class="since">Since: 1.2</p> @@ -825,7 +825,7 @@ nm_device_vxlan_get_rsc (<em class="parameter"><code><a class="link" href="NMDev <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_device_vxlan_get_l2miss (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.18.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-l2miss.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -840,7 +840,7 @@ nm_device_vxlan_get_l2miss (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.18.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-l2miss.returns"></a><h4>Returns</h4> <p> whether netlink LL ADDR miss notifications are generated</p> </div> <p class="since">Since: 1.2</p> @@ -851,7 +851,7 @@ nm_device_vxlan_get_l2miss (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_device_vxlan_get_l3miss (<em class="parameter"><code><a class="link" href="NMDeviceVxlan.html" title="NMDeviceVxlan"><span class="type">NMDeviceVxlan</span></a> *device</code></em>);</pre> <div class="refsect3"> -<a name="id-1.5.17.9.19.4"></a><h4>Parameters</h4> +<a name="nm-device-vxlan-get-l3miss.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_vxlan_get_l3miss (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.5.17.9.19.5"></a><h4>Returns</h4> +<a name="nm-device-vxlan-get-l3miss.returns"></a><h4>Returns</h4> <p> wether netlink IP ADDR miss notifications are generated</p> </div> <p class="since">Since: 1.2</p> @@ -1162,6 +1162,6 @@ tunnel endpoint.</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/html/NMDeviceWifi.html b/docs/libnm/html/NMDeviceWifi.html index bb85020c..2bc893d5 100644 --- a/docs/libnm/html/NMDeviceWifi.html +++ b/docs/libnm/html/NMDeviceWifi.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceVxlan.html" title="NMDeviceVxlan"> <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"> @@ -288,7 +288,7 @@ NMDeviceWifi implements 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.5.18.10.2.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"> @@ -303,7 +303,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.5.18.10.2.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> @@ -316,7 +316,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.5.18.10.3.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"> @@ -331,7 +331,7 @@ nm_device_wifi_get_permanent_hw_address </table></div> </div> <div class="refsect3"> -<a name="id-1.5.18.10.3.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> @@ -343,7 +343,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.5.18.10.4.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"> @@ -358,7 +358,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.5.18.10.4.6"></a><h4>Returns</h4> +<a name="nm-device-wifi-get-mode.returns"></a><h4>Returns</h4> <p> the mode</p> </div> </div> @@ -369,7 +369,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.5.18.10.5.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"> @@ -384,7 +384,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.5.18.10.5.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> @@ -395,7 +395,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.5.18.10.6.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"> @@ -410,7 +410,7 @@ nm_device_wifi_get_capabilities (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.5.18.10.6.6"></a><h4>Returns</h4> +<a name="nm-device-wifi-get-capabilities.returns"></a><h4>Returns</h4> <p> the capabilities</p> </div> </div> @@ -422,7 +422,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.5.18.10.7.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"> @@ -437,7 +437,7 @@ nm_device_wifi_get_active_access_point </table></div> </div> <div class="refsect3"> -<a name="id-1.5.18.10.7.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> @@ -451,7 +451,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.5.18.10.8.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"> @@ -473,7 +473,7 @@ nm_device_wifi_get_access_point_by_path </table></div> </div> <div class="refsect3"> -<a name="id-1.5.18.10.8.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> @@ -485,7 +485,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.5.18.10.9.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"> @@ -500,9 +500,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.5.18.10.9.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="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> @@ -519,7 +519,7 @@ nm_device_wifi_request_scan (<em class="parameter"><code><a class="link" href="N returns immediately after requesting the scan, and it may take some time after that for the scan to complete.</p> <div class="refsect3"> -<a name="id-1.5.18.10.10.5"></a><h4>Parameters</h4> +<a name="nm-device-wifi-request-scan.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -546,7 +546,7 @@ after that for the scan to complete.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.18.10.10.6"></a><h4>Returns</h4> +<a name="nm-device-wifi-request-scan.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on error, in which case <em class="parameter"><code>error</code></em> will be set.</p> @@ -571,7 +571,7 @@ for the scanning. The argument is the dictionary passed to <code class="function D-Bus call. Valid otions inside the dictionary are: 'ssids' => array of SSIDs (saay)</p> <div class="refsect3"> -<a name="id-1.5.18.10.11.5"></a><h4>Parameters</h4> +<a name="nm-device-wifi-request-scan-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -603,7 +603,7 @@ D-Bus call. Valid otions inside the dictionary are: </table></div> </div> <div class="refsect3"> -<a name="id-1.5.18.10.11.6"></a><h4>Returns</h4> +<a name="nm-device-wifi-request-scan-options.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on error, in which case <em class="parameter"><code>error</code></em> will be set.</p> @@ -624,7 +624,7 @@ nm_device_wifi_request_scan_async (<em class="parameter"><code><a class="link" h called immediately after requesting the scan, and it may take some time after that for the scan to complete.</p> <div class="refsect3"> -<a name="id-1.5.18.10.12.5"></a><h4>Parameters</h4> +<a name="nm-device-wifi-request-scan-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -679,7 +679,7 @@ for the scanning. The argument is the dictionary passed to <code class="function D-Bus call. Valid otions inside the dictionary are: 'ssids' => array of SSIDs (saay)</p> <div class="refsect3"> -<a name="id-1.5.18.10.13.5"></a><h4>Parameters</h4> +<a name="nm-device-wifi-request-scan-options-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -727,7 +727,7 @@ nm_device_wifi_request_scan_finish (<em class="parameter"><code><a class="link" <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMDeviceWifi.html#nm-device-wifi-request-scan-async" title="nm_device_wifi_request_scan_async ()"><code class="function">nm_device_wifi_request_scan_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.5.18.10.14.5"></a><h4>Parameters</h4> +<a name="nm-device-wifi-request-scan-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -754,7 +754,7 @@ nm_device_wifi_request_scan_finish (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.18.10.14.6"></a><h4>Returns</h4> +<a name="nm-device-wifi-request-scan-finish.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on error, in which case <em class="parameter"><code>error</code></em> will be set.</p> @@ -876,7 +876,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.5.18.13.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"> @@ -913,7 +913,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.5.18.13.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"> @@ -944,6 +944,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/html/NMDeviceWimax.html b/docs/libnm/html/NMDeviceWimax.html index 5f751d77..6cf01ef9 100644 --- a/docs/libnm/html/NMDeviceWimax.html +++ b/docs/libnm/html/NMDeviceWimax.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMDeviceWifi.html" title="NMDeviceWifi"> <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"> @@ -269,7 +269,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.5.19.10.2.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"> @@ -284,7 +284,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.5.19.10.2.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> @@ -300,7 +300,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.5.19.10.3.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"> @@ -315,7 +315,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.5.19.10.3.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> @@ -332,7 +332,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.5.19.10.4.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"> @@ -354,7 +354,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.5.19.10.4.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> @@ -370,7 +370,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.5.19.10.5.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"> @@ -385,9 +385,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.5.19.10.5.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="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> @@ -405,7 +405,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.5.19.10.6.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"> @@ -420,7 +420,7 @@ device is not connected.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.19.10.6.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> @@ -438,7 +438,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.5.19.10.7.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"> @@ -453,7 +453,7 @@ device is not connected.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.19.10.7.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> @@ -470,7 +470,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.5.19.10.8.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"> @@ -485,7 +485,7 @@ meaning when the device is not connected.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.19.10.8.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> @@ -502,7 +502,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.5.19.10.9.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"> @@ -517,7 +517,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.5.19.10.9.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> @@ -532,7 +532,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.5.19.10.10.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"> @@ -547,7 +547,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.5.19.10.10.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> @@ -724,7 +724,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.5.19.13.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"> @@ -765,7 +765,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.5.19.13.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"> @@ -796,6 +796,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/html/NMDhcpConfig.html b/docs/libnm/html/NMDhcpConfig.html index 407a1341..88595d77 100644 --- a/docs/libnm/html/NMDhcpConfig.html +++ b/docs/libnm/html/NMDhcpConfig.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMIPConfig.html" title="NMIPConfig"> <link rel="next" href="ch05.html" title="Utility 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"> @@ -138,7 +138,7 @@ NMDhcpConfig implements nm_dhcp_config_get_family (<em class="parameter"><code><a class="link" href="NMDhcpConfig.html" title="NMDhcpConfig"><span class="type">NMDhcpConfig</span></a> *config</code></em>);</pre> <p>Gets the IP address family of the configuration</p> <div class="refsect3"> -<a name="id-1.5.26.9.2.5"></a><h4>Parameters</h4> +<a name="nm-dhcp-config-get-family.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -153,7 +153,7 @@ nm_dhcp_config_get_family (<em class="parameter"><code><a class="link" href="NMD </table></div> </div> <div class="refsect3"> -<a name="id-1.5.26.9.2.6"></a><h4>Returns</h4> +<a name="nm-dhcp-config-get-family.returns"></a><h4>Returns</h4> <p> the IP address family; either <code class="literal">AF_INET</code> or <code class="literal">AF_INET6</code></p> </div> @@ -165,7 +165,7 @@ nm_dhcp_config_get_family (<em class="parameter"><code><a class="link" href="NMD nm_dhcp_config_get_options (<em class="parameter"><code><a class="link" href="NMDhcpConfig.html" title="NMDhcpConfig"><span class="type">NMDhcpConfig</span></a> *config</code></em>);</pre> <p>Gets all the options contained in the configuration.</p> <div class="refsect3"> -<a name="id-1.5.26.9.3.5"></a><h4>Parameters</h4> +<a name="nm-dhcp-config-get-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -180,7 +180,7 @@ nm_dhcp_config_get_options (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.5.26.9.3.6"></a><h4>Returns</h4> +<a name="nm-dhcp-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> @@ -195,7 +195,7 @@ nm_dhcp_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.5.26.9.4.5"></a><h4>Parameters</h4> +<a name="nm-dhcp-config-get-one-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -217,7 +217,7 @@ nm_dhcp_config_get_one_option (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.5.26.9.4.6"></a><h4>Returns</h4> +<a name="nm-dhcp-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> @@ -264,6 +264,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/html/NMIPConfig.html b/docs/libnm/html/NMIPConfig.html index 6435caa6..90573d09 100644 --- a/docs/libnm/html/NMIPConfig.html +++ b/docs/libnm/html/NMIPConfig.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMWimaxNsp.html" title="NMWimaxNsp"> <link rel="next" href="NMDhcpConfig.html" title="NMDhcpConfig"> -<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"> @@ -230,7 +230,7 @@ NMIPConfig implements nm_ip_config_get_family (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the IP address family</p> <div class="refsect3"> -<a name="id-1.5.25.9.2.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-family.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -245,7 +245,7 @@ nm_ip_config_get_family (<em class="parameter"><code><a class="link" href="NMIPC </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.2.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-family.returns"></a><h4>Returns</h4> <p> the IP address family; either <code class="literal">AF_INET</code> or <code class="literal">AF_INET6</code></p> </div> @@ -257,7 +257,7 @@ nm_ip_config_get_family (<em class="parameter"><code><a class="link" href="NMIPC nm_ip_config_get_gateway (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the IP gateway address.</p> <div class="refsect3"> -<a name="id-1.5.25.9.3.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-gateway.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -272,7 +272,7 @@ nm_ip_config_get_gateway (<em class="parameter"><code><a class="link" href="NMIP </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.3.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-gateway.returns"></a><h4>Returns</h4> <p> the IP address of the gateway. </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> @@ -284,7 +284,7 @@ nm_ip_config_get_gateway (<em class="parameter"><code><a class="link" href="NMIP nm_ip_config_get_addresses (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the IP addresses (containing the address, prefix, and gateway).</p> <div class="refsect3"> -<a name="id-1.5.25.9.4.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-addresses.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -299,7 +299,7 @@ nm_ip_config_get_addresses (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.4.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-addresses.returns"></a><h4>Returns</h4> <p> the <span class="type">GPtrArray</span> containing <a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a>es. This is the internal copy used by the configuration and must not be modified. The library never modifies the @@ -314,7 +314,7 @@ returned array and thus it is safe for callers to reference and keep using it. < nm_ip_config_get_routes (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the routes.</p> <div class="refsect3"> -<a name="id-1.5.25.9.5.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -329,9 +329,9 @@ nm_ip_config_get_routes (<em class="parameter"><code><a class="link" href="NMIPC </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.5.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-routes.returns"></a><h4>Returns</h4> <p> the <span class="type">GPtrArray</span> containing -<a href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoutes</span></a>. This is the internal copy used by the configuration, and must +<span class="type">NMIPRoutes</span>. This is the internal copy used by the configuration, and must not be modified. The library never modifies the returned array and thus it is safe for callers to reference and keep using it. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPRoute][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -344,7 +344,7 @@ safe for callers to reference and keep using it. </p> nm_ip_config_get_nameservers (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the domain name servers (DNS).</p> <div class="refsect3"> -<a name="id-1.5.25.9.6.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-nameservers.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -359,7 +359,7 @@ nm_ip_config_get_nameservers (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.6.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-nameservers.returns"></a><h4>Returns</h4> <p> the array of nameserver IP addresses. </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> @@ -371,7 +371,7 @@ nm_ip_config_get_nameservers (<em class="parameter"><code><a class="link" href=" nm_ip_config_get_domains (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the domain names.</p> <div class="refsect3"> -<a name="id-1.5.25.9.7.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-domains.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -386,7 +386,7 @@ nm_ip_config_get_domains (<em class="parameter"><code><a class="link" href="NMIP </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.7.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-domains.returns"></a><h4>Returns</h4> <p> the array of domains. (This is never <code class="literal">NULL</code>, though it may be 0-length). </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> @@ -399,7 +399,7 @@ nm_ip_config_get_domains (<em class="parameter"><code><a class="link" href="NMIP nm_ip_config_get_searches (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the DNS searches.</p> <div class="refsect3"> -<a name="id-1.5.25.9.8.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-searches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -414,7 +414,7 @@ nm_ip_config_get_searches (<em class="parameter"><code><a class="link" href="NMI </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.8.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-searches.returns"></a><h4>Returns</h4> <p> the array of DNS search strings. (This is never <code class="literal">NULL</code>, though it may be 0-length). </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> @@ -427,7 +427,7 @@ nm_ip_config_get_searches (<em class="parameter"><code><a class="link" href="NMI nm_ip_config_get_wins_servers (<em class="parameter"><code><a class="link" href="NMIPConfig.html" title="NMIPConfig"><span class="type">NMIPConfig</span></a> *config</code></em>);</pre> <p>Gets the Windows Internet Name Service servers (WINS).</p> <div class="refsect3"> -<a name="id-1.5.25.9.9.5"></a><h4>Parameters</h4> +<a name="nm-ip-config-get-wins-servers.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -442,7 +442,7 @@ nm_ip_config_get_wins_servers (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.5.25.9.9.6"></a><h4>Returns</h4> +<a name="nm-ip-config-get-wins-servers.returns"></a><h4>Returns</h4> <p> the arry of WINS server IP address strings. (This is never <code class="literal">NULL</code>, though it may be 0-length.). </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> @@ -569,6 +569,6 @@ nm_ip_config_get_wins_servers (<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/html/NMObject.html b/docs/libnm/html/NMObject.html index ccb3f2c9..52f6fea9 100644 --- a/docs/libnm/html/NMObject.html +++ b/docs/libnm/html/NMObject.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="Client Object API Reference"> <link rel="prev" href="NMSecretAgentOld.html" title="NMSecretAgentOld"> <link rel="next" href="libnm-nm-errors.html" title="nm-errors"> -<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"> @@ -132,7 +132,7 @@ NMObject implements 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.4.9.2.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"> @@ -147,7 +147,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.4.9.2.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> @@ -199,6 +199,6 @@ 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/html/NMRemoteConnection.html b/docs/libnm/html/NMRemoteConnection.html index 47dbcbcc..ff741917 100644 --- a/docs/libnm/html/NMRemoteConnection.html +++ b/docs/libnm/html/NMRemoteConnection.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMVpnConnection.html" title="NMVpnConnection"> <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"> @@ -241,7 +241,7 @@ NetworkManager. If <em class="parameter"><code>save_to_disk</code></em> is <code class="literal">TRUE</code>, the updated connection will be saved to disk; if <code class="literal">FALSE</code>, then only the in-memory representation will be changed.</p> <div class="refsect3"> -<a name="id-1.5.22.9.2.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"> @@ -273,7 +273,7 @@ disk; if <code class="literal">FALSE</code>, then only the in-memory representat </table></div> </div> <div class="refsect3"> -<a name="id-1.5.22.9.2.6"></a><h4>Returns</h4> +<a name="nm-remote-connection-commit-changes.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on error, in which case <em class="parameter"><code>error</code></em> will be set.</p> </div> @@ -295,7 +295,7 @@ nm_remote_connection_commit_changes_async be saved to disk; if <code class="literal">FALSE</code>, then only the in-memory representation will be changed.</p> <div class="refsect3"> -<a name="id-1.5.22.9.3.5"></a><h4>Parameters</h4> +<a name="nm-remote-connection-commit-changes-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -343,7 +343,7 @@ nm_remote_connection_commit_changes_finish <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMRemoteConnection.html#nm-remote-connection-commit-changes-async" title="nm_remote_connection_commit_changes_async ()"><code class="function">nm_remote_connection_commit_changes_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.5.22.9.4.5"></a><h4>Parameters</h4> +<a name="nm-remote-connection-commit-changes-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -370,7 +370,7 @@ nm_remote_connection_commit_changes_finish </table></div> </div> <div class="refsect3"> -<a name="id-1.5.22.9.4.6"></a><h4>Returns</h4> +<a name="nm-remote-connection-commit-changes-finish.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on error, in which case <em class="parameter"><code>error</code></em> will be set.</p> </div> @@ -385,7 +385,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.5.22.9.5.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"> @@ -412,7 +412,7 @@ been written to disk, or if the connection has never been saved.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.22.9.5.6"></a><h4>Returns</h4> +<a name="nm-remote-connection-save.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on error, in which case <em class="parameter"><code>error</code></em> will be set.</p> </div> @@ -428,7 +428,7 @@ nm_remote_connection_save_async (<em class="parameter"><code><a class="link" hre <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.5.22.9.6.5"></a><h4>Parameters</h4> +<a name="nm-remote-connection-save-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -470,7 +470,7 @@ nm_remote_connection_save_finish (<em class="parameter"><code><a class="link" hr <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMRemoteConnection.html#nm-remote-connection-save-async" title="nm_remote_connection_save_async ()"><code class="function">nm_remote_connection_save_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.5.22.9.7.5"></a><h4>Parameters</h4> +<a name="nm-remote-connection-save-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -497,7 +497,7 @@ nm_remote_connection_save_finish (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.5.22.9.7.6"></a><h4>Returns</h4> +<a name="nm-remote-connection-save-finish.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on error, in which case <em class="parameter"><code>error</code></em> will be set.</p> </div> @@ -511,7 +511,7 @@ nm_remote_connection_delete (<em class="parameter"><code><a class="link" href="N <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Deletes the connection.</p> <div class="refsect3"> -<a name="id-1.5.22.9.8.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"> @@ -538,7 +538,7 @@ nm_remote_connection_delete (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.5.22.9.8.6"></a><h4>Returns</h4> +<a name="nm-remote-connection-delete.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on error, in which case <em class="parameter"><code>error</code></em> will be set.</p> </div> @@ -553,7 +553,7 @@ nm_remote_connection_delete_async (<em class="parameter"><code><a class="link" h <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Asynchronously deletes the connection.</p> <div class="refsect3"> -<a name="id-1.5.22.9.9.5"></a><h4>Parameters</h4> +<a name="nm-remote-connection-delete-async.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_connection_delete_finish (<em class="parameter"><code><a class="link" <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMRemoteConnection.html#nm-remote-connection-delete-async" title="nm_remote_connection_delete_async ()"><code class="function">nm_remote_connection_delete_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.5.22.9.10.5"></a><h4>Parameters</h4> +<a name="nm-remote-connection-delete-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -622,7 +622,7 @@ nm_remote_connection_delete_finish (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.22.9.10.6"></a><h4>Returns</h4> +<a name="nm-remote-connection-delete-finish.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success, <code class="literal">FALSE</code> on error, in which case <em class="parameter"><code>error</code></em> will be set.</p> </div> @@ -638,7 +638,7 @@ nm_remote_connection_get_secrets (<em class="parameter"><code><a class="link" hr <p>Request the connection's secrets. Note that this is a blocking D-Bus call, not a simple property accessor.</p> <div class="refsect3"> -<a name="id-1.5.22.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"> @@ -670,7 +670,7 @@ not a simple property accessor.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.22.9.11.6"></a><h4>Returns</h4> +<a name="nm-remote-connection-get-secrets.returns"></a><h4>Returns</h4> <p> a <span class="type">GVariant</span> of type <code class="literal">NM_VARIANT_TYPE_CONNECTION</code> containing <em class="parameter"><code>connection</code></em> 's secrets, or <code class="literal">NULL</code> on error.</p> @@ -688,7 +688,7 @@ nm_remote_connection_get_secrets_async <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <p>Asynchronously requests the connection's secrets.</p> <div class="refsect3"> -<a name="id-1.5.22.9.12.5"></a><h4>Parameters</h4> +<a name="nm-remote-connection-get-secrets-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -736,7 +736,7 @@ nm_remote_connection_get_secrets_finish <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMRemoteConnection.html#nm-remote-connection-get-secrets-async" title="nm_remote_connection_get_secrets_async ()"><code class="function">nm_remote_connection_get_secrets_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.5.22.9.13.5"></a><h4>Parameters</h4> +<a name="nm-remote-connection-get-secrets-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -763,7 +763,7 @@ nm_remote_connection_get_secrets_finish </table></div> </div> <div class="refsect3"> -<a name="id-1.5.22.9.13.6"></a><h4>Returns</h4> +<a name="nm-remote-connection-get-secrets-finish.returns"></a><h4>Returns</h4> <p> a <span class="type">GVariant</span> of type <code class="literal">NM_VARIANT_TYPE_CONNECTION</code> containing <em class="parameter"><code>connection</code></em> 's secrets, or <code class="literal">NULL</code> on error. </p> @@ -776,7 +776,7 @@ containing <em class="parameter"><code>connection</code></em> <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.5.22.9.14.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"> @@ -791,7 +791,7 @@ nm_remote_connection_get_unsaved (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.5.22.9.14.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> @@ -806,12 +806,12 @@ nm_remote_connection_get_visible (<em class="parameter"><code><a class="link" hr connection is not visible then it is essentially useless; it will not contain any settings, and operations such as <a class="link" href="NMRemoteConnection.html#nm-remote-connection-save" title="nm_remote_connection_save ()"><code class="function">nm_remote_connection_save()</code></a> and <a class="link" href="NMRemoteConnection.html#nm-remote-connection-delete" title="nm_remote_connection_delete ()"><code class="function">nm_remote_connection_delete()</code></a> will -always fail. (<a href="/usr/share/gtk-doc/html/libnm-glib/NMRemoteSettings.html"><span class="type">NMRemoteSettings</span></a> will not normally return +always fail. (<span class="type">NMRemoteSettings</span> will not normally return non-visible connections to callers, but it is possible for a connection's visibility to change after you already have a reference to it.)</p> <div class="refsect3"> -<a name="id-1.5.22.9.15.5"></a><h4>Parameters</h4> +<a name="nm-remote-connection-get-visible.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -826,7 +826,7 @@ reference to it.)</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.22.9.15.6"></a><h4>Returns</h4> +<a name="nm-remote-connection-get-visible.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the remote connection is visible to the current user, <code class="literal">FALSE</code> if not.</p> </div> @@ -881,7 +881,7 @@ to disk, <code class="literal">FALSE</code> if the connection is the same as its not. If the connection is not visible then it is essentially useless; it will not contain any settings, and operations such as <a class="link" href="NMRemoteConnection.html#nm-remote-connection-save" title="nm_remote_connection_save ()"><code class="function">nm_remote_connection_save()</code></a> and <a class="link" href="NMRemoteConnection.html#nm-remote-connection-delete" title="nm_remote_connection_delete ()"><code class="function">nm_remote_connection_delete()</code></a> will always -fail. (<a href="/usr/share/gtk-doc/html/libnm-glib/NMRemoteSettings.html"><span class="type">NMRemoteSettings</span></a> will not normally return non-visible connections +fail. (<span class="type">NMRemoteSettings</span> will not normally return non-visible connections to callers, but it is possible for a connection's visibility to change after you already have a reference to it.)</p> <p>Flags: Read</p> @@ -890,6 +890,6 @@ after you already have a reference to it.)</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/html/NMSecretAgentOld.html b/docs/libnm/html/NMSecretAgentOld.html index b7654a05..910412cd 100644 --- a/docs/libnm/html/NMSecretAgentOld.html +++ b/docs/libnm/html/NMSecretAgentOld.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="Client Object API Reference"> <link rel="prev" href="NMClient.html" title="NMClient"> <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"> @@ -271,7 +271,7 @@ something like this:</p> <span class="usertype">GVariant</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">secrets_dict</span><span class="symbol">;</span> <span class="normal">secrets </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="NMSimpleConnection.html#nm-simple-connection-new">nm_simple_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="NMSettingWirelessSecurity.html">NMSettingWirelessSecurity</a> </span><span class="symbol">*)</span><span class="normal"> </span><span class="function"><a href="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="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity-struct">NMSettingWirelessSecurity</a> </span><span class="symbol">*)</span><span class="normal"> </span><span class="function"><a href="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="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> @@ -289,7 +289,7 @@ something like this:</p> </div> <br class="example-break"><div class="refsect3"> -<a name="id-1.3.3.9.2.7"></a><h4>Parameters</h4> +<a name="NMSecretAgentOldGetSecretsFunc.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -346,7 +346,7 @@ and the value is the secret</p></td> <a class="link" href="NMSecretAgentOld.html" title="NMSecretAgentOld"><span class="type">NMSecretAgentOld</span></a> subclass has finished saving the secrets, this function should be called.</p> <div class="refsect3"> -<a name="id-1.3.3.9.3.5"></a><h4>Parameters</h4> +<a name="NMSecretAgentOldSaveSecretsFunc.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -393,7 +393,7 @@ has returned. </p></td> <a class="link" href="NMSecretAgentOld.html" title="NMSecretAgentOld"><span class="type">NMSecretAgentOld</span></a> subclass has finished deleting the secrets, this function should be called.</p> <div class="refsect3"> -<a name="id-1.3.3.9.4.5"></a><h4>Parameters</h4> +<a name="NMSecretAgentOldDeleteSecretsFunc.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -441,7 +441,7 @@ secrets for connections on behalf of its user.</p> <p>It is a programmer error to attempt to register an agent that is already registered, or in the process of registering.</p> <div class="refsect3"> -<a name="id-1.3.3.9.5.6"></a><h4>Parameters</h4> +<a name="nm-secret-agent-old-register.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -468,7 +468,7 @@ registered, or in the process of registering.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.9.5.7"></a><h4>Returns</h4> +<a name="nm-secret-agent-old-register.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if registration was successful, <code class="literal">FALSE</code> on error.</p> </div> </div> @@ -486,7 +486,7 @@ save secrets for connections on behalf of its user.</p> <p>It is a programmer error to attempt to register an agent that is already registered, or in the process of registering.</p> <div class="refsect3"> -<a name="id-1.3.3.9.6.6"></a><h4>Parameters</h4> +<a name="nm-secret-agent-old-register-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -528,7 +528,7 @@ nm_secret_agent_old_register_finish (<em class="parameter"><code><a class="link" <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMSecretAgentOld.html#nm-secret-agent-old-register-async" title="nm_secret_agent_old_register_async ()"><code class="function">nm_secret_agent_old_register_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.3.3.9.7.5"></a><h4>Parameters</h4> +<a name="nm-secret-agent-old-register-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -555,7 +555,7 @@ nm_secret_agent_old_register_finish (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.9.7.6"></a><h4>Returns</h4> +<a name="nm-secret-agent-old-register-finish.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if registration was successful, <code class="literal">FALSE</code> on error.</p> </div> </div> @@ -570,7 +570,7 @@ nm_secret_agent_old_unregister (<em class="parameter"><code><a class="link" href indicating to NetworkManager that the agent will no longer provide or store secrets on behalf of this user.</p> <div class="refsect3"> -<a name="id-1.3.3.9.8.5"></a><h4>Parameters</h4> +<a name="nm-secret-agent-old-unregister.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -597,7 +597,7 @@ store secrets on behalf of this user.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.9.8.6"></a><h4>Returns</h4> +<a name="nm-secret-agent-old-unregister.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if unregistration was successful, <code class="literal">FALSE</code> on error</p> </div> </div> @@ -613,7 +613,7 @@ nm_secret_agent_old_unregister_async (<em class="parameter"><code><a class="link manager, indicating to NetworkManager that the agent will no longer provide or store secrets on behalf of this user.</p> <div class="refsect3"> -<a name="id-1.3.3.9.9.5"></a><h4>Parameters</h4> +<a name="nm-secret-agent-old-unregister-async.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -655,7 +655,7 @@ nm_secret_agent_old_unregister_finish (<em class="parameter"><code><a class="lin <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Gets the result of a call to <a class="link" href="NMSecretAgentOld.html#nm-secret-agent-old-unregister-async" title="nm_secret_agent_old_unregister_async ()"><code class="function">nm_secret_agent_old_unregister_async()</code></a>.</p> <div class="refsect3"> -<a name="id-1.3.3.9.10.5"></a><h4>Parameters</h4> +<a name="nm-secret-agent-old-unregister-finish.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -682,7 +682,7 @@ nm_secret_agent_old_unregister_finish (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.9.10.6"></a><h4>Returns</h4> +<a name="nm-secret-agent-old-unregister-finish.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if unregistration was successful, <code class="literal">FALSE</code> on error.</p> </div> </div> @@ -692,7 +692,7 @@ nm_secret_agent_old_unregister_finish (<em class="parameter"><code><a class="lin <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_secret_agent_old_get_registered (<em class="parameter"><code><a class="link" href="NMSecretAgentOld.html" title="NMSecretAgentOld"><span class="type">NMSecretAgentOld</span></a> *self</code></em>);</pre> <div class="refsect3"> -<a name="id-1.3.3.9.11.4"></a><h4>Parameters</h4> +<a name="nm-secret-agent-old-get-registered.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -707,7 +707,7 @@ nm_secret_agent_old_get_registered (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.3.3.9.11.5"></a><h4>Returns</h4> +<a name="nm-secret-agent-old-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> @@ -732,7 +732,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.3.9.12.6"></a><h4>Parameters</h4> +<a name="nm-secret-agent-old-get-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -793,7 +793,7 @@ nm_secret_agent_old_save_secrets (<em class="parameter"><code><a class="link" hr disk.</p> <p>Virtual: save_secrets</p> <div class="refsect3"> -<a name="id-1.3.3.9.13.6"></a><h4>Parameters</h4> +<a name="nm-secret-agent-old-save-secrets.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_secret_agent_old_delete_secrets (<em class="parameter"><code><a class="link" .</p> <p>Virtual: delete_secrets</p> <div class="refsect3"> -<a name="id-1.3.3.9.14.6"></a><h4>Parameters</h4> +<a name="nm-secret-agent-old-delete-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -958,6 +958,6 @@ of 3 characters. An example valid identifier is 'org.gnome.nm-applet' </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/html/NMSetting.html b/docs/libnm/html/NMSetting.html index 09859dd6..7f6aae2d 100644 --- a/docs/libnm/html/NMSetting.html +++ b/docs/libnm/html/NMSetting.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSimpleConnection.html" title="NMSimpleConnection"> <link rel="next" href="NMSettingConnection.html" title="NMSettingConnection"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,18 +42,6 @@ </colgroup> <tbody> <tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS" title="NM_SETTING_PARAM_REQUIRED">NM_SETTING_PARAM_REQUIRED</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS" title="NM_SETTING_PARAM_SECRET">NM_SETTING_PARAM_SECRET</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS" title="NM_SETTING_PARAM_FUZZY_IGNORE">NM_SETTING_PARAM_FUZZY_IGNORE</a></td> -</tr> -<tr> <td class="function_type"> <span class="returnvalue">gboolean</span> </td> @@ -192,6 +180,18 @@ <tbody> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS" title="NM_SETTING_PARAM_REQUIRED">NM_SETTING_PARAM_REQUIRED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS" title="NM_SETTING_PARAM_SECRET">NM_SETTING_PARAM_SECRET</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS" title="NM_SETTING_PARAM_FUZZY_IGNORE">NM_SETTING_PARAM_FUZZY_IGNORE</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMSetting.html#NM-SETTING-NAME:CAPS" title="NM_SETTING_NAME">NM_SETTING_NAME</a></td> </tr> <tr> @@ -270,24 +270,6 @@ of properties and allowed values.</p> <div class="refsect1"> <a name="NMSetting.functions_details"></a><h2>Functions</h2> <div class="refsect2"> -<a name="NM-SETTING-PARAM-REQUIRED:CAPS"></a><h3>NM_SETTING_PARAM_REQUIRED</h3> -<pre class="programlisting">#define NM_SETTING_PARAM_REQUIRED (1 << (1 + G_PARAM_USER_SHIFT)) -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="NM-SETTING-PARAM-SECRET:CAPS"></a><h3>NM_SETTING_PARAM_SECRET</h3> -<pre class="programlisting">#define NM_SETTING_PARAM_SECRET (1 << (2 + G_PARAM_USER_SHIFT)) -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"></a><h3>NM_SETTING_PARAM_FUZZY_IGNORE</h3> -<pre class="programlisting">#define NM_SETTING_PARAM_FUZZY_IGNORE (1 << (3 + G_PARAM_USER_SHIFT)) -</pre> -</div> -<hr> -<div class="refsect2"> <a name="NMSettingClearSecretsWithFlagsFn"></a><h3>NMSettingClearSecretsWithFlagsFn ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> <span class="c_punctuation">(</span>*NMSettingClearSecretsWithFlagsFn<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>, @@ -295,7 +277,7 @@ of properties and allowed values.</p> <em class="parameter"><code><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> flags</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.4.8.5.4"></a><h4>Parameters</h4> +<a name="NMSettingClearSecretsWithFlagsFn.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -327,7 +309,7 @@ of properties and allowed values.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.4.8.5.5"></a><h4>Returns</h4> +<a name="NMSettingClearSecretsWithFlagsFn.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> to clear the secret, <code class="literal">FALSE</code> to not clear the secret</p> </div> </div> @@ -341,7 +323,7 @@ of properties and allowed values.</p> <em class="parameter"><code><span class="type">GParamFlags</span> flags</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.4.8.6.4"></a><h4>Parameters</h4> +<a name="NMSettingValueIterFn.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -386,7 +368,7 @@ of properties and allowed values.</p> nm_setting_lookup_type (<em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre> <p>Returns the <span class="type">GType</span> of the setting's class for a given setting name.</p> <div class="refsect3"> -<a name="id-1.4.4.8.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-lookup-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -401,7 +383,7 @@ nm_setting_lookup_type (<em class="parameter"><code>const <span class="type">cha </table></div> </div> <div class="refsect3"> -<a name="id-1.4.4.8.7.6"></a><h4>Returns</h4> +<a name="nm-setting-lookup-type.returns"></a><h4>Returns</h4> <p> the <span class="type">GType</span> of the setting's class, or <code class="literal">G_TYPE_INVALID</code> if <em class="parameter"><code>name</code></em> is not recognized.</p> @@ -414,7 +396,7 @@ is not recognized.</p> nm_setting_duplicate (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);</pre> <p>Duplicates a <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>.</p> <div class="refsect3"> -<a name="id-1.4.4.8.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-duplicate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -429,7 +411,7 @@ nm_setting_duplicate (<em class="parameter"><code><a class="link" href="NMSettin </table></div> </div> <div class="refsect3"> -<a name="id-1.4.4.8.8.6"></a><h4>Returns</h4> +<a name="nm-setting-duplicate.returns"></a><h4>Returns</h4> <p> a new <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> containing the same properties and values as the source <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a>. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -442,7 +424,7 @@ source <a class="link" href="NMSetting.html" title="NMSetting"><span class="type nm_setting_get_name (<em class="parameter"><code><a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> *setting</code></em>);</pre> <p>Returns the type name of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object</p> <div class="refsect3"> -<a name="id-1.4.4.8.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-get-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -457,7 +439,7 @@ nm_setting_get_name (<em class="parameter"><code><a class="link" href="NMSetting </table></div> </div> <div class="refsect3"> -<a name="id-1.4.4.8.9.6"></a><h4>Returns</h4> +<a name="nm-setting-get-name.returns"></a><h4>Returns</h4> <p> a string containing the type name of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object, like 'ppp' or 'wireless' or 'wired'.</p> </div> @@ -475,7 +457,7 @@ some are dependent on other values (hence the need for <em class="parameter"><co returned <span class="type">GError</span> contains information about which property of the setting failed validation, and in what way that property failed validation.</p> <div class="refsect3"> -<a name="id-1.4.4.8.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-verify.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -505,7 +487,7 @@ is being verified in isolation. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.4.8.10.6"></a><h4>Returns</h4> +<a name="nm-setting-verify.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the setting is valid, <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -522,7 +504,7 @@ failed validation, and in what way that secret failed validation. The secret validation is done separately from main setting validation, because in some cases connection failure is not desired just for the secrets.</p> <div class="refsect3"> -<a name="id-1.4.4.8.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-verify-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -552,7 +534,7 @@ is being verified in isolation. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.4.8.11.6"></a><h4>Returns</h4> +<a name="nm-setting-verify-secrets.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the setting secrets are valid, <code class="literal">FALSE</code> if they are not</p> </div> <p class="since">Since: 1.2</p> @@ -568,7 +550,7 @@ nm_setting_compare (<em class="parameter"><code><a class="link" href="NMSetting. modified by a set of flags. See the documentation for <a class="link" href="NMSetting.html#NMSettingCompareFlags" title="enum NMSettingCompareFlags"><span class="type">NMSettingCompareFlags</span></a> for a description of each flag's behavior.</p> <div class="refsect3"> -<a name="id-1.4.4.8.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-compare.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -595,7 +577,7 @@ for a description of each flag's behavior.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.4.8.12.6"></a><h4>Returns</h4> +<a name="nm-setting-compare.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the comparison succeeds, <code class="literal">FALSE</code> if it does not</p> </div> </div> @@ -615,7 +597,7 @@ of each setting that differ from the other are added to <em class="parameter"><c , mapped to one or more <a class="link" href="NMSetting.html#NMSettingDiffResult" title="enum NMSettingDiffResult"><span class="type">NMSettingDiffResult</span></a> values.</p> <div class="refsect3"> -<a name="id-1.4.4.8.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-diff.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -657,7 +639,7 @@ in and the settings differ, a new one is created and returned. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.4.8.13.6"></a><h4>Returns</h4> +<a name="nm-setting-diff.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the settings contain the same values, <code class="literal">FALSE</code> if they do not</p> </div> </div> @@ -671,7 +653,7 @@ nm_setting_enumerate_values (<em class="parameter"><code><a class="link" href="N <p>Iterates over each property of the <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> object, calling the supplied user function for each property.</p> <div class="refsect3"> -<a name="id-1.4.4.8.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-enumerate-values.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -708,7 +690,7 @@ nm_setting_to_string (<em class="parameter"><code><a class="link" href="NMSettin be used for serialization of the setting, or machine-parsed in any way. The output format is not guaranteed to be stable and may change at any time.</p> <div class="refsect3"> -<a name="id-1.4.4.8.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-to-string.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -723,7 +705,7 @@ output format is not guaranteed to be stable and may change at any time.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.4.8.15.6"></a><h4>Returns</h4> +<a name="nm-setting-to-string.returns"></a><h4>Returns</h4> <p> an allocated string containing a textual representation of the setting's properties and values (including secrets!), which the caller should free with <code class="function">g_free()</code></p> @@ -740,7 +722,7 @@ nm_setting_get_secret_flags (<em class="parameter"><code><a class="link" href="N <p>For a given secret, retrieves the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> describing how to handle that secret.</p> <div class="refsect3"> -<a name="id-1.4.4.8.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-get-secret-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -772,7 +754,7 @@ handle that secret.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.4.8.16.6"></a><h4>Returns</h4> +<a name="nm-setting-get-secret-flags.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success (if the given secret name was a valid property of this setting, and if that property is secret), <code class="literal">FALSE</code> if not</p> </div> @@ -788,7 +770,7 @@ nm_setting_set_secret_flags (<em class="parameter"><code><a class="link" href="N <p>For a given secret, stores the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> describing how to handle that secret.</p> <div class="refsect3"> -<a name="id-1.4.4.8.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-set-secret-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -820,7 +802,7 @@ handle that secret.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.4.8.17.6"></a><h4>Returns</h4> +<a name="nm-setting-set-secret-flags.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success (if the given secret name was a valid property of this setting, and if that property is secret), <code class="literal">FALSE</code> if not</p> </div> @@ -835,7 +817,7 @@ nm_setting_get_dbus_property_type (<em class="parameter"><code><a class="link" h is a D-Bus property name, which may not necessarily be a <span class="type">GObject</span> property.</p> <div class="refsect3"> -<a name="id-1.4.4.8.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-get-dbus-property-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -858,7 +840,7 @@ to get the type of</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.4.8.18.6"></a><h4>Returns</h4> +<a name="nm-setting-get-dbus-property-type.returns"></a><h4>Returns</h4> <p> the D-Bus marshalling type of <em class="parameter"><code>property</code></em> on <em class="parameter"><code>setting</code></em> .</p> @@ -868,6 +850,24 @@ on <em class="parameter"><code>setting</code></em> <div class="refsect1"> <a name="NMSetting.other_details"></a><h2>Types and Values</h2> <div class="refsect2"> +<a name="NM-SETTING-PARAM-REQUIRED:CAPS"></a><h3>NM_SETTING_PARAM_REQUIRED</h3> +<pre class="programlisting">#define NM_SETTING_PARAM_REQUIRED (1 << (1 + G_PARAM_USER_SHIFT)) +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="NM-SETTING-PARAM-SECRET:CAPS"></a><h3>NM_SETTING_PARAM_SECRET</h3> +<pre class="programlisting">#define NM_SETTING_PARAM_SECRET (1 << (2 + G_PARAM_USER_SHIFT)) +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"></a><h3>NM_SETTING_PARAM_FUZZY_IGNORE</h3> +<pre class="programlisting">#define NM_SETTING_PARAM_FUZZY_IGNORE (1 << (3 + G_PARAM_USER_SHIFT)) +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-SETTING-NAME:CAPS"></a><h3>NM_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_NAME "name" </pre> @@ -879,7 +879,7 @@ on <em class="parameter"><code>setting</code></em> secret has a corresponding set of these flags which indicate how the secret is to be stored and/or requested when it is needed.</p> <div class="refsect3"> -<a name="id-1.4.4.9.3.4"></a><h4>Members</h4> +<a name="NMSettingSecretFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -932,7 +932,7 @@ secret is not required</p> <p>These flags modify the comparison behavior when comparing two settings or two connections.</p> <div class="refsect3"> -<a name="id-1.4.4.9.4.4"></a><h4>Members</h4> +<a name="NMSettingCompareFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1038,7 +1038,7 @@ two connections.</p> <a name="NMSettingMacRandomization"></a><h3>enum NMSettingMacRandomization</h3> <p>Controls if and how the MAC address of a device is randomzied.</p> <div class="refsect3"> -<a name="id-1.4.4.9.5.4"></a><h4>Members</h4> +<a name="NMSettingMacRandomization.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1084,7 +1084,7 @@ It should only be accessed through the functions described below.</p> <a name="NMSettingDiffResult"></a><h3>enum NMSettingDiffResult</h3> <p>These values indicate the result of a setting difference operation.</p> <div class="refsect3"> -<a name="id-1.4.4.9.7.4"></a><h4>Members</h4> +<a name="NMSettingDiffResult.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1150,6 +1150,6 @@ example "ppp" or "wireless" or "wired".</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSetting8021x.html b/docs/libnm/html/NMSetting8021x.html index 3596bce3..1abcd6db 100644 --- a/docs/libnm/html/NMSetting8021x.html +++ b/docs/libnm/html/NMSetting8021x.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingConnection.html" title="NMSettingConnection"> <link rel="next" href="NMSettingAdsl.html" title="NMSettingAdsl"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -998,7 +998,7 @@ following books.</p> nm_setting_802_1x_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.6.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> object</p> </div> </div> @@ -1013,7 +1013,7 @@ nm_setting_802_1x_check_cert_scheme (<em class="parameter"><code><span class="ty When setting certificate properties of NMSetting8021x the blob must be not UNKNOWN (or NULL).</p> <div class="refsect3"> -<a name="id-1.4.6.8.3.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-check-cert-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1040,7 +1040,7 @@ the blob must be not UNKNOWN (or NULL).</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.3.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-check-cert-scheme.returns"></a><h4>Returns</h4> <p> the scheme of the blob or <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-UNKNOWN:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_UNKNOWN</code></a>. For NULL it also returns NM_SETTING_802_1X_CK_SCHEME_UNKNOWN.</p> </div> @@ -1057,7 +1057,7 @@ network. Generally only one EAP method is used. Use the functions and <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-remove-eap-method" title="nm_setting_802_1x_remove_eap_method ()"><code class="function">nm_setting_802_1x_remove_eap_method()</code></a> for adding, removing, and retrieving allowed EAP methods.</p> <div class="refsect3"> -<a name="id-1.4.6.8.4.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-num-eap-methods.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1072,7 +1072,7 @@ allowed EAP methods.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.4.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-num-eap-methods.returns"></a><h4>Returns</h4> <p> the number of allowed EAP methods</p> </div> </div> @@ -1085,7 +1085,7 @@ nm_setting_802_1x_get_eap_method (<em class="parameter"><code><a class="link" hr <p>Returns the name of the allowed EAP method at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.6.8.5.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-eap-method.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1107,7 +1107,7 @@ nm_setting_802_1x_get_eap_method (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.5.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-eap-method.returns"></a><h4>Returns</h4> <p> the name of the allowed EAP method at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1122,7 +1122,7 @@ nm_setting_802_1x_add_eap_method (<em class="parameter"><code><a class="link" hr EAP method has been added. See <a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title="The “eap” property"><span class="type">“eap”</span></a> property for a list of allowed EAP methods.</p> <div class="refsect3"> -<a name="id-1.4.6.8.6.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-add-eap-method.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1144,7 +1144,7 @@ allowed EAP methods.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.6.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-add-eap-method.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the EAP method was successfully added, <code class="literal">FALSE</code> if it was not a valid method or if it was already allowed.</p> </div> @@ -1157,7 +1157,7 @@ nm_setting_802_1x_remove_eap_method (<em class="parameter"><code><a class="link" <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <p>Removes the allowed EAP method at the specified index.</p> <div class="refsect3"> -<a name="id-1.4.6.8.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-eap-method.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1189,7 +1189,7 @@ nm_setting_802_1x_remove_eap_method_by_value <p>Removes the allowed EAP method <em class="parameter"><code>method</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.6.8.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-eap-method-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1211,7 +1211,7 @@ nm_setting_802_1x_remove_eap_method_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.8.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-remove-eap-method-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the EAP method was founs and removed, <code class="literal">FALSE</code> if it was not.</p> </div> </div> @@ -1222,7 +1222,7 @@ nm_setting_802_1x_remove_eap_method_by_value nm_setting_802_1x_clear_eap_methods (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Clears all allowed EAP methods.</p> <div class="refsect3"> -<a name="id-1.4.6.8.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-clear-eap-methods.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1245,7 +1245,7 @@ nm_setting_802_1x_get_identity (<em class="parameter"><code><a class="link" href <p>Returns the identifier used by some EAP methods (like TLS) to authenticate the user. Often this is a username or login name.</p> <div class="refsect3"> -<a name="id-1.4.6.8.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-identity.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1260,7 +1260,7 @@ authenticate the user. Often this is a username or login name.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.10.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-identity.returns"></a><h4>Returns</h4> <p> the user identifier</p> </div> </div> @@ -1275,7 +1275,7 @@ authenticate the user in the outer unencrypted "phase 1" authentication. The inner "phase 2" authentication will use the <a class="link" href="NMSetting8021x.html#NMSetting8021x--identity" title="The “identity” property"><span class="type">“identity”</span></a> in a secure form, if applicable for that EAP method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-anonymous-identity.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1290,7 +1290,7 @@ a secure form, if applicable for that EAP method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.11.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-anonymous-identity.returns"></a><h4>Returns</h4> <p> the anonymous identifier</p> </div> </div> @@ -1301,7 +1301,7 @@ a secure form, if applicable for that EAP method.</p> nm_setting_802_1x_get_pac_file (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Returns the file containing PAC credentials used by EAP-FAST method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-pac-file.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1316,7 +1316,7 @@ nm_setting_802_1x_get_pac_file (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.12.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-pac-file.returns"></a><h4>Returns</h4> <p> the PAC file</p> </div> </div> @@ -1332,7 +1332,7 @@ properties are ignored if the <a class="link" href="NMSetting8021x.html#NMSettin compile time (using the --system-ca-path configure option) is used in place of these properties.</p> <div class="refsect3"> -<a name="id-1.4.6.8.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-system-ca-certs.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1347,7 +1347,7 @@ of these properties.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.13.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-system-ca-certs.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if a system CA certificate path should be used, <code class="literal">FALSE</code> if not</p> </div> </div> @@ -1362,7 +1362,7 @@ which the supplicant can then add to the verification chain. This may be used in addition to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-cert" title="The “ca-cert” property"><span class="type">“ca-cert”</span></a> property to add more CA certificates for verifying the network to client.</p> <div class="refsect3"> -<a name="id-1.4.6.8.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-ca-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1377,7 +1377,7 @@ certificates for verifying the network to client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.14.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-ca-path.returns"></a><h4>Returns</h4> <p> the CA certificate directory path</p> </div> </div> @@ -1392,7 +1392,7 @@ certificates which the supplicant can then add to the verification chain. This may be used in addition to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-cert" title="The “phase2-ca-cert” property"><span class="type">“phase2-ca-cert”</span></a> property to add more CA certificates for verifying the network to client.</p> <div class="refsect3"> -<a name="id-1.4.6.8.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-ca-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1407,7 +1407,7 @@ to add more CA certificates for verifying the network to client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.15.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-ca-path.returns"></a><h4>Returns</h4> <p> the "phase 2" CA certificate directory path</p> </div> </div> @@ -1420,7 +1420,7 @@ nm_setting_802_1x_get_ca_cert_scheme (<em class="parameter"><code><a class="link is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob" title="nm_setting_802_1x_get_ca_cert_blob ()"><code class="function">nm_setting_802_1x_get_ca_cert_blob()</code></a>; if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path" title="nm_setting_802_1x_get_ca_cert_path ()"><code class="function">nm_setting_802_1x_get_ca_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.6.8.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-ca-cert-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1435,7 +1435,7 @@ if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CA </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.16.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-ca-cert-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the CA certificate (blob or path)</p> </div> </div> @@ -1451,7 +1451,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.4.6.8.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-ca-cert-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1466,7 +1466,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.17.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-ca-cert-blob.returns"></a><h4>Returns</h4> <p> the CA certificate data. </p> <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> @@ -1483,7 +1483,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.4.6.8.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-ca-cert-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1498,7 +1498,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.18.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-ca-cert-path.returns"></a><h4>Returns</h4> <p> path to the CA certificate file</p> </div> </div> @@ -1516,7 +1516,7 @@ with the raw certificate data if using the <a class="link" href="NMSetting8021x. scheme, or with the path to the certificate file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a> scheme.</p> <div class="refsect3"> -<a name="id-1.4.6.8.19.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-ca-cert.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1558,7 +1558,7 @@ clears the CA certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.19.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-ca-cert.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -1568,7 +1568,7 @@ clears the CA certificate.</p></td> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_subject_match (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.20.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-subject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1583,7 +1583,7 @@ nm_setting_802_1x_get_subject_match (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.20.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-subject-match.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting8021x.html#NMSetting8021x--subject-match" title="The “subject-match” property"><span class="type">“subject-match”</span></a> property. This is the substring to be matched against the subject of the authentication server certificate, or <code class="literal">NULL</code> no subject verification is to be @@ -1599,7 +1599,7 @@ nm_setting_802_1x_get_num_altsubject_matches <p>Returns the number of entries in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--altsubject-matches" title="The “altsubject-matches” property"><span class="type">“altsubject-matches”</span></a> property of this setting.</p> <div class="refsect3"> -<a name="id-1.4.6.8.21.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-num-altsubject-matches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1614,7 +1614,7 @@ nm_setting_802_1x_get_num_altsubject_matches </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.21.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-num-altsubject-matches.returns"></a><h4>Returns</h4> <p> the number of altsubject-matches entries.</p> </div> </div> @@ -1628,7 +1628,7 @@ nm_setting_802_1x_get_altsubject_match <p>Returns the altSubjectName match at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.6.8.22.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1650,7 +1650,7 @@ nm_setting_802_1x_get_altsubject_match </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.22.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-altsubject-match.returns"></a><h4>Returns</h4> <p> the altSubjectName match at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1666,7 +1666,7 @@ nm_setting_802_1x_add_altsubject_match match is added, the altSubjectName of the remote authentication server is not verified.</p> <div class="refsect3"> -<a name="id-1.4.6.8.23.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-add-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1688,7 +1688,7 @@ server is not verified.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.23.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-add-altsubject-match.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the alternative subject name match was successfully added, <code class="literal">FALSE</code> if it was already allowed.</p> </div> @@ -1702,7 +1702,7 @@ nm_setting_802_1x_remove_altsubject_match <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <p>Removes the allowed altSubjectName at the specified index.</p> <div class="refsect3"> -<a name="id-1.4.6.8.24.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1734,7 +1734,7 @@ nm_setting_802_1x_remove_altsubject_match_by_value <p>Removes the allowed altSubjectName <em class="parameter"><code>altsubject_match</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.6.8.25.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-altsubject-match-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1756,7 +1756,7 @@ nm_setting_802_1x_remove_altsubject_match_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.25.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-remove-altsubject-match-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the alternative subject name match was found and removed, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -1769,7 +1769,7 @@ nm_setting_802_1x_clear_altsubject_matches (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Clears all altSubjectName matches.</p> <div class="refsect3"> -<a name="id-1.4.6.8.26.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-clear-altsubject-matches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1791,7 +1791,7 @@ nm_setting_802_1x_clear_altsubject_matches nm_setting_802_1x_get_domain_suffix_match (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.27.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-domain-suffix-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1806,7 +1806,7 @@ nm_setting_802_1x_get_domain_suffix_match </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.27.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-domain-suffix-match.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting8021x.html#NMSetting8021x--domain-suffix-match" title="The “domain-suffix-match” property"><span class="type">“domain-suffix-match”</span></a> property.</p> </div> <p class="since">Since: 1.2</p> @@ -1821,7 +1821,7 @@ nm_setting_802_1x_get_client_cert_scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob" title="nm_setting_802_1x_get_client_cert_blob ()"><code class="function">nm_setting_802_1x_get_client_cert_blob()</code></a>; if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.6.8.28.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-client-cert-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1836,7 +1836,7 @@ if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CA </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.28.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-client-cert-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the client certificate (blob or path)</p> </div> </div> @@ -1850,7 +1850,7 @@ nm_setting_802_1x_get_client_cert_blob when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.29.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-client-cert-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1865,7 +1865,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.29.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-client-cert-blob.returns"></a><h4>Returns</h4> <p> the client certificate data. </p> <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> @@ -1880,7 +1880,7 @@ nm_setting_802_1x_get_client_cert_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.30.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-client-cert-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1895,7 +1895,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.30.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-client-cert-path.returns"></a><h4>Returns</h4> <p> path to the client certificate file</p> </div> </div> @@ -1916,7 +1916,7 @@ file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.31.6"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-client-cert.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1959,7 +1959,7 @@ clears the client certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.31.7"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-client-cert.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -1969,7 +1969,7 @@ clears the client certificate.</p></td> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_phase1_peapver (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.32.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase1-peapver.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1984,7 +1984,7 @@ nm_setting_802_1x_get_phase1_peapver (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.32.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase1-peapver.returns"></a><h4>Returns</h4> <p> the "phase 1" PEAP version to be used when authenticating with EAP-PEAP as contained in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-peapver" title="The “phase1-peapver” property"><span class="type">“phase1-peapver”</span></a> property. Valid values are <code class="literal">NULL</code> (unset), "0" (PEAP version 0), and "1" (PEAP version 1).</p> @@ -1997,7 +1997,7 @@ values are <code class="literal">NULL</code> (unset), "0" (PEAP version 0), and nm_setting_802_1x_get_phase1_peaplabel (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.33.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase1-peaplabel.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2012,7 +2012,7 @@ nm_setting_802_1x_get_phase1_peaplabel </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.33.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase1-peaplabel.returns"></a><h4>Returns</h4> <p> whether the "phase 1" PEAP label is new-style or old-style, to be used when authenticating with EAP-PEAP, as contained in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-peaplabel" title="The “phase1-peaplabel” property"><span class="type">“phase1-peaplabel”</span></a> property. Valid values are <code class="literal">NULL</code> (unset), @@ -2027,7 +2027,7 @@ wpa_supplicant documentation for more details.</p> nm_setting_802_1x_get_phase1_fast_provisioning (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.34.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase1-fast-provisioning.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2042,7 +2042,7 @@ nm_setting_802_1x_get_phase1_fast_provisioning </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.34.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase1-fast-provisioning.returns"></a><h4>Returns</h4> <p> whether "phase 1" PEAP fast provisioning should be used, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase1-fast-provisioning" title="The “phase1-fast-provisioning” property"><span class="type">“phase1-fast-provisioning”</span></a> property. See the wpa_supplicant documentation for more details.</p> @@ -2054,7 +2054,7 @@ wpa_supplicant documentation for more details.</p> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_phase2_auth (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.35.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-auth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2069,7 +2069,7 @@ nm_setting_802_1x_get_phase2_auth (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.35.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-auth.returns"></a><h4>Returns</h4> <p> the "phase 2" non-EAP (ex MD5) allowed authentication method as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-auth" title="The “phase2-auth” property"><span class="type">“phase2-auth”</span></a> property.</p> </div> @@ -2080,7 +2080,7 @@ specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_phase2_autheap (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.36.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-autheap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2095,7 +2095,7 @@ nm_setting_802_1x_get_phase2_autheap (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.36.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-autheap.returns"></a><h4>Returns</h4> <p> the "phase 2" EAP-based (ex TLS) allowed authentication method as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-autheap" title="The “phase2-autheap” property"><span class="type">“phase2-autheap”</span></a> property.</p> </div> @@ -2111,7 +2111,7 @@ returned scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-C <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob" title="nm_setting_802_1x_get_ca_cert_blob ()"><code class="function">nm_setting_802_1x_get_ca_cert_blob()</code></a>; if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path" title="nm_setting_802_1x_get_ca_cert_path ()"><code class="function">nm_setting_802_1x_get_ca_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.6.8.37.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2126,7 +2126,7 @@ use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.37.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the "phase 2" CA certificate (blob or path)</p> </div> </div> @@ -2143,7 +2143,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.4.6.8.38.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2158,7 +2158,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.38.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-blob.returns"></a><h4>Returns</h4> <p> the "phase 2" CA certificate data. </p> <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> @@ -2176,7 +2176,7 @@ CA certificate allow it to be unset. Note that lack of a CA certificate reduces security by allowing man-in-the-middle attacks, because the identity of the network cannot be confirmed by the client.</p> <div class="refsect3"> -<a name="id-1.4.6.8.39.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2191,7 +2191,7 @@ of the network cannot be confirmed by the client.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.39.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-ca-cert-path.returns"></a><h4>Returns</h4> <p> path to the "phase 2" CA certificate file</p> </div> </div> @@ -2209,7 +2209,7 @@ property with the raw certificate data if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_BLOB</code></a> scheme, or with the path to the certificate file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a> scheme.</p> <div class="refsect3"> -<a name="id-1.4.6.8.40.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-phase2-ca-cert.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2251,7 +2251,7 @@ clears the "phase2" CA certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.40.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-phase2-ca-cert.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -2262,7 +2262,7 @@ clears the "phase2" CA certificate.</p></td> nm_setting_802_1x_get_phase2_subject_match (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.41.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-subject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2277,7 +2277,7 @@ nm_setting_802_1x_get_phase2_subject_match </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.41.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-subject-match.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-subject-match" title="The “phase2-subject-match” property"><span class="type">“phase2-subject-match”</span></a> property. This is the substring to be matched against the subject of the "phase 2" authentication server certificate, or <code class="literal">NULL</code> no subject verification @@ -2293,7 +2293,7 @@ nm_setting_802_1x_get_num_phase2_altsubject_matches <p>Returns the number of entries in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-altsubject-matches" title="The “phase2-altsubject-matches” property"><span class="type">“phase2-altsubject-matches”</span></a> property of this setting.</p> <div class="refsect3"> -<a name="id-1.4.6.8.42.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-num-phase2-altsubject-matches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2308,7 +2308,7 @@ nm_setting_802_1x_get_num_phase2_altsubject_matches </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.42.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-num-phase2-altsubject-matches.returns"></a><h4>Returns</h4> <p> the number of phase2-altsubject-matches entries.</p> </div> </div> @@ -2322,7 +2322,7 @@ nm_setting_802_1x_get_phase2_altsubject_match <p>Returns the "phase 2" altSubjectName match at index <em class="parameter"><code>i</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.6.8.43.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2344,7 +2344,7 @@ nm_setting_802_1x_get_phase2_altsubject_match </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.43.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-altsubject-match.returns"></a><h4>Returns</h4> <p> the "phase 2" altSubjectName match at index <em class="parameter"><code>i</code></em> </p> </div> @@ -2360,7 +2360,7 @@ nm_setting_802_1x_add_phase2_altsubject_match at least one match is added, the altSubjectName of the "phase 2" remote authentication server is not verified.</p> <div class="refsect3"> -<a name="id-1.4.6.8.44.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-add-phase2-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2383,7 +2383,7 @@ connection</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.44.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-add-phase2-altsubject-match.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the "phase 2" alternative subject name match was successfully added, <code class="literal">FALSE</code> if it was already allowed.</p> </div> @@ -2397,7 +2397,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <p>Removes the allowed "phase 2" altSubjectName at the specified index.</p> <div class="refsect3"> -<a name="id-1.4.6.8.45.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-phase2-altsubject-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2429,7 +2429,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match_by_value <p>Removes the allowed "phase 2" altSubjectName <em class="parameter"><code>phase2_altsubject_match</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.6.8.46.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-remove-phase2-altsubject-match-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2451,7 +2451,7 @@ nm_setting_802_1x_remove_phase2_altsubject_match_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.46.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-remove-phase2-altsubject-match-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the alternative subject name match for "phase 2" was found and removed, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -2464,7 +2464,7 @@ nm_setting_802_1x_clear_phase2_altsubject_matches (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <p>Clears all "phase 2" altSubjectName matches.</p> <div class="refsect3"> -<a name="id-1.4.6.8.47.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-clear-phase2-altsubject-matches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2486,7 +2486,7 @@ nm_setting_802_1x_clear_phase2_altsubject_matches nm_setting_802_1x_get_phase2_domain_suffix_match (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.48.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-domain-suffix-match.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2501,7 +2501,7 @@ nm_setting_802_1x_get_phase2_domain_suffix_match </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.48.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-domain-suffix-match.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-domain-suffix-match" title="The “phase2-domain-suffix-match” property"><span class="type">“phase2-domain-suffix-match”</span></a> property.</p> </div> <p class="since">Since: 1.2</p> @@ -2518,7 +2518,7 @@ returned scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-C <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.6.8.49.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2533,7 +2533,7 @@ returned scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-C </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.49.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the "phase 2" client certificate (blob or path)</p> </div> </div> @@ -2547,7 +2547,7 @@ nm_setting_802_1x_get_phase2_client_cert_blob when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.50.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2562,7 +2562,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.50.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-blob.returns"></a><h4>Returns</h4> <p> the "phase 2" client certificate data. </p> <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> @@ -2577,7 +2577,7 @@ nm_setting_802_1x_get_phase2_client_cert_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.51.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2592,7 +2592,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.51.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-client-cert-path.returns"></a><h4>Returns</h4> <p> path to the "phase 2" client certificate file</p> </div> </div> @@ -2614,7 +2614,7 @@ file if using the <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.52.6"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-phase2-client-cert.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2657,7 +2657,7 @@ clears the "phase2" client certificate.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.52.7"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-phase2-client-cert.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -2667,7 +2667,7 @@ clears the "phase2" client certificate.</p></td> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_password (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.53.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2682,7 +2682,7 @@ nm_setting_802_1x_get_password (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.53.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-password.returns"></a><h4>Returns</h4> <p> the password used by the authentication method, if any, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title="The “password” property"><span class="type">“password”</span></a> property</p> </div> @@ -2693,7 +2693,7 @@ by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_802_1x_get_password_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.54.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2708,7 +2708,7 @@ nm_setting_802_1x_get_password_flags (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.54.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -2718,7 +2718,7 @@ nm_setting_802_1x_get_password_flags (<em class="parameter"><code><a class="link <pre class="programlisting"><span class="returnvalue">GBytes</span> * nm_setting_802_1x_get_password_raw (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.55.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-password-raw.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2733,7 +2733,7 @@ nm_setting_802_1x_get_password_raw (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.55.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-password-raw.returns"></a><h4>Returns</h4> <p> the password used by the authentication method as a UTF-8-encoded array of bytes, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password-raw" title="The “password-raw” property"><span class="type">“password-raw”</span></a> property. </p> @@ -2747,7 +2747,7 @@ UTF-8-encoded array of bytes, as specified by the nm_setting_802_1x_get_password_raw_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.56.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-password-raw-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2762,7 +2762,7 @@ nm_setting_802_1x_get_password_raw_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.56.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-password-raw-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password-raw" title="The “password-raw” property"><span class="type">“password-raw”</span></a></p> </div> @@ -2773,7 +2773,7 @@ nm_setting_802_1x_get_password_raw_flags <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_802_1x_get_pin (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.57.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-pin.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2788,7 +2788,7 @@ nm_setting_802_1x_get_pin (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.57.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-pin.returns"></a><h4>Returns</h4> <p> the PIN used by the authentication method, if any, as specified by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--pin" title="The “pin” property"><span class="type">“pin”</span></a> property</p> </div> @@ -2799,7 +2799,7 @@ by the <a class="link" href="NMSetting8021x.html#NMSetting8021x--pin" title="The <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_802_1x_get_pin_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.58.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-pin-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2814,7 +2814,7 @@ nm_setting_802_1x_get_pin_flags (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.58.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-pin-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--pin" title="The “pin” property"><span class="type">“pin”</span></a></p> </div> @@ -2831,7 +2831,7 @@ nm_setting_802_1x_get_private_key_scheme <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.6.8.59.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2846,7 +2846,7 @@ nm_setting_802_1x_get_private_key_scheme </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.59.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the private key (blob or path)</p> </div> </div> @@ -2863,7 +2863,7 @@ authentication method.</p> unencrypted private key data may be readable by unprivileged users. Private keys should always be encrypted with a private key password.</p> <div class="refsect3"> -<a name="id-1.4.6.8.60.6"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2878,7 +2878,7 @@ keys should always be encrypted with a private key password.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.60.7"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-blob.returns"></a><h4>Returns</h4> <p> the private key data. </p> <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> @@ -2893,7 +2893,7 @@ nm_setting_802_1x_get_private_key_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.61.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2908,7 +2908,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.61.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-path.returns"></a><h4>Returns</h4> <p> path to the private key file</p> </div> </div> @@ -2946,7 +2946,7 @@ unencrypted private key data using the BLOB scheme may be readable by unprivileged users. Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data.</p> <div class="refsect3"> -<a name="id-1.4.6.8.62.8"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-private-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2995,7 +2995,7 @@ an error is returned.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.62.9"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-private-key.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -3006,7 +3006,7 @@ an error is returned.</p></td> nm_setting_802_1x_get_private_key_password (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.63.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3021,7 +3021,7 @@ nm_setting_802_1x_get_private_key_password </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.63.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-password.returns"></a><h4>Returns</h4> <p> the private key password used to decrypt the private key if previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-private-key" title="nm_setting_802_1x_set_private_key ()"><code class="function">nm_setting_802_1x_set_private_key()</code></a>, or the <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key-password" title="The “private-key-password” property"><span class="type">“private-key-password”</span></a> property.</p> @@ -3034,7 +3034,7 @@ previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x- nm_setting_802_1x_get_private_key_password_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.64.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3049,7 +3049,7 @@ nm_setting_802_1x_get_private_key_password_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.64.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key-password" title="The “private-key-password” property"><span class="type">“private-key-password”</span></a></p> </div> @@ -3061,7 +3061,7 @@ nm_setting_802_1x_get_private_key_password_flags nm_setting_802_1x_get_private_key_format (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.65.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-private-key-format.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3076,7 +3076,7 @@ nm_setting_802_1x_get_private_key_format </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.65.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-private-key-format.returns"></a><h4>Returns</h4> <p> the data format of the private key data stored in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key" title="The “private-key” property"><span class="type">“private-key”</span></a> property</p> </div> @@ -3093,7 +3093,7 @@ scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME- <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"><code class="literal">NM_SETTING_802_1X_CK_SCHEME_PATH</code></a>, use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path" title="nm_setting_802_1x_get_client_cert_path ()"><code class="function">nm_setting_802_1x_get_client_cert_path()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.6.8.66.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-scheme.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3108,7 +3108,7 @@ scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME- </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.66.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-scheme.returns"></a><h4>Returns</h4> <p> scheme used to store the "phase 2" private key (blob or path)</p> </div> </div> @@ -3125,7 +3125,7 @@ authentication method.</p> unencrypted private key data may be readable by unprivileged users. Private keys should always be encrypted with a private key password.</p> <div class="refsect3"> -<a name="id-1.4.6.8.67.6"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-blob.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3140,7 +3140,7 @@ keys should always be encrypted with a private key password.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.67.7"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-blob.returns"></a><h4>Returns</h4> <p> the "phase 2" private key data. </p> <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> @@ -3155,7 +3155,7 @@ nm_setting_802_1x_get_phase2_private_key_path when EAP-TLS is used as either the "phase 1" or "phase 2" 802.1x authentication method.</p> <div class="refsect3"> -<a name="id-1.4.6.8.68.5"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-path.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3170,7 +3170,7 @@ authentication method.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.68.6"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-path.returns"></a><h4>Returns</h4> <p> path to the "phase 2" private key file</p> </div> </div> @@ -3209,7 +3209,7 @@ thus unencrypted private key data using the BLOB scheme may be readable by unprivileged users. Private keys should always be encrypted with a private key password to prevent unauthorized access to unencrypted private key data.</p> <div class="refsect3"> -<a name="id-1.4.6.8.69.8"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-set-phase2-private-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3259,7 +3259,7 @@ an error is returned.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.69.9"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-set-phase2-private-key.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> </div> </div> @@ -3270,7 +3270,7 @@ an error is returned.</p></td> nm_setting_802_1x_get_phase2_private_key_password (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.70.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3285,7 +3285,7 @@ nm_setting_802_1x_get_phase2_private_key_password </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.70.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-password.returns"></a><h4>Returns</h4> <p> the private key password used to decrypt the private key if previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key" title="nm_setting_802_1x_set_phase2_private_key ()"><code class="function">nm_setting_802_1x_set_phase2_private_key()</code></a> or the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key-password" title="The “phase2-private-key-password” property"><span class="type">“phase2-private-key-password”</span></a> property.</p> @@ -3298,7 +3298,7 @@ previously set with <a class="link" href="NMSetting8021x.html#nm-setting-802-1x- nm_setting_802_1x_get_phase2_private_key_password_flags (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.71.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3313,7 +3313,7 @@ nm_setting_802_1x_get_phase2_private_key_password_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.71.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key-password" title="The “phase2-private-key-password” property"><span class="type">“phase2-private-key-password”</span></a></p> </div> @@ -3325,7 +3325,7 @@ nm_setting_802_1x_get_phase2_private_key_password_flags nm_setting_802_1x_get_phase2_private_key_format (<em class="parameter"><code><a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.6.8.72.4"></a><h4>Parameters</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-format.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3340,7 +3340,7 @@ nm_setting_802_1x_get_phase2_private_key_format </table></div> </div> <div class="refsect3"> -<a name="id-1.4.6.8.72.5"></a><h4>Returns</h4> +<a name="nm-setting-802-1x-get-phase2-private-key-format.returns"></a><h4>Returns</h4> <p> the data format of the "phase 2" private key data stored in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-private-key" title="The “phase2-private-key” property"><span class="type">“phase2-private-key”</span></a> property</p> </div> @@ -3359,7 +3359,7 @@ nm_setting_802_1x_get_phase2_private_key_format <p><a class="link" href="NMSetting8021x.html#NMSetting8021xCKFormat" title="enum NMSetting8021xCKFormat"><span class="type">NMSetting8021xCKFormat</span></a> values indicate the general type of a certificate or private key</p> <div class="refsect3"> -<a name="id-1.4.6.9.3.4"></a><h4>Members</h4> +<a name="NMSetting8021xCKFormat.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -3408,7 +3408,7 @@ and private key</p> stored in the setting properties, either as a blob of the item's data, or as a path to a certificate or private key file on the filesystem</p> <div class="refsect3"> -<a name="id-1.4.6.9.4.4"></a><h4>Members</h4> +<a name="NMSetting8021xCKScheme.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -4092,6 +4092,6 @@ properties instead (sets ca_cert/ca_cert2 options for wpa_supplicant).</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/html/NMSettingAdsl.html b/docs/libnm/html/NMSettingAdsl.html index ce039df3..37461bea 100644 --- a/docs/libnm/html/NMSettingAdsl.html +++ b/docs/libnm/html/NMSettingAdsl.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSetting8021x.html" title="NMSetting8021x"> <link rel="next" href="NMSettingBluetooth.html" title="NMSettingBluetooth"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -242,7 +242,7 @@ properties of ADSL connections.</p> nm_setting_adsl_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.7.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> object</p> </div> </div> @@ -252,7 +252,7 @@ nm_setting_adsl_new (<em class="parameter"><code><span class="type">void</span>< <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_adsl_get_username (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.7.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-username.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -267,7 +267,7 @@ nm_setting_adsl_get_username (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.7.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-username.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--username" title="The “username” property"><span class="type">“username”</span></a> property of the setting</p> </div> </div> @@ -277,7 +277,7 @@ nm_setting_adsl_get_username (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_adsl_get_password (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.7.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -292,7 +292,7 @@ nm_setting_adsl_get_password (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.7.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-password.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--password" title="The “password” property"><span class="type">“password”</span></a> property of the setting</p> </div> </div> @@ -302,7 +302,7 @@ nm_setting_adsl_get_password (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_adsl_get_protocol (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.7.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-protocol.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -317,7 +317,7 @@ nm_setting_adsl_get_protocol (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.7.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-protocol.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--protocol" title="The “protocol” property"><span class="type">“protocol”</span></a> property of the setting</p> </div> </div> @@ -327,7 +327,7 @@ nm_setting_adsl_get_protocol (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_adsl_get_encapsulation (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.7.8.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-encapsulation.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -342,7 +342,7 @@ nm_setting_adsl_get_encapsulation (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.7.8.6.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-encapsulation.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--encapsulation" title="The “encapsulation” property"><span class="type">“encapsulation”</span></a> property of the setting</p> </div> </div> @@ -352,7 +352,7 @@ nm_setting_adsl_get_encapsulation (<em class="parameter"><code><a class="link" h <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_adsl_get_vpi (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.7.8.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-vpi.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -367,7 +367,7 @@ nm_setting_adsl_get_vpi (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.4.7.8.7.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-vpi.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--vpi" title="The “vpi” property"><span class="type">“vpi”</span></a> property of the setting</p> </div> </div> @@ -377,7 +377,7 @@ nm_setting_adsl_get_vpi (<em class="parameter"><code><a class="link" href="NMSet <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_adsl_get_vci (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.7.8.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-vci.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -392,7 +392,7 @@ nm_setting_adsl_get_vci (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.4.7.8.8.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-vci.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--vci" title="The “vci” property"><span class="type">“vci”</span></a> property of the setting</p> </div> </div> @@ -402,7 +402,7 @@ nm_setting_adsl_get_vci (<em class="parameter"><code><a class="link" href="NMSet <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.7.8.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-adsl-get-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -417,7 +417,7 @@ nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.7.8.9.5"></a><h4>Returns</h4> +<a name="nm-setting-adsl-get-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -568,6 +568,6 @@ nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" </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/html/NMSettingBluetooth.html b/docs/libnm/html/NMSettingBluetooth.html index 51ce06b7..4f062e20 100644 --- a/docs/libnm/html/NMSettingBluetooth.html +++ b/docs/libnm/html/NMSettingBluetooth.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingAdsl.html" title="NMSettingAdsl"> <link rel="next" href="NMSettingBond.html" title="NMSettingBond"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -147,7 +147,7 @@ Point (NAP) profiles.</p> nm_setting_bluetooth_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.8.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-bluetooth-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingBluetooth.html" title="NMSettingBluetooth"><span class="type">NMSettingBluetooth</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -160,7 +160,7 @@ nm_setting_bluetooth_get_bdaddr (<em class="parameter"><code><a class="link" hre <p>Gets the Bluetooth address of the remote device which this setting describes a connection to.</p> <div class="refsect3"> -<a name="id-1.4.8.8.3.5"></a><h4>Parameters</h4> +<a name="nm-setting-bluetooth-get-bdaddr.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -175,7 +175,7 @@ describes a connection to.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.8.8.3.6"></a><h4>Returns</h4> +<a name="nm-setting-bluetooth-get-bdaddr.returns"></a><h4>Returns</h4> <p> the Bluetooth address</p> </div> </div> @@ -188,7 +188,7 @@ nm_setting_bluetooth_get_connection_type <p>Returns the connection method for communicating with the remote device (i.e. either DUN to a DUN-capable device or PANU to a NAP-capable device).</p> <div class="refsect3"> -<a name="id-1.4.8.8.4.5"></a><h4>Parameters</h4> +<a name="nm-setting-bluetooth-get-connection-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -203,7 +203,7 @@ either DUN to a DUN-capable device or PANU to a NAP-capable device).</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.8.8.4.6"></a><h4>Returns</h4> +<a name="nm-setting-bluetooth-get-connection-type.returns"></a><h4>Returns</h4> <p> the type, either <a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-PANU:CAPS" title="NM_SETTING_BLUETOOTH_TYPE_PANU"><code class="literal">NM_SETTING_BLUETOOTH_TYPE_PANU</code></a> or <a class="link" href="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-DUN:CAPS" title="NM_SETTING_BLUETOOTH_TYPE_DUN"><code class="literal">NM_SETTING_BLUETOOTH_TYPE_DUN</code></a></p> </div> @@ -271,6 +271,6 @@ Area Networking connections to devices supporting the NAP profile.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingBond.html b/docs/libnm/html/NMSettingBond.html index 1da953e2..df203b96 100644 --- a/docs/libnm/html/NMSettingBond.html +++ b/docs/libnm/html/NMSettingBond.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingBluetooth.html" title="NMSettingBluetooth"> <link rel="next" href="NMSettingBridge.html" title="NMSettingBridge"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -280,7 +280,7 @@ necessary for bond connections.</p> nm_setting_bond_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.9.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-bond-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -294,7 +294,7 @@ nm_setting_bond_get_num_options (<em class="parameter"><code><a class="link" hre is activated. This can be used to retrieve each option individually using <a class="link" href="NMSettingBond.html#nm-setting-bond-get-option" title="nm_setting_bond_get_option ()"><code class="function">nm_setting_bond_get_option()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.9.8.3.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-num-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -309,7 +309,7 @@ using <a class="link" href="NMSettingBond.html#nm-setting-bond-get-option" title </table></div> </div> <div class="refsect3"> -<a name="id-1.4.9.8.3.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-num-options.returns"></a><h4>Returns</h4> <p> the number of bonding options</p> </div> </div> @@ -327,7 +327,7 @@ are *not* guaranteed to be static across modifications to options done by and should not be used to refer to options except for short periods of time such as during option iteration.</p> <div class="refsect3"> -<a name="id-1.4.9.8.4.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -363,7 +363,7 @@ modified. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.9.8.4.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success if the index was valid and an option was found, <code class="literal">FALSE</code> if the index was invalid (ie, greater than the number of options currently held by the setting)</p> @@ -379,7 +379,7 @@ nm_setting_bond_get_option_by_name (<em class="parameter"><code><a class="link" <em class="parameter"><code>name</code></em> , if it exists.</p> <div class="refsect3"> -<a name="id-1.4.9.8.5.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-option-by-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -401,7 +401,7 @@ nm_setting_bond_get_option_by_name (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.9.8.5.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-option-by-name.returns"></a><h4>Returns</h4> <p> the value, or <code class="literal">NULL</code> if the key/value pair was never added to the setting; the value is owned by the setting and must not be modified</p> </div> @@ -420,7 +420,7 @@ that may already exist.</p> <p>The order of how to set several options is relevant because there are options that conflict with each other.</p> <div class="refsect3"> -<a name="id-1.4.9.8.6.6"></a><h4>Parameters</h4> +<a name="nm-setting-bond-add-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -447,7 +447,7 @@ that conflict with each other.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.9.8.6.7"></a><h4>Returns</h4> +<a name="nm-setting-bond-add-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the option was valid and was added to the internal option list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -462,7 +462,7 @@ nm_setting_bond_remove_option (<em class="parameter"><code><a class="link" href= from the internal option list.</p> <div class="refsect3"> -<a name="id-1.4.9.8.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-remove-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -484,7 +484,7 @@ list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.9.8.7.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-remove-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the option was found and removed from the internal option list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -502,7 +502,7 @@ the <em class="parameter"><code>name</code></em> . If <em class="parameter"><code>value</code></em> is <code class="literal">NULL</code>, the function only validates the option name.</p> <div class="refsect3"> -<a name="id-1.4.9.8.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-validate-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -524,7 +524,7 @@ the <em class="parameter"><code>name</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.9.8.8.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-validate-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code>, if the <em class="parameter"><code>value</code></em> is valid for the given name. If the <em class="parameter"><code>name</code></em> @@ -538,7 +538,7 @@ is not a valid option, <code class="literal">FALSE</code> will be returned.</p> nm_setting_bond_get_valid_options (<em class="parameter"><code><a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> *setting</code></em>);</pre> <p>Returns a list of valid bond options.</p> <div class="refsect3"> -<a name="id-1.4.9.8.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-valid-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -553,7 +553,7 @@ nm_setting_bond_get_valid_options (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.9.8.9.6"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-valid-options.returns"></a><h4>Returns</h4> <p> a <code class="literal">NULL</code>-terminated array of strings of valid bond options. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -565,7 +565,7 @@ nm_setting_bond_get_valid_options (<em class="parameter"><code><a class="link" h nm_setting_bond_get_option_default (<em class="parameter"><code><a class="link" href="NMSettingBond.html" title="NMSettingBond"><span class="type">NMSettingBond</span></a> *setting</code></em>, <em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.9.8.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-bond-get-option-default.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -587,7 +587,7 @@ nm_setting_bond_get_option_default (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.9.8.10.5"></a><h4>Returns</h4> +<a name="nm-setting-bond-get-option-default.returns"></a><h4>Returns</h4> <p> the value of the bond option if not overridden by an entry in the <a class="link" href="NMSettingBond.html#NMSettingBond--options" title="The “options” property"><span class="type">“options”</span></a> property.</p> </div> @@ -788,6 +788,6 @@ must be strings. Option names must contain only alphanumeric characters </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingBridge.html b/docs/libnm/html/NMSettingBridge.html index 1752d4d5..5cfbcec6 100644 --- a/docs/libnm/html/NMSettingBridge.html +++ b/docs/libnm/html/NMSettingBridge.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingBond.html" title="NMSettingBond"> <link rel="next" href="NMSettingBridgePort.html" title="NMSettingBridgePort"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -239,7 +239,7 @@ necessary for bridging connections.</p> nm_setting_bridge_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.10.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -250,7 +250,7 @@ nm_setting_bridge_new (<em class="parameter"><code><span class="type">void</span <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_bridge_get_mac_address (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.10.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -265,7 +265,7 @@ nm_setting_bridge_get_mac_address (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.10.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a> property of the setting</p> </div> </div> @@ -275,7 +275,7 @@ nm_setting_bridge_get_mac_address (<em class="parameter"><code><a class="link" h <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_bridge_get_stp (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.10.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-stp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -290,7 +290,7 @@ nm_setting_bridge_get_stp (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.4.10.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-stp.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--stp" title="The “stp” property"><span class="type">“stp”</span></a> property of the setting</p> </div> </div> @@ -300,7 +300,7 @@ nm_setting_bridge_get_stp (<em class="parameter"><code><a class="link" href="NMS <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_get_priority (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.10.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -315,7 +315,7 @@ nm_setting_bridge_get_priority (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.10.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-priority.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--priority" title="The “priority” property"><span class="type">“priority”</span></a> property of the setting</p> </div> </div> @@ -325,7 +325,7 @@ nm_setting_bridge_get_priority (<em class="parameter"><code><a class="link" href <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_get_forward_delay (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.10.8.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-forward-delay.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -340,7 +340,7 @@ nm_setting_bridge_get_forward_delay (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.10.8.6.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-forward-delay.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--forward-delay" title="The “forward-delay” property"><span class="type">“forward-delay”</span></a> property of the setting</p> </div> </div> @@ -350,7 +350,7 @@ nm_setting_bridge_get_forward_delay (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_get_hello_time (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.10.8.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-hello-time.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -365,7 +365,7 @@ nm_setting_bridge_get_hello_time (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.10.8.7.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-hello-time.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--hello-time" title="The “hello-time” property"><span class="type">“hello-time”</span></a> property of the setting</p> </div> </div> @@ -375,7 +375,7 @@ nm_setting_bridge_get_hello_time (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_get_max_age (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.10.8.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-max-age.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -390,7 +390,7 @@ nm_setting_bridge_get_max_age (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.10.8.8.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-max-age.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--max-age" title="The “max-age” property"><span class="type">“max-age”</span></a> property of the setting</p> </div> </div> @@ -400,7 +400,7 @@ nm_setting_bridge_get_max_age (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_bridge_get_ageing_time (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.10.8.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-ageing-time.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -415,7 +415,7 @@ nm_setting_bridge_get_ageing_time (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.10.8.9.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-ageing-time.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--ageing-time" title="The “ageing-time” property"><span class="type">“ageing-time”</span></a> property of the setting</p> </div> </div> @@ -426,7 +426,7 @@ nm_setting_bridge_get_ageing_time (<em class="parameter"><code><a class="link" h nm_setting_bridge_get_multicast_snooping (<em class="parameter"><code><a class="link" href="NMSettingBridge.html" title="NMSettingBridge"><span class="type">NMSettingBridge</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.10.8.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-get-multicast-snooping.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -441,7 +441,7 @@ nm_setting_bridge_get_multicast_snooping </table></div> </div> <div class="refsect3"> -<a name="id-1.4.10.8.10.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-get-multicast-snooping.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridge.html#NMSettingBridge--multicast-snooping" title="The “multicast-snooping” property"><span class="type">“multicast-snooping”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -589,6 +589,6 @@ bridge.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingBridgePort.html b/docs/libnm/html/NMSettingBridgePort.html index f6b9cb84..59ffcb7e 100644 --- a/docs/libnm/html/NMSettingBridgePort.html +++ b/docs/libnm/html/NMSettingBridgePort.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingBridge.html" title="NMSettingBridge"> <link rel="next" href="NMSettingCdma.html" title="NMSettingCdma"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -154,7 +154,7 @@ optional properties that apply to bridge ports.</p> nm_setting_bridge_port_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.11.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-port-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -165,7 +165,7 @@ nm_setting_bridge_port_new (<em class="parameter"><code><span class="type">void< <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_port_get_priority (<em class="parameter"><code><a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.11.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-port-get-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -180,7 +180,7 @@ nm_setting_bridge_port_get_priority (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.11.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-port-get-priority.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridgePort.html#NMSettingBridgePort--priority" title="The “priority” property"><span class="type">“priority”</span></a> property of the setting</p> </div> </div> @@ -190,7 +190,7 @@ nm_setting_bridge_port_get_priority (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">guint16</span> nm_setting_bridge_port_get_path_cost (<em class="parameter"><code><a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.11.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-port-get-path-cost.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -205,7 +205,7 @@ nm_setting_bridge_port_get_path_cost (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.11.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-port-get-path-cost.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridgePort.html#NMSettingBridgePort--path-cost" title="The “path-cost” property"><span class="type">“path-cost”</span></a> property of the setting</p> </div> </div> @@ -216,7 +216,7 @@ nm_setting_bridge_port_get_path_cost (<em class="parameter"><code><a class="link nm_setting_bridge_port_get_hairpin_mode (<em class="parameter"><code><a class="link" href="NMSettingBridgePort.html" title="NMSettingBridgePort"><span class="type">NMSettingBridgePort</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.11.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-bridge-port-get-hairpin-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -231,7 +231,7 @@ nm_setting_bridge_port_get_hairpin_mode </table></div> </div> <div class="refsect3"> -<a name="id-1.4.11.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-bridge-port-get-hairpin-mode.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingBridgePort.html#NMSettingBridgePort--hairpin-mode" title="The “hairpin-mode” property"><span class="type">“hairpin-mode”</span></a> property of the setting</p> </div> </div> @@ -299,6 +299,6 @@ port.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingCdma.html b/docs/libnm/html/NMSettingCdma.html index d3533f79..7c474aa3 100644 --- a/docs/libnm/html/NMSettingCdma.html +++ b/docs/libnm/html/NMSettingCdma.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingBridgePort.html" title="NMSettingBridgePort"> <link rel="next" href="NMSettingDcb.html" title="NMSettingDcb"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -172,7 +172,7 @@ networks, including those using CDMA2000/EVDO technology.</p> nm_setting_cdma_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.12.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> object</p> </div> </div> @@ -182,7 +182,7 @@ nm_setting_cdma_new (<em class="parameter"><code><span class="type">void</span>< <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_cdma_get_number (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.12.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-cdma-get-number.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -197,7 +197,7 @@ nm_setting_cdma_get_number (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.4.12.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-get-number.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingCdma.html#NMSettingCdma--number" title="The “number” property"><span class="type">“number”</span></a> property of the setting</p> </div> </div> @@ -207,7 +207,7 @@ nm_setting_cdma_get_number (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_cdma_get_username (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.12.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-cdma-get-username.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -222,7 +222,7 @@ nm_setting_cdma_get_username (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.12.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-get-username.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingCdma.html#NMSettingCdma--username" title="The “username” property"><span class="type">“username”</span></a> property of the setting</p> </div> </div> @@ -232,7 +232,7 @@ nm_setting_cdma_get_username (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_cdma_get_password (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.12.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-cdma-get-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -247,7 +247,7 @@ nm_setting_cdma_get_password (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.12.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-get-password.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingCdma.html#NMSettingCdma--password" title="The “password” property"><span class="type">“password”</span></a> property of the setting</p> </div> </div> @@ -257,7 +257,7 @@ nm_setting_cdma_get_password (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_cdma_get_password_flags (<em class="parameter"><code><a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.12.8.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-cdma-get-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -272,7 +272,7 @@ nm_setting_cdma_get_password_flags (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.12.8.6.5"></a><h4>Returns</h4> +<a name="nm-setting-cdma-get-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingCdma.html#NMSettingCdma--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -355,6 +355,6 @@ username is required, it is specified here.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index e69e8221..a11b4135 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSetting.html" title="NMSetting"> <link rel="next" href="NMSetting8021x.html" title="NMSetting8021x"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -67,6 +67,13 @@ <td class="function_type">const <span class="returnvalue">char</span> * </td> <td class="function_name"> +<a class="link" href="NMSettingConnection.html#nm-setting-connection-get-stable-id" title="nm_setting_connection_get_stable_id ()">nm_setting_connection_get_stable_id</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type">const <span class="returnvalue">char</span> * +</td> +<td class="function_name"> <a class="link" href="NMSettingConnection.html#nm-setting-connection-get-interface-name" title="nm_setting_connection_get_interface_name ()">nm_setting_connection_get_interface_name</a> <span class="c_punctuation">()</span> </td> </tr> @@ -339,6 +346,12 @@ <td class="property_flags">Read / Write</td> </tr> <tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="NMSettingConnection.html#NMSettingConnection--stable-id" title="The “stable-id” property">stable-id</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> <td class="property_type"><span class="type">guint64</span></td> <td class="property_name"><a class="link" href="NMSettingConnection.html#NMSettingConnection--timestamp" title="The “timestamp” property">timestamp</a></td> <td class="property_flags">Read / Write / Construct</td> @@ -398,6 +411,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-STABLE-ID:CAPS" title="NM_SETTING_CONNECTION_STABLE_ID">NM_SETTING_CONNECTION_STABLE_ID</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-INTERFACE-NAME:CAPS" title="NM_SETTING_CONNECTION_INTERFACE_NAME">NM_SETTING_CONNECTION_INTERFACE_NAME</a></td> </tr> <tr> @@ -496,7 +513,7 @@ a <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><s nm_setting_connection_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.5.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object</p> </div> </div> @@ -507,7 +524,7 @@ nm_setting_connection_new (<em class="parameter"><code><span class="type">void</ nm_setting_connection_get_id (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--id" title="The “id” property"><span class="type">“id”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.3.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -522,7 +539,7 @@ nm_setting_connection_get_id (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.3.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-id.returns"></a><h4>Returns</h4> <p> the connection ID</p> </div> </div> @@ -533,7 +550,7 @@ nm_setting_connection_get_id (<em class="parameter"><code><a class="link" href=" nm_setting_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--uuid" title="The “uuid” property"><span class="type">“uuid”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.4.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-uuid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -548,19 +565,46 @@ nm_setting_connection_get_uuid (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.4.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-uuid.returns"></a><h4>Returns</h4> <p> the connection UUID</p> </div> </div> <hr> <div class="refsect2"> +<a name="nm-setting-connection-get-stable-id"></a><h3>nm_setting_connection_get_stable_id ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * +nm_setting_connection_get_stable_id (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> +<p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--stable-id" title="The “stable-id” property"><span class="type">“stable_id”</span></a> property of the connection.</p> +<div class="refsect3"> +<a name="nm-setting-connection-get-stable-id.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>setting</p></td> +<td class="parameter_description"><p>the <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-setting-connection-get-stable-id.returns"></a><h4>Returns</h4> +<p> the stable-id for the connection</p> +</div> +<p class="since">Since: 1.4</p> +</div> +<hr> +<div class="refsect2"> <a name="nm-setting-connection-get-interface-name"></a><h3>nm_setting_connection_get_interface_name ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_connection_get_interface_name (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--interface-name" title="The “interface-name” property"><span class="type">“interface-name”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.5.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-interface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -575,7 +619,7 @@ nm_setting_connection_get_interface_name </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.5.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-interface-name.returns"></a><h4>Returns</h4> <p> the connection's interface name</p> </div> </div> @@ -587,7 +631,7 @@ nm_setting_connection_get_connection_type (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--type" title="The “type” property"><span class="type">“type”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.6.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-connection-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -602,7 +646,7 @@ nm_setting_connection_get_connection_type </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.6.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-connection-type.returns"></a><h4>Returns</h4> <p> the connection type</p> </div> </div> @@ -613,7 +657,7 @@ nm_setting_connection_get_connection_type nm_setting_connection_get_autoconnect (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--autoconnect" title="The “autoconnect” property"><span class="type">“autoconnect”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-autoconnect.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -628,7 +672,7 @@ nm_setting_connection_get_autoconnect (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.7.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-autoconnect.returns"></a><h4>Returns</h4> <p> the connection's autoconnect behavior</p> </div> </div> @@ -641,7 +685,7 @@ nm_setting_connection_get_autoconnect_priority <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--autoconnect-priority" title="The “autoconnect-priority” property"><span class="type">“autoconnect-priority”</span></a> property of the connection. The higher number, the higher priority.</p> <div class="refsect3"> -<a name="id-1.4.5.8.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-autoconnect-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -656,7 +700,7 @@ The higher number, the higher priority.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.8.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-autoconnect-priority.returns"></a><h4>Returns</h4> <p> the connection's autoconnect priority</p> </div> </div> @@ -667,7 +711,7 @@ The higher number, the higher priority.</p> nm_setting_connection_get_timestamp (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--timestamp" title="The “timestamp” property"><span class="type">“timestamp”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-timestamp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -682,7 +726,7 @@ nm_setting_connection_get_timestamp (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.9.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-timestamp.returns"></a><h4>Returns</h4> <p> the connection's timestamp</p> </div> </div> @@ -693,7 +737,7 @@ nm_setting_connection_get_timestamp (<em class="parameter"><code><a class="link" nm_setting_connection_get_read_only (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--read-only" title="The “read-only” property"><span class="type">“read-only”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-read-only.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -708,7 +752,7 @@ nm_setting_connection_get_read_only (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.10.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-read-only.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the connection is read-only, <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -721,7 +765,7 @@ nm_setting_connection_get_num_permissions <p>Returns the number of entires in the <a class="link" href="NMSettingConnection.html#NMSettingConnection--permissions" title="The “permissions” property"><span class="type">“permissions”</span></a> property of this setting.</p> <div class="refsect3"> -<a name="id-1.4.5.8.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-num-permissions.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -736,7 +780,7 @@ property of this setting.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.11.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-num-permissions.returns"></a><h4>Returns</h4> <p> the number of permissions entires</p> </div> </div> @@ -752,7 +796,7 @@ nm_setting_connection_get_permission (<em class="parameter"><code><a class="link <p>Retrieve one of the entries of the <a class="link" href="NMSettingConnection.html#NMSettingConnection--permissions" title="The “permissions” property"><span class="type">“permissions”</span></a> property of this setting.</p> <div class="refsect3"> -<a name="id-1.4.5.8.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-permission.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -791,7 +835,7 @@ of this setting.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.12.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-permission.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if a permission was returned, <code class="literal">FALSE</code> if <em class="parameter"><code>idx</code></em> was invalid</p> </div> @@ -803,7 +847,7 @@ was invalid</p> nm_setting_connection_get_zone (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--zone" title="The “zone” property"><span class="type">“zone”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-zone.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -818,7 +862,7 @@ nm_setting_connection_get_zone (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.13.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-zone.returns"></a><h4>Returns</h4> <p> the trust level of a connection</p> </div> </div> @@ -831,7 +875,7 @@ nm_setting_connection_permissions_user_allowed <em class="parameter"><code>const <span class="type">char</span> *uname</code></em>);</pre> <p>Checks whether the given username is allowed to view/access this connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-permissions-user-allowed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -853,7 +897,7 @@ nm_setting_connection_permissions_user_allowed </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.14.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-permissions-user-allowed.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the requested user is allowed to view this connection, <code class="literal">FALSE</code> if the given user is not allowed to view this connection</p> </div> @@ -871,7 +915,7 @@ the "user" permission type is supported, and <em class="parameter"><code>pitem</ must be a username. See <a class="link" href="NMSettingConnection.html#NMSettingConnection--permissions" title="The “permissions” property"><span class="type">“permissions”</span></a>: for more details.</p> <div class="refsect3"> -<a name="id-1.4.5.8.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-add-permission.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -904,7 +948,7 @@ the "user" permission type is supported, and <em class="parameter"><code>pitem</ </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.15.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-add-permission.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the permission was unique and was successfully added to the list, <code class="literal">FALSE</code> if <em class="parameter"><code>ptype</code></em> or <em class="parameter"><code>pitem</code></em> @@ -922,7 +966,7 @@ nm_setting_connection_remove_permission <p>Removes the permission at index <em class="parameter"><code>idx</code></em> from the connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-remove-permission.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -958,7 +1002,7 @@ At this time, only the "user" permission type is supported, and <em class="param must be a username. See <a class="link" href="NMSettingConnection.html#NMSettingConnection--permissions" title="The “permissions” property"><span class="type">“permissions”</span></a>: for more details.</p> <div class="refsect3"> -<a name="id-1.4.5.8.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-remove-permission-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -991,7 +1035,7 @@ be a username. See <a class="link" href="NMSettingConnection.html#NMSettingConne </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.17.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-remove-permission-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the permission was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> </div> @@ -1002,7 +1046,7 @@ be a username. See <a class="link" href="NMSettingConnection.html#NMSettingConne nm_setting_connection_get_master (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--master" title="The “master” property"><span class="type">“master”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-master.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1017,7 +1061,7 @@ nm_setting_connection_get_master (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.18.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-master.returns"></a><h4>Returns</h4> <p> interface name of the master device or UUID of the master connection.</p> </div> @@ -1029,7 +1073,7 @@ connection.</p> nm_setting_connection_is_slave_type (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>, <em class="parameter"><code>const <span class="type">char</span> *type</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.5.8.19.4"></a><h4>Parameters</h4> +<a name="nm-setting-connection-is-slave-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1053,7 +1097,7 @@ against <em class="parameter"><code>setting</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.19.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-is-slave-type.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if connection is of the given slave <em class="parameter"><code>type</code></em> </p> </div> @@ -1065,7 +1109,7 @@ against <em class="parameter"><code>setting</code></em> nm_setting_connection_get_slave_type (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--slave-type" title="The “slave-type” property"><span class="type">“slave-type”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.20.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-slave-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1080,7 +1124,7 @@ nm_setting_connection_get_slave_type (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.20.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-slave-type.returns"></a><h4>Returns</h4> <p> the type of slave this connection is, if any</p> </div> </div> @@ -1092,7 +1136,7 @@ nm_setting_connection_get_autoconnect_slaves (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--autoconnect-slaves" title="The “autoconnect-slaves” property"><span class="type">“autoconnect-slaves”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.21.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-autoconnect-slaves.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1107,7 +1151,7 @@ nm_setting_connection_get_autoconnect_slaves </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.21.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-autoconnect-slaves.returns"></a><h4>Returns</h4> <p> whether slaves of the connection should be activated together with the connection.</p> </div> @@ -1120,7 +1164,7 @@ with the connection.</p> nm_setting_connection_get_num_secondaries (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.5.8.22.4"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-num-secondaries.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1135,7 +1179,7 @@ nm_setting_connection_get_num_secondaries </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.22.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-num-secondaries.returns"></a><h4>Returns</h4> <p> the number of configured secondary connection UUIDs</p> </div> </div> @@ -1146,7 +1190,7 @@ nm_setting_connection_get_num_secondaries nm_setting_connection_get_secondary (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.5.8.23.4"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-secondary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1168,7 +1212,7 @@ nm_setting_connection_get_secondary (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.23.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-secondary.returns"></a><h4>Returns</h4> <p> the secondary connection UUID at index <em class="parameter"><code>idx</code></em> </p> </div> @@ -1181,7 +1225,7 @@ nm_setting_connection_add_secondary (<em class="parameter"><code><a class="link" <em class="parameter"><code>const <span class="type">char</span> *sec_uuid</code></em>);</pre> <p>Adds a new secondary connetion UUID to the setting.</p> <div class="refsect3"> -<a name="id-1.4.5.8.24.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-add-secondary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1203,7 +1247,7 @@ nm_setting_connection_add_secondary (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.24.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-add-secondary.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the secondary connection UUID was added; <code class="literal">FALSE</code> if the UUID was already present</p> </div> @@ -1218,7 +1262,7 @@ nm_setting_connection_remove_secondary <p>Removes the secondary coonnection UUID at index <em class="parameter"><code>idx</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.5.8.25.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-remove-secondary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1250,7 +1294,7 @@ nm_setting_connection_remove_secondary_by_value <p>Removes the secondary coonnection UUID <em class="parameter"><code>sec_uuid</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.5.8.26.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-remove-secondary-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1272,7 +1316,7 @@ nm_setting_connection_remove_secondary_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.26.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-remove-secondary-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the secondary connection UUID was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> </div> @@ -1283,7 +1327,7 @@ nm_setting_connection_remove_secondary_by_value nm_setting_connection_get_gateway_ping_timeout (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.5.8.27.4"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-gateway-ping-timeout.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1298,7 +1342,7 @@ nm_setting_connection_get_gateway_ping_timeout </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.27.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-gateway-ping-timeout.returns"></a><h4>Returns</h4> <p> the value contained in the <a class="link" href="NMSettingConnection.html#NMSettingConnection--gateway-ping-timeout" title="The “gateway-ping-timeout” property"><span class="type">“gateway-ping-timeout”</span></a> property.</p> </div> @@ -1309,7 +1353,7 @@ property.</p> <pre class="programlisting"><a class="link" href="libnm-nm-dbus-interface.html#NMMetered" title="enum NMMetered"><span class="returnvalue">NMMetered</span></a> nm_setting_connection_get_metered (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.5.8.28.4"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-metered.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1324,7 +1368,7 @@ nm_setting_connection_get_metered (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.28.5"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-metered.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingConnection.html#NMSettingConnection--metered" title="The “metered” property"><span class="type">“metered”</span></a> property of the setting.</p> </div> <p class="since">Since: 1.2</p> @@ -1336,7 +1380,7 @@ nm_setting_connection_get_metered (<em class="parameter"><code><a class="link" h nm_setting_connection_get_lldp (<em class="parameter"><code><a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingConnection.html#NMSettingConnection--lldp" title="The “lldp” property"><span class="type">“lldp”</span></a> property of the connection.</p> <div class="refsect3"> -<a name="id-1.4.5.8.29.5"></a><h4>Parameters</h4> +<a name="nm-setting-connection-get-lldp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1351,7 +1395,7 @@ nm_setting_connection_get_lldp (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.5.8.29.6"></a><h4>Returns</h4> +<a name="nm-setting-connection-get-lldp.returns"></a><h4>Returns</h4> <p> a <a class="link" href="NMSettingConnection.html#NMSettingConnectionLldp" title="enum NMSettingConnectionLldp"><code class="literal">NMSettingConnectionLldp</code></a> which indicates whether LLDP must be enabled for the connection.</p> </div> @@ -1397,6 +1441,12 @@ enabled for the connection.</p> </div> <hr> <div class="refsect2"> +<a name="NM-SETTING-CONNECTION-STABLE-ID:CAPS"></a><h3>NM_SETTING_CONNECTION_STABLE_ID</h3> +<pre class="programlisting">#define NM_SETTING_CONNECTION_STABLE_ID "stable-id" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-SETTING-CONNECTION-INTERFACE-NAME:CAPS"></a><h3>NM_SETTING_CONNECTION_INTERFACE_NAME</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_INTERFACE_NAME "interface-name" </pre> @@ -1491,7 +1541,7 @@ enabled for the connection.</p> <p><a class="link" href="NMSettingConnection.html#NMSettingConnectionAutoconnectSlaves" title="enum NMSettingConnectionAutoconnectSlaves"><span class="type">NMSettingConnectionAutoconnectSlaves</span></a> values indicate whether slave connections should be activated when master is activated.</p> <div class="refsect3"> -<a name="id-1.4.5.9.23.4"></a><h4>Members</h4> +<a name="NMSettingConnectionAutoconnectSlaves.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1531,7 +1581,7 @@ should be activated when master is activated.</p> <a name="NMSettingConnectionLldp"></a><h3>enum NMSettingConnectionLldp</h3> <p><a class="link" href="NMSettingConnection.html#NMSettingConnectionLldp" title="enum NMSettingConnectionLldp"><span class="type">NMSettingConnectionLldp</span></a> values indicate whether LLDP should be enabled.</p> <div class="refsect3"> -<a name="id-1.4.5.9.24.4"></a><h4>Members</h4> +<a name="NMSettingConnectionLldp.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1720,6 +1770,20 @@ slave.</p> </div> <hr> <div class="refsect2"> +<a name="NMSettingConnection--stable-id"></a><h3>The <code class="literal">“stable-id”</code> property</h3> +<pre class="programlisting"> “stable-id” <span class="type">gchar</span> *</pre> +<p>This token to generate stable IDs for the connection. If unset, +the UUID will be used instead.</p> +<p>The stable-id is used instead of the connection UUID for generating +IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. +It is also used to seed the generated cloned MAC address for +ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable.</p> +<p>Flags: Read / Write</p> +<p>Default value: NULL</p> +<p class="since">Since: 1.4</p> +</div> +<hr> +<div class="refsect2"> <a name="NMSettingConnection--timestamp"></a><h3>The <code class="literal">“timestamp”</code> property</h3> <pre class="programlisting"> “timestamp” <span class="type">guint64</span></pre> <p>The time, in seconds since the Unix Epoch, that the connection was last @@ -1777,6 +1841,6 @@ the change takes effect immediately.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingDcb.html b/docs/libnm/html/NMSettingDcb.html index cfc5515a..bf987e05 100644 --- a/docs/libnm/html/NMSettingDcb.html +++ b/docs/libnm/html/NMSettingDcb.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingCdma.html" title="NMSettingCdma"> <link rel="next" href="NMSettingGeneric.html" title="NMSettingGeneric"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -429,7 +429,7 @@ of storage technologies like Fibre Channel over Ethernet (FCoE) and iSCSI.</p> nm_setting_dcb_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.13.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -440,7 +440,7 @@ nm_setting_dcb_new (<em class="parameter"><code><span class="type">void</span></ <pre class="programlisting"><a class="link" href="NMSettingDcb.html#NMSettingDcbFlags" title="enum NMSettingDcbFlags"><span class="returnvalue">NMSettingDcbFlags</span></a> nm_setting_dcb_get_app_fcoe_flags (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.13.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-fcoe-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -455,7 +455,7 @@ nm_setting_dcb_get_app_fcoe_flags (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.13.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-fcoe-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-fcoe-flags" title="The “app-fcoe-flags” property"><span class="type">“app-fcoe-flags”</span></a> property of the setting</p> </div> </div> @@ -465,7 +465,7 @@ nm_setting_dcb_get_app_fcoe_flags (<em class="parameter"><code><a class="link" h <pre class="programlisting"><span class="returnvalue">gint</span> nm_setting_dcb_get_app_fcoe_priority (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.13.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-fcoe-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -480,7 +480,7 @@ nm_setting_dcb_get_app_fcoe_priority (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.13.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-fcoe-priority.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-fcoe-priority" title="The “app-fcoe-priority” property"><span class="type">“app-fcoe-priority”</span></a> property of the setting</p> </div> </div> @@ -490,7 +490,7 @@ nm_setting_dcb_get_app_fcoe_priority (<em class="parameter"><code><a class="link <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_dcb_get_app_fcoe_mode (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.13.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-fcoe-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -505,7 +505,7 @@ nm_setting_dcb_get_app_fcoe_mode (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.13.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-fcoe-mode.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-fcoe-mode" title="The “app-fcoe-mode” property"><span class="type">“app-fcoe-mode”</span></a> property of the setting</p> </div> </div> @@ -515,7 +515,7 @@ nm_setting_dcb_get_app_fcoe_mode (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><a class="link" href="NMSettingDcb.html#NMSettingDcbFlags" title="enum NMSettingDcbFlags"><span class="returnvalue">NMSettingDcbFlags</span></a> nm_setting_dcb_get_app_iscsi_flags (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.13.8.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-iscsi-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -530,7 +530,7 @@ nm_setting_dcb_get_app_iscsi_flags (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.13.8.6.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-iscsi-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-iscsi-flags" title="The “app-iscsi-flags” property"><span class="type">“app-iscsi-flags”</span></a> property of the setting</p> </div> </div> @@ -540,7 +540,7 @@ nm_setting_dcb_get_app_iscsi_flags (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">gint</span> nm_setting_dcb_get_app_iscsi_priority (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.13.8.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-iscsi-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -555,7 +555,7 @@ nm_setting_dcb_get_app_iscsi_priority (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.4.13.8.7.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-iscsi-priority.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-iscsi-priority" title="The “app-iscsi-priority” property"><span class="type">“app-iscsi-priority”</span></a> property of the setting</p> </div> </div> @@ -565,7 +565,7 @@ nm_setting_dcb_get_app_iscsi_priority (<em class="parameter"><code><a class="lin <pre class="programlisting"><a class="link" href="NMSettingDcb.html#NMSettingDcbFlags" title="enum NMSettingDcbFlags"><span class="returnvalue">NMSettingDcbFlags</span></a> nm_setting_dcb_get_app_fip_flags (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.13.8.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-fip-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -580,7 +580,7 @@ nm_setting_dcb_get_app_fip_flags (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.13.8.8.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-fip-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-fip-flags" title="The “app-fip-flags” property"><span class="type">“app-fip-flags”</span></a> property of the setting</p> </div> </div> @@ -590,7 +590,7 @@ nm_setting_dcb_get_app_fip_flags (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">gint</span> nm_setting_dcb_get_app_fip_priority (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.13.8.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-app-fip-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -605,7 +605,7 @@ nm_setting_dcb_get_app_fip_priority (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.13.8.9.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-app-fip-priority.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--app-fip-priority" title="The “app-fip-priority” property"><span class="type">“app-fip-priority”</span></a> property of the setting</p> </div> </div> @@ -616,7 +616,7 @@ nm_setting_dcb_get_app_fip_priority (<em class="parameter"><code><a class="link" nm_setting_dcb_get_priority_flow_control_flags (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.13.8.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-flow-control-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -631,7 +631,7 @@ nm_setting_dcb_get_priority_flow_control_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.4.13.8.10.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-flow-control-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-flow-control-flags" title="The “priority-flow-control-flags” property"><span class="type">“priority-flow-control-flags”</span></a> property of the setting</p> </div> </div> @@ -643,7 +643,7 @@ nm_setting_dcb_get_priority_flow_control (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> user_priority</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.13.8.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-flow-control.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -665,7 +665,7 @@ nm_setting_dcb_get_priority_flow_control </table></div> </div> <div class="refsect3"> -<a name="id-1.4.13.8.11.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-flow-control.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if flow control is enabled for the given <em class="parameter"><code>user_priority</code></em> , <code class="literal">FALSE</code> if not enabled</p> @@ -682,7 +682,7 @@ nm_setting_dcb_set_priority_flow_control <p>These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-flow-control" title="The “priority-flow-control” property"><span class="type">“priority-flow-control”</span></a> includes the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> <div class="refsect3"> -<a name="id-1.4.13.8.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-set-priority-flow-control.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -716,7 +716,7 @@ the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><co nm_setting_dcb_get_priority_group_flags (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.13.8.13.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-group-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -731,7 +731,7 @@ nm_setting_dcb_get_priority_group_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.4.13.8.13.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-group-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> property of the setting</p> </div> </div> @@ -742,7 +742,7 @@ nm_setting_dcb_get_priority_group_flags nm_setting_dcb_get_priority_group_id (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> user_priority</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.13.8.14.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-group-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -764,7 +764,7 @@ nm_setting_dcb_get_priority_group_id (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.13.8.14.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-group-id.returns"></a><h4>Returns</h4> <p> the group number <em class="parameter"><code>user_priority</code></em> is assigned to. These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the @@ -781,7 +781,7 @@ nm_setting_dcb_set_priority_group_id (<em class="parameter"><code><a class="link <p>These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> <div class="refsect3"> -<a name="id-1.4.13.8.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-set-priority-group-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -818,7 +818,7 @@ nm_setting_dcb_get_priority_group_bandwidth (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> group_id</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.13.8.16.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-group-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -840,7 +840,7 @@ nm_setting_dcb_get_priority_group_bandwidth </table></div> </div> <div class="refsect3"> -<a name="id-1.4.13.8.16.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-group-bandwidth.returns"></a><h4>Returns</h4> <p> the bandwidth percentage assigned to <em class="parameter"><code>group_id</code></em> . These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the @@ -858,7 +858,7 @@ nm_setting_dcb_set_priority_group_bandwidth <p>These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> <div class="refsect3"> -<a name="id-1.4.13.8.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-set-priority-group-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -893,7 +893,7 @@ to</p></td> nm_setting_dcb_get_priority_bandwidth (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> user_priority</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.13.8.18.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -915,7 +915,7 @@ nm_setting_dcb_get_priority_bandwidth (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.4.13.8.18.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-bandwidth.returns"></a><h4>Returns</h4> <p> the allowed bandwidth percentage of <em class="parameter"><code>user_priority</code></em> in its priority group. These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the @@ -932,7 +932,7 @@ nm_setting_dcb_set_priority_bandwidth (<em class="parameter"><code><a class="lin <p>These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> <div class="refsect3"> -<a name="id-1.4.13.8.19.5"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-set-priority-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -969,7 +969,7 @@ nm_setting_dcb_get_priority_strict_bandwidth (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> user_priority</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.13.8.20.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-strict-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -991,7 +991,7 @@ nm_setting_dcb_get_priority_strict_bandwidth </table></div> </div> <div class="refsect3"> -<a name="id-1.4.13.8.20.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-strict-bandwidth.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>user_priority</code></em> may use all of the bandwidth allocated to its assigned group, or <code class="literal">FALSE</code> if not. These values are only valid when @@ -1009,7 +1009,7 @@ nm_setting_dcb_set_priority_strict_bandwidth <p>These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> <div class="refsect3"> -<a name="id-1.4.13.8.21.5"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-set-priority-strict-bandwidth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1046,7 +1046,7 @@ nm_setting_dcb_get_priority_traffic_class (<em class="parameter"><code><a class="link" href="NMSettingDcb.html" title="NMSettingDcb"><span class="type">NMSettingDcb</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> user_priority</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.13.8.22.4"></a><h4>Parameters</h4> +<a name="nm-setting-dcb-get-priority-traffic-class.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1068,7 +1068,7 @@ nm_setting_dcb_get_priority_traffic_class </table></div> </div> <div class="refsect3"> -<a name="id-1.4.13.8.22.5"></a><h4>Returns</h4> +<a name="nm-setting-dcb-get-priority-traffic-class.returns"></a><h4>Returns</h4> <p> the traffic class assigned to <em class="parameter"><code>user_priority</code></em> . These values are only valid when <a class="link" href="NMSettingDcb.html#NMSettingDcb--priority-group-flags" title="The “priority-group-flags” property"><span class="type">“priority-group-flags”</span></a> includes the @@ -1097,7 +1097,7 @@ nm_setting_dcb_set_priority_traffic_class <a name="NMSettingDcbFlags"></a><h3>enum NMSettingDcbFlags</h3> <p>DCB feature flags.</p> <div class="refsect3"> -<a name="id-1.4.13.9.3.4"></a><h4>Members</h4> +<a name="NMSettingDcbFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1402,6 +1402,6 @@ which the priority is mapped.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingGeneric.html b/docs/libnm/html/NMSettingGeneric.html index 42d890ef..3cba85b9 100644 --- a/docs/libnm/html/NMSettingGeneric.html +++ b/docs/libnm/html/NMSettingGeneric.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingDcb.html" title="NMSettingDcb"> <link rel="next" href="NMSettingGsm.html" title="NMSettingGsm"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -81,7 +81,7 @@ optional properties that apply to "generic" devices (ie, devices that NetworkManager does not specifically recognize).</p> <p>There are currently no properties on this object; it exists only to be -the "connection type" setting on <a href="NMConnection.html"><span class="type">NMConnections</span></a> for generic devices.</p> +the "connection type" setting on <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnections</span></a> for generic devices.</p> </div> <div class="refsect1"> <a name="NMSettingGeneric.functions_details"></a><h2>Functions</h2> @@ -91,7 +91,7 @@ the "connection type" setting on <a href="NMConnection.html"><span class="type"> nm_setting_generic_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.14.7.2.5"></a><h4>Returns</h4> +<a name="nm-setting-generic-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingGeneric.html" title="NMSettingGeneric"><span class="type">NMSettingGeneric</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -112,6 +112,6 @@ nm_setting_generic_new (<em class="parameter"><code><span class="type">void</spa </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/html/NMSettingGsm.html b/docs/libnm/html/NMSettingGsm.html index 63878218..567ad32d 100644 --- a/docs/libnm/html/NMSettingGsm.html +++ b/docs/libnm/html/NMSettingGsm.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingGeneric.html" title="NMSettingGeneric"> <link rel="next" href="NMSettingInfiniband.html" title="NMSettingInfiniband"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -308,7 +308,7 @@ networks, including those using GPRS/EDGE and UMTS/HSPA technology.</p> nm_setting_gsm_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.15.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> object</p> </div> </div> @@ -318,7 +318,7 @@ nm_setting_gsm_new (<em class="parameter"><code><span class="type">void</span></ <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_number (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.15.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-number.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -333,7 +333,7 @@ nm_setting_gsm_get_number (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.4.15.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-number.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--number" title="The “number” property"><span class="type">“number”</span></a> property of the setting</p> </div> </div> @@ -343,7 +343,7 @@ nm_setting_gsm_get_number (<em class="parameter"><code><a class="link" href="NMS <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_username (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.15.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-username.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -358,7 +358,7 @@ nm_setting_gsm_get_username (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.4.15.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-username.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--username" title="The “username” property"><span class="type">“username”</span></a> property of the setting</p> </div> </div> @@ -368,7 +368,7 @@ nm_setting_gsm_get_username (<em class="parameter"><code><a class="link" href="N <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_password (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.15.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -383,7 +383,7 @@ nm_setting_gsm_get_password (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.4.15.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-password.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--password" title="The “password” property"><span class="type">“password”</span></a> property of the setting</p> </div> </div> @@ -393,7 +393,7 @@ nm_setting_gsm_get_password (<em class="parameter"><code><a class="link" href="N <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_apn (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.15.8.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-apn.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -408,7 +408,7 @@ nm_setting_gsm_get_apn (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.4.15.8.6.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-apn.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--apn" title="The “apn” property"><span class="type">“apn”</span></a> property of the setting</p> </div> </div> @@ -418,7 +418,7 @@ nm_setting_gsm_get_apn (<em class="parameter"><code><a class="link" href="NMSett <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_network_id (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.15.8.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-network-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -433,7 +433,7 @@ nm_setting_gsm_get_network_id (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.15.8.7.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-network-id.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--network-id" title="The “network-id” property"><span class="type">“network-id”</span></a> property of the setting</p> </div> </div> @@ -443,7 +443,7 @@ nm_setting_gsm_get_network_id (<em class="parameter"><code><a class="link" href= <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_pin (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.15.8.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-pin.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -458,7 +458,7 @@ nm_setting_gsm_get_pin (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.4.15.8.8.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-pin.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--pin" title="The “pin” property"><span class="type">“pin”</span></a> property of the setting</p> </div> </div> @@ -468,7 +468,7 @@ nm_setting_gsm_get_pin (<em class="parameter"><code><a class="link" href="NMSett <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_gsm_get_home_only (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.15.8.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-home-only.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -483,7 +483,7 @@ nm_setting_gsm_get_home_only (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.15.8.9.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-home-only.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--home-only" title="The “home-only” property"><span class="type">“home-only”</span></a> property of the setting</p> </div> </div> @@ -493,7 +493,7 @@ nm_setting_gsm_get_home_only (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_device_id (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.15.8.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-device-id.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_setting_gsm_get_device_id (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.15.8.10.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-device-id.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--device-id" title="The “device-id” property"><span class="type">“device-id”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -519,7 +519,7 @@ nm_setting_gsm_get_device_id (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_sim_id (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.15.8.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-sim-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -534,7 +534,7 @@ nm_setting_gsm_get_sim_id (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.4.15.8.11.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-sim-id.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--sim-id" title="The “sim-id” property"><span class="type">“sim-id”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -545,7 +545,7 @@ nm_setting_gsm_get_sim_id (<em class="parameter"><code><a class="link" href="NMS <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_gsm_get_sim_operator_id (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.15.8.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-sim-operator-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -560,7 +560,7 @@ nm_setting_gsm_get_sim_operator_id (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.15.8.12.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-sim-operator-id.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingGsm.html#NMSettingGsm--sim-operator-id" title="The “sim-operator-id” property"><span class="type">“sim-operator-id”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -571,7 +571,7 @@ nm_setting_gsm_get_sim_operator_id (<em class="parameter"><code><a class="link" <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_gsm_get_pin_flags (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.15.8.13.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-pin-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -586,7 +586,7 @@ nm_setting_gsm_get_pin_flags (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.15.8.13.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-pin-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingGsm.html#NMSettingGsm--pin" title="The “pin” property"><span class="type">“pin”</span></a></p> </div> </div> @@ -596,7 +596,7 @@ nm_setting_gsm_get_pin_flags (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_gsm_get_password_flags (<em class="parameter"><code><a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.15.8.14.4"></a><h4>Parameters</h4> +<a name="nm-setting-gsm-get-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -611,7 +611,7 @@ nm_setting_gsm_get_password_flags (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.15.8.14.5"></a><h4>Returns</h4> +<a name="nm-setting-gsm-get-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingGsm.html#NMSettingGsm--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -831,6 +831,6 @@ username is required, it is specified here.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingIP4Config.html b/docs/libnm/html/NMSettingIP4Config.html index 162a186c..07f64c9a 100644 --- a/docs/libnm/html/NMSettingIP4Config.html +++ b/docs/libnm/html/NMSettingIP4Config.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingInfiniband.html" title="NMSettingInfiniband"> <link rel="next" href="NMSettingIP6Config.html" title="NMSettingIP6Config"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -172,7 +172,7 @@ connection.</p> nm_setting_ip4_config_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.17.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -186,7 +186,7 @@ nm_setting_ip4_config_get_dhcp_client_id <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-client-id" title="The “dhcp-client-id” property"><span class="type">“dhcp-client-id”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.4.17.8.3.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-dhcp-client-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -201,7 +201,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.17.8.3.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-dhcp-client-id.returns"></a><h4>Returns</h4> <p> the configured Client ID to send to the DHCP server when requesting addresses via DHCP.</p> </div> @@ -214,7 +214,7 @@ nm_setting_ip4_config_get_dhcp_fqdn (<em class="parameter"><code><a class="link" <p>Returns the value contained in the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-fqdn" title="The “dhcp-fqdn” property"><span class="type">“dhcp-fqdn”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.4.17.8.4.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip4-config-get-dhcp-fqdn.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -229,7 +229,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.17.8.4.6"></a><h4>Returns</h4> +<a name="nm-setting-ip4-config-get-dhcp-fqdn.returns"></a><h4>Returns</h4> <p> the configured FQDN to send to the DHCP server</p> </div> <p class="since">Since: 1.2</p> @@ -329,6 +329,6 @@ cannot be set at the same time.</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/html/NMSettingIP6Config.html b/docs/libnm/html/NMSettingIP6Config.html index 285780a6..b6b3d888 100644 --- a/docs/libnm/html/NMSettingIP6Config.html +++ b/docs/libnm/html/NMSettingIP6Config.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingIP4Config.html" title="NMSettingIP4Config"> <link rel="next" href="NMSettingIPConfig.html" title="NMSettingIPConfig"> -<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"> @@ -65,6 +65,13 @@ <a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-addr-gen-mode" title="nm_setting_ip6_config_get_addr_gen_mode ()">nm_setting_ip6_config_get_addr_gen_mode</a> <span class="c_punctuation">()</span> </td> </tr> +<tr> +<td class="function_type">const <span class="returnvalue">char</span> * +</td> +<td class="function_name"> +<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-token" title="nm_setting_ip6_config_get_token ()">nm_setting_ip6_config_get_token</a> <span class="c_punctuation">()</span> +</td> +</tr> </tbody> </table></div> </div> @@ -87,6 +94,12 @@ <td class="property_name"><a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--ip6-privacy" title="The “ip6-privacy” property">ip6-privacy</a></td> <td class="property_flags">Read / Write / Construct</td> </tr> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--token" title="The “token” property">token</a></td> +<td class="property_flags">Read / Write</td> +</tr> </tbody> </table></div> </div> @@ -112,6 +125,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-TOKEN:CAPS" title="NM_SETTING_IP6_CONFIG_TOKEN">NM_SETTING_IP6_CONFIG_TOKEN</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS" title="NM_SETTING_IP6_CONFIG_METHOD_IGNORE">NM_SETTING_IP6_CONFIG_METHOD_IGNORE</a></td> </tr> <tr> @@ -185,7 +202,7 @@ supported.</p> nm_setting_ip6_config_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.18.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -198,7 +215,7 @@ nm_setting_ip6_config_get_ip6_privacy (<em class="parameter"><code><a class="lin <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--ip6-privacy" title="The “ip6-privacy” property"><span class="type">“ip6-privacy”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.4.18.8.3.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-ip6-privacy.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -213,7 +230,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.18.8.3.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-ip6-privacy.returns"></a><h4>Returns</h4> <p> IPv6 Privacy Extensions configuration value (<a class="link" href="NMSettingIP6Config.html#NMSettingIP6ConfigPrivacy" title="enum NMSettingIP6ConfigPrivacy"><span class="type">NMSettingIP6ConfigPrivacy</span></a>).</p> </div> </div> @@ -226,7 +243,7 @@ nm_setting_ip6_config_get_addr_gen_mode <p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--addr-gen-mode" title="The “addr-gen-mode” property"><span class="type">“addr-gen-mode”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.4.18.8.4.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip6-config-get-addr-gen-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -241,11 +258,39 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.18.8.4.6"></a><h4>Returns</h4> +<a name="nm-setting-ip6-config-get-addr-gen-mode.returns"></a><h4>Returns</h4> <p> IPv6 Address Generation Mode.</p> </div> <p class="since">Since: 1.2</p> </div> +<hr> +<div class="refsect2"> +<a name="nm-setting-ip6-config-get-token"></a><h3>nm_setting_ip6_config_get_token ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * +nm_setting_ip6_config_get_token (<em class="parameter"><code><a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> *setting</code></em>);</pre> +<p>Returns the value contained in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--token" title="The “token” property"><span class="type">“token”</span></a> +property.</p> +<div class="refsect3"> +<a name="nm-setting-ip6-config-get-token.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>setting</p></td> +<td class="parameter_description"><p>the <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-setting-ip6-config-get-token.returns"></a><h4>Returns</h4> +<p> A string.</p> +</div> +<p class="since">Since: 1.4</p> +</div> </div> <div class="refsect1"> <a name="NMSettingIP6Config.other_details"></a><h2>Types and Values</h2> @@ -268,6 +313,12 @@ property.</p> </div> <hr> <div class="refsect2"> +<a name="NM-SETTING-IP6-CONFIG-TOKEN:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_TOKEN</h3> +<pre class="programlisting">#define NM_SETTING_IP6_CONFIG_TOKEN "token" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD_IGNORE</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_METHOD_IGNORE "ignore" </pre> @@ -326,7 +377,7 @@ supported for IPv6)</p> <p><a class="link" href="NMSettingIP6Config.html#NMSettingIP6ConfigPrivacy" title="enum NMSettingIP6ConfigPrivacy"><span class="type">NMSettingIP6ConfigPrivacy</span></a> values indicate if and how IPv6 Privacy Extensions are used (RFC4941).</p> <div class="refsect3"> -<a name="id-1.4.18.9.11.4"></a><h4>Members</h4> +<a name="NMSettingIP6ConfigPrivacy.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -374,7 +425,7 @@ are enabled and temporary addresses are preferred over public addresses</p> <p><a class="link" href="NMSettingIP6Config.html#NMSettingIP6ConfigAddrGenMode" title="enum NMSettingIP6ConfigAddrGenMode"><span class="type">NMSettingIP6ConfigAddrGenMode</span></a> controls how the the Interface Identifier for RFC4862 Stateless Address Autoconfiguration is created.</p> <div class="refsect3"> -<a name="id-1.4.18.9.12.4"></a><h4>Members</h4> +<a name="NMSettingIP6ConfigAddrGenMode.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -462,9 +513,19 @@ setting as another way of avoiding host tracking with IPv6 addresses.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: NM_SETTING_IP6_CONFIG_PRIVACY_UNKNOWN</p> </div> +<hr> +<div class="refsect2"> +<a name="NMSettingIP6Config--token"></a><h3>The <code class="literal">“token”</code> property</h3> +<pre class="programlisting"> “token” <span class="type">gchar</span> *</pre> +<p>Configure the token for draft-chown-6man-tokenised-ipv6-identifiers-02 +IPv6 tokenized interface identifiers. Useful with eui64 addr-gen-mode.</p> +<p>Flags: Read / Write</p> +<p>Default value: NULL</p> +<p class="since">Since: 1.4</p> +</div> </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/html/NMSettingIPConfig.html b/docs/libnm/html/NMSettingIPConfig.html index 98cd3a82..fde14a76 100644 --- a/docs/libnm/html/NMSettingIPConfig.html +++ b/docs/libnm/html/NMSettingIPConfig.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingIP6Config.html" title="NMSettingIP6Config"> <link rel="next" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"> -<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"> @@ -975,7 +975,7 @@ nm_ip_address_new (<em class="parameter"><code><span class="type">int</span> fam <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a> object.</p> <div class="refsect3"> -<a name="id-1.4.19.11.2.5"></a><h4>Parameters</h4> +<a name="nm-ip-address-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1008,7 +1008,7 @@ nm_ip_address_new (<em class="parameter"><code><span class="type">int</span> fam </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.2.6"></a><h4>Returns</h4> +<a name="nm-ip-address-new.returns"></a><h4>Returns</h4> <p> the new <a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a> object, or <code class="literal">NULL</code> on error. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -1026,7 +1026,7 @@ nm_ip_address_new_binary (<em class="parameter"><code><span class="type">int</sp correct size for <em class="parameter"><code>family</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.19.11.3.5"></a><h4>Parameters</h4> +<a name="nm-ip-address-new-binary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1059,7 +1059,7 @@ correct size for <em class="parameter"><code>family</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.3.6"></a><h4>Returns</h4> +<a name="nm-ip-address-new-binary.returns"></a><h4>Returns</h4> <p> the new <a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a> object, or <code class="literal">NULL</code> on error. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -1071,7 +1071,7 @@ correct size for <em class="parameter"><code>family</code></em> nm_ip_address_ref (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a> *address</code></em>);</pre> <p>Increases the reference count of the object.</p> <div class="refsect3"> -<a name="id-1.4.19.11.4.5"></a><h4>Parameters</h4> +<a name="nm-ip-address-ref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1094,7 +1094,7 @@ nm_ip_address_unref (<em class="parameter"><code><a class="link" href="NMSetting <p>Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.</p> <div class="refsect3"> -<a name="id-1.4.19.11.5.5"></a><h4>Parameters</h4> +<a name="nm-ip-address-unref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1118,7 +1118,7 @@ nm_ip_address_equal (<em class="parameter"><code><a class="link" href="NMSetting <p>Determines if two <a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a> objects contain the same address and prefix (attributes are not compared).</p> <div class="refsect3"> -<a name="id-1.4.19.11.6.5"></a><h4>Parameters</h4> +<a name="nm-ip-address-equal.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1141,7 +1141,7 @@ to.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.6.6"></a><h4>Returns</h4> +<a name="nm-ip-address-equal.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the objects contain the same values, <code class="literal">FALSE</code> if they do not.</p> </div> </div> @@ -1153,7 +1153,7 @@ nm_ip_address_dup (<em class="parameter"><code><a class="link" href="NMSettingIP <p>Creates a copy of <em class="parameter"><code>address</code></em> </p> <div class="refsect3"> -<a name="id-1.4.19.11.7.5"></a><h4>Parameters</h4> +<a name="nm-ip-address-dup.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1168,7 +1168,7 @@ nm_ip_address_dup (<em class="parameter"><code><a class="link" href="NMSettingIP </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.7.6"></a><h4>Returns</h4> +<a name="nm-ip-address-dup.returns"></a><h4>Returns</h4> <p> a copy of <em class="parameter"><code>address</code></em> . </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -1182,7 +1182,7 @@ nm_ip_address_get_family (<em class="parameter"><code><a class="link" href="NMSe <p>Gets the IP address family (eg, AF_INET) property of this address object.</p> <div class="refsect3"> -<a name="id-1.4.19.11.8.5"></a><h4>Parameters</h4> +<a name="nm-ip-address-get-family.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1197,7 +1197,7 @@ object.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.8.6"></a><h4>Returns</h4> +<a name="nm-ip-address-get-family.returns"></a><h4>Returns</h4> <p> the IP address family</p> </div> </div> @@ -1208,7 +1208,7 @@ object.</p> nm_ip_address_get_address (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a> *address</code></em>);</pre> <p>Gets the IP address property of this address object.</p> <div class="refsect3"> -<a name="id-1.4.19.11.9.5"></a><h4>Parameters</h4> +<a name="nm-ip-address-get-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1223,7 +1223,7 @@ nm_ip_address_get_address (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.9.6"></a><h4>Returns</h4> +<a name="nm-ip-address-get-address.returns"></a><h4>Returns</h4> <p> the IP address</p> </div> </div> @@ -1239,7 +1239,7 @@ nm_ip_address_set_address (<em class="parameter"><code><a class="link" href="NMS 's family. If you aren't sure you have a valid address, use <a class="link" href="libnm-nm-utils.html#nm-utils-ipaddr-valid" title="nm_utils_ipaddr_valid ()"><code class="function">nm_utils_ipaddr_valid()</code></a> to check it.</p> <div class="refsect3"> -<a name="id-1.4.19.11.10.6"></a><h4>Parameters</h4> +<a name="nm-ip-address-set-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1273,7 +1273,7 @@ nm_ip_address_get_address_binary (<em class="parameter"><code><a class="link" hr 's family.</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.4.19.11.11.7"></a><h4>Parameters</h4> +<a name="nm-ip-address-get-address-binary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1307,7 +1307,7 @@ nm_ip_address_set_address_binary (<em class="parameter"><code><a class="link" hr 's family.</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.4.19.11.12.7"></a><h4>Parameters</h4> +<a name="nm-ip-address-set-address-binary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1337,7 +1337,7 @@ nm_ip_address_get_prefix (<em class="parameter"><code><a class="link" href="NMSe <p>Gets the IP address prefix (ie "24" or "30" etc) property of this address object.</p> <div class="refsect3"> -<a name="id-1.4.19.11.13.5"></a><h4>Parameters</h4> +<a name="nm-ip-address-get-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1352,7 +1352,7 @@ object.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.13.6"></a><h4>Returns</h4> +<a name="nm-ip-address-get-prefix.returns"></a><h4>Returns</h4> <p> the IP address prefix</p> </div> </div> @@ -1364,7 +1364,7 @@ nm_ip_address_set_prefix (<em class="parameter"><code><a class="link" href="NMSe <em class="parameter"><code><span class="type">guint</span> prefix</code></em>);</pre> <p>Sets the IP address prefix property of this address object.</p> <div class="refsect3"> -<a name="id-1.4.19.11.14.5"></a><h4>Parameters</h4> +<a name="nm-ip-address-set-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1394,7 +1394,7 @@ nm_ip_address_get_attribute_names (<em class="parameter"><code><a class="link" h <p>Gets an array of attribute names defined on <em class="parameter"><code>address</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.19.11.15.5"></a><h4>Parameters</h4> +<a name="nm-ip-address-get-attribute-names.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1409,7 +1409,7 @@ nm_ip_address_get_attribute_names (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.15.6"></a><h4>Returns</h4> +<a name="nm-ip-address-get-attribute-names.returns"></a><h4>Returns</h4> <p> a <code class="literal">NULL</code>-terminated array of attribute names,. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -1424,7 +1424,7 @@ nm_ip_address_get_attribute (<em class="parameter"><code><a class="link" href="N on <em class="parameter"><code>address</code></em> </p> <div class="refsect3"> -<a name="id-1.4.19.11.16.5"></a><h4>Parameters</h4> +<a name="nm-ip-address-get-attribute.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1446,7 +1446,7 @@ nm_ip_address_get_attribute (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.16.6"></a><h4>Returns</h4> +<a name="nm-ip-address-get-attribute.returns"></a><h4>Returns</h4> <p> the value of the attribute with name <em class="parameter"><code>name</code></em> on <em class="parameter"><code>address</code></em> @@ -1465,7 +1465,7 @@ nm_ip_address_set_attribute (<em class="parameter"><code><a class="link" href="N <p>Sets or clears the named attribute on <em class="parameter"><code>address</code></em> to the given value.</p> <div class="refsect3"> -<a name="id-1.4.19.11.17.5"></a><h4>Parameters</h4> +<a name="nm-ip-address-set-attribute.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1504,7 +1504,7 @@ nm_ip_route_new (<em class="parameter"><code><span class="type">int</span> famil <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> object.</p> <div class="refsect3"> -<a name="id-1.4.19.11.18.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-new.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1547,7 +1547,7 @@ nm_ip_route_new (<em class="parameter"><code><span class="type">int</span> famil </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.18.6"></a><h4>Returns</h4> +<a name="nm-ip-route-new.returns"></a><h4>Returns</h4> <p> the new <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> object, or <code class="literal">NULL</code> on error. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -1568,7 +1568,7 @@ nm_ip_route_new_binary (<em class="parameter"><code><span class="type">int</span point to buffers of the correct size for <em class="parameter"><code>family</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.19.11.19.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-new-binary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1611,7 +1611,7 @@ point to buffers of the correct size for <em class="parameter"><code>family</cod </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.19.6"></a><h4>Returns</h4> +<a name="nm-ip-route-new-binary.returns"></a><h4>Returns</h4> <p> the new <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> object, or <code class="literal">NULL</code> on error. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -1623,7 +1623,7 @@ point to buffers of the correct size for <em class="parameter"><code>family</cod nm_ip_route_ref (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> *route</code></em>);</pre> <p>Increases the reference count of the object.</p> <div class="refsect3"> -<a name="id-1.4.19.11.20.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-ref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1646,7 +1646,7 @@ nm_ip_route_unref (<em class="parameter"><code><a class="link" href="NMSettingIP <p>Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.</p> <div class="refsect3"> -<a name="id-1.4.19.11.21.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-unref.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1670,7 +1670,7 @@ nm_ip_route_equal (<em class="parameter"><code><a class="link" href="NMSettingIP <p>Determines if two <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> objects contain the same destination, prefix, next hop, and metric. (Attributes are not compared.)</p> <div class="refsect3"> -<a name="id-1.4.19.11.22.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-equal.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1693,7 +1693,7 @@ to.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.22.6"></a><h4>Returns</h4> +<a name="nm-ip-route-equal.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the objects contain the same values, <code class="literal">FALSE</code> if they do not.</p> </div> </div> @@ -1705,7 +1705,7 @@ nm_ip_route_dup (<em class="parameter"><code><a class="link" href="NMSettingIPCo <p>Creates a copy of <em class="parameter"><code>route</code></em> </p> <div class="refsect3"> -<a name="id-1.4.19.11.23.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-dup.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1720,7 +1720,7 @@ nm_ip_route_dup (<em class="parameter"><code><a class="link" href="NMSettingIPCo </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.23.6"></a><h4>Returns</h4> +<a name="nm-ip-route-dup.returns"></a><h4>Returns</h4> <p> a copy of <em class="parameter"><code>route</code></em> . </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -1734,7 +1734,7 @@ nm_ip_route_get_family (<em class="parameter"><code><a class="link" href="NMSett <p>Gets the IP address family (eg, AF_INET) property of this route object.</p> <div class="refsect3"> -<a name="id-1.4.19.11.24.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-get-family.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1749,7 +1749,7 @@ object.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.24.6"></a><h4>Returns</h4> +<a name="nm-ip-route-get-family.returns"></a><h4>Returns</h4> <p> the IP address family</p> </div> </div> @@ -1760,7 +1760,7 @@ object.</p> nm_ip_route_get_dest (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> *route</code></em>);</pre> <p>Gets the IP destination address property of this route object.</p> <div class="refsect3"> -<a name="id-1.4.19.11.25.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-get-dest.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1775,7 +1775,7 @@ nm_ip_route_get_dest (<em class="parameter"><code><a class="link" href="NMSettin </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.25.6"></a><h4>Returns</h4> +<a name="nm-ip-route-get-dest.returns"></a><h4>Returns</h4> <p> the IP address of the route's destination</p> </div> </div> @@ -1791,7 +1791,7 @@ nm_ip_route_set_dest (<em class="parameter"><code><a class="link" href="NMSettin 's family. If you aren't sure you have a valid address, use <a class="link" href="libnm-nm-utils.html#nm-utils-ipaddr-valid" title="nm_utils_ipaddr_valid ()"><code class="function">nm_utils_ipaddr_valid()</code></a> to check it.</p> <div class="refsect3"> -<a name="id-1.4.19.11.26.6"></a><h4>Parameters</h4> +<a name="nm-ip-route-set-dest.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1825,7 +1825,7 @@ nm_ip_route_get_dest_binary (<em class="parameter"><code><a class="link" href="N 's family.</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.4.19.11.27.7"></a><h4>Parameters</h4> +<a name="nm-ip-route-get-dest-binary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1859,7 +1859,7 @@ nm_ip_route_set_dest_binary (<em class="parameter"><code><a class="link" href="N 's family.</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.4.19.11.28.7"></a><h4>Parameters</h4> +<a name="nm-ip-route-set-dest-binary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1888,7 +1888,7 @@ nm_ip_route_set_dest_binary (<em class="parameter"><code><a class="link" href="N nm_ip_route_get_prefix (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> *route</code></em>);</pre> <p>Gets the IP prefix (ie "24" or "30" etc) of this route.</p> <div class="refsect3"> -<a name="id-1.4.19.11.29.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-get-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1903,7 +1903,7 @@ nm_ip_route_get_prefix (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.29.6"></a><h4>Returns</h4> +<a name="nm-ip-route-get-prefix.returns"></a><h4>Returns</h4> <p> the IP prefix</p> </div> </div> @@ -1915,7 +1915,7 @@ nm_ip_route_set_prefix (<em class="parameter"><code><a class="link" href="NMSett <em class="parameter"><code><span class="type">guint</span> prefix</code></em>);</pre> <p>Sets the prefix property of this route object.</p> <div class="refsect3"> -<a name="id-1.4.19.11.30.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-set-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1945,7 +1945,7 @@ nm_ip_route_get_next_hop (<em class="parameter"><code><a class="link" href="NMSe <p>Gets the IP address of the next hop of this route; this will be <code class="literal">NULL</code> if the route has no next hop.</p> <div class="refsect3"> -<a name="id-1.4.19.11.31.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-get-next-hop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1960,7 +1960,7 @@ route has no next hop.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.31.6"></a><h4>Returns</h4> +<a name="nm-ip-route-get-next-hop.returns"></a><h4>Returns</h4> <p> the IP address of the next hop, or <code class="literal">NULL</code> if this is a device route.</p> </div> </div> @@ -1977,7 +1977,7 @@ nm_ip_route_set_next_hop (<em class="parameter"><code><a class="link" href="NMSe aren't sure you have a valid address, use <a class="link" href="libnm-nm-utils.html#nm-utils-ipaddr-valid" title="nm_utils_ipaddr_valid ()"><code class="function">nm_utils_ipaddr_valid()</code></a> to check it.</p> <div class="refsect3"> -<a name="id-1.4.19.11.32.6"></a><h4>Parameters</h4> +<a name="nm-ip-route-set-next-hop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2011,7 +2011,7 @@ nm_ip_route_get_next_hop_binary (<em class="parameter"><code><a class="link" hre 's family.</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.4.19.11.33.7"></a><h4>Parameters</h4> +<a name="nm-ip-route-get-next-hop-binary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2033,7 +2033,7 @@ nm_ip_route_get_next_hop_binary (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.33.8"></a><h4>Returns</h4> +<a name="nm-ip-route-get-next-hop-binary.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>route</code></em> has a next hop, <code class="literal">FALSE</code> if not (in which case <em class="parameter"><code>next_hop</code></em> @@ -2053,7 +2053,7 @@ nm_ip_route_set_next_hop_binary (<em class="parameter"><code><a class="link" hre 's family.</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.4.19.11.34.7"></a><h4>Parameters</h4> +<a name="nm-ip-route-set-next-hop-binary.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2084,7 +2084,7 @@ nm_ip_route_get_metric (<em class="parameter"><code><a class="link" href="NMSett indicate "better" or more preferred routes; -1 indicates "default" (meaning NetworkManager will set it appropriately).</p> <div class="refsect3"> -<a name="id-1.4.19.11.35.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-get-metric.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2099,7 +2099,7 @@ indicate "better" or more preferred routes; -1 indicates "default" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.35.6"></a><h4>Returns</h4> +<a name="nm-ip-route-get-metric.returns"></a><h4>Returns</h4> <p> the route metric</p> </div> </div> @@ -2111,7 +2111,7 @@ nm_ip_route_set_metric (<em class="parameter"><code><a class="link" href="NMSett <em class="parameter"><code><span class="type">gint64</span> metric</code></em>);</pre> <p>Sets the metric property of this route object.</p> <div class="refsect3"> -<a name="id-1.4.19.11.36.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-set-metric.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2141,7 +2141,7 @@ nm_ip_route_get_attribute_names (<em class="parameter"><code><a class="link" hre <p>Gets an array of attribute names defined on <em class="parameter"><code>route</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.19.11.37.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-get-attribute-names.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2156,7 +2156,7 @@ nm_ip_route_get_attribute_names (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.37.6"></a><h4>Returns</h4> +<a name="nm-ip-route-get-attribute-names.returns"></a><h4>Returns</h4> <p> a <code class="literal">NULL</code>-terminated array of attribute names. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -2171,7 +2171,7 @@ nm_ip_route_get_attribute (<em class="parameter"><code><a class="link" href="NMS on <em class="parameter"><code>route</code></em> </p> <div class="refsect3"> -<a name="id-1.4.19.11.38.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-get-attribute.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2193,7 +2193,7 @@ nm_ip_route_get_attribute (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.38.6"></a><h4>Returns</h4> +<a name="nm-ip-route-get-attribute.returns"></a><h4>Returns</h4> <p> the value of the attribute with name <em class="parameter"><code>name</code></em> on <em class="parameter"><code>route</code></em> @@ -2212,7 +2212,7 @@ nm_ip_route_set_attribute (<em class="parameter"><code><a class="link" href="NMS <p>Sets the named attribute on <em class="parameter"><code>route</code></em> to the given value.</p> <div class="refsect3"> -<a name="id-1.4.19.11.39.5"></a><h4>Parameters</h4> +<a name="nm-ip-route-set-attribute.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2245,7 +2245,7 @@ nm_ip_route_set_attribute (<em class="parameter"><code><a class="link" href="NMS <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_ip_config_get_method (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.19.11.40.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-method.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2260,7 +2260,7 @@ nm_setting_ip_config_get_method (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.40.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-method.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingIPConfig.html#NMSettingIPConfig--method" title="The “method” property"><span class="type">“method”</span></a> property of the setting; see <a class="link" href="NMSettingIP4Config.html" title="NMSettingIP4Config"><span class="type">NMSettingIP4Config</span></a> and <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config"><span class="type">NMSettingIP6Config</span></a> for details of the methods available with each type.</p> @@ -2272,7 +2272,7 @@ methods available with each type.</p> <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_ip_config_get_num_dns (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.19.11.41.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-num-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2287,7 +2287,7 @@ nm_setting_ip_config_get_num_dns (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.41.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-num-dns.returns"></a><h4>Returns</h4> <p> the number of configured DNS servers</p> </div> </div> @@ -2298,7 +2298,7 @@ nm_setting_ip_config_get_num_dns (<em class="parameter"><code><a class="link" hr nm_setting_ip_config_get_dns (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">int</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.19.11.42.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2320,7 +2320,7 @@ nm_setting_ip_config_get_dns (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.42.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-dns.returns"></a><h4>Returns</h4> <p> the IP address of the DNS server at index <em class="parameter"><code>idx</code></em> </p> </div> @@ -2333,7 +2333,7 @@ nm_setting_ip_config_add_dns (<em class="parameter"><code><a class="link" href=" <em class="parameter"><code>const <span class="type">char</span> *dns</code></em>);</pre> <p>Adds a new DNS server to the setting.</p> <div class="refsect3"> -<a name="id-1.4.19.11.43.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-add-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2355,7 +2355,7 @@ nm_setting_ip_config_add_dns (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.43.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-add-dns.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS server was added; <code class="literal">FALSE</code> if the server was already known</p> </div> @@ -2369,7 +2369,7 @@ nm_setting_ip_config_remove_dns (<em class="parameter"><code><a class="link" hre <p>Removes the DNS server at index <em class="parameter"><code>idx</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.19.11.44.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-remove-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2401,7 +2401,7 @@ nm_setting_ip_config_remove_dns_by_value <p>Removes the DNS server <em class="parameter"><code>dns</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.19.11.45.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-remove-dns-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2423,7 +2423,7 @@ nm_setting_ip_config_remove_dns_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.45.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-remove-dns-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS server was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> </div> @@ -2434,7 +2434,7 @@ nm_setting_ip_config_remove_dns_by_value nm_setting_ip_config_clear_dns (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>);</pre> <p>Removes all configured DNS servers.</p> <div class="refsect3"> -<a name="id-1.4.19.11.46.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-clear-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2456,7 +2456,7 @@ nm_setting_ip_config_clear_dns (<em class="parameter"><code><a class="link" href nm_setting_ip_config_get_num_dns_searches (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.19.11.47.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-num-dns-searches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2471,7 +2471,7 @@ nm_setting_ip_config_get_num_dns_searches </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.47.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-num-dns-searches.returns"></a><h4>Returns</h4> <p> the number of configured DNS search domains</p> </div> </div> @@ -2482,7 +2482,7 @@ nm_setting_ip_config_get_num_dns_searches nm_setting_ip_config_get_dns_search (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">int</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.19.11.48.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-dns-search.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2504,7 +2504,7 @@ nm_setting_ip_config_get_dns_search (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.48.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-dns-search.returns"></a><h4>Returns</h4> <p> the DNS search domain at index <em class="parameter"><code>idx</code></em> </p> </div> @@ -2517,7 +2517,7 @@ nm_setting_ip_config_add_dns_search (<em class="parameter"><code><a class="link" <em class="parameter"><code>const <span class="type">char</span> *dns_search</code></em>);</pre> <p>Adds a new DNS search domain to the setting.</p> <div class="refsect3"> -<a name="id-1.4.19.11.49.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-add-dns-search.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2539,7 +2539,7 @@ nm_setting_ip_config_add_dns_search (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.49.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-add-dns-search.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS search domain was added; <code class="literal">FALSE</code> if the search domain was already known</p> </div> @@ -2554,7 +2554,7 @@ nm_setting_ip_config_remove_dns_search <p>Removes the DNS search domain at index <em class="parameter"><code>idx</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.19.11.50.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-remove-dns-search.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2586,7 +2586,7 @@ nm_setting_ip_config_remove_dns_search_by_value <p>Removes the DNS search domain <em class="parameter"><code>dns_search</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.19.11.51.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-remove-dns-search-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2608,7 +2608,7 @@ nm_setting_ip_config_remove_dns_search_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.51.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-remove-dns-search-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS search domain was found and removed; <code class="literal">FALSE</code> if it was not.</p> <p>Since 0.9.10</p> </div> @@ -2621,7 +2621,7 @@ nm_setting_ip_config_clear_dns_searches (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>);</pre> <p>Removes all configured DNS search domains.</p> <div class="refsect3"> -<a name="id-1.4.19.11.52.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-clear-dns-searches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2643,7 +2643,7 @@ nm_setting_ip_config_clear_dns_searches nm_setting_ip_config_get_num_dns_options (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.19.11.53.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-num-dns-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2658,7 +2658,7 @@ nm_setting_ip_config_get_num_dns_options </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.53.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-num-dns-options.returns"></a><h4>Returns</h4> <p> the number of configured DNS options</p> </div> <p class="since">Since: 1.2</p> @@ -2674,7 +2674,7 @@ Either the options are explicitly set to have no values, or the options are left undefined. The latter means to use a default configuration, while the former explicitly means "no-options".</p> <div class="refsect3"> -<a name="id-1.4.19.11.54.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-has-dns-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2689,7 +2689,7 @@ a default configuration, while the former explicitly means "no-options".</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.54.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-has-dns-options.returns"></a><h4>Returns</h4> <p> whether DNS options are initalized or left unset (the default).</p> </div> </div> @@ -2700,7 +2700,7 @@ a default configuration, while the former explicitly means "no-options".</p> nm_setting_ip_config_get_dns_option (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.19.11.55.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-dns-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2722,7 +2722,7 @@ nm_setting_ip_config_get_dns_option (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.55.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-dns-option.returns"></a><h4>Returns</h4> <p> the DNS option at index <em class="parameter"><code>idx</code></em> </p> </div> @@ -2736,7 +2736,7 @@ nm_setting_ip_config_next_valid_dns_option (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.19.11.56.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-next-valid-dns-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2758,7 +2758,7 @@ nm_setting_ip_config_next_valid_dns_option </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.56.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-next-valid-dns-option.returns"></a><h4>Returns</h4> <p> the index, greater or equal than <em class="parameter"><code>idx</code></em> , of the first valid DNS option, or -1 if no valid option is found</p> @@ -2773,7 +2773,7 @@ nm_setting_ip_config_add_dns_option (<em class="parameter"><code><a class="link" <em class="parameter"><code>const <span class="type">char</span> *dns_option</code></em>);</pre> <p>Adds a new DNS option to the setting.</p> <div class="refsect3"> -<a name="id-1.4.19.11.57.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-add-dns-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2795,7 +2795,7 @@ nm_setting_ip_config_add_dns_option (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.57.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-add-dns-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS option was added; <code class="literal">FALSE</code> otherwise</p> </div> <p class="since">Since: 1.2</p> @@ -2810,7 +2810,7 @@ nm_setting_ip_config_remove_dns_option <p>Removes the DNS option at index <em class="parameter"><code>idx</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.19.11.58.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-remove-dns-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2843,7 +2843,7 @@ nm_setting_ip_config_remove_dns_option_by_value <p>Removes the DNS option <em class="parameter"><code>dns_option</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.19.11.59.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-remove-dns-option-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2865,7 +2865,7 @@ nm_setting_ip_config_remove_dns_option_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.59.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-remove-dns-option-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the DNS option was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> <p class="since">Since: 1.2</p> @@ -2879,7 +2879,7 @@ nm_setting_ip_config_clear_dns_options <em class="parameter"><code><span class="type">gboolean</span> is_set</code></em>);</pre> <p>Removes all configured DNS options.</p> <div class="refsect3"> -<a name="id-1.4.19.11.60.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-clear-dns-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2909,7 +2909,7 @@ Specify how to clear the options.</p></td> <pre class="programlisting"><span class="returnvalue">gint</span> nm_setting_ip_config_get_dns_priority (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.19.11.61.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-dns-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2924,10 +2924,10 @@ nm_setting_ip_config_get_dns_priority (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.61.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-dns-priority.returns"></a><h4>Returns</h4> <p> the priority of DNS servers</p> </div> -<p class="since">Since: 1.2.4</p> +<p class="since">Since: 1.4</p> </div> <hr> <div class="refsect2"> @@ -2936,7 +2936,7 @@ nm_setting_ip_config_get_dns_priority (<em class="parameter"><code><a class="lin nm_setting_ip_config_get_num_addresses (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.19.11.62.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-num-addresses.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2951,7 +2951,7 @@ nm_setting_ip_config_get_num_addresses </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.62.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-num-addresses.returns"></a><h4>Returns</h4> <p> the number of configured addresses</p> </div> </div> @@ -2962,7 +2962,7 @@ nm_setting_ip_config_get_num_addresses nm_setting_ip_config_get_address (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">int</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.19.11.63.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2984,7 +2984,7 @@ nm_setting_ip_config_get_address (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.63.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-address.returns"></a><h4>Returns</h4> <p> the address at index <em class="parameter"><code>idx</code></em> . </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -2999,7 +2999,7 @@ nm_setting_ip_config_add_address (<em class="parameter"><code><a class="link" hr <p>Adds a new IP address and associated information to the setting. The given address is duplicated internally and is not changed by this function.</p> <div class="refsect3"> -<a name="id-1.4.19.11.64.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-add-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3021,7 +3021,7 @@ given address is duplicated internally and is not changed by this function.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.64.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-add-address.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the address was added; <code class="literal">FALSE</code> if the address was already known.</p> </div> @@ -3035,7 +3035,7 @@ nm_setting_ip_config_remove_address (<em class="parameter"><code><a class="link" <p>Removes the address at index <em class="parameter"><code>idx</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.19.11.65.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-remove-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3067,7 +3067,7 @@ nm_setting_ip_config_remove_address_by_value <p>Removes the address <em class="parameter"><code>address</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.19.11.66.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-remove-address-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3089,7 +3089,7 @@ nm_setting_ip_config_remove_address_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.66.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-remove-address-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the address was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> </div> @@ -3100,7 +3100,7 @@ nm_setting_ip_config_remove_address_by_value nm_setting_ip_config_clear_addresses (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>);</pre> <p>Removes all configured addresses.</p> <div class="refsect3"> -<a name="id-1.4.19.11.67.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-clear-addresses.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3121,7 +3121,7 @@ nm_setting_ip_config_clear_addresses (<em class="parameter"><code><a class="link <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_ip_config_get_gateway (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.19.11.68.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-gateway.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3136,7 +3136,7 @@ nm_setting_ip_config_get_gateway (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.68.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-gateway.returns"></a><h4>Returns</h4> <p> the IP address of the gateway associated with this configuration, or <code class="literal">NULL</code>.</p> </div> @@ -3147,7 +3147,7 @@ nm_setting_ip_config_get_gateway (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_ip_config_get_num_routes (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.19.11.69.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-num-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3162,7 +3162,7 @@ nm_setting_ip_config_get_num_routes (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.69.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-num-routes.returns"></a><h4>Returns</h4> <p> the number of configured routes</p> </div> </div> @@ -3173,7 +3173,7 @@ nm_setting_ip_config_get_num_routes (<em class="parameter"><code><a class="link" nm_setting_ip_config_get_route (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">int</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.19.11.70.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-route.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3195,7 +3195,7 @@ nm_setting_ip_config_get_route (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.70.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-route.returns"></a><h4>Returns</h4> <p> the route at index <em class="parameter"><code>idx</code></em> . </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -3210,7 +3210,7 @@ nm_setting_ip_config_add_route (<em class="parameter"><code><a class="link" href <p>Adds a new route and associated information to the setting. The given route is duplicated internally and is not changed by this function.</p> <div class="refsect3"> -<a name="id-1.4.19.11.71.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-add-route.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3232,7 +3232,7 @@ given route is duplicated internally and is not changed by this function.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.71.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-add-route.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the route was added; <code class="literal">FALSE</code> if the route was already known.</p> </div> </div> @@ -3245,7 +3245,7 @@ nm_setting_ip_config_remove_route (<em class="parameter"><code><a class="link" h <p>Removes the route at index <em class="parameter"><code>idx</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.19.11.72.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-remove-route.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3277,7 +3277,7 @@ nm_setting_ip_config_remove_route_by_value <p>Removes the route <em class="parameter"><code>route</code></em> .</p> <div class="refsect3"> -<a name="id-1.4.19.11.73.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-remove-route-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3299,7 +3299,7 @@ nm_setting_ip_config_remove_route_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.73.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-remove-route-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the route was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> </div> @@ -3310,7 +3310,7 @@ nm_setting_ip_config_remove_route_by_value nm_setting_ip_config_clear_routes (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>);</pre> <p>Removes all configured routes.</p> <div class="refsect3"> -<a name="id-1.4.19.11.74.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-clear-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3333,7 +3333,7 @@ nm_setting_ip_config_get_route_metric (<em class="parameter"><code><a class="lin <p>Returns the value contained in the <a class="link" href="NMSettingIPConfig.html#NMSettingIPConfig--route-metric" title="The “route-metric” property"><span class="type">“route-metric”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.4.19.11.75.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-route-metric.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3348,7 +3348,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.75.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-route-metric.returns"></a><h4>Returns</h4> <p> the route metric that is used for routes that don't explicitly specify a metric. See <a class="link" href="NMSettingIPConfig.html#NMSettingIPConfig--route-metric" title="The “route-metric” property"><span class="type">“route-metric”</span></a> for more details.</p> </div> @@ -3362,7 +3362,7 @@ nm_setting_ip_config_get_ignore_auto_routes <p>Returns the value contained in the <a class="link" href="NMSettingIPConfig.html#NMSettingIPConfig--ignore-auto-routes" title="The “ignore-auto-routes” property"><span class="type">“ignore-auto-routes”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.4.19.11.76.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-ignore-auto-routes.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3377,7 +3377,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.76.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-ignore-auto-routes.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if automatically configured (ie via DHCP) routes should be ignored.</p> </div> @@ -3391,7 +3391,7 @@ nm_setting_ip_config_get_ignore_auto_dns <p>Returns the value contained in the <a class="link" href="NMSettingIPConfig.html#NMSettingIPConfig--ignore-auto-dns" title="The “ignore-auto-dns” property"><span class="type">“ignore-auto-dns”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.4.19.11.77.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-ignore-auto-dns.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3406,7 +3406,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.77.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-ignore-auto-dns.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if automatically configured (ie via DHCP) DNS information should be ignored.</p> </div> @@ -3420,7 +3420,7 @@ nm_setting_ip_config_get_dhcp_hostname <p>Returns the value contained in the <a class="link" href="NMSettingIPConfig.html#NMSettingIPConfig--dhcp-hostname" title="The “dhcp-hostname” property"><span class="type">“dhcp-hostname”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.4.19.11.78.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-dhcp-hostname.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3435,7 +3435,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.78.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-dhcp-hostname.returns"></a><h4>Returns</h4> <p> the configured hostname to send to the DHCP server</p> </div> </div> @@ -3448,7 +3448,7 @@ nm_setting_ip_config_get_dhcp_send_hostname <p>Returns the value contained in the <a class="link" href="NMSettingIPConfig.html#NMSettingIPConfig--dhcp-send-hostname" title="The “dhcp-send-hostname” property"><span class="type">“dhcp-send-hostname”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.4.19.11.79.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-dhcp-send-hostname.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3463,7 +3463,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.79.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-dhcp-send-hostname.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if NetworkManager should send the machine hostname to the DHCP server when requesting addresses to allow the server to automatically update DNS information for this machine.</p> @@ -3478,7 +3478,7 @@ nm_setting_ip_config_get_never_default <p>Returns the value contained in the <a class="link" href="NMSettingIPConfig.html#NMSettingIPConfig--never-default" title="The “never-default” property"><span class="type">“never-default”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.4.19.11.80.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-never-default.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3493,7 +3493,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.80.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-never-default.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if this connection should never be the default connection</p> </div> @@ -3506,7 +3506,7 @@ nm_setting_ip_config_get_may_fail (<em class="parameter"><code><a class="link" h <p>Returns the value contained in the <a class="link" href="NMSettingIPConfig.html#NMSettingIPConfig--may-fail" title="The “may-fail” property"><span class="type">“may-fail”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.4.19.11.81.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-may-fail.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3521,7 +3521,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.81.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-may-fail.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if this connection doesn't require this type of IP addressing to complete for the connection to succeed.</p> </div> @@ -3532,7 +3532,7 @@ addressing to complete for the connection to succeed.</p> <pre class="programlisting"><span class="returnvalue">gint</span> nm_setting_ip_config_get_dad_timeout (<em class="parameter"><code><a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig"><span class="type">NMSettingIPConfig</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.19.11.82.4"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-dad-timeout.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3547,7 +3547,7 @@ nm_setting_ip_config_get_dad_timeout (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.82.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-dad-timeout.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingIPConfig.html#NMSettingIPConfig--dad-timeout" title="The “dad-timeout” property"><span class="type">“dad-timeout”</span></a> property.</p> </div> <p class="since">Since: 1.2</p> @@ -3560,7 +3560,7 @@ nm_setting_ip_config_get_dhcp_timeout (<em class="parameter"><code><a class="lin <p>Returns the value contained in the <a class="link" href="NMSettingIPConfig.html#NMSettingIPConfig--dhcp-timeout" title="The “dhcp-timeout” property"><span class="type">“dhcp-timeout”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.4.19.11.83.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-config-get-dhcp-timeout.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -3575,7 +3575,7 @@ property.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.19.11.83.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-config-get-dhcp-timeout.returns"></a><h4>Returns</h4> <p> the configured DHCP timeout in seconds. 0 = default for the particular kind of device.</p> </div> @@ -3879,7 +3879,7 @@ priority, only DNS servers from configurations with the lowest priority value will be used.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 0</p> -<p class="since">Since: 1.2.4</p> +<p class="since">Since: 1.4</p> </div> <hr> <div class="refsect2"> @@ -3996,6 +3996,6 @@ For IPv4, zero is a regular value for the metric.</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/html/NMSettingIPTunnel.html b/docs/libnm/html/NMSettingIPTunnel.html index d3147dda..b6e323bb 100644 --- a/docs/libnm/html/NMSettingIPTunnel.html +++ b/docs/libnm/html/NMSettingIPTunnel.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingIPConfig.html" title="NMSettingIPConfig"> <link rel="next" href="NMSettingMacvlan.html" title="NMSettingMacvlan"> -<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"> @@ -305,7 +305,7 @@ nm_setting_ip_tunnel_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.20.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-ip-tunnel-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -318,7 +318,7 @@ nm_setting_ip_tunnel_new (<em class="parameter"><code><span class="type">void</s nm_setting_ip_tunnel_get_parent (<em class="parameter"><code><a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingIPTunnel.html#NMSettingIPTunnel--parent" title="The “parent” property"><span class="type">“parent”</span></a> property of the setting</p> <div class="refsect3"> -<a name="id-1.4.20.8.3.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-tunnel-get-parent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -333,7 +333,7 @@ nm_setting_ip_tunnel_get_parent (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.4.20.8.3.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-tunnel-get-parent.returns"></a><h4>Returns</h4> <p> the parent device</p> </div> <p class="since">Since: 1.2</p> @@ -345,7 +345,7 @@ nm_setting_ip_tunnel_get_parent (<em class="parameter"><code><a class="link" hre nm_setting_ip_tunnel_get_mode (<em class="parameter"><code><a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingIPTunnel.html#NMSettingIPTunnel--mode" title="The “mode” property"><span class="type">“mode”</span></a> property of the setting.</p> <div class="refsect3"> -<a name="id-1.4.20.8.4.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-tunnel-get-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -360,7 +360,7 @@ nm_setting_ip_tunnel_get_mode (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.20.8.4.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-tunnel-get-mode.returns"></a><h4>Returns</h4> <p> the tunnel mode</p> </div> <p class="since">Since: 1.2</p> @@ -372,7 +372,7 @@ nm_setting_ip_tunnel_get_mode (<em class="parameter"><code><a class="link" href= nm_setting_ip_tunnel_get_local (<em class="parameter"><code><a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingIPTunnel.html#NMSettingIPTunnel--local" title="The “local” property"><span class="type">“local”</span></a> property of the setting.</p> <div class="refsect3"> -<a name="id-1.4.20.8.5.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-tunnel-get-local.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -387,7 +387,7 @@ nm_setting_ip_tunnel_get_local (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.20.8.5.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-tunnel-get-local.returns"></a><h4>Returns</h4> <p> the local endpoint</p> </div> <p class="since">Since: 1.2</p> @@ -399,7 +399,7 @@ nm_setting_ip_tunnel_get_local (<em class="parameter"><code><a class="link" href nm_setting_ip_tunnel_get_remote (<em class="parameter"><code><a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingIPTunnel.html#NMSettingIPTunnel--remote" title="The “remote” property"><span class="type">“remote”</span></a> property of the setting.</p> <div class="refsect3"> -<a name="id-1.4.20.8.6.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-tunnel-get-remote.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -414,7 +414,7 @@ nm_setting_ip_tunnel_get_remote (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.4.20.8.6.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-tunnel-get-remote.returns"></a><h4>Returns</h4> <p> the remote endpoint</p> </div> <p class="since">Since: 1.2</p> @@ -426,7 +426,7 @@ nm_setting_ip_tunnel_get_remote (<em class="parameter"><code><a class="link" hre nm_setting_ip_tunnel_get_ttl (<em class="parameter"><code><a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingIPTunnel.html#NMSettingIPTunnel--ttl" title="The “ttl” property"><span class="type">“ttl”</span></a> property of the setting.</p> <div class="refsect3"> -<a name="id-1.4.20.8.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-tunnel-get-ttl.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -441,7 +441,7 @@ nm_setting_ip_tunnel_get_ttl (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.20.8.7.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-tunnel-get-ttl.returns"></a><h4>Returns</h4> <p> the Time-to-live value</p> </div> <p class="since">Since: 1.2</p> @@ -453,7 +453,7 @@ nm_setting_ip_tunnel_get_ttl (<em class="parameter"><code><a class="link" href=" nm_setting_ip_tunnel_get_tos (<em class="parameter"><code><a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingIPTunnel.html#NMSettingIPTunnel--tos" title="The “tos” property"><span class="type">“tos”</span></a> property of the setting.</p> <div class="refsect3"> -<a name="id-1.4.20.8.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-tunnel-get-tos.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -468,7 +468,7 @@ nm_setting_ip_tunnel_get_tos (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.20.8.8.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-tunnel-get-tos.returns"></a><h4>Returns</h4> <p> the TOS value</p> </div> <p class="since">Since: 1.2</p> @@ -481,7 +481,7 @@ nm_setting_ip_tunnel_get_path_mtu_discovery (<em class="parameter"><code><a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingIPTunnel.html#NMSettingIPTunnel--path-mtu-discovery" title="The “path-mtu-discovery” property"><span class="type">“path-mtu-discovery”</span></a> property of the setting.</p> <div class="refsect3"> -<a name="id-1.4.20.8.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-tunnel-get-path-mtu-discovery.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -496,7 +496,7 @@ nm_setting_ip_tunnel_get_path_mtu_discovery </table></div> </div> <div class="refsect3"> -<a name="id-1.4.20.8.9.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-tunnel-get-path-mtu-discovery.returns"></a><h4>Returns</h4> <p> whether path MTU discovery is enabled</p> </div> <p class="since">Since: 1.2</p> @@ -508,7 +508,7 @@ nm_setting_ip_tunnel_get_path_mtu_discovery nm_setting_ip_tunnel_get_input_key (<em class="parameter"><code><a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingIPTunnel.html#NMSettingIPTunnel--input-key" title="The “input-key” property"><span class="type">“input-key”</span></a> property of the setting.</p> <div class="refsect3"> -<a name="id-1.4.20.8.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-tunnel-get-input-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -523,7 +523,7 @@ nm_setting_ip_tunnel_get_input_key (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.20.8.10.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-tunnel-get-input-key.returns"></a><h4>Returns</h4> <p> the input key</p> </div> <p class="since">Since: 1.2</p> @@ -535,7 +535,7 @@ nm_setting_ip_tunnel_get_input_key (<em class="parameter"><code><a class="link" nm_setting_ip_tunnel_get_output_key (<em class="parameter"><code><a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingIPTunnel.html#NMSettingIPTunnel--output-key" title="The “output-key” property"><span class="type">“output-key”</span></a> property of the setting.</p> <div class="refsect3"> -<a name="id-1.4.20.8.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-tunnel-get-output-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -550,7 +550,7 @@ nm_setting_ip_tunnel_get_output_key (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.20.8.11.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-tunnel-get-output-key.returns"></a><h4>Returns</h4> <p> the output key</p> </div> <p class="since">Since: 1.2</p> @@ -563,7 +563,7 @@ nm_setting_ip_tunnel_get_encapsulation_limit (<em class="parameter"><code><a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingIPTunnel.html#NMSettingIPTunnel--encapsulation-limit" title="The “encapsulation-limit” property"><span class="type">“encapsulation-limit”</span></a> property of the setting.</p> <div class="refsect3"> -<a name="id-1.4.20.8.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-tunnel-get-encapsulation-limit.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -578,7 +578,7 @@ nm_setting_ip_tunnel_get_encapsulation_limit </table></div> </div> <div class="refsect3"> -<a name="id-1.4.20.8.12.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-tunnel-get-encapsulation-limit.returns"></a><h4>Returns</h4> <p> the encapsulation limit value</p> </div> <p class="since">Since: 1.2</p> @@ -590,7 +590,7 @@ nm_setting_ip_tunnel_get_encapsulation_limit nm_setting_ip_tunnel_get_flow_label (<em class="parameter"><code><a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingIPTunnel.html#NMSettingIPTunnel--flow-label" title="The “flow-label” property"><span class="type">“flow-label”</span></a> property of the setting.</p> <div class="refsect3"> -<a name="id-1.4.20.8.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-tunnel-get-flow-label.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -605,7 +605,7 @@ nm_setting_ip_tunnel_get_flow_label (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.20.8.13.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-tunnel-get-flow-label.returns"></a><h4>Returns</h4> <p> the flow label value</p> </div> <p class="since">Since: 1.2</p> @@ -617,7 +617,7 @@ nm_setting_ip_tunnel_get_flow_label (<em class="parameter"><code><a class="link" nm_setting_ip_tunnel_get_mtu (<em class="parameter"><code><a class="link" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"><span class="type">NMSettingIPTunnel</span></a> *setting</code></em>);</pre> <p>Returns the <a class="link" href="NMSettingIPTunnel.html#NMSettingIPTunnel--mtu" title="The “mtu” property"><span class="type">“mtu”</span></a> property of the setting.</p> <div class="refsect3"> -<a name="id-1.4.20.8.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-ip-tunnel-get-mtu.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -632,7 +632,7 @@ nm_setting_ip_tunnel_get_mtu (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.20.8.14.6"></a><h4>Returns</h4> +<a name="nm-setting-ip-tunnel-get-mtu.returns"></a><h4>Returns</h4> <p> the MTU</p> </div> <p class="since">Since: 1.2</p> @@ -848,6 +848,6 @@ packets inherit the TTL value.</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/html/NMSettingInfiniband.html b/docs/libnm/html/NMSettingInfiniband.html index 5aa72bd5..8e474327 100644 --- a/docs/libnm/html/NMSettingInfiniband.html +++ b/docs/libnm/html/NMSettingInfiniband.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingGsm.html" title="NMSettingGsm"> <link rel="next" href="NMSettingIP4Config.html" title="NMSettingIP4Config"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -195,7 +195,7 @@ necessary for connection to IP-over-InfiniBand networks.</p> nm_setting_infiniband_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.16.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -206,7 +206,7 @@ nm_setting_infiniband_new (<em class="parameter"><code><span class="type">void</ <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_infiniband_get_mac_address (<em class="parameter"><code><a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.16.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -221,7 +221,7 @@ nm_setting_infiniband_get_mac_address (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.4.16.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingInfiniband.html#NMSettingInfiniband--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a> property of the setting</p> </div> </div> @@ -231,7 +231,7 @@ nm_setting_infiniband_get_mac_address (<em class="parameter"><code><a class="lin <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_infiniband_get_mtu (<em class="parameter"><code><a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.16.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-mtu.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -246,7 +246,7 @@ nm_setting_infiniband_get_mtu (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.16.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-mtu.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingInfiniband.html#NMSettingInfiniband--mtu" title="The “mtu” property"><span class="type">“mtu”</span></a> property of the setting</p> </div> </div> @@ -259,7 +259,7 @@ nm_setting_infiniband_get_transport_mode <p>Returns the transport mode for this device. Either 'datagram' or 'connected'.</p> <div class="refsect3"> -<a name="id-1.4.16.8.5.5"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-transport-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -274,7 +274,7 @@ nm_setting_infiniband_get_transport_mode </table></div> </div> <div class="refsect3"> -<a name="id-1.4.16.8.5.6"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-transport-mode.returns"></a><h4>Returns</h4> <p> the IPoIB transport mode</p> </div> </div> @@ -287,7 +287,7 @@ nm_setting_infiniband_get_p_key (<em class="parameter"><code><a class="link" hre use the default P_Key (aka "the P_Key at index 0"). Otherwise it is a 16-bit unsigned integer.</p> <div class="refsect3"> -<a name="id-1.4.16.8.6.5"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-p-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -302,7 +302,7 @@ a 16-bit unsigned integer.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.16.8.6.6"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-p-key.returns"></a><h4>Returns</h4> <p> the IPoIB P_Key</p> </div> </div> @@ -313,7 +313,7 @@ a 16-bit unsigned integer.</p> nm_setting_infiniband_get_parent (<em class="parameter"><code><a class="link" href="NMSettingInfiniband.html" title="NMSettingInfiniband"><span class="type">NMSettingInfiniband</span></a> *setting</code></em>);</pre> <p>Returns the parent interface name for this device, if set.</p> <div class="refsect3"> -<a name="id-1.4.16.8.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-parent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -328,7 +328,7 @@ nm_setting_infiniband_get_parent (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.16.8.7.6"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-parent.returns"></a><h4>Returns</h4> <p> the parent interface name</p> </div> </div> @@ -342,7 +342,7 @@ nm_setting_infiniband_get_virtual_interface_name and <a class="link" href="NMSettingInfiniband.html#NMSettingInfiniband--p-key" title="The “p-key” property"><span class="type">“p-key”</span></a>. (If either property is unset, this will return <code class="literal">NULL</code>.)</p> <div class="refsect3"> -<a name="id-1.4.16.8.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-infiniband-get-virtual-interface-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -357,7 +357,7 @@ return <code class="literal">NULL</code>.)</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.16.8.8.6"></a><h4>Returns</h4> +<a name="nm-setting-infiniband-get-virtual-interface-name.returns"></a><h4>Returns</h4> <p> the interface name, or <code class="literal">NULL</code></p> </div> </div> @@ -460,6 +460,6 @@ specify the base device by setting either this property or </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingMacvlan.html b/docs/libnm/html/NMSettingMacvlan.html index d924b0f9..71fa1bcf 100644 --- a/docs/libnm/html/NMSettingMacvlan.html +++ b/docs/libnm/html/NMSettingMacvlan.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingIPTunnel.html" title="NMSettingIPTunnel"> <link rel="next" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -177,7 +177,7 @@ necessary for connection to macvlan interfaces.</p> nm_setting_macvlan_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingMacvlan.html" title="NMSettingMacvlan"><span class="type">NMSettingMacvlan</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.21.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-macvlan-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingMacvlan.html" title="NMSettingMacvlan"><span class="type">NMSettingMacvlan</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -189,7 +189,7 @@ nm_setting_macvlan_new (<em class="parameter"><code><span class="type">void</spa <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_macvlan_get_parent (<em class="parameter"><code><a class="link" href="NMSettingMacvlan.html" title="NMSettingMacvlan"><span class="type">NMSettingMacvlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.21.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-macvlan-get-parent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -204,7 +204,7 @@ nm_setting_macvlan_get_parent (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.21.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-macvlan-get-parent.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingMacvlan.html#NMSettingMacvlan--parent" title="The “parent” property"><span class="type">“parent”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -215,7 +215,7 @@ nm_setting_macvlan_get_parent (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><a class="link" href="NMSettingMacvlan.html#NMSettingMacvlanMode" title="enum NMSettingMacvlanMode"><span class="returnvalue">NMSettingMacvlanMode</span></a> nm_setting_macvlan_get_mode (<em class="parameter"><code><a class="link" href="NMSettingMacvlan.html" title="NMSettingMacvlan"><span class="type">NMSettingMacvlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.21.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-macvlan-get-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -230,7 +230,7 @@ nm_setting_macvlan_get_mode (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.4.21.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-macvlan-get-mode.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingMacvlan.html#NMSettingMacvlan--mode" title="The “mode” property"><span class="type">“mode”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -241,7 +241,7 @@ nm_setting_macvlan_get_mode (<em class="parameter"><code><a class="link" href="N <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_macvlan_get_promiscuous (<em class="parameter"><code><a class="link" href="NMSettingMacvlan.html" title="NMSettingMacvlan"><span class="type">NMSettingMacvlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.21.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-macvlan-get-promiscuous.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -256,7 +256,7 @@ nm_setting_macvlan_get_promiscuous (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.21.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-macvlan-get-promiscuous.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingMacvlan.html#NMSettingMacvlan--promiscuous" title="The “promiscuous” property"><span class="type">“promiscuous”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -267,7 +267,7 @@ nm_setting_macvlan_get_promiscuous (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_macvlan_get_tap (<em class="parameter"><code><a class="link" href="NMSettingMacvlan.html" title="NMSettingMacvlan"><span class="type">NMSettingMacvlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.21.8.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-macvlan-get-tap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -282,7 +282,7 @@ nm_setting_macvlan_get_tap (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.4.21.8.6.5"></a><h4>Returns</h4> +<a name="nm-setting-macvlan-get-tap.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingMacvlan.html#NMSettingMacvlan--tap" title="The “tap” property"><span class="type">“tap”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -328,7 +328,7 @@ nm_setting_macvlan_get_tap (<em class="parameter"><code><a class="link" href="NM <div class="refsect2"> <a name="NMSettingMacvlanMode"></a><h3>enum NMSettingMacvlanMode</h3> <div class="refsect3"> -<a name="id-1.4.21.9.8.3"></a><h4>Members</h4> +<a name="NMSettingMacvlanMode.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -437,6 +437,6 @@ with a <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" ti </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingOlpcMesh.html b/docs/libnm/html/NMSettingOlpcMesh.html index 900ed774..3b5d1ee8 100644 --- a/docs/libnm/html/NMSettingOlpcMesh.html +++ b/docs/libnm/html/NMSettingOlpcMesh.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingMacvlan.html" title="NMSettingMacvlan"> <link rel="next" href="NMSettingPpp.html" title="NMSettingPpp"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -155,7 +155,7 @@ necessary for connection to OLPC-Mesh devices.</p> nm_setting_olpc_mesh_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.22.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-olpc-mesh-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> object</p> </div> </div> @@ -165,7 +165,7 @@ nm_setting_olpc_mesh_new (<em class="parameter"><code><span class="type">void</s <pre class="programlisting"><span class="returnvalue">GBytes</span> * nm_setting_olpc_mesh_get_ssid (<em class="parameter"><code><a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.22.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-olpc-mesh-get-ssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -180,7 +180,7 @@ nm_setting_olpc_mesh_get_ssid (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.22.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-olpc-mesh-get-ssid.returns"></a><h4>Returns</h4> <p>. </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> @@ -259,6 +259,6 @@ answers the request.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingPpp.html b/docs/libnm/html/NMSettingPpp.html index 78e3148f..7f64f3de 100644 --- a/docs/libnm/html/NMSettingPpp.html +++ b/docs/libnm/html/NMSettingPpp.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"> <link rel="next" href="NMSettingPppoe.html" title="NMSettingPppoe"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -411,7 +411,7 @@ cable and DSL modems and some mobile broadband devices.</p> nm_setting_ppp_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.23.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -422,7 +422,7 @@ nm_setting_ppp_new (<em class="parameter"><code><span class="type">void</span></ <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_noauth (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-noauth.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -437,7 +437,7 @@ nm_setting_ppp_get_noauth (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-noauth.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--noauth" title="The “noauth” property"><span class="type">“noauth”</span></a> property of the setting</p> </div> </div> @@ -447,7 +447,7 @@ nm_setting_ppp_get_noauth (<em class="parameter"><code><a class="link" href="NMS <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_refuse_eap (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-refuse-eap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -462,7 +462,7 @@ nm_setting_ppp_get_refuse_eap (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-refuse-eap.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--refuse-eap" title="The “refuse-eap” property"><span class="type">“refuse-eap”</span></a> property of the setting</p> </div> </div> @@ -472,7 +472,7 @@ nm_setting_ppp_get_refuse_eap (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_refuse_pap (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-refuse-pap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -487,7 +487,7 @@ nm_setting_ppp_get_refuse_pap (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-refuse-pap.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--refuse-pap" title="The “refuse-pap” property"><span class="type">“refuse-pap”</span></a> property of the setting</p> </div> </div> @@ -497,7 +497,7 @@ nm_setting_ppp_get_refuse_pap (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_refuse_chap (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-refuse-chap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -512,7 +512,7 @@ nm_setting_ppp_get_refuse_chap (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.6.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-refuse-chap.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--refuse-chap" title="The “refuse-chap” property"><span class="type">“refuse-chap”</span></a> property of the setting</p> </div> </div> @@ -522,7 +522,7 @@ nm_setting_ppp_get_refuse_chap (<em class="parameter"><code><a class="link" href <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_refuse_mschap (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-refuse-mschap.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -537,7 +537,7 @@ nm_setting_ppp_get_refuse_mschap (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.7.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-refuse-mschap.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--refuse-mschap" title="The “refuse-mschap” property"><span class="type">“refuse-mschap”</span></a> property of the setting</p> </div> </div> @@ -547,7 +547,7 @@ nm_setting_ppp_get_refuse_mschap (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_refuse_mschapv2 (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-refuse-mschapv2.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -562,7 +562,7 @@ nm_setting_ppp_get_refuse_mschapv2 (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.8.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-refuse-mschapv2.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--refuse-mschapv2" title="The “refuse-mschapv2” property"><span class="type">“refuse-mschapv2”</span></a> property of the setting</p> </div> </div> @@ -572,7 +572,7 @@ nm_setting_ppp_get_refuse_mschapv2 (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_nobsdcomp (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-nobsdcomp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -587,7 +587,7 @@ nm_setting_ppp_get_nobsdcomp (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.9.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-nobsdcomp.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--nobsdcomp" title="The “nobsdcomp” property"><span class="type">“nobsdcomp”</span></a> property of the setting</p> </div> </div> @@ -597,7 +597,7 @@ nm_setting_ppp_get_nobsdcomp (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_nodeflate (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-nodeflate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -612,7 +612,7 @@ nm_setting_ppp_get_nodeflate (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.10.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-nodeflate.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--nodeflate" title="The “nodeflate” property"><span class="type">“nodeflate”</span></a> property of the setting</p> </div> </div> @@ -622,7 +622,7 @@ nm_setting_ppp_get_nodeflate (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_no_vj_comp (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-no-vj-comp.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -637,7 +637,7 @@ nm_setting_ppp_get_no_vj_comp (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.11.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-no-vj-comp.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--no-vj-comp" title="The “no-vj-comp” property"><span class="type">“no-vj-comp”</span></a> property of the setting</p> </div> </div> @@ -647,7 +647,7 @@ nm_setting_ppp_get_no_vj_comp (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_require_mppe (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-require-mppe.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -662,7 +662,7 @@ nm_setting_ppp_get_require_mppe (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.12.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-require-mppe.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--require-mppe" title="The “require-mppe” property"><span class="type">“require-mppe”</span></a> property of the setting</p> </div> </div> @@ -672,7 +672,7 @@ nm_setting_ppp_get_require_mppe (<em class="parameter"><code><a class="link" hre <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_require_mppe_128 (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.13.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-require-mppe-128.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -687,7 +687,7 @@ nm_setting_ppp_get_require_mppe_128 (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.13.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-require-mppe-128.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--require-mppe-128" title="The “require-mppe-128” property"><span class="type">“require-mppe-128”</span></a> property of the setting</p> </div> </div> @@ -697,7 +697,7 @@ nm_setting_ppp_get_require_mppe_128 (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_mppe_stateful (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.14.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-mppe-stateful.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -712,7 +712,7 @@ nm_setting_ppp_get_mppe_stateful (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.14.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-mppe-stateful.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--mppe-stateful" title="The “mppe-stateful” property"><span class="type">“mppe-stateful”</span></a> property of the setting</p> </div> </div> @@ -722,7 +722,7 @@ nm_setting_ppp_get_mppe_stateful (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_ppp_get_crtscts (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.15.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-crtscts.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -737,7 +737,7 @@ nm_setting_ppp_get_crtscts (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.15.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-crtscts.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--crtscts" title="The “crtscts” property"><span class="type">“crtscts”</span></a> property of the setting</p> </div> </div> @@ -747,7 +747,7 @@ nm_setting_ppp_get_crtscts (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ppp_get_baud (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.16.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-baud.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -762,7 +762,7 @@ nm_setting_ppp_get_baud (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.16.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-baud.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--baud" title="The “baud” property"><span class="type">“baud”</span></a> property of the setting</p> </div> </div> @@ -772,7 +772,7 @@ nm_setting_ppp_get_baud (<em class="parameter"><code><a class="link" href="NMSet <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ppp_get_mru (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.17.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-mru.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -787,7 +787,7 @@ nm_setting_ppp_get_mru (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.17.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-mru.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--mru" title="The “mru” property"><span class="type">“mru”</span></a> property of the setting</p> </div> </div> @@ -797,7 +797,7 @@ nm_setting_ppp_get_mru (<em class="parameter"><code><a class="link" href="NMSett <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ppp_get_mtu (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.18.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-mtu.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -812,7 +812,7 @@ nm_setting_ppp_get_mtu (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.18.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-mtu.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--mtu" title="The “mtu” property"><span class="type">“mtu”</span></a> property of the setting</p> </div> </div> @@ -822,7 +822,7 @@ nm_setting_ppp_get_mtu (<em class="parameter"><code><a class="link" href="NMSett <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ppp_get_lcp_echo_failure (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.19.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-lcp-echo-failure.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -837,7 +837,7 @@ nm_setting_ppp_get_lcp_echo_failure (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.19.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-lcp-echo-failure.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--lcp-echo-failure" title="The “lcp-echo-failure” property"><span class="type">“lcp-echo-failure”</span></a> property of the setting</p> </div> </div> @@ -847,7 +847,7 @@ nm_setting_ppp_get_lcp_echo_failure (<em class="parameter"><code><a class="link" <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_ppp_get_lcp_echo_interval (<em class="parameter"><code><a class="link" href="NMSettingPpp.html" title="NMSettingPpp"><span class="type">NMSettingPpp</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.23.8.20.4"></a><h4>Parameters</h4> +<a name="nm-setting-ppp-get-lcp-echo-interval.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -862,7 +862,7 @@ nm_setting_ppp_get_lcp_echo_interval (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.23.8.20.5"></a><h4>Returns</h4> +<a name="nm-setting-ppp-get-lcp-echo-interval.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPpp.html#NMSettingPpp--lcp-echo-interval" title="The “lcp-echo-interval” property"><span class="type">“lcp-echo-interval”</span></a> property of the setting</p> </div> </div> @@ -1158,6 +1158,6 @@ be set to <code class="literal">TRUE</code>. If 128-bit MPPE is not available t </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingPppoe.html b/docs/libnm/html/NMSettingPppoe.html index 571c7f95..fde987d2 100644 --- a/docs/libnm/html/NMSettingPppoe.html +++ b/docs/libnm/html/NMSettingPppoe.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingPpp.html" title="NMSettingPpp"> <link rel="next" href="NMSettingSerial.html" title="NMSettingSerial"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -172,7 +172,7 @@ to provide IP transport, for example cable or DSL modems.</p> nm_setting_pppoe_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingPppoe.html" title="NMSettingPppoe"><span class="type">NMSettingPppoe</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.24.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingPppoe.html" title="NMSettingPppoe"><span class="type">NMSettingPppoe</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -183,7 +183,7 @@ nm_setting_pppoe_new (<em class="parameter"><code><span class="type">void</span> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_pppoe_get_service (<em class="parameter"><code><a class="link" href="NMSettingPppoe.html" title="NMSettingPppoe"><span class="type">NMSettingPppoe</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.24.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-pppoe-get-service.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -198,7 +198,7 @@ nm_setting_pppoe_get_service (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.24.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-get-service.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPppoe.html#NMSettingPppoe--service" title="The “service” property"><span class="type">“service”</span></a> property of the setting</p> </div> </div> @@ -208,7 +208,7 @@ nm_setting_pppoe_get_service (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_pppoe_get_username (<em class="parameter"><code><a class="link" href="NMSettingPppoe.html" title="NMSettingPppoe"><span class="type">NMSettingPppoe</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.24.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-pppoe-get-username.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -223,7 +223,7 @@ nm_setting_pppoe_get_username (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.24.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-get-username.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPppoe.html#NMSettingPppoe--username" title="The “username” property"><span class="type">“username”</span></a> property of the setting</p> </div> </div> @@ -233,7 +233,7 @@ nm_setting_pppoe_get_username (<em class="parameter"><code><a class="link" href= <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_pppoe_get_password (<em class="parameter"><code><a class="link" href="NMSettingPppoe.html" title="NMSettingPppoe"><span class="type">NMSettingPppoe</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.24.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-pppoe-get-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -248,7 +248,7 @@ nm_setting_pppoe_get_password (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.24.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-get-password.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingPppoe.html#NMSettingPppoe--password" title="The “password” property"><span class="type">“password”</span></a> property of the setting</p> </div> </div> @@ -258,7 +258,7 @@ nm_setting_pppoe_get_password (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="returnvalue">NMSettingSecretFlags</span></a> nm_setting_pppoe_get_password_flags (<em class="parameter"><code><a class="link" href="NMSettingPppoe.html" title="NMSettingPppoe"><span class="type">NMSettingPppoe</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.24.8.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-pppoe-get-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -273,7 +273,7 @@ nm_setting_pppoe_get_password_flags (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.24.8.6.5"></a><h4>Returns</h4> +<a name="nm-setting-pppoe-get-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingPppoe.html#NMSettingPppoe--password" title="The “password” property"><span class="type">“password”</span></a></p> </div> </div> @@ -353,6 +353,6 @@ access concentrators or a specific service is known to be required.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingSerial.html b/docs/libnm/html/NMSettingSerial.html index b31f0715..75f8f1a0 100644 --- a/docs/libnm/html/NMSettingSerial.html +++ b/docs/libnm/html/NMSettingSerial.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingPppoe.html" title="NMSettingPppoe"> <link rel="next" href="NMSettingTeam.html" title="NMSettingTeam"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -196,7 +196,7 @@ such as mobile broadband or analog telephone connections.</p> nm_setting_serial_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.25.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -207,7 +207,7 @@ nm_setting_serial_new (<em class="parameter"><code><span class="type">void</span <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_serial_get_baud (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.25.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-serial-get-baud.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -222,7 +222,7 @@ nm_setting_serial_get_baud (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.4.25.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-get-baud.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingSerial.html#NMSettingSerial--baud" title="The “baud” property"><span class="type">“baud”</span></a> property of the setting</p> </div> </div> @@ -232,7 +232,7 @@ nm_setting_serial_get_baud (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_serial_get_bits (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.25.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-serial-get-bits.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -247,7 +247,7 @@ nm_setting_serial_get_bits (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.4.25.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-get-bits.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingSerial.html#NMSettingSerial--bits" title="The “bits” property"><span class="type">“bits”</span></a> property of the setting</p> </div> </div> @@ -257,7 +257,7 @@ nm_setting_serial_get_bits (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><a class="link" href="NMSettingSerial.html#NMSettingSerialParity" title="enum NMSettingSerialParity"><span class="returnvalue">NMSettingSerialParity</span></a> nm_setting_serial_get_parity (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.25.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-serial-get-parity.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -272,7 +272,7 @@ nm_setting_serial_get_parity (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.25.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-get-parity.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingSerial.html#NMSettingSerial--parity" title="The “parity” property"><span class="type">“parity”</span></a> property of the setting</p> </div> </div> @@ -282,7 +282,7 @@ nm_setting_serial_get_parity (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_serial_get_stopbits (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.25.8.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-serial-get-stopbits.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -297,7 +297,7 @@ nm_setting_serial_get_stopbits (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.25.8.6.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-get-stopbits.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingSerial.html#NMSettingSerial--stopbits" title="The “stopbits” property"><span class="type">“stopbits”</span></a> property of the setting</p> </div> </div> @@ -307,7 +307,7 @@ nm_setting_serial_get_stopbits (<em class="parameter"><code><a class="link" href <pre class="programlisting"><span class="returnvalue">guint64</span> nm_setting_serial_get_send_delay (<em class="parameter"><code><a class="link" href="NMSettingSerial.html" title="NMSettingSerial"><span class="type">NMSettingSerial</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.25.8.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-serial-get-send-delay.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -322,7 +322,7 @@ nm_setting_serial_get_send_delay (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.25.8.7.5"></a><h4>Returns</h4> +<a name="nm-setting-serial-get-send-delay.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingSerial.html#NMSettingSerial--send-delay" title="The “send-delay” property"><span class="type">“send-delay”</span></a> property of the setting</p> </div> </div> @@ -339,7 +339,7 @@ nm_setting_serial_get_send_delay (<em class="parameter"><code><a class="link" hr <a name="NMSettingSerialParity"></a><h3>enum NMSettingSerialParity</h3> <p>The parity setting of a serial port.</p> <div class="refsect3"> -<a name="id-1.4.25.9.3.4"></a><h4>Members</h4> +<a name="NMSettingSerialParity.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -457,6 +457,6 @@ The 1 in "8n1" for example.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingTeam.html b/docs/libnm/html/NMSettingTeam.html index c1a62a83..b21ef120 100644 --- a/docs/libnm/html/NMSettingTeam.html +++ b/docs/libnm/html/NMSettingTeam.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingSerial.html" title="NMSettingSerial"> <link rel="next" href="NMSettingTeamPort.html" title="NMSettingTeamPort"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -118,7 +118,7 @@ necessary for team connections.</p> nm_setting_team_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.26.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-team-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -129,7 +129,7 @@ nm_setting_team_new (<em class="parameter"><code><span class="type">void</span>< <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_team_get_config (<em class="parameter"><code><a class="link" href="NMSettingTeam.html" title="NMSettingTeam"><span class="type">NMSettingTeam</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.26.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-team-get-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -144,7 +144,7 @@ nm_setting_team_get_config (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.4.26.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-team-get-config.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingTeam.html#NMSettingTeam--config" title="The “config” property"><span class="type">“config”</span></a> property of the setting</p> </div> </div> @@ -183,6 +183,6 @@ configuration is used. See man teamd.conf for the format details.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingTeamPort.html b/docs/libnm/html/NMSettingTeamPort.html index 5bc4544a..e6ebf299 100644 --- a/docs/libnm/html/NMSettingTeamPort.html +++ b/docs/libnm/html/NMSettingTeamPort.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingTeam.html" title="NMSettingTeam"> <link rel="next" href="NMSettingTun.html" title="NMSettingTun"> -<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"> @@ -118,7 +118,7 @@ optional properties that apply to team ports.</p> nm_setting_team_port_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.27.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-team-port-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -129,7 +129,7 @@ nm_setting_team_port_new (<em class="parameter"><code><span class="type">void</s <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_team_port_get_config (<em class="parameter"><code><a class="link" href="NMSettingTeamPort.html" title="NMSettingTeamPort"><span class="type">NMSettingTeamPort</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.27.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-team-port-get-config.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -144,7 +144,7 @@ nm_setting_team_port_get_config (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.4.27.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-team-port-get-config.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingTeamPort.html#NMSettingTeamPort--config" title="The “config” property"><span class="type">“config”</span></a> property of the setting</p> </div> </div> @@ -183,6 +183,6 @@ used. See man teamd.conf for the format details.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingTun.html b/docs/libnm/html/NMSettingTun.html index 41837ea7..0a711b49 100644 --- a/docs/libnm/html/NMSettingTun.html +++ b/docs/libnm/html/NMSettingTun.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingTeamPort.html" title="NMSettingTeamPort"> <link rel="next" href="NMSettingVlan.html" title="NMSettingVlan"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -211,7 +211,7 @@ necessary for connection to TUN/TAP interfaces.</p> nm_setting_tun_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingTun.html" title="NMSettingTun"><span class="type">NMSettingTun</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.28.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-tun-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingTun.html" title="NMSettingTun"><span class="type">NMSettingTun</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -223,7 +223,7 @@ nm_setting_tun_new (<em class="parameter"><code><span class="type">void</span></ <pre class="programlisting"><a class="link" href="NMSettingTun.html#NMSettingTunMode" title="enum NMSettingTunMode"><span class="returnvalue">NMSettingTunMode</span></a> nm_setting_tun_get_mode (<em class="parameter"><code><a class="link" href="NMSettingTun.html" title="NMSettingTun"><span class="type">NMSettingTun</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.28.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-tun-get-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -238,7 +238,7 @@ nm_setting_tun_get_mode (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.4.28.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-tun-get-mode.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingTun.html#NMSettingTun--mode" title="The “mode” property"><span class="type">“mode”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -249,7 +249,7 @@ nm_setting_tun_get_mode (<em class="parameter"><code><a class="link" href="NMSet <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_tun_get_owner (<em class="parameter"><code><a class="link" href="NMSettingTun.html" title="NMSettingTun"><span class="type">NMSettingTun</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.28.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-tun-get-owner.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -264,7 +264,7 @@ nm_setting_tun_get_owner (<em class="parameter"><code><a class="link" href="NMSe </table></div> </div> <div class="refsect3"> -<a name="id-1.4.28.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-tun-get-owner.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingTun.html#NMSettingTun--owner" title="The “owner” property"><span class="type">“owner”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -275,7 +275,7 @@ nm_setting_tun_get_owner (<em class="parameter"><code><a class="link" href="NMSe <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_tun_get_group (<em class="parameter"><code><a class="link" href="NMSettingTun.html" title="NMSettingTun"><span class="type">NMSettingTun</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.28.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-tun-get-group.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -290,7 +290,7 @@ nm_setting_tun_get_group (<em class="parameter"><code><a class="link" href="NMSe </table></div> </div> <div class="refsect3"> -<a name="id-1.4.28.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-tun-get-group.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingTun.html#NMSettingTun--group" title="The “group” property"><span class="type">“group”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -301,7 +301,7 @@ nm_setting_tun_get_group (<em class="parameter"><code><a class="link" href="NMSe <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_tun_get_pi (<em class="parameter"><code><a class="link" href="NMSettingTun.html" title="NMSettingTun"><span class="type">NMSettingTun</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.28.8.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-tun-get-pi.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -316,7 +316,7 @@ nm_setting_tun_get_pi (<em class="parameter"><code><a class="link" href="NMSetti </table></div> </div> <div class="refsect3"> -<a name="id-1.4.28.8.6.5"></a><h4>Returns</h4> +<a name="nm-setting-tun-get-pi.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingTun.html#NMSettingTun--pi" title="The “pi” property"><span class="type">“pi”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -327,7 +327,7 @@ nm_setting_tun_get_pi (<em class="parameter"><code><a class="link" href="NMSetti <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_tun_get_vnet_hdr (<em class="parameter"><code><a class="link" href="NMSettingTun.html" title="NMSettingTun"><span class="type">NMSettingTun</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.28.8.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-tun-get-vnet-hdr.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -342,7 +342,7 @@ nm_setting_tun_get_vnet_hdr (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.4.28.8.7.5"></a><h4>Returns</h4> +<a name="nm-setting-tun-get-vnet-hdr.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingTun.html#NMSettingTun--vnet-hdr" title="The “vnet-hdr” property"><span class="type">“vnet_hdr”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -353,7 +353,7 @@ nm_setting_tun_get_vnet_hdr (<em class="parameter"><code><a class="link" href="N <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_tun_get_multi_queue (<em class="parameter"><code><a class="link" href="NMSettingTun.html" title="NMSettingTun"><span class="type">NMSettingTun</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.28.8.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-tun-get-multi-queue.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -368,7 +368,7 @@ nm_setting_tun_get_multi_queue (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.28.8.8.5"></a><h4>Returns</h4> +<a name="nm-setting-tun-get-multi-queue.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingTun.html#NMSettingTun--multi-queue" title="The “multi-queue” property"><span class="type">“multi-queue”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -422,7 +422,7 @@ nm_setting_tun_get_multi_queue (<em class="parameter"><code><a class="link" href <a name="NMSettingTunMode"></a><h3>enum NMSettingTunMode</h3> <p><a class="link" href="NMSettingTun.html#NMSettingTunMode" title="enum NMSettingTunMode"><span class="type">NMSettingTunMode</span></a> values indicate the device type (TUN/TAP)</p> <div class="refsect3"> -<a name="id-1.4.28.9.9.4"></a><h4>Members</h4> +<a name="NMSettingTunMode.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -529,6 +529,6 @@ network header.</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/html/NMSettingVlan.html b/docs/libnm/html/NMSettingVlan.html index 25807d63..4e12fc59 100644 --- a/docs/libnm/html/NMSettingVlan.html +++ b/docs/libnm/html/NMSettingVlan.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingTun.html" title="NMSettingTun"> <link rel="next" href="NMSettingVpn.html" title="NMSettingVpn"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,10 +42,6 @@ </colgroup> <tbody> <tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="NMSettingVlan.html#NM-VLAN-FLAGS-ALL:CAPS" title="NM_VLAN_FLAGS_ALL">NM_VLAN_FLAGS_ALL</a></td> -</tr> -<tr> <td class="function_type"> <a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> * </td> @@ -225,6 +221,10 @@ <td class="datatype_keyword">enum</td> <td class="function_name"><a class="link" href="NMSettingVlan.html#NMVlanFlags" title="enum NMVlanFlags">NMVlanFlags</a></td> </tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSettingVlan.html#NM-VLAN-FLAGS-ALL:CAPS" title="NM_VLAN_FLAGS_ALL">NM_VLAN_FLAGS_ALL</a></td> +</tr> </tbody> </table></div> </div> @@ -247,17 +247,12 @@ necessary for connection to VLAN interfaces.</p> <div class="refsect1"> <a name="NMSettingVlan.functions_details"></a><h2>Functions</h2> <div class="refsect2"> -<a name="NM-VLAN-FLAGS-ALL:CAPS"></a><h3>NM_VLAN_FLAGS_ALL</h3> -<pre class="programlisting">#define NM_VLAN_FLAGS_ALL</pre> -</div> -<hr> -<div class="refsect2"> <a name="nm-setting-vlan-new"></a><h3>nm_setting_vlan_new ()</h3> <pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> * nm_setting_vlan_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.29.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -268,7 +263,7 @@ nm_setting_vlan_new (<em class="parameter"><code><span class="type">void</span>< <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_vlan_get_parent (<em class="parameter"><code><a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.29.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-parent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -283,7 +278,7 @@ nm_setting_vlan_get_parent (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.4.29.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-parent.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVlan.html#NMSettingVlan--parent" title="The “parent” property"><span class="type">“parent”</span></a> property of the setting</p> </div> </div> @@ -293,7 +288,7 @@ nm_setting_vlan_get_parent (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_vlan_get_id (<em class="parameter"><code><a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.29.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -308,7 +303,7 @@ nm_setting_vlan_get_id (<em class="parameter"><code><a class="link" href="NMSett </table></div> </div> <div class="refsect3"> -<a name="id-1.4.29.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-id.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVlan.html#NMSettingVlan--id" title="The “id” property"><span class="type">“id”</span></a> property of the setting</p> </div> </div> @@ -318,7 +313,7 @@ nm_setting_vlan_get_id (<em class="parameter"><code><a class="link" href="NMSett <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_vlan_get_flags (<em class="parameter"><code><a class="link" href="NMSettingVlan.html" title="NMSettingVlan"><span class="type">NMSettingVlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.29.8.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -333,7 +328,7 @@ nm_setting_vlan_get_flags (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.4.29.8.6.5"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVlan.html#NMSettingVlan--flags" title="The “flags” property"><span class="type">“flags”</span></a> property of the setting</p> </div> </div> @@ -347,7 +342,7 @@ nm_setting_vlan_get_num_priorities (<em class="parameter"><code><a class="link" <a class="link" href="NMSettingVlan.html#NMSettingVlan--ingress-priority-map" title="The “ingress-priority-map” property"><span class="type">“ingress_priority_map”</span></a> or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" title="The “egress-priority-map” property"><span class="type">“egress_priority_map”</span></a> properties of this setting.</p> <div class="refsect3"> -<a name="id-1.4.29.8.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-num-priorities.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -369,7 +364,7 @@ properties of this setting.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.29.8.7.6"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-num-priorities.returns"></a><h4>Returns</h4> <p> return the number of ingress/egress priority entries, -1 if error</p> </div> </div> @@ -385,7 +380,7 @@ nm_setting_vlan_get_priority (<em class="parameter"><code><a class="link" href=" <p>Retrieve one of the entries of the <a class="link" href="NMSettingVlan.html#NMSettingVlan--ingress-priority-map" title="The “ingress-priority-map” property"><span class="type">“ingress_priority_map”</span></a> or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" title="The “egress-priority-map” property"><span class="type">“egress_priority_map”</span></a> properties of this setting.</p> <div class="refsect3"> -<a name="id-1.4.29.8.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-get-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -422,7 +417,7 @@ or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.29.8.8.6"></a><h4>Returns</h4> +<a name="nm-setting-vlan-get-priority.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if a priority map was returned, <code class="literal">FALSE</code> if error</p> </div> </div> @@ -451,7 +446,7 @@ Priority Code Point (PCP) value, and <em class="parameter"><code>to</code></em> <em class="parameter"><code>to</code></em> is the outgoing 802.1q VLAN Priority Code Point (PCP) value.</p> <div class="refsect3"> -<a name="id-1.4.29.8.9.7"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-add-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -485,7 +480,7 @@ to</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.29.8.9.8"></a><h4>Returns</h4> +<a name="nm-setting-vlan-add-priority.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the new priority mapping was successfully added to the list, <code class="literal">FALSE</code> if error</p> </div> @@ -502,7 +497,7 @@ nm_setting_vlan_remove_priority (<em class="parameter"><code><a class="link" hre <a class="link" href="NMSettingVlan.html#NMSettingVlan--ingress-priority-map" title="The “ingress-priority-map” property"><span class="type">“ingress_priority_map”</span></a> or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" title="The “egress-priority-map” property"><span class="type">“egress_priority_map”</span></a> properties.</p> <div class="refsect3"> -<a name="id-1.4.29.8.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-remove-priority.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -545,7 +540,7 @@ or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" argument) properties.</p> <div class="refsect3"> -<a name="id-1.4.29.8.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-remove-priority-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -579,7 +574,7 @@ to</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.29.8.11.6"></a><h4>Returns</h4> +<a name="nm-setting-vlan-remove-priority-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the priority mapping was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> </div> @@ -597,7 +592,7 @@ or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" argument) properties.</p> <div class="refsect3"> -<a name="id-1.4.29.8.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-remove-priority-str-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -624,7 +619,7 @@ properties.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.29.8.12.6"></a><h4>Returns</h4> +<a name="nm-setting-vlan-remove-priority-str-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the priority mapping was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> </div> @@ -637,7 +632,7 @@ nm_setting_vlan_clear_priorities (<em class="parameter"><code><a class="link" hr <p>Clear all the entires from <a class="link" href="NMSettingVlan.html#NMSettingVlan--ingress-priority-map" title="The “ingress-priority-map” property"><span class="type">“ingress_priority_map”</span></a> or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" title="The “egress-priority-map” property"><span class="type">“egress_priority_map”</span></a> properties.</p> <div class="refsect3"> -<a name="id-1.4.29.8.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-clear-priorities.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -670,7 +665,7 @@ nm_setting_vlan_add_priority_str (<em class="parameter"><code><a class="link" hr or the <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" title="The “egress-priority-map” property"><span class="type">“egress_priority_map”</span></a> properties. The priority map maps the Linux SKB priorities to 802.1p priorities.</p> <div class="refsect3"> -<a name="id-1.4.29.8.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-vlan-add-priority-str.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -697,7 +692,7 @@ the Linux SKB priorities to 802.1p priorities.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.29.8.14.6"></a><h4>Returns</h4> +<a name="nm-setting-vlan-add-priority-str.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the entry was successfully added to the list, or it overwrote the old value, <code class="literal">FALSE</code> if error</p> </div> @@ -751,7 +746,7 @@ overwrote the old value, <code class="literal">FALSE</code> if error</p> <p>A selector for traffic priority maps; these map Linux SKB priorities to 802.1p priorities used in VLANs.</p> <div class="refsect3"> -<a name="id-1.4.29.9.9.4"></a><h4>Members</h4> +<a name="NMVlanPriorityMap.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -782,7 +777,7 @@ to 802.1p priorities used in VLANs.</p> <a name="NMVlanFlags"></a><h3>enum NMVlanFlags</h3> <p><a class="link" href="NMSettingVlan.html#NMVlanFlags" title="enum NMVlanFlags"><span class="type">NMVlanFlags</span></a> values control the behavior of the VLAN interface.</p> <div class="refsect3"> -<a name="id-1.4.29.9.10.4"></a><h4>Members</h4> +<a name="NMVlanFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -827,6 +822,11 @@ to 802.1p priorities used in VLANs.</p> </table></div> </div> </div> +<hr> +<div class="refsect2"> +<a name="NM-VLAN-FLAGS-ALL:CAPS"></a><h3>NM_VLAN_FLAGS_ALL</h3> +<pre class="programlisting">#define NM_VLAN_FLAGS_ALL</pre> +</div> </div> <div class="refsect1"> <a name="NMSettingVlan.property-details"></a><h2>Property Details</h2> @@ -888,6 +888,6 @@ with a <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" ti </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingVpn.html b/docs/libnm/html/NMSettingVpn.html index 047769d6..c9eff973 100644 --- a/docs/libnm/html/NMSettingVpn.html +++ b/docs/libnm/html/NMSettingVpn.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingVlan.html" title="NMSettingVlan"> <link rel="next" href="NMSettingVxlan.html" title="NMSettingVxlan"> -<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"> @@ -283,7 +283,7 @@ properties.</p> <em class="parameter"><code>const <span class="type">char</span> *value</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.30.8.2.4"></a><h4>Parameters</h4> +<a name="NMVpnIterFunc.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -318,7 +318,7 @@ properties.</p> nm_setting_vpn_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingVpn.html" title="NMSettingVpn"><span class="type">NMSettingVpn</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.30.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-vpn-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingVpn.html" title="NMSettingVpn"><span class="type">NMSettingVpn</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -331,7 +331,7 @@ nm_setting_vpn_get_service_type (<em class="parameter"><code><a class="link" hre <p>Returns the service name of the VPN, which identifies the specific VPN plugin that should be used to connect to this VPN.</p> <div class="refsect3"> -<a name="id-1.4.30.8.4.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-service-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -346,7 +346,7 @@ plugin that should be used to connect to this VPN.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.30.8.4.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-service-type.returns"></a><h4>Returns</h4> <p> the VPN plugin's service name</p> </div> </div> @@ -356,7 +356,7 @@ plugin that should be used to connect to this VPN.</p> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_vpn_get_user_name (<em class="parameter"><code><a class="link" href="NMSettingVpn.html" title="NMSettingVpn"><span class="type">NMSettingVpn</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.30.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-user-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -371,7 +371,7 @@ nm_setting_vpn_get_user_name (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.30.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-user-name.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVpn.html#NMSettingVpn--user-name" title="The “user-name” property"><span class="type">“user-name”</span></a> property of the setting</p> </div> </div> @@ -381,7 +381,7 @@ nm_setting_vpn_get_user_name (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_vpn_get_persistent (<em class="parameter"><code><a class="link" href="NMSettingVpn.html" title="NMSettingVpn"><span class="type">NMSettingVpn</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.30.8.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-persistent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -396,7 +396,7 @@ nm_setting_vpn_get_persistent (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.30.8.6.5"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-persistent.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVpn.html#NMSettingVpn--persistent" title="The “persistent” property"><span class="type">“persistent”</span></a> property of the setting</p> </div> </div> @@ -407,7 +407,7 @@ nm_setting_vpn_get_persistent (<em class="parameter"><code><a class="link" href= nm_setting_vpn_get_num_data_items (<em class="parameter"><code><a class="link" href="NMSettingVpn.html" title="NMSettingVpn"><span class="type">NMSettingVpn</span></a> *setting</code></em>);</pre> <p>Gets number of key/value pairs of VPN configuration data.</p> <div class="refsect3"> -<a name="id-1.4.30.8.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-num-data-items.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -422,7 +422,7 @@ nm_setting_vpn_get_num_data_items (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.30.8.7.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-num-data-items.returns"></a><h4>Returns</h4> <p> the number of VPN plugin specific configuration data items</p> </div> </div> @@ -439,7 +439,7 @@ nm_setting_vpn_add_data_item (<em class="parameter"><code><a class="link" href=" setting which may be retrieved later. Should not be used to store passwords or other secrets, which is what <a class="link" href="NMSettingVpn.html#nm-setting-vpn-add-secret" title="nm_setting_vpn_add_secret ()"><code class="function">nm_setting_vpn_add_secret()</code></a> is for.</p> <div class="refsect3"> -<a name="id-1.4.30.8.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-add-data-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -477,7 +477,7 @@ nm_setting_vpn_get_data_item (<em class="parameter"><code><a class="link" href=" <p>Retrieves the data item of a key/value relationship previously established by <a class="link" href="NMSettingVpn.html#nm-setting-vpn-add-data-item" title="nm_setting_vpn_add_data_item ()"><code class="function">nm_setting_vpn_add_data_item()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.30.8.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-data-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -499,7 +499,7 @@ by <a class="link" href="NMSettingVpn.html#nm-setting-vpn-add-data-item" title=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.30.8.9.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-data-item.returns"></a><h4>Returns</h4> <p> the data item, if any</p> </div> </div> @@ -512,7 +512,7 @@ nm_setting_vpn_remove_data_item (<em class="parameter"><code><a class="link" hre <p>Deletes a key/value relationship previously established by <a class="link" href="NMSettingVpn.html#nm-setting-vpn-add-data-item" title="nm_setting_vpn_add_data_item ()"><code class="function">nm_setting_vpn_add_data_item()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.30.8.10.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-remove-data-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -534,7 +534,7 @@ nm_setting_vpn_remove_data_item (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.4.30.8.10.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-remove-data-item.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the data item was found and removed from the internal list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -551,7 +551,7 @@ and modify data items inside <em class="parameter"><code>func</code></em> , though any additions or removals made during iteration will not be part of the iteration.</p> <div class="refsect3"> -<a name="id-1.4.30.8.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-foreach-data-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -586,7 +586,7 @@ during iteration will not be part of the iteration.</p> nm_setting_vpn_get_num_secrets (<em class="parameter"><code><a class="link" href="NMSettingVpn.html" title="NMSettingVpn"><span class="type">NMSettingVpn</span></a> *setting</code></em>);</pre> <p>Gets number of VPN plugin specific secrets in the setting.</p> <div class="refsect3"> -<a name="id-1.4.30.8.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-num-secrets.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -601,7 +601,7 @@ nm_setting_vpn_get_num_secrets (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.30.8.12.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-num-secrets.returns"></a><h4>Returns</h4> <p> the number of VPN plugin specific secrets</p> </div> </div> @@ -617,7 +617,7 @@ nm_setting_vpn_add_secret (<em class="parameter"><code><a class="link" href="NMS internally in the setting which may be retrieved later.</p> <div class="refsect3"> -<a name="id-1.4.30.8.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-add-secret.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -655,7 +655,7 @@ nm_setting_vpn_get_secret (<em class="parameter"><code><a class="link" href="NMS <p>Retrieves the secret of a key/value relationship previously established by <a class="link" href="NMSettingVpn.html#nm-setting-vpn-add-secret" title="nm_setting_vpn_add_secret ()"><code class="function">nm_setting_vpn_add_secret()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.30.8.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-secret.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -677,7 +677,7 @@ by <a class="link" href="NMSettingVpn.html#nm-setting-vpn-add-secret" title="nm_ </table></div> </div> <div class="refsect3"> -<a name="id-1.4.30.8.14.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-secret.returns"></a><h4>Returns</h4> <p> the secret, if any</p> </div> </div> @@ -690,7 +690,7 @@ nm_setting_vpn_remove_secret (<em class="parameter"><code><a class="link" href=" <p>Deletes a key/value relationship previously established by <a class="link" href="NMSettingVpn.html#nm-setting-vpn-add-secret" title="nm_setting_vpn_add_secret ()"><code class="function">nm_setting_vpn_add_secret()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.30.8.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-remove-secret.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -712,7 +712,7 @@ nm_setting_vpn_remove_secret (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.30.8.15.6"></a><h4>Returns</h4> +<a name="nm-setting-vpn-remove-secret.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the secret was found and removed from the internal list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -729,7 +729,7 @@ and modify secrets inside <em class="parameter"><code>func</code></em> , though any additions or removals made during iteration will not be part of the iteration.</p> <div class="refsect3"> -<a name="id-1.4.30.8.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-foreach-secret.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -763,7 +763,7 @@ iteration will not be part of the iteration.</p> <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_vpn_get_timeout (<em class="parameter"><code><a class="link" href="NMSettingVpn.html" title="NMSettingVpn"><span class="type">NMSettingVpn</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.30.8.17.4"></a><h4>Parameters</h4> +<a name="nm-setting-vpn-get-timeout.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -778,7 +778,7 @@ nm_setting_vpn_get_timeout (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.4.30.8.17.5"></a><h4>Returns</h4> +<a name="nm-setting-vpn-get-timeout.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVpn.html#NMSettingVpn--timeout" title="The “timeout” property"><span class="type">“timeout”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -901,6 +901,6 @@ VPN connection.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingVxlan.html b/docs/libnm/html/NMSettingVxlan.html index c3189428..c8012196 100644 --- a/docs/libnm/html/NMSettingVxlan.html +++ b/docs/libnm/html/NMSettingVxlan.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingVpn.html" title="NMSettingVpn"> <link rel="next" href="NMSettingWimax.html" title="NMSettingWimax"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -375,7 +375,7 @@ necessary for connection to VXLAN interfaces.</p> nm_setting_vxlan_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.31.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -387,7 +387,7 @@ nm_setting_vxlan_new (<em class="parameter"><code><span class="type">void</span> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_vxlan_get_parent (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-parent.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -402,7 +402,7 @@ nm_setting_vxlan_get_parent (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-parent.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--parent" title="The “parent” property"><span class="type">“parent”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -413,7 +413,7 @@ nm_setting_vxlan_get_parent (<em class="parameter"><code><a class="link" href="N <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_vxlan_get_id (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-id.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -428,7 +428,7 @@ nm_setting_vxlan_get_id (<em class="parameter"><code><a class="link" href="NMSet </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-id.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--id" title="The “id” property"><span class="type">“id”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -439,7 +439,7 @@ nm_setting_vxlan_get_id (<em class="parameter"><code><a class="link" href="NMSet <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_vxlan_get_local (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-local.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -454,7 +454,7 @@ nm_setting_vxlan_get_local (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-local.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--local" title="The “local” property"><span class="type">“local”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -465,7 +465,7 @@ nm_setting_vxlan_get_local (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_vxlan_get_remote (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-remote.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -480,7 +480,7 @@ nm_setting_vxlan_get_remote (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.6.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-remote.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--remote" title="The “remote” property"><span class="type">“remote”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -491,7 +491,7 @@ nm_setting_vxlan_get_remote (<em class="parameter"><code><a class="link" href="N <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_vxlan_get_source_port_min (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-source-port-min.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -506,7 +506,7 @@ nm_setting_vxlan_get_source_port_min (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.7.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-source-port-min.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--source-port-min" title="The “source-port-min” property"><span class="type">“source-port-min”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -517,7 +517,7 @@ nm_setting_vxlan_get_source_port_min (<em class="parameter"><code><a class="link <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_vxlan_get_source_port_max (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-source-port-max.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -532,7 +532,7 @@ nm_setting_vxlan_get_source_port_max (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.8.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-source-port-max.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--source-port-max" title="The “source-port-max” property"><span class="type">“source-port-max”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -543,7 +543,7 @@ nm_setting_vxlan_get_source_port_max (<em class="parameter"><code><a class="link <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_vxlan_get_destination_port (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-destination-port.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -558,7 +558,7 @@ nm_setting_vxlan_get_destination_port (<em class="parameter"><code><a class="lin </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.9.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-destination-port.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--destination-port" title="The “destination-port” property"><span class="type">“destination-port”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -569,7 +569,7 @@ nm_setting_vxlan_get_destination_port (<em class="parameter"><code><a class="lin <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_vxlan_get_tos (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-tos.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_setting_vxlan_get_tos (<em class="parameter"><code><a class="link" href="NMSe </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.10.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-tos.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--tos" title="The “tos” property"><span class="type">“tos”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -595,7 +595,7 @@ nm_setting_vxlan_get_tos (<em class="parameter"><code><a class="link" href="NMSe <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_vxlan_get_ttl (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-ttl.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -610,7 +610,7 @@ nm_setting_vxlan_get_ttl (<em class="parameter"><code><a class="link" href="NMSe </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.11.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-ttl.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--ttl" title="The “ttl” property"><span class="type">“ttl”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -621,7 +621,7 @@ nm_setting_vxlan_get_ttl (<em class="parameter"><code><a class="link" href="NMSe <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_vxlan_get_ageing (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-ageing.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -636,7 +636,7 @@ nm_setting_vxlan_get_ageing (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.12.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-ageing.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--ageing" title="The “ageing” property"><span class="type">“ageing”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -647,7 +647,7 @@ nm_setting_vxlan_get_ageing (<em class="parameter"><code><a class="link" href="N <pre class="programlisting"><span class="returnvalue">guint</span> nm_setting_vxlan_get_limit (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.13.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-limit.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -662,7 +662,7 @@ nm_setting_vxlan_get_limit (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.13.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-limit.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--limit" title="The “limit” property"><span class="type">“limit”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -673,7 +673,7 @@ nm_setting_vxlan_get_limit (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_vxlan_get_proxy (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.14.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-proxy.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -688,7 +688,7 @@ nm_setting_vxlan_get_proxy (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.14.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-proxy.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--proxy" title="The “proxy” property"><span class="type">“proxy”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -699,7 +699,7 @@ nm_setting_vxlan_get_proxy (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_vxlan_get_learning (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.15.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-learning.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_setting_vxlan_get_learning (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.15.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-learning.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--learning" title="The “learning” property"><span class="type">“learning”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -725,7 +725,7 @@ nm_setting_vxlan_get_learning (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_vxlan_get_rsc (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.16.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-rsc.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -740,7 +740,7 @@ nm_setting_vxlan_get_rsc (<em class="parameter"><code><a class="link" href="NMSe </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.16.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-rsc.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--rsc" title="The “rsc” property"><span class="type">“rsc”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -751,7 +751,7 @@ nm_setting_vxlan_get_rsc (<em class="parameter"><code><a class="link" href="NMSe <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_vxlan_get_l2_miss (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.17.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-l2-miss.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -766,7 +766,7 @@ nm_setting_vxlan_get_l2_miss (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.17.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-l2-miss.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--l2-miss" title="The “l2-miss” property"><span class="type">“l2_miss”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -777,7 +777,7 @@ nm_setting_vxlan_get_l2_miss (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_vxlan_get_l3_miss (<em class="parameter"><code><a class="link" href="NMSettingVxlan.html" title="NMSettingVxlan"><span class="type">NMSettingVxlan</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.31.8.18.4"></a><h4>Parameters</h4> +<a name="nm-setting-vxlan-get-l3-miss.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -792,7 +792,7 @@ nm_setting_vxlan_get_l3_miss (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.31.8.18.5"></a><h4>Returns</h4> +<a name="nm-setting-vxlan-get-l3-miss.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingVxlan.html#NMSettingVxlan--l3-miss" title="The “l3-miss” property"><span class="type">“l3_miss”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -1069,6 +1069,6 @@ tunnel endpoint.</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/html/NMSettingWimax.html b/docs/libnm/html/NMSettingWimax.html index 132a0428..91763884 100644 --- a/docs/libnm/html/NMSettingWimax.html +++ b/docs/libnm/html/NMSettingWimax.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingVxlan.html" title="NMSettingVxlan"> <link rel="next" href="NMSettingWired.html" title="NMSettingWired"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -144,7 +144,7 @@ nm_setting_wimax_new (<em class="parameter"><code><span class="type">void</span> </div> <p>Creates a new <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.32.8.2.6"></a><h4>Returns</h4> +<a name="nm-setting-wimax-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> object</p> </div> </div> @@ -160,7 +160,7 @@ nm_setting_wimax_get_network_name (<em class="parameter"><code><a class="link" h <p>Returns the WiMAX NSP name (ex "Sprint" or "CLEAR") which identifies the specific WiMAX network this setting describes a connection to.</p> <div class="refsect3"> -<a name="id-1.4.32.8.3.6"></a><h4>Parameters</h4> +<a name="nm-setting-wimax-get-network-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -175,7 +175,7 @@ specific WiMAX network this setting describes a connection to.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.32.8.3.7"></a><h4>Returns</h4> +<a name="nm-setting-wimax-get-network-name.returns"></a><h4>Returns</h4> <p> the WiMAX NSP name</p> </div> </div> @@ -191,7 +191,7 @@ nm_setting_wimax_get_mac_address (<em class="parameter"><code><a class="link" hr <p>Returns the MAC address of a WiMAX device which this connection is locked to.</p> <div class="refsect3"> -<a name="id-1.4.32.8.4.6"></a><h4>Parameters</h4> +<a name="nm-setting-wimax-get-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -206,7 +206,7 @@ to.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.32.8.4.7"></a><h4>Returns</h4> +<a name="nm-setting-wimax-get-mac-address.returns"></a><h4>Returns</h4> <p> the MAC address</p> </div> </div> @@ -267,6 +267,6 @@ should use.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingWired.html b/docs/libnm/html/NMSettingWired.html index 568b9d5e..41bdca30 100644 --- a/docs/libnm/html/NMSettingWired.html +++ b/docs/libnm/html/NMSettingWired.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingWimax.html" title="NMSettingWimax"> <link rel="next" href="NMSettingWireless.html" title="NMSettingWireless"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -94,6 +94,13 @@ </td> </tr> <tr> +<td class="function_type">const <span class="returnvalue">char</span> * +</td> +<td class="function_name"> +<a class="link" href="NMSettingWired.html#nm-setting-wired-get-generate-mac-address-mask" title="nm_setting_wired_get_generate_mac_address_mask ()">nm_setting_wired_get_generate_mac_address_mask</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> <td class="function_type">const <span class="returnvalue">char</span> * const * </td> <td class="function_name"> @@ -262,6 +269,12 @@ <tr> <td class="property_type"> <span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="NMSettingWired.html#NMSettingWired--generate-mac-address-mask" title="The “generate-mac-address-mask” property">generate-mac-address-mask</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> <td class="property_name"><a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" title="The “mac-address” property">mac-address</a></td> <td class="property_flags">Read / Write</td> </tr> @@ -359,6 +372,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-GENERATE-MAC-ADDRESS-MASK:CAPS" title="NM_SETTING_WIRED_GENERATE_MAC_ADDRESS_MASK">NM_SETTING_WIRED_GENERATE_MAC_ADDRESS_MASK</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-MAC-ADDRESS-BLACKLIST:CAPS" title="NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST">NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST</a></td> </tr> <tr> @@ -414,7 +431,7 @@ necessary for connection to Ethernet networks.</p> nm_setting_wired_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.33.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -425,7 +442,7 @@ nm_setting_wired_new (<em class="parameter"><code><span class="type">void</span> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wired_get_port (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.33.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-port.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -440,7 +457,7 @@ nm_setting_wired_get_port (<em class="parameter"><code><a class="link" href="NMS </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-port.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--port" title="The “port” property"><span class="type">“port”</span></a> property of the setting</p> </div> </div> @@ -450,7 +467,7 @@ nm_setting_wired_get_port (<em class="parameter"><code><a class="link" href="NMS <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wired_get_speed (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.33.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-speed.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -465,7 +482,7 @@ nm_setting_wired_get_speed (<em class="parameter"><code><a class="link" href="NM </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-speed.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--speed" title="The “speed” property"><span class="type">“speed”</span></a> property of the setting</p> </div> </div> @@ -475,7 +492,7 @@ nm_setting_wired_get_speed (<em class="parameter"><code><a class="link" href="NM <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wired_get_duplex (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.33.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-duplex.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -490,7 +507,7 @@ nm_setting_wired_get_duplex (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-duplex.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--duplex" title="The “duplex” property"><span class="type">“duplex”</span></a> property of the setting</p> </div> </div> @@ -500,7 +517,7 @@ nm_setting_wired_get_duplex (<em class="parameter"><code><a class="link" href="N <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_wired_get_auto_negotiate (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.33.8.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-auto-negotiate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -515,7 +532,7 @@ nm_setting_wired_get_auto_negotiate (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.6.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-auto-negotiate.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--auto-negotiate" title="The “auto-negotiate” property"><span class="type">“auto-negotiate”</span></a> property of the setting</p> </div> </div> @@ -525,7 +542,7 @@ nm_setting_wired_get_auto_negotiate (<em class="parameter"><code><a class="link" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wired_get_mac_address (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.33.8.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -540,7 +557,7 @@ nm_setting_wired_get_mac_address (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.7.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a> property of the setting</p> </div> </div> @@ -551,7 +568,7 @@ nm_setting_wired_get_mac_address (<em class="parameter"><code><a class="link" hr nm_setting_wired_get_cloned_mac_address (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.33.8.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-cloned-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -566,18 +583,45 @@ nm_setting_wired_get_cloned_mac_address </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.8.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-cloned-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--cloned-mac-address" title="The “cloned-mac-address” property"><span class="type">“cloned-mac-address”</span></a> property of the setting</p> </div> </div> <hr> <div class="refsect2"> +<a name="nm-setting-wired-get-generate-mac-address-mask"></a><h3>nm_setting_wired_get_generate_mac_address_mask ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * +nm_setting_wired_get_generate_mac_address_mask + (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> +<div class="refsect3"> +<a name="nm-setting-wired-get-generate-mac-address-mask.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>setting</p></td> +<td class="parameter_description"><p>the <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-setting-wired-get-generate-mac-address-mask.returns"></a><h4>Returns</h4> +<p> the <a class="link" href="NMSettingWired.html#NMSettingWired--generate-mac-address-mask" title="The “generate-mac-address-mask” property"><span class="type">“generate-mac-address-mask”</span></a> property of the setting</p> +</div> +<p class="since">Since: 1.4</p> +</div> +<hr> +<div class="refsect2"> <a name="nm-setting-wired-get-mac-address-blacklist"></a><h3>nm_setting_wired_get_mac_address_blacklist ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * const * nm_setting_wired_get_mac_address_blacklist (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.33.8.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-mac-address-blacklist.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -592,7 +636,7 @@ nm_setting_wired_get_mac_address_blacklist </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.9.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-mac-address-blacklist.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address-blacklist" title="The “mac-address-blacklist” property"><span class="type">“mac-address-blacklist”</span></a> property of the setting</p> </div> </div> @@ -603,7 +647,7 @@ nm_setting_wired_get_mac_address_blacklist nm_setting_wired_get_num_mac_blacklist_items (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.33.8.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-num-mac-blacklist-items.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -618,7 +662,7 @@ nm_setting_wired_get_num_mac_blacklist_items </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.10.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-num-mac-blacklist-items.returns"></a><h4>Returns</h4> <p> the number of blacklisted MAC addresses</p> </div> </div> @@ -630,7 +674,7 @@ nm_setting_wired_get_mac_blacklist_item (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.33.8.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -652,7 +696,7 @@ nm_setting_wired_get_mac_blacklist_item </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.11.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-mac-blacklist-item.returns"></a><h4>Returns</h4> <p> the blacklisted MAC address string (hex-digits-and-colons notation) at index <em class="parameter"><code>idx</code></em> </p> @@ -667,7 +711,7 @@ nm_setting_wired_add_mac_blacklist_item <em class="parameter"><code>const <span class="type">char</span> *mac</code></em>);</pre> <p>Adds a new MAC address to the <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address-blacklist" title="The “mac-address-blacklist” property"><span class="type">“mac-address-blacklist”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.4.33.8.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-add-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -689,7 +733,7 @@ nm_setting_wired_add_mac_blacklist_item </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.12.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-add-mac-blacklist-item.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the MAC address was added; <code class="literal">FALSE</code> if the MAC address is invalid or was already present</p> </div> @@ -704,7 +748,7 @@ nm_setting_wired_remove_mac_blacklist_item <p>Removes the MAC address at index <em class="parameter"><code>idx</code></em> from the blacklist.</p> <div class="refsect3"> -<a name="id-1.4.33.8.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-remove-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -736,7 +780,7 @@ nm_setting_wired_remove_mac_blacklist_item_by_value <p>Removes the MAC address <em class="parameter"><code>mac</code></em> from the blacklist.</p> <div class="refsect3"> -<a name="id-1.4.33.8.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-remove-mac-blacklist-item-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -759,7 +803,7 @@ the blacklist</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.14.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-remove-mac-blacklist-item-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the MAC address was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> </div> @@ -771,7 +815,7 @@ nm_setting_wired_clear_mac_blacklist_items (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <p>Removes all blacklisted MAC addresses.</p> <div class="refsect3"> -<a name="id-1.4.33.8.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-clear-mac-blacklist-items.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -792,7 +836,7 @@ nm_setting_wired_clear_mac_blacklist_items <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wired_get_mtu (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.33.8.16.4"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-mtu.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -807,7 +851,7 @@ nm_setting_wired_get_mtu (<em class="parameter"><code><a class="link" href="NMSe </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.16.5"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-mtu.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWired.html#NMSettingWired--mtu" title="The “mtu” property"><span class="type">“mtu”</span></a> property of the setting</p> </div> </div> @@ -820,7 +864,7 @@ nm_setting_wired_get_s390_subchannels (<em class="parameter"><code><a class="lin connection is applicable to. The connection should only be used in conjunction with that device.</p> <div class="refsect3"> -<a name="id-1.4.33.8.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-s390-subchannels.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -835,7 +879,7 @@ conjunction with that device.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.17.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-s390-subchannels.returns"></a><h4>Returns</h4> <p> array of strings, each specifying one subchannel the s390 device uses to communicate to the host. </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]</span></p> @@ -849,7 +893,7 @@ nm_setting_wired_get_s390_nettype (<em class="parameter"><code><a class="link" h <p>Returns the s390 device type this connection should apply to. Will be one of 'qeth', 'lcs', or 'ctc'.</p> <div class="refsect3"> -<a name="id-1.4.33.8.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-s390-nettype.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -864,7 +908,7 @@ of 'qeth', 'lcs', or 'ctc'.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.18.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-s390-nettype.returns"></a><h4>Returns</h4> <p> the s390 device type</p> </div> </div> @@ -877,7 +921,7 @@ nm_setting_wired_get_num_s390_options (<em class="parameter"><code><a class="lin device when it is activated. This can be used to retrieve each s390 option individually using <a class="link" href="NMSettingWired.html#nm-setting-wired-get-s390-option" title="nm_setting_wired_get_s390_option ()"><code class="function">nm_setting_wired_get_s390_option()</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.33.8.19.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-num-s390-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -892,7 +936,7 @@ option individually using <a class="link" href="NMSettingWired.html#nm-setting-w </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.19.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-num-s390-options.returns"></a><h4>Returns</h4> <p> the number of s390-specific device options</p> </div> </div> @@ -910,7 +954,7 @@ are *not* guaranteed to be static across modifications to options done by and should not be used to refer to options except for short periods of time such as during option iteration.</p> <div class="refsect3"> -<a name="id-1.4.33.8.20.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-s390-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -946,7 +990,7 @@ modified. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.20.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-s390-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> on success if the index was valid and an option was found, <code class="literal">FALSE</code> if the index was invalid (ie, greater than the number of options currently held by the setting)</p> @@ -963,7 +1007,7 @@ nm_setting_wired_get_s390_option_by_key <em class="parameter"><code>key</code></em> , if it exists.</p> <div class="refsect3"> -<a name="id-1.4.33.8.21.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-s390-option-by-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -985,7 +1029,7 @@ nm_setting_wired_get_s390_option_by_key </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.21.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-s390-option-by-key.returns"></a><h4>Returns</h4> <p> the value, or <code class="literal">NULL</code> if the key/value pair was never added to the setting; the value is owned by the setting and must not be modified</p> </div> @@ -1002,7 +1046,7 @@ of allowed options. Key names may contain only alphanumeric characters (ie [a-zA-Z0-9]). Adding a new key replaces any existing key/value pair that may already exist.</p> <div class="refsect3"> -<a name="id-1.4.33.8.22.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-add-s390-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1029,7 +1073,7 @@ may already exist.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.22.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-add-s390-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the option was valid and was added to the internal option list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -1044,7 +1088,7 @@ nm_setting_wired_remove_s390_option (<em class="parameter"><code><a class="link" from the internal option list.</p> <div class="refsect3"> -<a name="id-1.4.33.8.23.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-remove-s390-option.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1066,7 +1110,7 @@ list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.23.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-remove-s390-option.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the option was found and removed from the internal option list, <code class="literal">FALSE</code> if it was not.</p> </div> @@ -1079,7 +1123,7 @@ nm_setting_wired_get_valid_s390_options (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <p>Returns a list of valid s390 options.</p> <div class="refsect3"> -<a name="id-1.4.33.8.24.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-valid-s390-options.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1094,7 +1138,7 @@ nm_setting_wired_get_valid_s390_options </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.24.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-valid-s390-options.returns"></a><h4>Returns</h4> <p> a <code class="literal">NULL</code>-terminated array of strings of valid s390 options. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> @@ -1106,7 +1150,7 @@ nm_setting_wired_get_valid_s390_options nm_setting_wired_get_wake_on_lan (<em class="parameter"><code><a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> *setting</code></em>);</pre> <p>Returns the Wake-on-LAN options enabled for the connection</p> <div class="refsect3"> -<a name="id-1.4.33.8.25.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-wake-on-lan.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1121,7 +1165,7 @@ nm_setting_wired_get_wake_on_lan (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.25.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-wake-on-lan.returns"></a><h4>Returns</h4> <p> the Wake-on-LAN options</p> </div> <p class="since">Since: 1.2</p> @@ -1135,7 +1179,7 @@ nm_setting_wired_get_wake_on_lan_password <p>Returns the Wake-on-LAN password. This only applies to <a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-WAKE-ON-LAN-MAGIC:CAPS"><code class="literal">NM_SETTING_WIRED_WAKE_ON_LAN_MAGIC</code></a>.</p> <div class="refsect3"> -<a name="id-1.4.33.8.26.5"></a><h4>Parameters</h4> +<a name="nm-setting-wired-get-wake-on-lan-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1150,7 +1194,7 @@ nm_setting_wired_get_wake_on_lan_password </table></div> </div> <div class="refsect3"> -<a name="id-1.4.33.8.26.6"></a><h4>Returns</h4> +<a name="nm-setting-wired-get-wake-on-lan-password.returns"></a><h4>Returns</h4> <p> the Wake-on-LAN setting password, or <code class="literal">NULL</code> if there is no password.</p> </div> <p class="since">Since: 1.2</p> @@ -1169,7 +1213,7 @@ nm_setting_wired_get_wake_on_lan_password <p>Options for <a class="link" href="NMSettingWired.html#NMSettingWired--wake-on-lan" title="The “wake-on-lan” property"><span class="type">“wake-on-lan”</span></a>. Note that not all options are supported by all devices.</p> <div class="refsect3"> -<a name="id-1.4.33.9.3.4"></a><h4>Members</h4> +<a name="NMSettingWiredWakeOnLan.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1307,6 +1351,12 @@ are supported by all devices.</p> </div> <hr> <div class="refsect2"> +<a name="NM-SETTING-WIRED-GENERATE-MAC-ADDRESS-MASK:CAPS"></a><h3>NM_SETTING_WIRED_GENERATE_MAC_ADDRESS_MASK</h3> +<pre class="programlisting">#define NM_SETTING_WIRED_GENERATE_MAC_ADDRESS_MASK "generate-mac-address-mask" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-SETTING-WIRED-MAC-ADDRESS-BLACKLIST:CAPS"></a><h3>NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST</h3> <pre class="programlisting">#define NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST "mac-address-blacklist" </pre> @@ -1370,6 +1420,17 @@ are supported by all devices.</p> <pre class="programlisting"> “cloned-mac-address” <span class="type">gchar</span> *</pre> <p>If specified, request that the device use this MAC address instead of its permanent MAC address. This is known as MAC cloning or spoofing.</p> +<p>Beside explicitly specifing a MAC address, the special values "preserve", "permanent", +"random" and "stable" are supported. +"preserve" means not to touch the MAC address on activation. +"permanent" means to use the permanent hardware address of the device. +"random" creates a random MAC address on each connect. +"stable" creates a hashed MAC address based on connection.stable-id (or +the connection's UUID) and a machine dependent key.</p> +<p>If unspecified, the value can be overwritten via global defaults, see manual +of NetworkManager.conf. If still unspecified, it defaults to "permanent".</p> +<p>On D-Bus, this field is expressed as "assigned-mac-address" or the deprecated +"cloned-mac-address".</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1384,6 +1445,37 @@ Either "half" or "full".</p> </div> <hr> <div class="refsect2"> +<a name="NMSettingWired--generate-mac-address-mask"></a><h3>The <code class="literal">“generate-mac-address-mask”</code> property</h3> +<pre class="programlisting"> “generate-mac-address-mask” <span class="type">gchar</span> *</pre> +<p>With <a class="link" href="NMSettingWired.html#NMSettingWired--cloned-mac-address" title="The “cloned-mac-address” property"><span class="type">“cloned-mac-address”</span></a> setting "random" or "stable", +by default all bits of the MAC address are scrambled and a locally-administered, +unicast MAC address is created. This property allows to specify that certain bits +are fixed. Note that the least significant bit of the first MAC address will +always be unset to create a unicast MAC address.</p> +<p>If the property is <code class="literal">NULL</code>, it is eligible to be overwritten by a default +connection setting. If the value is still <code class="literal">NULL</code> or an empty string, the +default is to create a locally-administered, unicast MAC address.</p> +<p>If the value contains one MAC address, this address is used as mask. The set +bits of the mask are to be filled with the current MAC address of the device, +while the unset bits are subject to randomization. +Setting "FE:FF:FF:00:00:00" means to preserve the OUI of the current MAC address +and only randomize the lower 3 bytes using the "random" or "stable" algorithm.</p> +<p>If the value contains one additional MAC address after the mask, +this address is used instead of the current MAC address to fill the bits +that shall not be randomized. For example, a value of +"FE:FF:FF:00:00:00 68:F7:28:00:00:00" will set the OUI of the MAC address +to 68:F7:28, while the lower bits are randomized. A value of +"02:00:00:00:00:00 00:00:00:00:00:00" will create a fully scrambled +globally-administered, burned-in MAC address.</p> +<p>If the value contains more then one additional MAC addresses, one of +them is chosen randomly. For example, "02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00" +will create a fully scrambled MAC address, randomly locally or globally +administered.</p> +<p>Flags: Read / Write</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2"> <a name="NMSettingWired--mac-address"></a><h3>The <code class="literal">“mac-address”</code> property</h3> <pre class="programlisting"> “mac-address” <span class="type">gchar</span> *</pre> <p>If specified, this connection will only apply to the Ethernet device @@ -1494,6 +1586,6 @@ no password will be required.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingWireless.html b/docs/libnm/html/NMSettingWireless.html index a58e847c..ff5b9e91 100644 --- a/docs/libnm/html/NMSettingWireless.html +++ b/docs/libnm/html/NMSettingWireless.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingWired.html" title="NMSettingWired"> <link rel="next" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -117,6 +117,13 @@ </td> </tr> <tr> +<td class="function_type">const <span class="returnvalue">char</span> * +</td> +<td class="function_name"> +<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-generate-mac-address-mask" title="nm_setting_wireless_get_generate_mac_address_mask ()">nm_setting_wireless_get_generate_mac_address_mask</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> <td class="function_type">const <span class="returnvalue">char</span> * const * </td> <td class="function_name"> @@ -269,6 +276,12 @@ <td class="property_flags">Read / Write</td> </tr> <tr> +<td class="property_type"> +<span class="type">gchar</span> *</td> +<td class="property_name"><a class="link" href="NMSettingWireless.html#NMSettingWireless--generate-mac-address-mask" title="The “generate-mac-address-mask” property">generate-mac-address-mask</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> <td class="property_type"><span class="type">gboolean</span></td> <td class="property_name"><a class="link" href="NMSettingWireless.html#NMSettingWireless--hidden" title="The “hidden” property">hidden</a></td> <td class="property_flags">Read / Write</td> @@ -379,6 +392,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-GENERATE-MAC-ADDRESS-MASK:CAPS" title="NM_SETTING_WIRELESS_GENERATE_MAC_ADDRESS_MASK">NM_SETTING_WIRELESS_GENERATE_MAC_ADDRESS_MASK</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-MAC-ADDRESS-BLACKLIST:CAPS" title="NM_SETTING_WIRELESS_MAC_ADDRESS_BLACKLIST">NM_SETTING_WIRELESS_MAC_ADDRESS_BLACKLIST</a></td> </tr> <tr> @@ -446,7 +463,7 @@ necessary for connection to 802.11 Wi-Fi networks.</p> nm_setting_wireless_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.34.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -457,7 +474,7 @@ nm_setting_wireless_new (<em class="parameter"><code><span class="type">void</sp <pre class="programlisting"><span class="returnvalue">GBytes</span> * nm_setting_wireless_get_ssid (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-ssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -472,7 +489,7 @@ nm_setting_wireless_get_ssid (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-ssid.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--ssid" title="The “ssid” property"><span class="type">“ssid”</span></a> property of the setting. </p> <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> @@ -483,7 +500,7 @@ nm_setting_wireless_get_ssid (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wireless_get_mode (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mode.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -498,7 +515,7 @@ nm_setting_wireless_get_mode (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mode.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mode" title="The “mode” property"><span class="type">“mode”</span></a> property of the setting</p> </div> </div> @@ -508,7 +525,7 @@ nm_setting_wireless_get_mode (<em class="parameter"><code><a class="link" href=" <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wireless_get_band (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-band.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -523,7 +540,7 @@ nm_setting_wireless_get_band (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-band.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--band" title="The “band” property"><span class="type">“band”</span></a> property of the setting</p> </div> </div> @@ -533,7 +550,7 @@ nm_setting_wireless_get_band (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wireless_get_channel (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.6.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-channel.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -548,7 +565,7 @@ nm_setting_wireless_get_channel (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.6.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-channel.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--channel" title="The “channel” property"><span class="type">“channel”</span></a> property of the setting</p> </div> </div> @@ -558,7 +575,7 @@ nm_setting_wireless_get_channel (<em class="parameter"><code><a class="link" hre <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wireless_get_bssid (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.7.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-bssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -573,7 +590,7 @@ nm_setting_wireless_get_bssid (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.7.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-bssid.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--bssid" title="The “bssid” property"><span class="type">“bssid”</span></a> property of the setting</p> </div> </div> @@ -583,7 +600,7 @@ nm_setting_wireless_get_bssid (<em class="parameter"><code><a class="link" href= <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wireless_get_rate (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.8.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-rate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -598,7 +615,7 @@ nm_setting_wireless_get_rate (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.8.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-rate.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--rate" title="The “rate” property"><span class="type">“rate”</span></a> property of the setting</p> </div> </div> @@ -608,7 +625,7 @@ nm_setting_wireless_get_rate (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wireless_get_tx_power (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.9.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-tx-power.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -623,7 +640,7 @@ nm_setting_wireless_get_tx_power (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.9.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-tx-power.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--tx-power" title="The “tx-power” property"><span class="type">“tx-power”</span></a> property of the setting</p> </div> </div> @@ -633,7 +650,7 @@ nm_setting_wireless_get_tx_power (<em class="parameter"><code><a class="link" hr <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wireless_get_mac_address (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -648,7 +665,7 @@ nm_setting_wireless_get_mac_address (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.10.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a> property of the setting</p> </div> </div> @@ -659,7 +676,7 @@ nm_setting_wireless_get_mac_address (<em class="parameter"><code><a class="link" nm_setting_wireless_get_cloned_mac_address (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.11.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-cloned-mac-address.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -674,18 +691,45 @@ nm_setting_wireless_get_cloned_mac_address </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.11.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-cloned-mac-address.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--cloned-mac-address" title="The “cloned-mac-address” property"><span class="type">“cloned-mac-address”</span></a> property of the setting</p> </div> </div> <hr> <div class="refsect2"> +<a name="nm-setting-wireless-get-generate-mac-address-mask"></a><h3>nm_setting_wireless_get_generate_mac_address_mask ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * +nm_setting_wireless_get_generate_mac_address_mask + (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> +<div class="refsect3"> +<a name="nm-setting-wireless-get-generate-mac-address-mask.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>setting</p></td> +<td class="parameter_description"><p>the <a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-setting-wireless-get-generate-mac-address-mask.returns"></a><h4>Returns</h4> +<p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--generate-mac-address-mask" title="The “generate-mac-address-mask” property"><span class="type">“generate-mac-address-mask”</span></a> property of the setting</p> +</div> +<p class="since">Since: 1.4</p> +</div> +<hr> +<div class="refsect2"> <a name="nm-setting-wireless-get-mac-address-blacklist"></a><h3>nm_setting_wireless_get_mac_address_blacklist ()</h3> <pre class="programlisting">const <span class="returnvalue">char</span> * const * nm_setting_wireless_get_mac_address_blacklist (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.12.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mac-address-blacklist.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -700,7 +744,7 @@ nm_setting_wireless_get_mac_address_blacklist </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.12.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mac-address-blacklist.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mac-address-blacklist" title="The “mac-address-blacklist” property"><span class="type">“mac-address-blacklist”</span></a> property of the setting</p> </div> </div> @@ -711,7 +755,7 @@ nm_setting_wireless_get_mac_address_blacklist nm_setting_wireless_get_num_mac_blacklist_items (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.13.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-num-mac-blacklist-items.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -726,7 +770,7 @@ nm_setting_wireless_get_num_mac_blacklist_items </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.13.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-num-mac-blacklist-items.returns"></a><h4>Returns</h4> <p> the number of blacklisted MAC addresses</p> </div> </div> @@ -738,7 +782,7 @@ nm_setting_wireless_get_mac_blacklist_item (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.14.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -760,7 +804,7 @@ nm_setting_wireless_get_mac_blacklist_item </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.14.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mac-blacklist-item.returns"></a><h4>Returns</h4> <p> the blacklisted MAC address string (hex-digits-and-colons notation) at index <em class="parameter"><code>idx</code></em> </p> @@ -775,7 +819,7 @@ nm_setting_wireless_add_mac_blacklist_item <em class="parameter"><code>const <span class="type">char</span> *mac</code></em>);</pre> <p>Adds a new MAC address to the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mac-address-blacklist" title="The “mac-address-blacklist” property"><span class="type">“mac-address-blacklist”</span></a> property.</p> <div class="refsect3"> -<a name="id-1.4.34.8.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-add-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -797,7 +841,7 @@ nm_setting_wireless_add_mac_blacklist_item </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.15.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-add-mac-blacklist-item.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the MAC address was added; <code class="literal">FALSE</code> if the MAC address is invalid or was already present</p> </div> @@ -812,7 +856,7 @@ nm_setting_wireless_remove_mac_blacklist_item <p>Removes the MAC address at index <em class="parameter"><code>idx</code></em> from the blacklist.</p> <div class="refsect3"> -<a name="id-1.4.34.8.16.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-remove-mac-blacklist-item.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -844,7 +888,7 @@ nm_setting_wireless_remove_mac_blacklist_item_by_value <p>Removes the MAC address <em class="parameter"><code>mac</code></em> from the blacklist.</p> <div class="refsect3"> -<a name="id-1.4.34.8.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-remove-mac-blacklist-item-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -867,7 +911,7 @@ the blacklist</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.17.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-remove-mac-blacklist-item-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the MAC address was found and removed; <code class="literal">FALSE</code> if it was not.</p> </div> </div> @@ -879,7 +923,7 @@ nm_setting_wireless_clear_mac_blacklist_items (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <p>Removes all blacklisted MAC addresses.</p> <div class="refsect3"> -<a name="id-1.4.34.8.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-clear-mac-blacklist-items.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -900,7 +944,7 @@ nm_setting_wireless_clear_mac_blacklist_items <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wireless_get_mtu (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.19.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mtu.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -915,7 +959,7 @@ nm_setting_wireless_get_mtu (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.19.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mtu.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mtu" title="The “mtu” property"><span class="type">“mtu”</span></a> property of the setting</p> </div> </div> @@ -925,7 +969,7 @@ nm_setting_wireless_get_mtu (<em class="parameter"><code><a class="link" href="N <pre class="programlisting"><span class="returnvalue">gboolean</span> nm_setting_wireless_get_hidden (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.20.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-hidden.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -940,7 +984,7 @@ nm_setting_wireless_get_hidden (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.20.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-hidden.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--hidden" title="The “hidden” property"><span class="type">“hidden”</span></a> property of the setting</p> </div> </div> @@ -950,7 +994,7 @@ nm_setting_wireless_get_hidden (<em class="parameter"><code><a class="link" href <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_wireless_get_powersave (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.21.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-powersave.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -965,7 +1009,7 @@ nm_setting_wireless_get_powersave (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.21.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-powersave.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--powersave" title="The “powersave” property"><span class="type">“powersave”</span></a> property of the setting</p> </div> <p class="since">Since: 1.2</p> @@ -977,7 +1021,7 @@ nm_setting_wireless_get_powersave (<em class="parameter"><code><a class="link" h nm_setting_wireless_get_mac_address_randomization (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.22.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-mac-address-randomization.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -992,7 +1036,7 @@ nm_setting_wireless_get_mac_address_randomization </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.22.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-mac-address-randomization.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWireless.html#NMSettingWireless--mac-address-randomization" title="The “mac-address-randomization” property"><span class="type">“mac-address-randomization”</span></a> property of the setting</p> </div> @@ -1009,7 +1053,7 @@ NetworkManager now tracks previously seen BSSIDs internally so this function no longer has much use. Actually, changes you make using this function will not be preserved.</p> <div class="refsect3"> -<a name="id-1.4.34.8.23.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-add-seen-bssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1031,7 +1075,7 @@ not be preserved.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.23.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-add-seen-bssid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>bssid</code></em> was already known, <code class="literal">FALSE</code> if not</p> </div> @@ -1043,7 +1087,7 @@ was already known, <code class="literal">FALSE</code> if not</p> nm_setting_wireless_get_num_seen_bssids (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.24.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-num-seen-bssids.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1058,7 +1102,7 @@ nm_setting_wireless_get_num_seen_bssids </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.24.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-num-seen-bssids.returns"></a><h4>Returns</h4> <p> the number of BSSIDs in the previously seen BSSID list</p> </div> </div> @@ -1069,7 +1113,7 @@ nm_setting_wireless_get_num_seen_bssids nm_setting_wireless_get_seen_bssid (<em class="parameter"><code><a class="link" href="NMSettingWireless.html" title="NMSettingWireless"><span class="type">NMSettingWireless</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.34.8.25.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-get-seen-bssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1091,7 +1135,7 @@ nm_setting_wireless_get_seen_bssid (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.25.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-get-seen-bssid.returns"></a><h4>Returns</h4> <p> the BSSID at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1114,7 +1158,7 @@ and mode. Useful for clients that wish to filter a set of connections against a set of access points and determine which connections are compatible with which access points.</p> <div class="refsect3"> -<a name="id-1.4.34.8.26.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-ap-security-compatible.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1158,7 +1202,7 @@ capabilities</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.34.8.26.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-ap-security-compatible.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the given settings are compatible with the access point's security flags and mode, <code class="literal">FALSE</code> if they are not.</p> </div> @@ -1227,6 +1271,12 @@ security flags and mode, <code class="literal">FALSE</code> if they are not.</p> </div> <hr> <div class="refsect2"> +<a name="NM-SETTING-WIRELESS-GENERATE-MAC-ADDRESS-MASK:CAPS"></a><h3>NM_SETTING_WIRELESS_GENERATE_MAC_ADDRESS_MASK</h3> +<pre class="programlisting">#define NM_SETTING_WIRELESS_GENERATE_MAC_ADDRESS_MASK "generate-mac-address-mask" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-SETTING-WIRELESS-MAC-ADDRESS-BLACKLIST:CAPS"></a><h3>NM_SETTING_WIRELESS_MAC_ADDRESS_BLACKLIST</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_MAC_ADDRESS_BLACKLIST "mac-address-blacklist" </pre> @@ -1289,7 +1339,7 @@ for this connection.</p> <a name="NMSettingWirelessPowersave"></a><h3>enum NMSettingWirelessPowersave</h3> <p>These flags indicate whether wireless powersave must be enabled.</p> <div class="refsect3"> -<a name="id-1.4.34.9.21.4"></a><h4>Members</h4> +<a name="NMSettingWirelessPowersave.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1385,8 +1435,50 @@ also requires the "band" property to be set.</p> <div class="refsect2"> <a name="NMSettingWireless--cloned-mac-address"></a><h3>The <code class="literal">“cloned-mac-address”</code> property</h3> <pre class="programlisting"> “cloned-mac-address” <span class="type">gchar</span> *</pre> -<p>If specified, request that the Wi-Fi device use this MAC address instead -of its permanent MAC address. This is known as MAC cloning or spoofing.</p> +<p>If specified, request that the device use this MAC address instead of its +permanent MAC address. This is known as MAC cloning or spoofing.</p> +<p>Beside explicitly specifing a MAC address, the special values "preserve", "permanent", +"random" and "stable" are supported. +"preserve" means not to touch the MAC address on activation. +"permanent" means to use the permanent hardware address of the device. +"random" creates a random MAC address on each connect. +"stable" creates a hashed MAC address based on connection.stable-id (or +the connection's UUID) and a machine dependent key.</p> +<p>If unspecified, the value can be overwritten via global defaults, see manual +of NetworkManager.conf. If still unspecified, it defaults to "permanent".</p> +<p>On D-Bus, this field is expressed as "assigned-mac-address" or the deprecated +"cloned-mac-address".</p> +<p>Flags: Read / Write</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2"> +<a name="NMSettingWireless--generate-mac-address-mask"></a><h3>The <code class="literal">“generate-mac-address-mask”</code> property</h3> +<pre class="programlisting"> “generate-mac-address-mask” <span class="type">gchar</span> *</pre> +<p>With <a class="link" href="NMSettingWireless.html#NMSettingWireless--cloned-mac-address" title="The “cloned-mac-address” property"><span class="type">“cloned-mac-address”</span></a> setting "random" or "stable", +by default all bits of the MAC address are scrambled and a locally-administered, +unicast MAC address is created. This property allows to specify that certain bits +are fixed. Note that the least significant bit of the first MAC address will +always be unset to create a unicast MAC address.</p> +<p>If the property is <code class="literal">NULL</code>, it is eligible to be overwritten by a default +connection setting. If the value is still <code class="literal">NULL</code> or an empty string, the +default is to create a locally-administered, unicast MAC address.</p> +<p>If the value contains one MAC address, this address is used as mask. The set +bits of the mask are to be filled with the current MAC address of the device, +while the unset bits are subject to randomization. +Setting "FE:FF:FF:00:00:00" means to preserve the OUI of the current MAC address +and only randomize the lower 3 bytes using the "random" or "stable" algorithm.</p> +<p>If the value contains one additional MAC address after the mask, +this address is used instead of the current MAC address to fill the bits +that shall not be randomized. For example, a value of +"FE:FF:FF:00:00:00 68:F7:28:00:00:00" will set the OUI of the MAC address +to 68:F7:28, while the lower bits are randomized. A value of +"02:00:00:00:00:00 00:00:00:00:00:00" will create a fully scrambled +globally-administered, burned-in MAC address.</p> +<p>If the value contains more then one additional MAC addresses, one of +them is chosen randomly. For example, "02:00:00:00:00:00 00:00:00:00:00:00 02:00:00:00:00:00" +will create a fully scrambled MAC address, randomly locally or globally +administered.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1430,6 +1522,10 @@ the user has set a global default to randomize and the supplicant supports randomization), <a class="link" href="NMSetting.html#NM-SETTING-MAC-RANDOMIZATION-NEVER:CAPS"><code class="literal">NM_SETTING_MAC_RANDOMIZATION_NEVER</code></a> (never randomize the MAC address), or <a class="link" href="NMSetting.html#NM-SETTING-MAC-RANDOMIZATION-ALWAYS:CAPS"><code class="literal">NM_SETTING_MAC_RANDOMIZATION_ALWAYS</code></a> (always randomize the MAC address).</p> +<div class="warning"> +<p><code class="literal">NMSettingWireless:mac-address-randomization</code> has been deprecated since version 1.4 and should not be used in newly-written code.</p> +<p>Deprecated by NMSettingWireless:cloned-mac-address property</p> +</div> <p>Flags: Read / Write</p> <p>Default value: 0</p> <p class="since">Since: 1.2</p> @@ -1508,6 +1604,6 @@ devices support setting a static transmit power.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSettingWirelessSecurity.html b/docs/libnm/html/NMSettingWirelessSecurity.html index b8e8f37f..08363746 100644 --- a/docs/libnm/html/NMSettingWirelessSecurity.html +++ b/docs/libnm/html/NMSettingWirelessSecurity.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSettingWireless.html" title="NMSettingWireless"> <link rel="next" href="ch04.html" title="Device and Runtime Configuration 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"> @@ -513,7 +513,7 @@ of how Wi-Fi security works, you may want to get copies of the following books.< nm_setting_wireless_security_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Creates a new <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> object with default values.</p> <div class="refsect3"> -<a name="id-1.4.35.8.2.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -525,7 +525,7 @@ nm_setting_wireless_security_new (<em class="parameter"><code><span class="type" nm_setting_wireless_security_get_key_mgmt (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.35.8.3.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-key-mgmt.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -540,7 +540,7 @@ nm_setting_wireless_security_get_key_mgmt </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.3.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-key-mgmt.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--key-mgmt" title="The “key-mgmt” property"><span class="type">“key-mgmt”</span></a> property of the setting</p> </div> </div> @@ -551,7 +551,7 @@ nm_setting_wireless_security_get_key_mgmt nm_setting_wireless_security_get_num_protos (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.35.8.4.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-num-protos.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -566,7 +566,7 @@ nm_setting_wireless_security_get_num_protos </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.4.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-num-protos.returns"></a><h4>Returns</h4> <p> the number of security protocols this connection allows when connecting to secure Wi-Fi networks</p> </div> @@ -579,7 +579,7 @@ nm_setting_wireless_security_get_proto (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.35.8.5.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-proto.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -601,7 +601,7 @@ nm_setting_wireless_security_get_proto </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.5.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-proto.returns"></a><h4>Returns</h4> <p> the protocol at index <em class="parameter"><code>i</code></em> </p> </div> @@ -620,7 +620,7 @@ protocol list contains only "wpa" but the access point for the SSID specified by this connection only supports WPA2/RSN, the connection cannot be used with the access point.</p> <div class="refsect3"> -<a name="id-1.4.35.8.6.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-add-proto.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -642,7 +642,7 @@ with the access point.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.6.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-add-proto.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the protocol was new and and was added to the allowed protocol list, or <code class="literal">FALSE</code> if it was already in the list</p> </div> @@ -656,7 +656,7 @@ nm_setting_wireless_security_remove_proto <em class="parameter"><code><span class="type">guint32</span> i</code></em>);</pre> <p>Removes a protocol from the allowed protocol list.</p> <div class="refsect3"> -<a name="id-1.4.35.8.7.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-proto.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -687,7 +687,7 @@ nm_setting_wireless_security_remove_proto_by_value <em class="parameter"><code>const <span class="type">char</span> *proto</code></em>);</pre> <p>Removes a protocol from the allowed protocol list.</p> <div class="refsect3"> -<a name="id-1.4.35.8.8.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-proto-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -709,7 +709,7 @@ nm_setting_wireless_security_remove_proto_by_value </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.8.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-remove-proto-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the protocol was found and removed; <code class="literal">FALSE</code> it it was not.</p> </div> </div> @@ -722,7 +722,7 @@ nm_setting_wireless_security_clear_protos <p>Removes all protocols from the allowed list. If there are no protocols specified then all protocols are allowed.</p> <div class="refsect3"> -<a name="id-1.4.35.8.9.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-clear-protos.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -744,7 +744,7 @@ specified then all protocols are allowed.</p> nm_setting_wireless_security_get_num_pairwise (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.35.8.10.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-num-pairwise.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -759,7 +759,7 @@ nm_setting_wireless_security_get_num_pairwise </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.10.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-num-pairwise.returns"></a><h4>Returns</h4> <p> the number of pairwise encryption algorithms in the allowed list</p> </div> </div> @@ -773,7 +773,7 @@ nm_setting_wireless_security_get_pairwise <p>Returns the allowed pairwise encryption algorithm from allowed algorithm list.</p> <div class="refsect3"> -<a name="id-1.4.35.8.11.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-pairwise.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -795,7 +795,7 @@ list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.11.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-pairwise.returns"></a><h4>Returns</h4> <p> the pairwise encryption algorithm at index <em class="parameter"><code>i</code></em> </p> </div> @@ -812,7 +812,7 @@ algorithms. If the list is not empty, then only access points that support one or more of the encryption algorithms in the list will be considered compatible with this connection.</p> <div class="refsect3"> -<a name="id-1.4.35.8.12.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-add-pairwise.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -834,7 +834,7 @@ compatible with this connection.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.12.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-add-pairwise.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the algorithm was added to the list, <code class="literal">FALSE</code> if it was already in the list</p> </div> @@ -849,7 +849,7 @@ nm_setting_wireless_security_remove_pairwise <p>Removes an encryption algorithm from the allowed pairwise encryption algorithm list.</p> <div class="refsect3"> -<a name="id-1.4.35.8.13.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-pairwise.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -881,7 +881,7 @@ nm_setting_wireless_security_remove_pairwise_by_value <p>Removes an encryption algorithm from the allowed pairwise encryption algorithm list.</p> <div class="refsect3"> -<a name="id-1.4.35.8.14.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-pairwise-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -903,7 +903,7 @@ algorithm list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.14.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-remove-pairwise-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the encryption algorith was found and removed; <code class="literal">FALSE</code> it it was not.</p> </div> </div> @@ -916,7 +916,7 @@ nm_setting_wireless_security_clear_pairwise <p>Removes all algorithms from the allowed list. If there are no algorithms specified then all pairwise encryption algorithms are allowed.</p> <div class="refsect3"> -<a name="id-1.4.35.8.15.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-clear-pairwise.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -938,7 +938,7 @@ specified then all pairwise encryption algorithms are allowed.</p> nm_setting_wireless_security_get_num_groups (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.35.8.16.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-num-groups.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -953,7 +953,7 @@ nm_setting_wireless_security_get_num_groups </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.16.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-num-groups.returns"></a><h4>Returns</h4> <p> the number of groupwise encryption algorithms in the allowed list</p> </div> </div> @@ -967,7 +967,7 @@ nm_setting_wireless_security_get_group <p>Returns the allowed groupwise encryption algorithm from allowed algorithm list.</p> <div class="refsect3"> -<a name="id-1.4.35.8.17.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-group.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -989,7 +989,7 @@ list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.17.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-group.returns"></a><h4>Returns</h4> <p> the groupwise encryption algorithm at index <em class="parameter"><code>i</code></em> </p> </div> @@ -1006,7 +1006,7 @@ algorithms. If the list is not empty, then only access points that support one or more of the encryption algorithms in the list will be considered compatible with this connection.</p> <div class="refsect3"> -<a name="id-1.4.35.8.18.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-add-group.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1029,7 +1029,7 @@ compatible with this connection.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.18.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-add-group.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the algorithm was added to the list, <code class="literal">FALSE</code> if it was already in the list</p> </div> @@ -1044,7 +1044,7 @@ nm_setting_wireless_security_remove_group <p>Removes an encryption algorithm from the allowed groupwise encryption algorithm list.</p> <div class="refsect3"> -<a name="id-1.4.35.8.19.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-group.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1076,7 +1076,7 @@ nm_setting_wireless_security_remove_group_by_value <p>Removes an encryption algorithm from the allowed groupwise encryption algorithm list.</p> <div class="refsect3"> -<a name="id-1.4.35.8.20.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-remove-group-by-value.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1099,7 +1099,7 @@ algorithm list.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.20.6"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-remove-group-by-value.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the algorithm was found and removed; <code class="literal">FALSE</code> it it was not.</p> </div> </div> @@ -1112,7 +1112,7 @@ nm_setting_wireless_security_clear_groups <p>Removes all algorithms from the allowed list. If there are no algorithms specified then all groupwise encryption algorithms are allowed.</p> <div class="refsect3"> -<a name="id-1.4.35.8.21.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-clear-groups.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1133,7 +1133,7 @@ specified then all groupwise encryption algorithms are allowed.</p> <pre class="programlisting">const <span class="returnvalue">char</span> * nm_setting_wireless_security_get_psk (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.35.8.22.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-psk.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1148,7 +1148,7 @@ nm_setting_wireless_security_get_psk (<em class="parameter"><code><a class="link </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.22.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-psk.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk" title="The “psk” property"><span class="type">“psk”</span></a> property of the setting</p> </div> </div> @@ -1159,7 +1159,7 @@ nm_setting_wireless_security_get_psk (<em class="parameter"><code><a class="link nm_setting_wireless_security_get_psk_flags (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.35.8.23.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-psk-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1174,7 +1174,7 @@ nm_setting_wireless_security_get_psk_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.23.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-psk-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk" title="The “psk” property"><span class="type">“psk”</span></a></p> </div> @@ -1186,7 +1186,7 @@ nm_setting_wireless_security_get_psk_flags nm_setting_wireless_security_get_leap_username (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.35.8.24.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-leap-username.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1201,7 +1201,7 @@ nm_setting_wireless_security_get_leap_username </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.24.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-leap-username.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-username" title="The “leap-username” property"><span class="type">“leap-username”</span></a> property of the setting</p> </div> </div> @@ -1212,7 +1212,7 @@ nm_setting_wireless_security_get_leap_username nm_setting_wireless_security_get_leap_password (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.35.8.25.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-leap-password.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1227,7 +1227,7 @@ nm_setting_wireless_security_get_leap_password </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.25.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-leap-password.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password" title="The “leap-password” property"><span class="type">“leap-password”</span></a> property of the setting</p> </div> </div> @@ -1238,7 +1238,7 @@ nm_setting_wireless_security_get_leap_password nm_setting_wireless_security_get_leap_password_flags (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.35.8.26.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-leap-password-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1253,7 +1253,7 @@ nm_setting_wireless_security_get_leap_password_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.26.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-leap-password-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password" title="The “leap-password” property"><span class="type">“leap-password”</span></a></p> </div> @@ -1266,7 +1266,7 @@ nm_setting_wireless_security_get_wep_key (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>, <em class="parameter"><code><span class="type">guint32</span> idx</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.35.8.27.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-wep-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1288,7 +1288,7 @@ nm_setting_wireless_security_get_wep_key </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.27.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-wep-key.returns"></a><h4>Returns</h4> <p> the WEP key at the given index</p> </div> </div> @@ -1302,7 +1302,7 @@ nm_setting_wireless_security_set_wep_key <em class="parameter"><code>const <span class="type">char</span> *key</code></em>);</pre> <p>Sets a WEP key in the given index.</p> <div class="refsect3"> -<a name="id-1.4.35.8.28.5"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-set-wep-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1338,7 +1338,7 @@ property.</p></td> nm_setting_wireless_security_get_wep_tx_keyidx (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.35.8.29.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-wep-tx-keyidx.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1353,7 +1353,7 @@ nm_setting_wireless_security_get_wep_tx_keyidx </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.29.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-wep-tx-keyidx.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-tx-keyidx" title="The “wep-tx-keyidx” property"><span class="type">“wep-tx-keyidx”</span></a> property of the setting</p> </div> </div> @@ -1364,7 +1364,7 @@ nm_setting_wireless_security_get_wep_tx_keyidx nm_setting_wireless_security_get_auth_alg (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.35.8.30.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-auth-alg.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1379,7 +1379,7 @@ nm_setting_wireless_security_get_auth_alg </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.30.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-auth-alg.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--auth-alg" title="The “auth-alg” property"><span class="type">“auth-alg”</span></a> property of the setting</p> </div> </div> @@ -1390,7 +1390,7 @@ nm_setting_wireless_security_get_auth_alg nm_setting_wireless_security_get_wep_key_flags (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.35.8.31.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-wep-key-flags.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1405,7 +1405,7 @@ nm_setting_wireless_security_get_wep_key_flags </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.31.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-wep-key-flags.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSetting.html#NMSettingSecretFlags" title="enum NMSettingSecretFlags"><span class="type">NMSettingSecretFlags</span></a> pertaining to the all WEP keys</p> </div> </div> @@ -1416,7 +1416,7 @@ nm_setting_wireless_security_get_wep_key_flags nm_setting_wireless_security_get_wep_key_type (<em class="parameter"><code><a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> *setting</code></em>);</pre> <div class="refsect3"> -<a name="id-1.4.35.8.32.4"></a><h4>Parameters</h4> +<a name="nm-setting-wireless-security-get-wep-key-type.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1431,7 +1431,7 @@ nm_setting_wireless_security_get_wep_key_type </table></div> </div> <div class="refsect3"> -<a name="id-1.4.35.8.32.5"></a><h4>Returns</h4> +<a name="nm-setting-wireless-security-get-wep-key-type.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key-type" title="The “wep-key-type” property"><span class="type">“wep-key-type”</span></a> property of the setting</p> </div> </div> @@ -1456,7 +1456,7 @@ ASCII keys are also valid WEP passphrases, but since passphrases and ASCII keys are hashed differently to determine the actual WEP key the type must be specified.</p> <div class="refsect3"> -<a name="id-1.4.35.9.3.4"></a><h4>Members</h4> +<a name="NMWepKeyType.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1783,6 +1783,6 @@ Linksys WRT54G) number the keys 1 - 4.</p> </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/NMSimpleConnection.html b/docs/libnm/html/NMSimpleConnection.html index b96c0029..00e3f8d7 100644 --- a/docs/libnm/html/NMSimpleConnection.html +++ b/docs/libnm/html/NMSimpleConnection.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMConnection.html" title="NMConnection"> <link rel="next" href="NMSetting.html" title="NMSetting"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -106,7 +106,7 @@ nm_simple_connection_new (<em class="parameter"><code><span class="type">void</s <a class="link" href="NMSimpleConnection.html" title="NMSimpleConnection"><span class="type">NMSimpleConnection</span></a> does not directly represent a D-Bus-exported connection, but might be used in the process of creating a new one.</p> <div class="refsect3"> -<a name="id-1.4.3.8.2.5"></a><h4>Returns</h4> +<a name="nm-simple-connection-new.returns"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> object. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -121,7 +121,7 @@ nm_simple_connection_new_from_dbus (<em class="parameter"><code><span class="typ connection and normalize the connection. See <a class="link" href="NMConnection.html#nm-connection-to-dbus" title="nm_connection_to_dbus ()"><code class="function">nm_connection_to_dbus()</code></a> for a description of the expected hash table.</p> <div class="refsect3"> -<a name="id-1.4.3.8.3.5"></a><h4>Parameters</h4> +<a name="nm-simple-connection-new-from-dbus.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -143,7 +143,7 @@ description of the expected hash table.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.4.3.8.3.6"></a><h4>Returns</h4> +<a name="nm-simple-connection-new-from-dbus.returns"></a><h4>Returns</h4> <p> the new <a class="link" href="NMSimpleConnection.html" title="NMSimpleConnection"><span class="type">NMSimpleConnection</span></a> object, populated with settings created from the values in the hash table, or <code class="literal">NULL</code> if the connection failed to normalize. </p> @@ -157,7 +157,7 @@ connection failed to normalize. </p> nm_simple_connection_new_clone (<em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p>Clones an <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> as an <a class="link" href="NMSimpleConnection.html" title="NMSimpleConnection"><span class="type">NMSimpleConnection</span></a>.</p> <div class="refsect3"> -<a name="id-1.4.3.8.4.5"></a><h4>Parameters</h4> +<a name="nm-simple-connection-new-clone.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_simple_connection_new_clone (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.4.3.8.4.6"></a><h4>Returns</h4> +<a name="nm-simple-connection-new-clone.returns"></a><h4>Returns</h4> <p> a new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> containing the same settings and properties as the source <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a>. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -188,6 +188,6 @@ and properties as the source <a class="link" href="NMConnection.html" title="NMC </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/html/NMVpnConnection.html b/docs/libnm/html/NMVpnConnection.html index 3f0b93bc..94eff703 100644 --- a/docs/libnm/html/NMVpnConnection.html +++ b/docs/libnm/html/NMVpnConnection.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMActiveConnection.html" title="NMActiveConnection"> <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"> @@ -147,7 +147,7 @@ NMVpnConnection implements 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.5.21.10.2.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"> @@ -162,7 +162,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.5.21.10.2.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> @@ -173,7 +173,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.5.21.10.3.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"> @@ -188,7 +188,7 @@ nm_vpn_connection_get_banner (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.5.21.10.3.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> @@ -245,6 +245,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/html/NMVpnEditorPlugin.html b/docs/libnm/html/NMVpnEditorPlugin.html index d49d5fea..cae4d706 100644 --- a/docs/libnm/html/NMVpnEditorPlugin.html +++ b/docs/libnm/html/NMVpnEditorPlugin.html @@ -8,7 +8,7 @@ <link rel="up" href="ch06.html" title="VPN Plugin API Reference"> <link rel="prev" href="libnm-nm-vpn-dbus-interface.html" title="nm-vpn-dbus-interface"> <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"> @@ -77,6 +77,14 @@ </tr> <tr> <td class="function_type"> +<span class="returnvalue">gsize</span> +</td> +<td class="function_name"> +<a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-get-vt" title="nm_vpn_editor_plugin_get_vt ()">nm_vpn_editor_plugin_get_vt</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> <a class="link" href="NMConnection.html" title="NMConnection"><span class="returnvalue">NMConnection</span></a> * </td> <td class="function_name"> @@ -107,6 +115,29 @@ <a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-load-from-file" title="nm_vpn_editor_plugin_load_from_file ()">nm_vpn_editor_plugin_load_from_file</a> <span class="c_punctuation">()</span> </td> </tr> +<tr> +<td class="function_type"> +<a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="returnvalue">NMVpnEditorPlugin</span></a> * +</td> +<td class="function_name"> +<a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-load" title="nm_vpn_editor_plugin_load ()">nm_vpn_editor_plugin_load</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type">struct <span class="returnvalue">_NMVpnPluginInfo</span> * +</td> +<td class="function_name"> +<a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-get-plugin-info" title="nm_vpn_editor_plugin_get_plugin_info ()">nm_vpn_editor_plugin_get_plugin_info</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> +<span class="returnvalue">void</span> +</td> +<td class="function_name"> +<a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-set-plugin-info" title="nm_vpn_editor_plugin_set_plugin_info ()">nm_vpn_editor_plugin_set_plugin_info</a> <span class="c_punctuation">()</span> +</td> +</tr> </tbody> </table></div> </div> @@ -187,6 +218,10 @@ <td class="datatype_keyword"> </td> <td class="function_name"><a class="link" href="NMVpnEditorPlugin.html#NMVpnEditor-struct" title="NMVpnEditor">NMVpnEditor</a></td> </tr> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="NMVpnEditorPlugin.html#NMVpnEditorPluginVT" title="NMVpnEditorPluginVT">NMVpnEditorPluginVT</a></td> +</tr> </tbody> </table></div> </div> @@ -229,7 +264,7 @@ nm_vpn_editor_plugin_get_editor (<em class="parameter"><code><a class="link" hre <em class="parameter"><code><a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> *connection</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <div class="refsect3"> -<a name="id-1.7.3.11.4.4"></a><h4>Parameters</h4> +<a name="nm-vpn-editor-plugin-get-editor.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -256,7 +291,7 @@ nm_vpn_editor_plugin_get_editor (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.7.3.11.4.5"></a><h4>Returns</h4> +<a name="nm-vpn-editor-plugin-get-editor.returns"></a><h4>Returns</h4> <p> a new <a class="link" href="NMVpnEditorPlugin.html#NMVpnEditor"><span class="type">NMVpnEditor</span></a> or <code class="literal">NULL</code> on error. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -269,13 +304,60 @@ nm_vpn_editor_plugin_get_capabilities (<em class="parameter"><code><a class="lin </div> <hr> <div class="refsect2"> +<a name="nm-vpn-editor-plugin-get-vt"></a><h3>nm_vpn_editor_plugin_get_vt ()</h3> +<pre class="programlisting"><span class="returnvalue">gsize</span> +nm_vpn_editor_plugin_get_vt (<em class="parameter"><code><a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="type">NMVpnEditorPlugin</span></a> *plugin</code></em>, + <em class="parameter"><code><a class="link" href="NMVpnEditorPlugin.html#NMVpnEditorPluginVT" title="NMVpnEditorPluginVT"><span class="type">NMVpnEditorPluginVT</span></a> *vt</code></em>, + <em class="parameter"><code><span class="type">gsize</span> vt_size</code></em>);</pre> +<p>Returns an opaque VT function table for the plugin to extend +functionality. The actual meaning of NMVpnEditorPluginVT is not +defined in public API of libnm, instead it must be agreed by +both the plugin and the caller. See the header-only file +'nm-vpn-editor-plugin-call.h' which defines the meaning.</p> +<div class="refsect3"> +<a name="nm-vpn-editor-plugin-get-vt.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>plugin</p></td> +<td class="parameter_description"><p>the <a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="type">NMVpnEditorPlugin</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>vt</p></td> +<td class="parameter_description"><p> buffer to be filled with the VT table of the plugin. </p></td> +<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td> +</tr> +<tr> +<td class="parameter_name"><p>vt_size</p></td> +<td class="parameter_description"><p>the size of the buffer. Can be 0 to only query the +size of plugin's VT.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-vpn-editor-plugin-get-vt.returns"></a><h4>Returns</h4> +<p> the actual size of the <em class="parameter"><code>plugin</code></em> +'s virtual function table.</p> +</div> +<p class="since">Since: 1.4</p> +</div> +<hr> +<div class="refsect2"> <a name="nm-vpn-editor-plugin-import"></a><h3>nm_vpn_editor_plugin_import ()</h3> <pre class="programlisting"><a class="link" href="NMConnection.html" title="NMConnection"><span class="returnvalue">NMConnection</span></a> * nm_vpn_editor_plugin_import (<em class="parameter"><code><a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="type">NMVpnEditorPlugin</span></a> *plugin</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <div class="refsect3"> -<a name="id-1.7.3.11.6.4"></a><h4>Parameters</h4> +<a name="nm-vpn-editor-plugin-import.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -302,7 +384,7 @@ nm_vpn_editor_plugin_import (<em class="parameter"><code><a class="link" href="N </table></div> </div> <div class="refsect3"> -<a name="id-1.7.3.11.6.5"></a><h4>Returns</h4> +<a name="nm-vpn-editor-plugin-import.returns"></a><h4>Returns</h4> <p> a new <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> imported from <em class="parameter"><code>path</code></em> , or <code class="literal">NULL</code> on error or if the file at <em class="parameter"><code>path</code></em> @@ -345,9 +427,10 @@ function.</p> is not an absolute path name, it assumes the file is in the plugin directory of NetworkManager. In any case, the call will do certain checks on the file before passing it to dlopen. -A consequence for that is, that you cannot omit the ".so" suffix.</p> +A consequence for that is, that you cannot omit the ".so" suffix +as you could for <a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-load" title="nm_vpn_editor_plugin_load ()"><code class="function">nm_vpn_editor_plugin_load()</code></a>.</p> <div class="refsect3"> -<a name="id-1.7.3.11.9.6"></a><h4>Parameters</h4> +<a name="nm-vpn-editor-plugin-load-from-file.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -398,12 +481,125 @@ loading the shared library. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.7.3.11.9.7"></a><h4>Returns</h4> +<a name="nm-vpn-editor-plugin-load-from-file.returns"></a><h4>Returns</h4> <p> a new plugin instance or <code class="literal">NULL</code> on error. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> <p class="since">Since: 1.2</p> </div> +<hr> +<div class="refsect2"> +<a name="nm-vpn-editor-plugin-load"></a><h3>nm_vpn_editor_plugin_load ()</h3> +<pre class="programlisting"><a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="returnvalue">NMVpnEditorPlugin</span></a> * +nm_vpn_editor_plugin_load (<em class="parameter"><code>const <span class="type">char</span> *plugin_name</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *check_service</code></em>, + <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> +<p>Load the shared libary <em class="parameter"><code>plugin_name</code></em> + and create a new +<a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="type">NMVpnEditorPlugin</span></a> instace via the <a class="link" href="NMVpnEditorPlugin.html#NMVpnEditorPluginFactory" title="NMVpnEditorPluginFactory ()"><span class="type">NMVpnEditorPluginFactory</span></a> +function.</p> +<p>This is similar to <a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-load-from-file" title="nm_vpn_editor_plugin_load_from_file ()"><code class="function">nm_vpn_editor_plugin_load_from_file()</code></a>, but +it does no validation of the plugin name, instead passes it directly +to <code class="function">dlopen()</code>. If you have the full path to a plugin file, +<a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-load-from-file" title="nm_vpn_editor_plugin_load_from_file ()"><code class="function">nm_vpn_editor_plugin_load_from_file()</code></a> is preferred.</p> +<div class="refsect3"> +<a name="nm-vpn-editor-plugin-load.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>plugin_name</p></td> +<td class="parameter_description"><p>The name of the shared library to load. +This path will be directly passed to <code class="function">dlopen()</code> without +further checks.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>check_service</p></td> +<td class="parameter_description"><p>if not-null, check that the loaded plugin advertises +the given service.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>error</p></td> +<td class="parameter_description"><p>on failure the error reason.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-vpn-editor-plugin-load.returns"></a><h4>Returns</h4> +<p> a new plugin instance or <code class="literal">NULL</code> on error. </p> +<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> +</div> +<p class="since">Since: 1.4</p> +</div> +<hr> +<div class="refsect2"> +<a name="nm-vpn-editor-plugin-get-plugin-info"></a><h3>nm_vpn_editor_plugin_get_plugin_info ()</h3> +<pre class="programlisting">struct <span class="returnvalue">_NMVpnPluginInfo</span> * +nm_vpn_editor_plugin_get_plugin_info (<em class="parameter"><code><a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="type">NMVpnEditorPlugin</span></a> *plugin</code></em>);</pre> +<div class="refsect3"> +<a name="nm-vpn-editor-plugin-get-plugin-info.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>plugin</p></td> +<td class="parameter_description"><p>the <a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="type">NMVpnEditorPlugin</span></a> instance</p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-vpn-editor-plugin-get-plugin-info.returns"></a><h4>Returns</h4> +<p> if set, return the <span class="type">NMVpnPluginInfo</span> instance. </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> +<p class="since">Since: 1.4</p> +</div> +<hr> +<div class="refsect2"> +<a name="nm-vpn-editor-plugin-set-plugin-info"></a><h3>nm_vpn_editor_plugin_set_plugin_info ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +nm_vpn_editor_plugin_set_plugin_info (<em class="parameter"><code><a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="type">NMVpnEditorPlugin</span></a> *plugin</code></em>, + <em class="parameter"><code><span class="type">struct _NMVpnPluginInfo</span> *plugin_info</code></em>);</pre> +<p>Set or clear the plugin-info instance. +This takes a weak reference on <em class="parameter"><code>plugin_info</code></em> +, to avoid circular +reference as the plugin-info might also reference the editor-plugin.</p> +<div class="refsect3"> +<a name="nm-vpn-editor-plugin-set-plugin-info.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>plugin</p></td> +<td class="parameter_description"><p>the <a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"><span class="type">NMVpnEditorPlugin</span></a> instance</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>plugin_info</p></td> +<td class="parameter_description"><p> a <span class="type">NMVpnPluginInfo</span> instance or <code class="literal">NULL</code>. </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> +</tbody> +</table></div> +</div> +<p class="since">Since: 1.4</p> +</div> </div> <div class="refsect1"> <a name="NMVpnEditorPlugin.other_details"></a><h2>Types and Values</h2> @@ -411,7 +607,7 @@ loading the shared library. </p></td> <a name="NMVpnEditorPluginCapability"></a><h3>enum NMVpnEditorPluginCapability</h3> <p>Flags that indicate certain capabilities of the plugin to editor programs.</p> <div class="refsect3"> -<a name="id-1.7.3.12.2.4"></a><h4>Members</h4> +<a name="NMVpnEditorPluginCapability.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -491,11 +687,17 @@ loading the shared library. </p></td> GError **error); char * (*get_suggested_filename) (NMVpnEditorPlugin *plugin, NMConnection *connection); + + void (*notify_plugin_info_set) (NMVpnEditorPlugin *plugin, + struct _NMVpnPluginInfo *plugin_info); + + const NMVpnEditorPluginVT *(*get_vt) (NMVpnEditorPlugin *plugin, + gsize *out_vt_size); } NMVpnEditorPluginInterface; </pre> <p>Interface for VPN editor plugins.</p> <div class="refsect3"> -<a name="id-1.7.3.12.6.5"></a><h4>Members</h4> +<a name="NMVpnEditorPluginInterface.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="struct_members_name"> @@ -504,11 +706,6 @@ loading the shared library. </p></td> </colgroup> <tbody> <tr> -<td class="struct_member_name"><p><span class="type">GTypeInterface</span> <em class="structfield"><code><a name="NMVpnEditorPluginInterface.g-iface"></a>g_iface</code></em>;</p></td> -<td class="struct_member_description"><p>the parent interface</p></td> -<td class="struct_member_annotations"> </td> -</tr> -<tr> <td class="struct_member_name"><p><em class="structfield"><code><a name="NMVpnEditorPluginInterface.get-editor"></a>get_editor</code></em> ()</p></td> <td class="struct_member_description"><p>returns an <a class="link" href="NMVpnEditorPlugin.html#NMVpnEditor"><span class="type">NMVpnEditor</span></a>, pre-filled with values from <em class="parameter"><code>connection</code></em> if non-<code class="literal">NULL</code>.</p></td> @@ -546,6 +743,17 @@ name. Returned value will be <code class="literal">NULL</code> or a suggested f the caller.</p></td> <td class="struct_member_annotations"> </td> </tr> +<tr> +<td class="struct_member_name"><p><em class="structfield"><code><a name="NMVpnEditorPluginInterface.notify-plugin-info-set"></a>notify_plugin_info_set</code></em> ()</p></td> +<td> </td> +<td> </td> +</tr> +<tr> +<td class="struct_member_name"><p><em class="structfield"><code><a name="NMVpnEditorPluginInterface.get-vt"></a>get_vt</code></em> ()</p></td> +<td class="struct_member_description"><p>return a virtual function table to implement further functions in +the plugin, without requiring to update libnm. Used by <a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-get-vt" title="nm_vpn_editor_plugin_get_vt ()"><code class="function">nm_vpn_editor_plugin_get_vt()</code></a>.</p></td> +<td class="struct_member_annotations"> </td> +</tr> </tbody> </table></div> </div> @@ -555,6 +763,11 @@ the caller.</p></td> <a name="NMVpnEditor-struct"></a><h3>NMVpnEditor</h3> <pre class="programlisting">typedef struct _NMVpnEditor NMVpnEditor;</pre> </div> +<hr> +<div class="refsect2"> +<a name="NMVpnEditorPluginVT"></a><h3>NMVpnEditorPluginVT</h3> +<pre class="programlisting">typedef struct _NMVpnEditorPluginVT NMVpnEditorPluginVT;</pre> +</div> </div> <div class="refsect1"> <a name="NMVpnEditorPlugin.property-details"></a><h2>Property Details</h2> @@ -594,6 +807,6 @@ user_function (<a class="link" href="NMVpnEditorPlugin.html#NMVpnEditor"><span c </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/html/NMWimaxNsp.html b/docs/libnm/html/NMWimaxNsp.html index 980be14e..599612e0 100644 --- a/docs/libnm/html/NMWimaxNsp.html +++ b/docs/libnm/html/NMWimaxNsp.html @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Device and Runtime Configuration API Reference"> <link rel="prev" href="NMAccessPoint.html" title="NMAccessPoint"> <link rel="next" href="NMIPConfig.html" title="NMIPConfig"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -163,7 +163,7 @@ NMWimaxNsp implements 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.5.24.9.2.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"> @@ -178,7 +178,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.5.24.9.2.6"></a><h4>Returns</h4> +<a name="nm-wimax-nsp-get-name.returns"></a><h4>Returns</h4> <p> the name</p> </div> </div> @@ -189,7 +189,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.5.24.9.3.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"> @@ -204,7 +204,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.5.24.9.3.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> @@ -215,7 +215,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.5.24.9.4.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"> @@ -230,7 +230,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.5.24.9.4.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> @@ -245,7 +245,7 @@ return connections which may be activated with the NSP. 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.5.24.9.5.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"> @@ -260,7 +260,7 @@ connections will match the <em class="parameter"><code>nsp</code></em> </tr> <tr> <td class="parameter_name"><p>connections</p></td> -<td class="parameter_description"><p> an array of <a href="NMConnection.html"><span class="type">NMConnections</span></a> to +<td class="parameter_description"><p> an array of <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnections</span></a> to filter. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMConnection]</span></td> </tr> @@ -268,9 +268,9 @@ filter. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.24.9.5.6"></a><h4>Returns</h4> +<a name="nm-wimax-nsp-filter-connections.returns"></a><h4>Returns</h4> <p> an array of -<a href="NMConnection.html"><span class="type">NMConnections</span></a> that could be activated with the given <em class="parameter"><code>nsp</code></em> +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnection-struct"><span class="type">NMConnections</span></a> that could be activated with the given <em class="parameter"><code>nsp</code></em> . The array should be freed with <code class="function">g_ptr_array_unref()</code> when it is no longer required. </p> <p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMConnection]</span></p> @@ -287,7 +287,7 @@ 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.5.24.9.6.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"> @@ -311,7 +311,7 @@ against</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.5.24.9.6.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> @@ -371,6 +371,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/html/annotation-glossary.html b/docs/libnm/html/annotation-glossary.html index ff056841..536d9dc2 100644 --- a/docs/libnm/html/annotation-glossary.html +++ b/docs/libnm/html/annotation-glossary.html @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="libnm Reference Manual"> <link rel="up" href="index.html" title="libnm 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"> @@ -68,6 +68,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/html/api-index-full.html b/docs/libnm/html/api-index-full.html index 5450ce1f..15cfcad6 100644 --- a/docs/libnm/html/api-index-full.html +++ b/docs/libnm/html/api-index-full.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm 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"> @@ -415,7 +415,7 @@ </dt> <dd></dd> <dt> -<a class="link" href="libnm-nm-version.html#NM-AVAILABLE-IN-1-2-4:CAPS" title="NM_AVAILABLE_IN_1_2_4">NM_AVAILABLE_IN_1_2_4</a>, macro in <a class="link" href="libnm-nm-version.html" title="nm-version">nm-version</a> +<a class="link" href="libnm-nm-version.html#NM-AVAILABLE-IN-1-4:CAPS" title="NM_AVAILABLE_IN_1_4">NM_AVAILABLE_IN_1_4</a>, macro in <a class="link" href="libnm-nm-version.html" title="nm-version">nm-version</a> </dt> <dd></dd> <a name="idxB"></a><h3 class="title">B</h3> @@ -425,10 +425,22 @@ <dd></dd> <a name="idxC"></a><h3 class="title">C</h3> <dt> +<a class="link" href="libnm-nm-dbus-interface.html#NMCheckpointCreateFlags" title="enum NMCheckpointCreateFlags">NMCheckpointCreateFlags</a>, enum in <a class="link" href="libnm-nm-dbus-interface.html" title="nm-dbus-interface">nm-dbus-interface</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMClient.html#NMClient-struct" title="NMClient">NMClient</a>, struct in nm-types </dt> <dd></dd> <dt> +<a class="link" href="NMClient.html#NMClient-active-connection-added" title="The “active-connection-added” signal">NMClient::active-connection-added</a>, object signal in nm-types +</dt> +<dd></dd> +<dt> +<a class="link" href="NMClient.html#NMClient-active-connection-removed" title="The “active-connection-removed” signal">NMClient::active-connection-removed</a>, object signal in nm-types +</dt> +<dd></dd> +<dt> <a class="link" href="NMClient.html#NMClient-any-device-added" title="The “any-device-added” signal">NMClient::any-device-added</a>, object signal in nm-types </dt> <dd></dd> @@ -569,6 +581,14 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMClient.html#NM-CLIENT-ACTIVE-CONNECTION-ADDED:CAPS" title="NM_CLIENT_ACTIVE_CONNECTION_ADDED">NM_CLIENT_ACTIVE_CONNECTION_ADDED</a>, macro in <a class="link" href="NMClient.html" title="NMClient">NMClient</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="NMClient.html#NM-CLIENT-ACTIVE-CONNECTION-REMOVED:CAPS" title="NM_CLIENT_ACTIVE_CONNECTION_REMOVED">NM_CLIENT_ACTIVE_CONNECTION_REMOVED</a>, macro in <a class="link" href="NMClient.html" title="NMClient">NMClient</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMClient.html#nm-client-add-and-activate-connection-async" title="nm_client_add_and_activate_connection_async ()">nm_client_add_and_activate_connection_async</a>, function in <a class="link" href="NMClient.html" title="NMClient">NMClient</a> </dt> <dd></dd> @@ -1254,6 +1274,10 @@ </dt> <dd></dd> <dt> +<a class="link" href="libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-STATISTICS:CAPS" title="NM_DBUS_INTERFACE_DEVICE_STATISTICS">NM_DBUS_INTERFACE_DEVICE_STATISTICS</a>, macro in <a class="link" href="libnm-nm-dbus-interface.html" title="nm-dbus-interface">nm-dbus-interface</a> +</dt> +<dd></dd> +<dt> <a class="link" href="libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-TEAM:CAPS" title="NM_DBUS_INTERFACE_DEVICE_TEAM">NM_DBUS_INTERFACE_DEVICE_TEAM</a>, macro in <a class="link" href="libnm-nm-dbus-interface.html" title="nm-dbus-interface">nm-dbus-interface</a> </dt> <dd></dd> @@ -1470,6 +1494,14 @@ </dt> <dd></dd> <dt> +<a class="link" href="libnm-nm-version.html#NM-DEPRECATED-IN-1-4:CAPS" title="NM_DEPRECATED_IN_1_4">NM_DEPRECATED_IN_1_4</a>, macro in <a class="link" href="libnm-nm-version.html" title="nm-version">nm-version</a> +</dt> +<dd></dd> +<dt> +<a class="link" href="libnm-nm-version.html#NM-DEPRECATED-IN-1-4-FOR:CAPS" title="NM_DEPRECATED_IN_1_4_FOR()">NM_DEPRECATED_IN_1_4_FOR</a>, macro in <a class="link" href="libnm-nm-version.html" title="nm-version">nm-version</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMDevice.html#NMDevice-struct" title="NMDevice">NMDevice</a>, struct in nm-types </dt> <dd></dd> @@ -1818,6 +1850,10 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMDeviceTeam.html#NMDeviceTeam--config" title="The “config” property">NMDeviceTeam:config</a>, object property in nm-types +</dt> +<dd></dd> +<dt> <a class="link" href="NMDeviceTeam.html#NMDeviceTeam--hw-address" title="The “hw-address” property">NMDeviceTeam:hw-address</a>, object property in nm-types </dt> <dd></dd> @@ -2674,10 +2710,18 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMDeviceTeam.html#NM-DEVICE-TEAM-CONFIG:CAPS" title="NM_DEVICE_TEAM_CONFIG">NM_DEVICE_TEAM_CONFIG</a>, macro in <a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam">NMDeviceTeam</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMDeviceTeam.html#nm-device-team-get-carrier" title="nm_device_team_get_carrier ()">nm_device_team_get_carrier</a>, function in <a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam">NMDeviceTeam</a> </dt> <dd></dd> <dt> +<a class="link" href="NMDeviceTeam.html#nm-device-team-get-config" title="nm_device_team_get_config ()">nm_device_team_get_config</a>, function in <a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam">NMDeviceTeam</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMDeviceTeam.html#nm-device-team-get-hw-address" title="nm_device_team_get_hw_address ()">nm_device_team_get_hw_address</a>, function in <a class="link" href="NMDeviceTeam.html" title="NMDeviceTeam">NMDeviceTeam</a> </dt> <dd></dd> @@ -3598,6 +3642,10 @@ <a class="link" href="NMRemoteConnection.html#NM-REMOTE-CONNECTION-VISIBLE:CAPS" title="NM_REMOTE_CONNECTION_VISIBLE">NM_REMOTE_CONNECTION_VISIBLE</a>, macro in <a class="link" href="NMRemoteConnection.html" title="NMRemoteConnection">NMRemoteConnection</a> </dt> <dd></dd> +<dt> +<a class="link" href="libnm-nm-dbus-interface.html#NMRollbackResult" title="enum NMRollbackResult">NMRollbackResult</a>, enum in <a class="link" href="libnm-nm-dbus-interface.html" title="nm-dbus-interface">nm-dbus-interface</a> +</dt> +<dd></dd> <a name="idxS"></a><h3 class="title">S</h3> <dt> <a class="link" href="libnm-nm-dbus-interface.html#NMSecretAgentCapabilities" title="enum NMSecretAgentCapabilities">NMSecretAgentCapabilities</a>, enum in <a class="link" href="libnm-nm-dbus-interface.html" title="nm-dbus-interface">nm-dbus-interface</a> @@ -4052,6 +4100,10 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMSettingConnection.html#NMSettingConnection--stable-id" title="The “stable-id” property">NMSettingConnection:stable-id</a>, object property in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingConnection.html#NMSettingConnection--timestamp" title="The “timestamp” property">NMSettingConnection:timestamp</a>, object property in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a> </dt> <dd></dd> @@ -4252,6 +4304,10 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--token" title="The “token” property">NMSettingIP6Config:token</a>, object property in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingIP6Config.html#NMSettingIP6ConfigAddrGenMode" title="enum NMSettingIP6ConfigAddrGenMode">NMSettingIP6ConfigAddrGenMode</a>, enum in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a> </dt> <dd></dd> @@ -4768,6 +4824,10 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMSettingWired.html#NMSettingWired--generate-mac-address-mask" title="The “generate-mac-address-mask” property">NMSettingWired:generate-mac-address-mask</a>, object property in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" title="The “mac-address” property">NMSettingWired:mac-address</a>, object property in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a> </dt> <dd></dd> @@ -4832,6 +4892,10 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMSettingWireless.html#NMSettingWireless--generate-mac-address-mask" title="The “generate-mac-address-mask” property">NMSettingWireless:generate-mac-address-mask</a>, object property in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingWireless.html#NMSettingWireless--hidden" title="The “hidden” property">NMSettingWireless:hidden</a>, object property in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a> </dt> <dd></dd> @@ -5896,6 +5960,10 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMSettingConnection.html#nm-setting-connection-get-stable-id" title="nm_setting_connection_get_stable_id ()">nm_setting_connection_get_stable_id</a>, function in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingConnection.html#nm-setting-connection-get-timestamp" title="nm_setting_connection_get_timestamp ()">nm_setting_connection_get_timestamp</a>, function in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a> </dt> <dd></dd> @@ -5976,6 +6044,10 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-STABLE-ID:CAPS" title="NM_SETTING_CONNECTION_STABLE_ID">NM_SETTING_CONNECTION_STABLE_ID</a>, macro in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-TIMESTAMP:CAPS" title="NM_SETTING_CONNECTION_TIMESTAMP">NM_SETTING_CONNECTION_TIMESTAMP</a>, macro in <a class="link" href="NMSettingConnection.html" title="NMSettingConnection">NMSettingConnection</a> </dt> <dd></dd> @@ -6456,6 +6528,10 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMSettingIP6Config.html#nm-setting-ip6-config-get-token" title="nm_setting_ip6_config_get_token ()">nm_setting_ip6_config_get_token</a>, function in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IP6-PRIVACY:CAPS" title="NM_SETTING_IP6_CONFIG_IP6_PRIVACY">NM_SETTING_IP6_CONFIG_IP6_PRIVACY</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a> </dt> <dd></dd> @@ -6492,6 +6568,10 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-TOKEN:CAPS" title="NM_SETTING_IP6_CONFIG_TOKEN">NM_SETTING_IP6_CONFIG_TOKEN</a>, macro in <a class="link" href="NMSettingIP6Config.html" title="NMSettingIP6Config">NMSettingIP6Config</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-ADDRESSES:CAPS" title="NM_SETTING_IP_CONFIG_ADDRESSES">NM_SETTING_IP_CONFIG_ADDRESSES</a>, macro in <a class="link" href="NMSettingIPConfig.html" title="NMSettingIPConfig">NMSettingIPConfig</a> </dt> <dd></dd> @@ -7624,6 +7704,10 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMSettingWired.html#NM-SETTING-WIRED-GENERATE-MAC-ADDRESS-MASK:CAPS" title="NM_SETTING_WIRED_GENERATE_MAC_ADDRESS_MASK">NM_SETTING_WIRED_GENERATE_MAC_ADDRESS_MASK</a>, macro in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingWired.html#nm-setting-wired-get-auto-negotiate" title="nm_setting_wired_get_auto_negotiate ()">nm_setting_wired_get_auto_negotiate</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a> </dt> <dd></dd> @@ -7636,6 +7720,10 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMSettingWired.html#nm-setting-wired-get-generate-mac-address-mask" title="nm_setting_wired_get_generate_mac_address_mask ()">nm_setting_wired_get_generate_mac_address_mask</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingWired.html#nm-setting-wired-get-mac-address" title="nm_setting_wired_get_mac_address ()">nm_setting_wired_get_mac_address</a>, function in <a class="link" href="NMSettingWired.html" title="NMSettingWired">NMSettingWired</a> </dt> <dd></dd> @@ -7788,6 +7876,10 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMSettingWireless.html#NM-SETTING-WIRELESS-GENERATE-MAC-ADDRESS-MASK:CAPS" title="NM_SETTING_WIRELESS_GENERATE_MAC_ADDRESS_MASK">NM_SETTING_WIRELESS_GENERATE_MAC_ADDRESS_MASK</a>, macro in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-band" title="nm_setting_wireless_get_band ()">nm_setting_wireless_get_band</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a> </dt> <dd></dd> @@ -7804,6 +7896,10 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-generate-mac-address-mask" title="nm_setting_wireless_get_generate_mac_address_mask ()">nm_setting_wireless_get_generate_mac_address_mask</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingWireless.html#nm-setting-wireless-get-hidden" title="nm_setting_wireless_get_hidden ()">nm_setting_wireless_get_hidden</a>, function in <a class="link" href="NMSettingWireless.html" title="NMSettingWireless">NMSettingWireless</a> </dt> <dd></dd> @@ -8494,6 +8590,10 @@ </dt> <dd></dd> <dt> +<a class="link" href="NMVpnEditorPlugin.html#NMVpnEditorPluginVT" title="NMVpnEditorPluginVT">NMVpnEditorPluginVT</a>, struct in <a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin">NMVpnEditorPlugin</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMSettingVpn.html#NMVpnIterFunc" title="NMVpnIterFunc ()">NMVpnIterFunc</a>, user_function in <a class="link" href="NMSettingVpn.html" title="NMSettingVpn">NMSettingVpn</a> </dt> <dd></dd> @@ -8562,14 +8662,26 @@ NMVpnPluginInfo, struct in nm-vpn-plugin-info </dt> <dd></dd> <dt> +<a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-get-plugin-info" title="nm_vpn_editor_plugin_get_plugin_info ()">nm_vpn_editor_plugin_get_plugin_info</a>, function in <a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin">NMVpnEditorPlugin</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-get-suggested-filename" title="nm_vpn_editor_plugin_get_suggested_filename ()">nm_vpn_editor_plugin_get_suggested_filename</a>, function in <a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin">NMVpnEditorPlugin</a> </dt> <dd></dd> <dt> +<a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-get-vt" title="nm_vpn_editor_plugin_get_vt ()">nm_vpn_editor_plugin_get_vt</a>, function in <a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin">NMVpnEditorPlugin</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-import" title="nm_vpn_editor_plugin_import ()">nm_vpn_editor_plugin_import</a>, function in <a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin">NMVpnEditorPlugin</a> </dt> <dd></dd> <dt> +<a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-load" title="nm_vpn_editor_plugin_load ()">nm_vpn_editor_plugin_load</a>, function in <a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin">NMVpnEditorPlugin</a> +</dt> +<dd></dd> +<dt> <a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-load-from-file" title="nm_vpn_editor_plugin_load_from_file ()">nm_vpn_editor_plugin_load_from_file</a>, function in <a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin">NMVpnEditorPlugin</a> </dt> <dd></dd> @@ -8582,6 +8694,10 @@ NMVpnPluginInfo, struct in nm-vpn-plugin-info </dt> <dd></dd> <dt> +<a class="link" href="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-set-plugin-info" title="nm_vpn_editor_plugin_set_plugin_info ()">nm_vpn_editor_plugin_set_plugin_info</a>, function in <a class="link" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin">NMVpnEditorPlugin</a> +</dt> +<dd></dd> +<dt> <a href="/usr/share/gtk-doc/html/libnm-glib/libnm-glib-NMVpnPluginUiWidget.html#nm-vpn-editor-update-connection">nm_vpn_editor_update_connection</a>, function in <a class="link" href="NMVpnEditorPlugin.html#NMVpnEditor">NMVpnEditor</a> </dt> <dd></dd> @@ -8698,6 +8814,10 @@ NM_VPN_PLUGIN_INFO_NAME, macro in nm-vpn-plugin-info </dt> <dd></dd> <dt> +<a class="link" href="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-PRESERVE-ROUTES:CAPS" title="NM_VPN_PLUGIN_IP4_CONFIG_PRESERVE_ROUTES">NM_VPN_PLUGIN_IP4_CONFIG_PRESERVE_ROUTES</a>, macro in <a class="link" href="libnm-nm-vpn-dbus-interface.html" title="nm-vpn-dbus-interface">nm-vpn-dbus-interface</a> +</dt> +<dd></dd> +<dt> <a class="link" href="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-PTP:CAPS" title="NM_VPN_PLUGIN_IP4_CONFIG_PTP">NM_VPN_PLUGIN_IP4_CONFIG_PTP</a>, macro in <a class="link" href="libnm-nm-vpn-dbus-interface.html" title="nm-vpn-dbus-interface">nm-vpn-dbus-interface</a> </dt> <dd></dd> @@ -8742,6 +8862,10 @@ NM_VPN_PLUGIN_INFO_NAME, macro in nm-vpn-plugin-info </dt> <dd></dd> <dt> +<a class="link" href="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-PRESERVE-ROUTES:CAPS" title="NM_VPN_PLUGIN_IP6_CONFIG_PRESERVE_ROUTES">NM_VPN_PLUGIN_IP6_CONFIG_PRESERVE_ROUTES</a>, macro in <a class="link" href="libnm-nm-vpn-dbus-interface.html" title="nm-vpn-dbus-interface">nm-vpn-dbus-interface</a> +</dt> +<dd></dd> +<dt> <a class="link" href="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-PTP:CAPS" title="NM_VPN_PLUGIN_IP6_CONFIG_PTP">NM_VPN_PLUGIN_IP6_CONFIG_PTP</a>, macro in <a class="link" href="libnm-nm-vpn-dbus-interface.html" title="nm-vpn-dbus-interface">nm-vpn-dbus-interface</a> </dt> <dd></dd> @@ -8828,6 +8952,6 @@ NM_VPN_SERVICE_PLUGIN_STATE, macro in nm-vpn-service-plugin <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/html/ch02.html b/docs/libnm/html/ch02.html index 64f06223..c1e74fc1 100644 --- a/docs/libnm/html/ch02.html +++ b/docs/libnm/html/ch02.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm Reference Manual"> <link rel="prev" href="ref-overview.html" title="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"> @@ -41,6 +41,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/html/ch03.html b/docs/libnm/html/ch03.html index 79fcec44..e500c1ec 100644 --- a/docs/libnm/html/ch03.html +++ b/docs/libnm/html/ch03.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm Reference Manual"> <link rel="prev" href="libnm-nm-dbus-interface.html" title="nm-dbus-interface"> <link rel="next" href="NMConnection.html" title="NMConnection"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -132,6 +132,6 @@ use WEP, LEAP, WPA or WPA2/RSN security</span> </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/ch04.html b/docs/libnm/html/ch04.html index 07e8b676..71a344e8 100644 --- a/docs/libnm/html/ch04.html +++ b/docs/libnm/html/ch04.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm Reference Manual"> <link rel="prev" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"> <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"> @@ -101,6 +101,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/html/ch05.html b/docs/libnm/html/ch05.html index 8dd164e2..467f6474 100644 --- a/docs/libnm/html/ch05.html +++ b/docs/libnm/html/ch05.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm Reference Manual"> <link rel="prev" href="NMDhcpConfig.html" title="NMDhcpConfig"> <link rel="next" href="libnm-nm-utils.html" title="nm-utils"> -<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -32,6 +32,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/html/ch06.html b/docs/libnm/html/ch06.html index c4aadccf..b214f75e 100644 --- a/docs/libnm/html/ch06.html +++ b/docs/libnm/html/ch06.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm Reference Manual"> <link rel="prev" href="libnm-nm-version.html" title="nm-version"> <link rel="next" href="libnm-nm-vpn-dbus-interface.html" title="nm-vpn-dbus-interface"> -<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"> @@ -32,6 +32,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/html/index.html b/docs/libnm/html/index.html index 8794d373..cb9bddb3 100644 --- a/docs/libnm/html/index.html +++ b/docs/libnm/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 Reference Manual"> <link rel="next" href="ref-overview.html" title="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 Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - for libnm 1.2.4 + for libnm 1.4.0 The latest version of this documentation can be found on-line at <a class="ulink" href="https://developer.gnome.org/libnm/stable/" target="_top">https://developer.gnome.org/libnm/stable/</a>. @@ -277,6 +277,6 @@ use WEP, LEAP, WPA or WPA2/RSN security</span> </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/index.sgml b/docs/libnm/html/index.sgml deleted file mode 100644 index 82b34062..00000000 --- a/docs/libnm/html/index.sgml +++ /dev/null @@ -1,3230 +0,0 @@ -<ANCHOR id="NMClient" href="libnm/NMClient.html"> -<ANCHOR id="NMClient.functions" href="libnm/NMClient.html#NMClient.functions"> -<ANCHOR id="NMClient.properties" href="libnm/NMClient.html#NMClient.properties"> -<ANCHOR id="NMClient.signals" href="libnm/NMClient.html#NMClient.signals"> -<ANCHOR id="NMClient.other" href="libnm/NMClient.html#NMClient.other"> -<ANCHOR id="NMClient.object-hierarchy" href="libnm/NMClient.html#NMClient.object-hierarchy"> -<ANCHOR id="NMClient.implemented-interfaces" href="libnm/NMClient.html#NMClient.implemented-interfaces"> -<ANCHOR id="NMClient.description" href="libnm/NMClient.html#NMClient.description"> -<ANCHOR id="NMClient.functions_details" href="libnm/NMClient.html#NMClient.functions_details"> -<ANCHOR id="nm-client-error-quark" href="libnm/NMClient.html#nm-client-error-quark"> -<ANCHOR id="nm-client-new" href="libnm/NMClient.html#nm-client-new"> -<ANCHOR id="nm-client-new-async" href="libnm/NMClient.html#nm-client-new-async"> -<ANCHOR id="nm-client-new-finish" href="libnm/NMClient.html#nm-client-new-finish"> -<ANCHOR id="nm-client-get-version" href="libnm/NMClient.html#nm-client-get-version"> -<ANCHOR id="nm-client-get-state" href="libnm/NMClient.html#nm-client-get-state"> -<ANCHOR id="nm-client-get-startup" href="libnm/NMClient.html#nm-client-get-startup"> -<ANCHOR id="nm-client-get-nm-running" href="libnm/NMClient.html#nm-client-get-nm-running"> -<ANCHOR id="nm-client-networking-get-enabled" href="libnm/NMClient.html#nm-client-networking-get-enabled"> -<ANCHOR id="nm-client-networking-set-enabled" href="libnm/NMClient.html#nm-client-networking-set-enabled"> -<ANCHOR id="nm-client-wireless-get-enabled" href="libnm/NMClient.html#nm-client-wireless-get-enabled"> -<ANCHOR id="nm-client-wireless-set-enabled" href="libnm/NMClient.html#nm-client-wireless-set-enabled"> -<ANCHOR id="nm-client-wireless-hardware-get-enabled" href="libnm/NMClient.html#nm-client-wireless-hardware-get-enabled"> -<ANCHOR id="nm-client-wwan-get-enabled" href="libnm/NMClient.html#nm-client-wwan-get-enabled"> -<ANCHOR id="nm-client-wwan-set-enabled" href="libnm/NMClient.html#nm-client-wwan-set-enabled"> -<ANCHOR id="nm-client-wwan-hardware-get-enabled" href="libnm/NMClient.html#nm-client-wwan-hardware-get-enabled"> -<ANCHOR id="nm-client-wimax-get-enabled" href="libnm/NMClient.html#nm-client-wimax-get-enabled"> -<ANCHOR id="nm-client-wimax-set-enabled" href="libnm/NMClient.html#nm-client-wimax-set-enabled"> -<ANCHOR id="nm-client-wimax-hardware-get-enabled" href="libnm/NMClient.html#nm-client-wimax-hardware-get-enabled"> -<ANCHOR id="nm-client-get-logging" href="libnm/NMClient.html#nm-client-get-logging"> -<ANCHOR id="nm-client-set-logging" href="libnm/NMClient.html#nm-client-set-logging"> -<ANCHOR id="nm-client-get-permission-result" href="libnm/NMClient.html#nm-client-get-permission-result"> -<ANCHOR id="nm-client-get-connectivity" href="libnm/NMClient.html#nm-client-get-connectivity"> -<ANCHOR id="nm-client-check-connectivity" href="libnm/NMClient.html#nm-client-check-connectivity"> -<ANCHOR id="nm-client-check-connectivity-async" href="libnm/NMClient.html#nm-client-check-connectivity-async"> -<ANCHOR id="nm-client-check-connectivity-finish" href="libnm/NMClient.html#nm-client-check-connectivity-finish"> -<ANCHOR id="nm-client-save-hostname" href="libnm/NMClient.html#nm-client-save-hostname"> -<ANCHOR id="nm-client-save-hostname-async" href="libnm/NMClient.html#nm-client-save-hostname-async"> -<ANCHOR id="nm-client-save-hostname-finish" href="libnm/NMClient.html#nm-client-save-hostname-finish"> -<ANCHOR id="nm-client-get-devices" href="libnm/NMClient.html#nm-client-get-devices"> -<ANCHOR id="nm-client-get-all-devices" href="libnm/NMClient.html#nm-client-get-all-devices"> -<ANCHOR id="nm-client-get-device-by-path" href="libnm/NMClient.html#nm-client-get-device-by-path"> -<ANCHOR id="nm-client-get-device-by-iface" href="libnm/NMClient.html#nm-client-get-device-by-iface"> -<ANCHOR id="nm-client-get-active-connections" href="libnm/NMClient.html#nm-client-get-active-connections"> -<ANCHOR id="nm-client-get-primary-connection" href="libnm/NMClient.html#nm-client-get-primary-connection"> -<ANCHOR id="nm-client-get-activating-connection" href="libnm/NMClient.html#nm-client-get-activating-connection"> -<ANCHOR id="nm-client-activate-connection-async" href="libnm/NMClient.html#nm-client-activate-connection-async"> -<ANCHOR id="nm-client-activate-connection-finish" href="libnm/NMClient.html#nm-client-activate-connection-finish"> -<ANCHOR id="nm-client-add-and-activate-connection-async" href="libnm/NMClient.html#nm-client-add-and-activate-connection-async"> -<ANCHOR id="nm-client-add-and-activate-connection-finish" href="libnm/NMClient.html#nm-client-add-and-activate-connection-finish"> -<ANCHOR id="nm-client-deactivate-connection" href="libnm/NMClient.html#nm-client-deactivate-connection"> -<ANCHOR id="nm-client-deactivate-connection-async" href="libnm/NMClient.html#nm-client-deactivate-connection-async"> -<ANCHOR id="nm-client-deactivate-connection-finish" href="libnm/NMClient.html#nm-client-deactivate-connection-finish"> -<ANCHOR id="nm-client-get-connections" href="libnm/NMClient.html#nm-client-get-connections"> -<ANCHOR id="nm-client-get-connection-by-id" href="libnm/NMClient.html#nm-client-get-connection-by-id"> -<ANCHOR id="nm-client-get-connection-by-path" href="libnm/NMClient.html#nm-client-get-connection-by-path"> -<ANCHOR id="nm-client-get-connection-by-uuid" href="libnm/NMClient.html#nm-client-get-connection-by-uuid"> -<ANCHOR id="nm-client-add-connection-async" href="libnm/NMClient.html#nm-client-add-connection-async"> -<ANCHOR id="nm-client-add-connection-finish" href="libnm/NMClient.html#nm-client-add-connection-finish"> -<ANCHOR id="nm-client-load-connections" href="libnm/NMClient.html#nm-client-load-connections"> -<ANCHOR id="nm-client-load-connections-async" href="libnm/NMClient.html#nm-client-load-connections-async"> -<ANCHOR id="nm-client-load-connections-finish" href="libnm/NMClient.html#nm-client-load-connections-finish"> -<ANCHOR id="nm-client-reload-connections" href="libnm/NMClient.html#nm-client-reload-connections"> -<ANCHOR id="nm-client-reload-connections-async" href="libnm/NMClient.html#nm-client-reload-connections-async"> -<ANCHOR id="nm-client-reload-connections-finish" href="libnm/NMClient.html#nm-client-reload-connections-finish"> -<ANCHOR id="NMClient.other_details" href="libnm/NMClient.html#NMClient.other_details"> -<ANCHOR id="NM-CLIENT-VERSION:CAPS" href="libnm/NMClient.html#NM-CLIENT-VERSION:CAPS"> -<ANCHOR id="NM-CLIENT-STATE:CAPS" href="libnm/NMClient.html#NM-CLIENT-STATE:CAPS"> -<ANCHOR id="NM-CLIENT-STARTUP:CAPS" href="libnm/NMClient.html#NM-CLIENT-STARTUP:CAPS"> -<ANCHOR id="NM-CLIENT-NM-RUNNING:CAPS" href="libnm/NMClient.html#NM-CLIENT-NM-RUNNING:CAPS"> -<ANCHOR id="NM-CLIENT-NETWORKING-ENABLED:CAPS" href="libnm/NMClient.html#NM-CLIENT-NETWORKING-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-WIRELESS-ENABLED:CAPS" href="libnm/NMClient.html#NM-CLIENT-WIRELESS-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS" href="libnm/NMClient.html#NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-WWAN-ENABLED:CAPS" href="libnm/NMClient.html#NM-CLIENT-WWAN-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS" href="libnm/NMClient.html#NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-WIMAX-ENABLED:CAPS" href="libnm/NMClient.html#NM-CLIENT-WIMAX-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-WIMAX-HARDWARE-ENABLED:CAPS" href="libnm/NMClient.html#NM-CLIENT-WIMAX-HARDWARE-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-ACTIVE-CONNECTIONS:CAPS" href="libnm/NMClient.html#NM-CLIENT-ACTIVE-CONNECTIONS:CAPS"> -<ANCHOR id="NM-CLIENT-CONNECTIVITY:CAPS" href="libnm/NMClient.html#NM-CLIENT-CONNECTIVITY:CAPS"> -<ANCHOR id="NM-CLIENT-PRIMARY-CONNECTION:CAPS" href="libnm/NMClient.html#NM-CLIENT-PRIMARY-CONNECTION:CAPS"> -<ANCHOR id="NM-CLIENT-ACTIVATING-CONNECTION:CAPS" href="libnm/NMClient.html#NM-CLIENT-ACTIVATING-CONNECTION:CAPS"> -<ANCHOR id="NM-CLIENT-DEVICES:CAPS" href="libnm/NMClient.html#NM-CLIENT-DEVICES:CAPS"> -<ANCHOR id="NM-CLIENT-ALL-DEVICES:CAPS" href="libnm/NMClient.html#NM-CLIENT-ALL-DEVICES:CAPS"> -<ANCHOR id="NM-CLIENT-CONNECTIONS:CAPS" href="libnm/NMClient.html#NM-CLIENT-CONNECTIONS:CAPS"> -<ANCHOR id="NM-CLIENT-HOSTNAME:CAPS" href="libnm/NMClient.html#NM-CLIENT-HOSTNAME:CAPS"> -<ANCHOR id="NM-CLIENT-CAN-MODIFY:CAPS" href="libnm/NMClient.html#NM-CLIENT-CAN-MODIFY:CAPS"> -<ANCHOR id="NM-CLIENT-METERED:CAPS" href="libnm/NMClient.html#NM-CLIENT-METERED:CAPS"> -<ANCHOR id="NM-CLIENT-DEVICE-ADDED:CAPS" href="libnm/NMClient.html#NM-CLIENT-DEVICE-ADDED:CAPS"> -<ANCHOR id="NM-CLIENT-DEVICE-REMOVED:CAPS" href="libnm/NMClient.html#NM-CLIENT-DEVICE-REMOVED:CAPS"> -<ANCHOR id="NM-CLIENT-ANY-DEVICE-ADDED:CAPS" href="libnm/NMClient.html#NM-CLIENT-ANY-DEVICE-ADDED:CAPS"> -<ANCHOR id="NM-CLIENT-ANY-DEVICE-REMOVED:CAPS" href="libnm/NMClient.html#NM-CLIENT-ANY-DEVICE-REMOVED:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-CHANGED:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-CHANGED:CAPS"> -<ANCHOR id="NM-CLIENT-CONNECTION-ADDED:CAPS" href="libnm/NMClient.html#NM-CLIENT-CONNECTION-ADDED:CAPS"> -<ANCHOR id="NM-CLIENT-CONNECTION-REMOVED:CAPS" href="libnm/NMClient.html#NM-CLIENT-CONNECTION-REMOVED:CAPS"> -<ANCHOR id="NMClientPermission" href="libnm/NMClient.html#NMClientPermission"> -<ANCHOR id="NM-CLIENT-PERMISSION-NONE:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-NONE:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-ENABLE-DISABLE-NETWORK:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-ENABLE-DISABLE-NETWORK:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-ENABLE-DISABLE-WIFI:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-ENABLE-DISABLE-WIFI:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-ENABLE-DISABLE-WWAN:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-ENABLE-DISABLE-WWAN:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-ENABLE-DISABLE-WIMAX:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-ENABLE-DISABLE-WIMAX:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-SLEEP-WAKE:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-SLEEP-WAKE:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-NETWORK-CONTROL:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-NETWORK-CONTROL:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-WIFI-SHARE-PROTECTED:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-WIFI-SHARE-PROTECTED:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-WIFI-SHARE-OPEN:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-WIFI-SHARE-OPEN:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-SETTINGS-MODIFY-SYSTEM:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-SETTINGS-MODIFY-SYSTEM:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-SETTINGS-MODIFY-OWN:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-SETTINGS-MODIFY-OWN:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-SETTINGS-MODIFY-HOSTNAME:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-SETTINGS-MODIFY-HOSTNAME:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-SETTINGS-MODIFY-GLOBAL-DNS:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-SETTINGS-MODIFY-GLOBAL-DNS:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-RELOAD:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-RELOAD:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-LAST:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-LAST:CAPS"> -<ANCHOR id="NMClientPermissionResult" href="libnm/NMClient.html#NMClientPermissionResult"> -<ANCHOR id="NM-CLIENT-PERMISSION-RESULT-UNKNOWN:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-RESULT-UNKNOWN:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-RESULT-YES:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-RESULT-YES:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-RESULT-AUTH:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-RESULT-AUTH:CAPS"> -<ANCHOR id="NM-CLIENT-PERMISSION-RESULT-NO:CAPS" href="libnm/NMClient.html#NM-CLIENT-PERMISSION-RESULT-NO:CAPS"> -<ANCHOR id="NMClientError" href="libnm/NMClient.html#NMClientError"> -<ANCHOR id="NM-CLIENT-ERROR-FAILED:CAPS" href="libnm/NMClient.html#NM-CLIENT-ERROR-FAILED:CAPS"> -<ANCHOR id="NM-CLIENT-ERROR-MANAGER-NOT-RUNNING:CAPS" href="libnm/NMClient.html#NM-CLIENT-ERROR-MANAGER-NOT-RUNNING:CAPS"> -<ANCHOR id="NM-CLIENT-ERROR-OBJECT-CREATION-FAILED:CAPS" href="libnm/NMClient.html#NM-CLIENT-ERROR-OBJECT-CREATION-FAILED:CAPS"> -<ANCHOR id="NM-CLIENT-ERROR:CAPS" href="libnm/NMClient.html#NM-CLIENT-ERROR:CAPS"> -<ANCHOR id="NMClient-struct" href="libnm/NMClient.html#NMClient-struct"> -<ANCHOR id="NMClient.property-details" href="libnm/NMClient.html#NMClient.property-details"> -<ANCHOR id="NMClient--activating-connection" href="libnm/NMClient.html#NMClient--activating-connection"> -<ANCHOR id="NMClient--active-connections" href="libnm/NMClient.html#NMClient--active-connections"> -<ANCHOR id="NMClient--all-devices" href="libnm/NMClient.html#NMClient--all-devices"> -<ANCHOR id="NMClient--can-modify" href="libnm/NMClient.html#NMClient--can-modify"> -<ANCHOR id="NMClient--connections" href="libnm/NMClient.html#NMClient--connections"> -<ANCHOR id="NMClient--connectivity" href="libnm/NMClient.html#NMClient--connectivity"> -<ANCHOR id="NMClient--devices" href="libnm/NMClient.html#NMClient--devices"> -<ANCHOR id="NMClient--hostname" href="libnm/NMClient.html#NMClient--hostname"> -<ANCHOR id="NMClient--metered" href="libnm/NMClient.html#NMClient--metered"> -<ANCHOR id="NMClient--networking-enabled" href="libnm/NMClient.html#NMClient--networking-enabled"> -<ANCHOR id="NMClient--nm-running" href="libnm/NMClient.html#NMClient--nm-running"> -<ANCHOR id="NMClient--primary-connection" href="libnm/NMClient.html#NMClient--primary-connection"> -<ANCHOR id="NMClient--startup" href="libnm/NMClient.html#NMClient--startup"> -<ANCHOR id="NMClient--state" href="libnm/NMClient.html#NMClient--state"> -<ANCHOR id="NMClient--version" href="libnm/NMClient.html#NMClient--version"> -<ANCHOR id="NMClient--wimax-enabled" href="libnm/NMClient.html#NMClient--wimax-enabled"> -<ANCHOR id="NMClient--wimax-hardware-enabled" href="libnm/NMClient.html#NMClient--wimax-hardware-enabled"> -<ANCHOR id="NMClient--wireless-enabled" href="libnm/NMClient.html#NMClient--wireless-enabled"> -<ANCHOR id="NMClient--wireless-hardware-enabled" href="libnm/NMClient.html#NMClient--wireless-hardware-enabled"> -<ANCHOR id="NMClient--wwan-enabled" href="libnm/NMClient.html#NMClient--wwan-enabled"> -<ANCHOR id="NMClient--wwan-hardware-enabled" href="libnm/NMClient.html#NMClient--wwan-hardware-enabled"> -<ANCHOR id="NMClient.signal-details" href="libnm/NMClient.html#NMClient.signal-details"> -<ANCHOR id="NMClient-any-device-added" href="libnm/NMClient.html#NMClient-any-device-added"> -<ANCHOR id="NMClient-any-device-removed" href="libnm/NMClient.html#NMClient-any-device-removed"> -<ANCHOR id="NMClient-connection-added" href="libnm/NMClient.html#NMClient-connection-added"> -<ANCHOR id="NMClient-connection-removed" href="libnm/NMClient.html#NMClient-connection-removed"> -<ANCHOR id="NMClient-device-added" href="libnm/NMClient.html#NMClient-device-added"> -<ANCHOR id="NMClient-device-removed" href="libnm/NMClient.html#NMClient-device-removed"> -<ANCHOR id="NMClient-permission-changed" href="libnm/NMClient.html#NMClient-permission-changed"> -<ANCHOR id="NMSecretAgentOld" href="libnm/NMSecretAgentOld.html"> -<ANCHOR id="NMSecretAgentOld.functions" href="libnm/NMSecretAgentOld.html#NMSecretAgentOld.functions"> -<ANCHOR id="NMSecretAgentOld.properties" href="libnm/NMSecretAgentOld.html#NMSecretAgentOld.properties"> -<ANCHOR id="NMSecretAgentOld.other" href="libnm/NMSecretAgentOld.html#NMSecretAgentOld.other"> -<ANCHOR id="NMSecretAgentOld.object-hierarchy" href="libnm/NMSecretAgentOld.html#NMSecretAgentOld.object-hierarchy"> -<ANCHOR id="NMSecretAgentOld.implemented-interfaces" href="libnm/NMSecretAgentOld.html#NMSecretAgentOld.implemented-interfaces"> -<ANCHOR id="NMSecretAgentOld.description" href="libnm/NMSecretAgentOld.html#NMSecretAgentOld.description"> -<ANCHOR id="NMSecretAgentOld.functions_details" href="libnm/NMSecretAgentOld.html#NMSecretAgentOld.functions_details"> -<ANCHOR id="NMSecretAgentOldGetSecretsFunc" href="libnm/NMSecretAgentOld.html#NMSecretAgentOldGetSecretsFunc"> -<ANCHOR id="NMSecretAgentOldSaveSecretsFunc" href="libnm/NMSecretAgentOld.html#NMSecretAgentOldSaveSecretsFunc"> -<ANCHOR id="NMSecretAgentOldDeleteSecretsFunc" href="libnm/NMSecretAgentOld.html#NMSecretAgentOldDeleteSecretsFunc"> -<ANCHOR id="nm-secret-agent-old-register" href="libnm/NMSecretAgentOld.html#nm-secret-agent-old-register"> -<ANCHOR id="nm-secret-agent-old-register-async" href="libnm/NMSecretAgentOld.html#nm-secret-agent-old-register-async"> -<ANCHOR id="nm-secret-agent-old-register-finish" href="libnm/NMSecretAgentOld.html#nm-secret-agent-old-register-finish"> -<ANCHOR id="nm-secret-agent-old-unregister" href="libnm/NMSecretAgentOld.html#nm-secret-agent-old-unregister"> -<ANCHOR id="nm-secret-agent-old-unregister-async" href="libnm/NMSecretAgentOld.html#nm-secret-agent-old-unregister-async"> -<ANCHOR id="nm-secret-agent-old-unregister-finish" href="libnm/NMSecretAgentOld.html#nm-secret-agent-old-unregister-finish"> -<ANCHOR id="nm-secret-agent-old-get-registered" href="libnm/NMSecretAgentOld.html#nm-secret-agent-old-get-registered"> -<ANCHOR id="nm-secret-agent-old-get-secrets" href="libnm/NMSecretAgentOld.html#nm-secret-agent-old-get-secrets"> -<ANCHOR id="nm-secret-agent-old-save-secrets" href="libnm/NMSecretAgentOld.html#nm-secret-agent-old-save-secrets"> -<ANCHOR id="nm-secret-agent-old-delete-secrets" href="libnm/NMSecretAgentOld.html#nm-secret-agent-old-delete-secrets"> -<ANCHOR id="NMSecretAgentOld.other_details" href="libnm/NMSecretAgentOld.html#NMSecretAgentOld.other_details"> -<ANCHOR id="NM-SECRET-AGENT-OLD-IDENTIFIER:CAPS" href="libnm/NMSecretAgentOld.html#NM-SECRET-AGENT-OLD-IDENTIFIER:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-OLD-AUTO-REGISTER:CAPS" href="libnm/NMSecretAgentOld.html#NM-SECRET-AGENT-OLD-AUTO-REGISTER:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-OLD-REGISTERED:CAPS" href="libnm/NMSecretAgentOld.html#NM-SECRET-AGENT-OLD-REGISTERED:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-OLD-CAPABILITIES:CAPS" href="libnm/NMSecretAgentOld.html#NM-SECRET-AGENT-OLD-CAPABILITIES:CAPS"> -<ANCHOR id="NMSecretAgentOld-struct" href="libnm/NMSecretAgentOld.html#NMSecretAgentOld-struct"> -<ANCHOR id="NMSecretAgentOld.property-details" href="libnm/NMSecretAgentOld.html#NMSecretAgentOld.property-details"> -<ANCHOR id="NMSecretAgentOld--auto-register" href="libnm/NMSecretAgentOld.html#NMSecretAgentOld--auto-register"> -<ANCHOR id="NMSecretAgentOld--capabilities" href="libnm/NMSecretAgentOld.html#NMSecretAgentOld--capabilities"> -<ANCHOR id="NMSecretAgentOld--identifier" href="libnm/NMSecretAgentOld.html#NMSecretAgentOld--identifier"> -<ANCHOR id="NMSecretAgentOld--registered" href="libnm/NMSecretAgentOld.html#NMSecretAgentOld--registered"> -<ANCHOR id="NMObject" href="libnm/NMObject.html"> -<ANCHOR id="NMObject.functions" href="libnm/NMObject.html#NMObject.functions"> -<ANCHOR id="NMObject.properties" href="libnm/NMObject.html#NMObject.properties"> -<ANCHOR id="NMObject.other" href="libnm/NMObject.html#NMObject.other"> -<ANCHOR id="NMObject.object-hierarchy" href="libnm/NMObject.html#NMObject.object-hierarchy"> -<ANCHOR id="NMObject.implemented-interfaces" href="libnm/NMObject.html#NMObject.implemented-interfaces"> -<ANCHOR id="NMObject.description" href="libnm/NMObject.html#NMObject.description"> -<ANCHOR id="NMObject.functions_details" href="libnm/NMObject.html#NMObject.functions_details"> -<ANCHOR id="nm-object-get-path" href="libnm/NMObject.html#nm-object-get-path"> -<ANCHOR id="NMObject.other_details" href="libnm/NMObject.html#NMObject.other_details"> -<ANCHOR id="NM-OBJECT-PATH:CAPS" href="libnm/NMObject.html#NM-OBJECT-PATH:CAPS"> -<ANCHOR id="NM-OBJECT-DBUS-CONNECTION:CAPS" href="libnm/NMObject.html#NM-OBJECT-DBUS-CONNECTION:CAPS"> -<ANCHOR id="NMObject-struct" href="libnm/NMObject.html#NMObject-struct"> -<ANCHOR id="NMObject.property-details" href="libnm/NMObject.html#NMObject.property-details"> -<ANCHOR id="NMObject--dbus-connection" href="libnm/NMObject.html#NMObject--dbus-connection"> -<ANCHOR id="NMObject--nm-running-internal" href="libnm/NMObject.html#NMObject--nm-running-internal"> -<ANCHOR id="NMObject--path" href="libnm/NMObject.html#NMObject--path"> -<ANCHOR id="libnm-nm-errors" href="libnm/libnm-nm-errors.html"> -<ANCHOR id="libnm-nm-errors.functions" href="libnm/libnm-nm-errors.html#libnm-nm-errors.functions"> -<ANCHOR id="libnm-nm-errors.other" href="libnm/libnm-nm-errors.html#libnm-nm-errors.other"> -<ANCHOR id="libnm-nm-errors.object-hierarchy" href="libnm/libnm-nm-errors.html#libnm-nm-errors.object-hierarchy"> -<ANCHOR id="libnm-nm-errors.description" href="libnm/libnm-nm-errors.html#libnm-nm-errors.description"> -<ANCHOR id="libnm-nm-errors.functions_details" href="libnm/libnm-nm-errors.html#libnm-nm-errors.functions_details"> -<ANCHOR id="nm-agent-manager-error-quark" href="libnm/libnm-nm-errors.html#nm-agent-manager-error-quark"> -<ANCHOR id="NM-AGENT-MANAGER-ERROR:CAPS" href="libnm/libnm-nm-errors.html#NM-AGENT-MANAGER-ERROR:CAPS"> -<ANCHOR id="nm-connection-error-quark" href="libnm/libnm-nm-errors.html#nm-connection-error-quark"> -<ANCHOR id="nm-crypto-error-quark" href="libnm/libnm-nm-errors.html#nm-crypto-error-quark"> -<ANCHOR id="nm-device-error-quark" href="libnm/libnm-nm-errors.html#nm-device-error-quark"> -<ANCHOR id="nm-manager-error-quark" href="libnm/libnm-nm-errors.html#nm-manager-error-quark"> -<ANCHOR id="NM-MANAGER-ERROR:CAPS" href="libnm/libnm-nm-errors.html#NM-MANAGER-ERROR:CAPS"> -<ANCHOR id="nm-secret-agent-error-quark" href="libnm/libnm-nm-errors.html#nm-secret-agent-error-quark"> -<ANCHOR id="NM-SECRET-AGENT-ERROR:CAPS" href="libnm/libnm-nm-errors.html#NM-SECRET-AGENT-ERROR:CAPS"> -<ANCHOR id="nm-settings-error-quark" href="libnm/libnm-nm-errors.html#nm-settings-error-quark"> -<ANCHOR id="NM-SETTINGS-ERROR:CAPS" href="libnm/libnm-nm-errors.html#NM-SETTINGS-ERROR:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR:CAPS" href="libnm/libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR:CAPS"> -<ANCHOR id="nm-vpn-plugin-error-quark" href="libnm/libnm-nm-errors.html#nm-vpn-plugin-error-quark"> -<ANCHOR id="libnm-nm-errors.other_details" href="libnm/libnm-nm-errors.html#libnm-nm-errors.other_details"> -<ANCHOR id="NMAgentManagerError" href="libnm/libnm-nm-errors.html#NMAgentManagerError"> -<ANCHOR id="NM-AGENT-MANAGER-ERROR-FAILED:CAPS" href="libnm/libnm-nm-errors.html#NM-AGENT-MANAGER-ERROR-FAILED:CAPS"> -<ANCHOR id="NM-AGENT-MANAGER-ERROR-PERMISSION-DENIED:CAPS" href="libnm/libnm-nm-errors.html#NM-AGENT-MANAGER-ERROR-PERMISSION-DENIED:CAPS"> -<ANCHOR id="NM-AGENT-MANAGER-ERROR-INVALID-IDENTIFIER:CAPS" href="libnm/libnm-nm-errors.html#NM-AGENT-MANAGER-ERROR-INVALID-IDENTIFIER:CAPS"> -<ANCHOR id="NM-AGENT-MANAGER-ERROR-NOT-REGISTERED:CAPS" href="libnm/libnm-nm-errors.html#NM-AGENT-MANAGER-ERROR-NOT-REGISTERED:CAPS"> -<ANCHOR id="NM-AGENT-MANAGER-ERROR-NO-SECRETS:CAPS" href="libnm/libnm-nm-errors.html#NM-AGENT-MANAGER-ERROR-NO-SECRETS:CAPS"> -<ANCHOR id="NM-AGENT-MANAGER-ERROR-USER-CANCELED:CAPS" href="libnm/libnm-nm-errors.html#NM-AGENT-MANAGER-ERROR-USER-CANCELED:CAPS"> -<ANCHOR id="NMConnectionError" href="libnm/libnm-nm-errors.html#NMConnectionError"> -<ANCHOR id="NM-CONNECTION-ERROR-FAILED:CAPS" href="libnm/libnm-nm-errors.html#NM-CONNECTION-ERROR-FAILED:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR-SETTING-NOT-FOUND:CAPS" href="libnm/libnm-nm-errors.html#NM-CONNECTION-ERROR-SETTING-NOT-FOUND:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR-PROPERTY-NOT-FOUND:CAPS" href="libnm/libnm-nm-errors.html#NM-CONNECTION-ERROR-PROPERTY-NOT-FOUND:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR-PROPERTY-NOT-SECRET:CAPS" href="libnm/libnm-nm-errors.html#NM-CONNECTION-ERROR-PROPERTY-NOT-SECRET:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR-MISSING-SETTING:CAPS" href="libnm/libnm-nm-errors.html#NM-CONNECTION-ERROR-MISSING-SETTING:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR-INVALID-SETTING:CAPS" href="libnm/libnm-nm-errors.html#NM-CONNECTION-ERROR-INVALID-SETTING:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR-MISSING-PROPERTY:CAPS" href="libnm/libnm-nm-errors.html#NM-CONNECTION-ERROR-MISSING-PROPERTY:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR-INVALID-PROPERTY:CAPS" href="libnm/libnm-nm-errors.html#NM-CONNECTION-ERROR-INVALID-PROPERTY:CAPS"> -<ANCHOR id="NM-CONNECTION-ERROR:CAPS" href="libnm/libnm-nm-errors.html#NM-CONNECTION-ERROR:CAPS"> -<ANCHOR id="NMCryptoError" href="libnm/libnm-nm-errors.html#NMCryptoError"> -<ANCHOR id="NM-CRYPTO-ERROR-FAILED:CAPS" href="libnm/libnm-nm-errors.html#NM-CRYPTO-ERROR-FAILED:CAPS"> -<ANCHOR id="NM-CRYPTO-ERROR-INVALID-DATA:CAPS" href="libnm/libnm-nm-errors.html#NM-CRYPTO-ERROR-INVALID-DATA:CAPS"> -<ANCHOR id="NM-CRYPTO-ERROR-INVALID-PASSWORD:CAPS" href="libnm/libnm-nm-errors.html#NM-CRYPTO-ERROR-INVALID-PASSWORD:CAPS"> -<ANCHOR id="NM-CRYPTO-ERROR-UNKNOWN-CIPHER:CAPS" href="libnm/libnm-nm-errors.html#NM-CRYPTO-ERROR-UNKNOWN-CIPHER:CAPS"> -<ANCHOR id="NM-CRYPTO-ERROR-DECRYPTION-FAILED:CAPS" href="libnm/libnm-nm-errors.html#NM-CRYPTO-ERROR-DECRYPTION-FAILED:CAPS"> -<ANCHOR id="NM-CRYPTO-ERROR-ENCRYPTION-FAILED:CAPS" href="libnm/libnm-nm-errors.html#NM-CRYPTO-ERROR-ENCRYPTION-FAILED:CAPS"> -<ANCHOR id="NM-CRYPTO-ERROR:CAPS" href="libnm/libnm-nm-errors.html#NM-CRYPTO-ERROR:CAPS"> -<ANCHOR id="NMDeviceError" href="libnm/libnm-nm-errors.html#NMDeviceError"> -<ANCHOR id="NM-DEVICE-ERROR-FAILED:CAPS" href="libnm/libnm-nm-errors.html#NM-DEVICE-ERROR-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-ERROR-CREATION-FAILED:CAPS" href="libnm/libnm-nm-errors.html#NM-DEVICE-ERROR-CREATION-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-ERROR-INVALID-CONNECTION:CAPS" href="libnm/libnm-nm-errors.html#NM-DEVICE-ERROR-INVALID-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-ERROR-INCOMPATIBLE-CONNECTION:CAPS" href="libnm/libnm-nm-errors.html#NM-DEVICE-ERROR-INCOMPATIBLE-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-ERROR-NOT-ACTIVE:CAPS" href="libnm/libnm-nm-errors.html#NM-DEVICE-ERROR-NOT-ACTIVE:CAPS"> -<ANCHOR id="NM-DEVICE-ERROR-NOT-SOFTWARE:CAPS" href="libnm/libnm-nm-errors.html#NM-DEVICE-ERROR-NOT-SOFTWARE:CAPS"> -<ANCHOR id="NM-DEVICE-ERROR-NOT-ALLOWED:CAPS" href="libnm/libnm-nm-errors.html#NM-DEVICE-ERROR-NOT-ALLOWED:CAPS"> -<ANCHOR id="NM-DEVICE-ERROR-SPECIFIC-OBJECT-NOT-FOUND:CAPS" href="libnm/libnm-nm-errors.html#NM-DEVICE-ERROR-SPECIFIC-OBJECT-NOT-FOUND:CAPS"> -<ANCHOR id="NM-DEVICE-ERROR-VERSION-ID-MISMATCH:CAPS" href="libnm/libnm-nm-errors.html#NM-DEVICE-ERROR-VERSION-ID-MISMATCH:CAPS"> -<ANCHOR id="NM-DEVICE-ERROR:CAPS" href="libnm/libnm-nm-errors.html#NM-DEVICE-ERROR:CAPS"> -<ANCHOR id="NMManagerError" href="libnm/libnm-nm-errors.html#NMManagerError"> -<ANCHOR id="NM-MANAGER-ERROR-FAILED:CAPS" href="libnm/libnm-nm-errors.html#NM-MANAGER-ERROR-FAILED:CAPS"> -<ANCHOR id="NM-MANAGER-ERROR-PERMISSION-DENIED:CAPS" href="libnm/libnm-nm-errors.html#NM-MANAGER-ERROR-PERMISSION-DENIED:CAPS"> -<ANCHOR id="NM-MANAGER-ERROR-UNKNOWN-CONNECTION:CAPS" href="libnm/libnm-nm-errors.html#NM-MANAGER-ERROR-UNKNOWN-CONNECTION:CAPS"> -<ANCHOR id="NM-MANAGER-ERROR-UNKNOWN-DEVICE:CAPS" href="libnm/libnm-nm-errors.html#NM-MANAGER-ERROR-UNKNOWN-DEVICE:CAPS"> -<ANCHOR id="NM-MANAGER-ERROR-CONNECTION-NOT-AVAILABLE:CAPS" href="libnm/libnm-nm-errors.html#NM-MANAGER-ERROR-CONNECTION-NOT-AVAILABLE:CAPS"> -<ANCHOR id="NM-MANAGER-ERROR-CONNECTION-NOT-ACTIVE:CAPS" href="libnm/libnm-nm-errors.html#NM-MANAGER-ERROR-CONNECTION-NOT-ACTIVE:CAPS"> -<ANCHOR id="NM-MANAGER-ERROR-CONNECTION-ALREADY-ACTIVE:CAPS" href="libnm/libnm-nm-errors.html#NM-MANAGER-ERROR-CONNECTION-ALREADY-ACTIVE:CAPS"> -<ANCHOR id="NM-MANAGER-ERROR-DEPENDENCY-FAILED:CAPS" href="libnm/libnm-nm-errors.html#NM-MANAGER-ERROR-DEPENDENCY-FAILED:CAPS"> -<ANCHOR id="NM-MANAGER-ERROR-ALREADY-ASLEEP-OR-AWAKE:CAPS" href="libnm/libnm-nm-errors.html#NM-MANAGER-ERROR-ALREADY-ASLEEP-OR-AWAKE:CAPS"> -<ANCHOR id="NM-MANAGER-ERROR-ALREADY-ENABLED-OR-DISABLED:CAPS" href="libnm/libnm-nm-errors.html#NM-MANAGER-ERROR-ALREADY-ENABLED-OR-DISABLED:CAPS"> -<ANCHOR id="NM-MANAGER-ERROR-UNKNOWN-LOG-LEVEL:CAPS" href="libnm/libnm-nm-errors.html#NM-MANAGER-ERROR-UNKNOWN-LOG-LEVEL:CAPS"> -<ANCHOR id="NM-MANAGER-ERROR-UNKNOWN-LOG-DOMAIN:CAPS" href="libnm/libnm-nm-errors.html#NM-MANAGER-ERROR-UNKNOWN-LOG-DOMAIN:CAPS"> -<ANCHOR id="NM-MANAGER-ERROR-INVALID-ARGUMENTS:CAPS" href="libnm/libnm-nm-errors.html#NM-MANAGER-ERROR-INVALID-ARGUMENTS:CAPS"> -<ANCHOR id="NMSecretAgentError" href="libnm/libnm-nm-errors.html#NMSecretAgentError"> -<ANCHOR id="NM-SECRET-AGENT-ERROR-FAILED:CAPS" href="libnm/libnm-nm-errors.html#NM-SECRET-AGENT-ERROR-FAILED:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-ERROR-PERMISSION-DENIED:CAPS" href="libnm/libnm-nm-errors.html#NM-SECRET-AGENT-ERROR-PERMISSION-DENIED:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-ERROR-INVALID-CONNECTION:CAPS" href="libnm/libnm-nm-errors.html#NM-SECRET-AGENT-ERROR-INVALID-CONNECTION:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-ERROR-USER-CANCELED:CAPS" href="libnm/libnm-nm-errors.html#NM-SECRET-AGENT-ERROR-USER-CANCELED:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-ERROR-AGENT-CANCELED:CAPS" href="libnm/libnm-nm-errors.html#NM-SECRET-AGENT-ERROR-AGENT-CANCELED:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-ERROR-NO-SECRETS:CAPS" href="libnm/libnm-nm-errors.html#NM-SECRET-AGENT-ERROR-NO-SECRETS:CAPS"> -<ANCHOR id="NMSettingsError" href="libnm/libnm-nm-errors.html#NMSettingsError"> -<ANCHOR id="NM-SETTINGS-ERROR-FAILED:CAPS" href="libnm/libnm-nm-errors.html#NM-SETTINGS-ERROR-FAILED:CAPS"> -<ANCHOR id="NM-SETTINGS-ERROR-PERMISSION-DENIED:CAPS" href="libnm/libnm-nm-errors.html#NM-SETTINGS-ERROR-PERMISSION-DENIED:CAPS"> -<ANCHOR id="NM-SETTINGS-ERROR-NOT-SUPPORTED:CAPS" href="libnm/libnm-nm-errors.html#NM-SETTINGS-ERROR-NOT-SUPPORTED:CAPS"> -<ANCHOR id="NM-SETTINGS-ERROR-INVALID-CONNECTION:CAPS" href="libnm/libnm-nm-errors.html#NM-SETTINGS-ERROR-INVALID-CONNECTION:CAPS"> -<ANCHOR id="NM-SETTINGS-ERROR-READ-ONLY-CONNECTION:CAPS" href="libnm/libnm-nm-errors.html#NM-SETTINGS-ERROR-READ-ONLY-CONNECTION:CAPS"> -<ANCHOR id="NM-SETTINGS-ERROR-UUID-EXISTS:CAPS" href="libnm/libnm-nm-errors.html#NM-SETTINGS-ERROR-UUID-EXISTS:CAPS"> -<ANCHOR id="NM-SETTINGS-ERROR-INVALID-HOSTNAME:CAPS" href="libnm/libnm-nm-errors.html#NM-SETTINGS-ERROR-INVALID-HOSTNAME:CAPS"> -<ANCHOR id="NMVpnPluginError" href="libnm/libnm-nm-errors.html#NMVpnPluginError"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-FAILED:CAPS" href="libnm/libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR-FAILED:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-STARTING-IN-PROGRESS:CAPS" href="libnm/libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR-STARTING-IN-PROGRESS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-ALREADY-STARTED:CAPS" href="libnm/libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR-ALREADY-STARTED:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-STOPPING-IN-PROGRESS:CAPS" href="libnm/libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR-STOPPING-IN-PROGRESS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-ALREADY-STOPPED:CAPS" href="libnm/libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR-ALREADY-STOPPED:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-WRONG-STATE:CAPS" href="libnm/libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR-WRONG-STATE:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-BAD-ARGUMENTS:CAPS" href="libnm/libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR-BAD-ARGUMENTS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-LAUNCH-FAILED:CAPS" href="libnm/libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR-LAUNCH-FAILED:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-INVALID-CONNECTION:CAPS" href="libnm/libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR-INVALID-CONNECTION:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR-INTERACTIVE-NOT-SUPPORTED:CAPS" href="libnm/libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR-INTERACTIVE-NOT-SUPPORTED:CAPS"> -<ANCHOR id="libnm-nm-dbus-interface" href="libnm/libnm-nm-dbus-interface.html"> -<ANCHOR id="libnm-nm-dbus-interface.other" href="libnm/libnm-nm-dbus-interface.html#libnm-nm-dbus-interface.other"> -<ANCHOR id="libnm-nm-dbus-interface.object-hierarchy" href="libnm/libnm-nm-dbus-interface.html#libnm-nm-dbus-interface.object-hierarchy"> -<ANCHOR id="libnm-nm-dbus-interface.description" href="libnm/libnm-nm-dbus-interface.html#libnm-nm-dbus-interface.description"> -<ANCHOR id="libnm-nm-dbus-interface.functions_details" href="libnm/libnm-nm-dbus-interface.html#libnm-nm-dbus-interface.functions_details"> -<ANCHOR id="libnm-nm-dbus-interface.other_details" href="libnm/libnm-nm-dbus-interface.html#libnm-nm-dbus-interface.other_details"> -<ANCHOR id="NM-AVAILABLE-IN-1-2:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-AVAILABLE-IN-1-2:CAPS"> -<ANCHOR id="NM-DBUS-SERVICE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-SERVICE:CAPS"> -<ANCHOR id="NM-DBUS-PATH:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-PATH:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-WIRED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-WIRED:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-ADSL:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-ADSL:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-WIRELESS:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-WIRELESS:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-BLUETOOTH:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-BLUETOOTH:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-OLPC-MESH:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-OLPC-MESH:CAPS"> -<ANCHOR id="NM-DBUS-PATH-ACCESS-POINT:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-PATH-ACCESS-POINT:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-ACCESS-POINT:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-ACCESS-POINT:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-MODEM:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-MODEM:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-WIMAX:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-WIMAX:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-WIMAX-NSP:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-WIMAX-NSP:CAPS"> -<ANCHOR id="NM-DBUS-PATH-WIMAX-NSP:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-PATH-WIMAX-NSP:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-ACTIVE-CONNECTION:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-ACTIVE-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-IP4-CONFIG:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-IP4-CONFIG:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DHCP4-CONFIG:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DHCP4-CONFIG:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-IP6-CONFIG:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-IP6-CONFIG:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DHCP6-CONFIG:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DHCP6-CONFIG:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-INFINIBAND:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-INFINIBAND:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-BOND:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-BOND:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-TEAM:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-TEAM:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-VLAN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-VLAN:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-BRIDGE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-BRIDGE:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-GENERIC:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-GENERIC:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-VETH:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-VETH:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-TUN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-TUN:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-MACVLAN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-MACVLAN:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-VXLAN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-VXLAN:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-GRE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-GRE:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-DEVICE-IP-TUNNEL:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-IP-TUNNEL:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-SETTINGS:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-SETTINGS:CAPS"> -<ANCHOR id="NM-DBUS-PATH-SETTINGS:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-PATH-SETTINGS:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-SETTINGS-CONNECTION:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-SETTINGS-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-PATH-SETTINGS-CONNECTION:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-PATH-SETTINGS-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-SETTINGS-CONNECTION-SECRETS:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-SETTINGS-CONNECTION-SECRETS:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-AGENT-MANAGER:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-AGENT-MANAGER:CAPS"> -<ANCHOR id="NM-DBUS-PATH-AGENT-MANAGER:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-PATH-AGENT-MANAGER:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-SECRET-AGENT:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-SECRET-AGENT:CAPS"> -<ANCHOR id="NM-DBUS-PATH-SECRET-AGENT:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DBUS-PATH-SECRET-AGENT:CAPS"> -<ANCHOR id="NMState" href="libnm/libnm-nm-dbus-interface.html#NMState"> -<ANCHOR id="NM-STATE-UNKNOWN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-STATE-UNKNOWN:CAPS"> -<ANCHOR id="NM-STATE-ASLEEP:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-STATE-ASLEEP:CAPS"> -<ANCHOR id="NM-STATE-DISCONNECTED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-STATE-DISCONNECTED:CAPS"> -<ANCHOR id="NM-STATE-DISCONNECTING:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-STATE-DISCONNECTING:CAPS"> -<ANCHOR id="NM-STATE-CONNECTING:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-STATE-CONNECTING:CAPS"> -<ANCHOR id="NM-STATE-CONNECTED-LOCAL:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-STATE-CONNECTED-LOCAL:CAPS"> -<ANCHOR id="NM-STATE-CONNECTED-SITE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-STATE-CONNECTED-SITE:CAPS"> -<ANCHOR id="NM-STATE-CONNECTED-GLOBAL:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-STATE-CONNECTED-GLOBAL:CAPS"> -<ANCHOR id="NMConnectivityState" href="libnm/libnm-nm-dbus-interface.html#NMConnectivityState"> -<ANCHOR id="NM-CONNECTIVITY-UNKNOWN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-CONNECTIVITY-UNKNOWN:CAPS"> -<ANCHOR id="NM-CONNECTIVITY-NONE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-CONNECTIVITY-NONE:CAPS"> -<ANCHOR id="NM-CONNECTIVITY-PORTAL:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-CONNECTIVITY-PORTAL:CAPS"> -<ANCHOR id="NM-CONNECTIVITY-LIMITED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-CONNECTIVITY-LIMITED:CAPS"> -<ANCHOR id="NM-CONNECTIVITY-FULL:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-CONNECTIVITY-FULL:CAPS"> -<ANCHOR id="NMDeviceType" href="libnm/libnm-nm-dbus-interface.html#NMDeviceType"> -<ANCHOR id="NM-DEVICE-TYPE-UNKNOWN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-ETHERNET:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-ETHERNET:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-WIFI:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-WIFI:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-UNUSED1:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-UNUSED1:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-UNUSED2:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-UNUSED2:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-BT:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-BT:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-OLPC-MESH:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-OLPC-MESH:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-WIMAX:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-WIMAX:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-MODEM:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-MODEM:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-INFINIBAND:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-INFINIBAND:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-BOND:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-BOND:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-VLAN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-VLAN:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-ADSL:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-ADSL:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-BRIDGE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-BRIDGE:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-GENERIC:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-GENERIC:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-TEAM:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-TEAM:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-TUN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-TUN:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-IP-TUNNEL:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-IP-TUNNEL:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-MACVLAN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-MACVLAN:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-VXLAN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-VXLAN:CAPS"> -<ANCHOR id="NM-DEVICE-TYPE-VETH:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-TYPE-VETH:CAPS"> -<ANCHOR id="NMDeviceCapabilities" href="libnm/libnm-nm-dbus-interface.html#NMDeviceCapabilities"> -<ANCHOR id="NM-DEVICE-CAP-NONE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-CAP-NONE:CAPS"> -<ANCHOR id="NM-DEVICE-CAP-NM-SUPPORTED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-CAP-NM-SUPPORTED:CAPS"> -<ANCHOR id="NM-DEVICE-CAP-CARRIER-DETECT:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-CAP-CARRIER-DETECT:CAPS"> -<ANCHOR id="NM-DEVICE-CAP-IS-SOFTWARE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-CAP-IS-SOFTWARE:CAPS"> -<ANCHOR id="NMDeviceWifiCapabilities" href="libnm/libnm-nm-dbus-interface.html#NMDeviceWifiCapabilities"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-NONE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIFI-DEVICE-CAP-NONE:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-CIPHER-WEP40:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIFI-DEVICE-CAP-CIPHER-WEP40:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-CIPHER-WEP104:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIFI-DEVICE-CAP-CIPHER-WEP104:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-CIPHER-TKIP:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIFI-DEVICE-CAP-CIPHER-TKIP:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-CIPHER-CCMP:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIFI-DEVICE-CAP-CIPHER-CCMP:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-WPA:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIFI-DEVICE-CAP-WPA:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-RSN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIFI-DEVICE-CAP-RSN:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-AP:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIFI-DEVICE-CAP-AP:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-ADHOC:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIFI-DEVICE-CAP-ADHOC:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-FREQ-VALID:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIFI-DEVICE-CAP-FREQ-VALID:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-FREQ-2GHZ:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIFI-DEVICE-CAP-FREQ-2GHZ:CAPS"> -<ANCHOR id="NM-WIFI-DEVICE-CAP-FREQ-5GHZ:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIFI-DEVICE-CAP-FREQ-5GHZ:CAPS"> -<ANCHOR id="NM80211ApFlags" href="libnm/libnm-nm-dbus-interface.html#NM80211ApFlags"> -<ANCHOR id="NM-802-11-AP-FLAGS-NONE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-AP-FLAGS-NONE:CAPS"> -<ANCHOR id="NM-802-11-AP-FLAGS-PRIVACY:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-AP-FLAGS-PRIVACY:CAPS"> -<ANCHOR id="NM80211ApSecurityFlags" href="libnm/libnm-nm-dbus-interface.html#NM80211ApSecurityFlags"> -<ANCHOR id="NM-802-11-AP-SEC-NONE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-AP-SEC-NONE:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-PAIR-WEP40:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-AP-SEC-PAIR-WEP40:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-PAIR-WEP104:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-AP-SEC-PAIR-WEP104:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-PAIR-TKIP:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-AP-SEC-PAIR-TKIP:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-PAIR-CCMP:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-AP-SEC-PAIR-CCMP:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-GROUP-WEP40:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-AP-SEC-GROUP-WEP40:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-GROUP-WEP104:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-AP-SEC-GROUP-WEP104:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-GROUP-TKIP:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-AP-SEC-GROUP-TKIP:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-GROUP-CCMP:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-AP-SEC-GROUP-CCMP:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-KEY-MGMT-PSK:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-AP-SEC-KEY-MGMT-PSK:CAPS"> -<ANCHOR id="NM-802-11-AP-SEC-KEY-MGMT-802-1X:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-AP-SEC-KEY-MGMT-802-1X:CAPS"> -<ANCHOR id="NM80211Mode" href="libnm/libnm-nm-dbus-interface.html#NM80211Mode"> -<ANCHOR id="NM-802-11-MODE-UNKNOWN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-MODE-UNKNOWN:CAPS"> -<ANCHOR id="NM-802-11-MODE-ADHOC:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-MODE-ADHOC:CAPS"> -<ANCHOR id="NM-802-11-MODE-INFRA:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-MODE-INFRA:CAPS"> -<ANCHOR id="NM-802-11-MODE-AP:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-802-11-MODE-AP:CAPS"> -<ANCHOR id="NMBluetoothCapabilities" href="libnm/libnm-nm-dbus-interface.html#NMBluetoothCapabilities"> -<ANCHOR id="NM-BT-CAPABILITY-NONE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-BT-CAPABILITY-NONE:CAPS"> -<ANCHOR id="NM-BT-CAPABILITY-DUN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-BT-CAPABILITY-DUN:CAPS"> -<ANCHOR id="NM-BT-CAPABILITY-NAP:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-BT-CAPABILITY-NAP:CAPS"> -<ANCHOR id="NMDeviceModemCapabilities" href="libnm/libnm-nm-dbus-interface.html#NMDeviceModemCapabilities"> -<ANCHOR id="NM-DEVICE-MODEM-CAPABILITY-NONE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-MODEM-CAPABILITY-NONE:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-CAPABILITY-POTS:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-MODEM-CAPABILITY-POTS:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-CAPABILITY-CDMA-EVDO:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-MODEM-CAPABILITY-CDMA-EVDO:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-CAPABILITY-GSM-UMTS:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-MODEM-CAPABILITY-GSM-UMTS:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-CAPABILITY-LTE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-MODEM-CAPABILITY-LTE:CAPS"> -<ANCHOR id="NMWimaxNspNetworkType" href="libnm/libnm-nm-dbus-interface.html#NMWimaxNspNetworkType"> -<ANCHOR id="NM-WIMAX-NSP-NETWORK-TYPE-UNKNOWN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIMAX-NSP-NETWORK-TYPE-UNKNOWN:CAPS"> -<ANCHOR id="NM-WIMAX-NSP-NETWORK-TYPE-HOME:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIMAX-NSP-NETWORK-TYPE-HOME:CAPS"> -<ANCHOR id="NM-WIMAX-NSP-NETWORK-TYPE-PARTNER:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIMAX-NSP-NETWORK-TYPE-PARTNER:CAPS"> -<ANCHOR id="NM-WIMAX-NSP-NETWORK-TYPE-ROAMING-PARTNER:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-WIMAX-NSP-NETWORK-TYPE-ROAMING-PARTNER:CAPS"> -<ANCHOR id="NMDeviceState" href="libnm/libnm-nm-dbus-interface.html#NMDeviceState"> -<ANCHOR id="NM-DEVICE-STATE-UNKNOWN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-UNMANAGED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-UNMANAGED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-UNAVAILABLE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-UNAVAILABLE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-DISCONNECTED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-DISCONNECTED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-PREPARE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-PREPARE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-CONFIG:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-NEED-AUTH:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-NEED-AUTH:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-IP-CONFIG:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-IP-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-IP-CHECK:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-IP-CHECK:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-SECONDARIES:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-SECONDARIES:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-ACTIVATED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-ACTIVATED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-DEACTIVATING:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-DEACTIVATING:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-FAILED:CAPS"> -<ANCHOR id="NMDeviceStateReason" href="libnm/libnm-nm-dbus-interface.html#NMDeviceStateReason"> -<ANCHOR id="NM-DEVICE-STATE-REASON-NONE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-NONE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-UNKNOWN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-UNKNOWN:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-NOW-MANAGED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-NOW-MANAGED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-NOW-UNMANAGED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-NOW-UNMANAGED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-CONFIG-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-CONFIG-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-IP-CONFIG-UNAVAILABLE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-IP-CONFIG-UNAVAILABLE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-IP-CONFIG-EXPIRED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-IP-CONFIG-EXPIRED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-NO-SECRETS:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-NO-SECRETS:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SUPPLICANT-DISCONNECT:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-SUPPLICANT-DISCONNECT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SUPPLICANT-CONFIG-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-SUPPLICANT-CONFIG-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SUPPLICANT-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-SUPPLICANT-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SUPPLICANT-TIMEOUT:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-SUPPLICANT-TIMEOUT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-PPP-START-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-PPP-START-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-PPP-DISCONNECT:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-PPP-DISCONNECT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-PPP-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-PPP-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-DHCP-START-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-DHCP-START-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-DHCP-ERROR:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-DHCP-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-DHCP-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-DHCP-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SHARED-START-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-SHARED-START-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SHARED-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-SHARED-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-AUTOIP-START-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-AUTOIP-START-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-AUTOIP-ERROR:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-AUTOIP-ERROR:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-AUTOIP-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-AUTOIP-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-BUSY:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-MODEM-BUSY:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-NO-DIAL-TONE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-MODEM-NO-DIAL-TONE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-NO-CARRIER:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-MODEM-NO-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-DIAL-TIMEOUT:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-MODEM-DIAL-TIMEOUT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-DIAL-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-MODEM-DIAL-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-INIT-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-MODEM-INIT-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-APN-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-GSM-APN-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-REGISTRATION-NOT-SEARCHING:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-NOT-SEARCHING:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-REGISTRATION-DENIED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-DENIED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-REGISTRATION-TIMEOUT:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-TIMEOUT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-REGISTRATION-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-PIN-CHECK-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-GSM-PIN-CHECK-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-FIRMWARE-MISSING:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-FIRMWARE-MISSING:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-REMOVED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-REMOVED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SLEEPING:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-SLEEPING:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-CONNECTION-REMOVED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-CONNECTION-REMOVED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-USER-REQUESTED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-USER-REQUESTED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-CARRIER:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-CONNECTION-ASSUMED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-CONNECTION-ASSUMED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SUPPLICANT-AVAILABLE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-SUPPLICANT-AVAILABLE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-NOT-FOUND:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-MODEM-NOT-FOUND:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-BT-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-BT-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-SIM-NOT-INSERTED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-GSM-SIM-NOT-INSERTED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-SIM-PIN-REQUIRED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-GSM-SIM-PIN-REQUIRED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-SIM-PUK-REQUIRED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-GSM-SIM-PUK-REQUIRED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-GSM-SIM-WRONG:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-GSM-SIM-WRONG:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-INFINIBAND-MODE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-INFINIBAND-MODE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-DEPENDENCY-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-DEPENDENCY-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-BR2684-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-BR2684-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-MANAGER-UNAVAILABLE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-MODEM-MANAGER-UNAVAILABLE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SSID-NOT-FOUND:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-SSID-NOT-FOUND:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SECONDARY-CONNECTION-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-SECONDARY-CONNECTION-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-DCB-FCOE-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-DCB-FCOE-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-TEAMD-CONTROL-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-TEAMD-CONTROL-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-FAILED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-MODEM-FAILED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-MODEM-AVAILABLE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-MODEM-AVAILABLE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-SIM-PIN-INCORRECT:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-SIM-PIN-INCORRECT:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-NEW-ACTIVATION:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-NEW-ACTIVATION:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-PARENT-CHANGED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-PARENT-CHANGED:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON-PARENT-MANAGED-CHANGED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-DEVICE-STATE-REASON-PARENT-MANAGED-CHANGED:CAPS"> -<ANCHOR id="NMMetered" href="libnm/libnm-nm-dbus-interface.html#NMMetered"> -<ANCHOR id="NM-METERED-UNKNOWN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-METERED-UNKNOWN:CAPS"> -<ANCHOR id="NM-METERED-YES:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-METERED-YES:CAPS"> -<ANCHOR id="NM-METERED-NO:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-METERED-NO:CAPS"> -<ANCHOR id="NM-METERED-GUESS-YES:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-METERED-GUESS-YES:CAPS"> -<ANCHOR id="NM-METERED-GUESS-NO:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-METERED-GUESS-NO:CAPS"> -<ANCHOR id="NMActiveConnectionState" href="libnm/libnm-nm-dbus-interface.html#NMActiveConnectionState"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE-UNKNOWN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-ACTIVE-CONNECTION-STATE-UNKNOWN:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE-ACTIVATING:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATING:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE-ACTIVATED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATED:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE-DEACTIVATING:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-ACTIVE-CONNECTION-STATE-DEACTIVATING:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE-DEACTIVATED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-ACTIVE-CONNECTION-STATE-DEACTIVATED:CAPS"> -<ANCHOR id="NMSecretAgentGetSecretsFlags" href="libnm/libnm-nm-dbus-interface.html#NMSecretAgentGetSecretsFlags"> -<ANCHOR id="NM-SECRET-AGENT-GET-SECRETS-FLAG-NONE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-SECRET-AGENT-GET-SECRETS-FLAG-NONE:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-GET-SECRETS-FLAG-ALLOW-INTERACTION:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-SECRET-AGENT-GET-SECRETS-FLAG-ALLOW-INTERACTION:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-GET-SECRETS-FLAG-REQUEST-NEW:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-SECRET-AGENT-GET-SECRETS-FLAG-REQUEST-NEW:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-GET-SECRETS-FLAG-USER-REQUESTED:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-SECRET-AGENT-GET-SECRETS-FLAG-USER-REQUESTED:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-GET-SECRETS-FLAG-ONLY-SYSTEM:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-SECRET-AGENT-GET-SECRETS-FLAG-ONLY-SYSTEM:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-GET-SECRETS-FLAG-NO-ERRORS:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-SECRET-AGENT-GET-SECRETS-FLAG-NO-ERRORS:CAPS"> -<ANCHOR id="NMSecretAgentCapabilities" href="libnm/libnm-nm-dbus-interface.html#NMSecretAgentCapabilities"> -<ANCHOR id="NM-SECRET-AGENT-CAPABILITY-NONE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-SECRET-AGENT-CAPABILITY-NONE:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-CAPABILITY-VPN-HINTS:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-SECRET-AGENT-CAPABILITY-VPN-HINTS:CAPS"> -<ANCHOR id="NM-SECRET-AGENT-CAPABILITY-LAST:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-SECRET-AGENT-CAPABILITY-LAST:CAPS"> -<ANCHOR id="NM-LLDP-ATTR-DESTINATION:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-ATTR-DESTINATION:CAPS"> -<ANCHOR id="NM-LLDP-ATTR-CHASSIS-ID-TYPE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-ATTR-CHASSIS-ID-TYPE:CAPS"> -<ANCHOR id="NM-LLDP-ATTR-CHASSIS-ID:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-ATTR-CHASSIS-ID:CAPS"> -<ANCHOR id="NM-LLDP-ATTR-PORT-ID-TYPE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-ATTR-PORT-ID-TYPE:CAPS"> -<ANCHOR id="NM-LLDP-ATTR-PORT-ID:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-ATTR-PORT-ID:CAPS"> -<ANCHOR id="NM-LLDP-ATTR-PORT-DESCRIPTION:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-ATTR-PORT-DESCRIPTION:CAPS"> -<ANCHOR id="NM-LLDP-ATTR-SYSTEM-NAME:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-ATTR-SYSTEM-NAME:CAPS"> -<ANCHOR id="NM-LLDP-ATTR-SYSTEM-DESCRIPTION:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-ATTR-SYSTEM-DESCRIPTION:CAPS"> -<ANCHOR id="NM-LLDP-ATTR-SYSTEM-CAPABILITIES:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-ATTR-SYSTEM-CAPABILITIES:CAPS"> -<ANCHOR id="NM-LLDP-ATTR-IEEE-802-1-PVID:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-ATTR-IEEE-802-1-PVID:CAPS"> -<ANCHOR id="NM-LLDP-ATTR-IEEE-802-1-PPVID:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-ATTR-IEEE-802-1-PPVID:CAPS"> -<ANCHOR id="NM-LLDP-ATTR-IEEE-802-1-PPVID-FLAGS:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-ATTR-IEEE-802-1-PPVID-FLAGS:CAPS"> -<ANCHOR id="NM-LLDP-ATTR-IEEE-802-1-VID:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-ATTR-IEEE-802-1-VID:CAPS"> -<ANCHOR id="NM-LLDP-ATTR-IEEE-802-1-VLAN-NAME:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-ATTR-IEEE-802-1-VLAN-NAME:CAPS"> -<ANCHOR id="NM-LLDP-DEST-NEAREST-BRIDGE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-DEST-NEAREST-BRIDGE:CAPS"> -<ANCHOR id="NM-LLDP-DEST-NEAREST-NON-TPMR-BRIDGE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-DEST-NEAREST-NON-TPMR-BRIDGE:CAPS"> -<ANCHOR id="NM-LLDP-DEST-NEAREST-CUSTOMER-BRIDGE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-LLDP-DEST-NEAREST-CUSTOMER-BRIDGE:CAPS"> -<ANCHOR id="NMIPTunnelMode" href="libnm/libnm-nm-dbus-interface.html#NMIPTunnelMode"> -<ANCHOR id="NM-IP-TUNNEL-MODE-UNKNOWN:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-IP-TUNNEL-MODE-UNKNOWN:CAPS"> -<ANCHOR id="NM-IP-TUNNEL-MODE-IPIP:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-IP-TUNNEL-MODE-IPIP:CAPS"> -<ANCHOR id="NM-IP-TUNNEL-MODE-GRE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-IP-TUNNEL-MODE-GRE:CAPS"> -<ANCHOR id="NM-IP-TUNNEL-MODE-SIT:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-IP-TUNNEL-MODE-SIT:CAPS"> -<ANCHOR id="NM-IP-TUNNEL-MODE-ISATAP:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-IP-TUNNEL-MODE-ISATAP:CAPS"> -<ANCHOR id="NM-IP-TUNNEL-MODE-VTI:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-IP-TUNNEL-MODE-VTI:CAPS"> -<ANCHOR id="NM-IP-TUNNEL-MODE-IP6IP6:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-IP-TUNNEL-MODE-IP6IP6:CAPS"> -<ANCHOR id="NM-IP-TUNNEL-MODE-IPIP6:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-IP-TUNNEL-MODE-IPIP6:CAPS"> -<ANCHOR id="NM-IP-TUNNEL-MODE-IP6GRE:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-IP-TUNNEL-MODE-IP6GRE:CAPS"> -<ANCHOR id="NM-IP-TUNNEL-MODE-VTI6:CAPS" href="libnm/libnm-nm-dbus-interface.html#NM-IP-TUNNEL-MODE-VTI6:CAPS"> -<ANCHOR id="NMConnection" href="libnm/NMConnection.html"> -<ANCHOR id="NMConnection.functions" href="libnm/NMConnection.html#NMConnection.functions"> -<ANCHOR id="NMConnection.other" href="libnm/NMConnection.html#NMConnection.other"> -<ANCHOR id="NMConnection.object-hierarchy" href="libnm/NMConnection.html#NMConnection.object-hierarchy"> -<ANCHOR id="NMConnection.description" href="libnm/NMConnection.html#NMConnection.description"> -<ANCHOR id="NMConnection.functions_details" href="libnm/NMConnection.html#NMConnection.functions_details"> -<ANCHOR id="nm-connection-add-setting" href="libnm/NMConnection.html#nm-connection-add-setting"> -<ANCHOR id="nm-connection-remove-setting" href="libnm/NMConnection.html#nm-connection-remove-setting"> -<ANCHOR id="nm-connection-get-setting" href="libnm/NMConnection.html#nm-connection-get-setting"> -<ANCHOR id="nm-connection-get-setting-by-name" href="libnm/NMConnection.html#nm-connection-get-setting-by-name"> -<ANCHOR id="nm-connection-to-dbus" href="libnm/NMConnection.html#nm-connection-to-dbus"> -<ANCHOR id="nm-connection-replace-settings" href="libnm/NMConnection.html#nm-connection-replace-settings"> -<ANCHOR id="nm-connection-replace-settings-from-connection" href="libnm/NMConnection.html#nm-connection-replace-settings-from-connection"> -<ANCHOR id="nm-connection-clear-settings" href="libnm/NMConnection.html#nm-connection-clear-settings"> -<ANCHOR id="nm-connection-compare" href="libnm/NMConnection.html#nm-connection-compare"> -<ANCHOR id="nm-connection-diff" href="libnm/NMConnection.html#nm-connection-diff"> -<ANCHOR id="nm-connection-verify" href="libnm/NMConnection.html#nm-connection-verify"> -<ANCHOR id="nm-connection-verify-secrets" href="libnm/NMConnection.html#nm-connection-verify-secrets"> -<ANCHOR id="nm-connection-normalize" href="libnm/NMConnection.html#nm-connection-normalize"> -<ANCHOR id="nm-connection-need-secrets" href="libnm/NMConnection.html#nm-connection-need-secrets"> -<ANCHOR id="nm-connection-clear-secrets" href="libnm/NMConnection.html#nm-connection-clear-secrets"> -<ANCHOR id="nm-connection-clear-secrets-with-flags" href="libnm/NMConnection.html#nm-connection-clear-secrets-with-flags"> -<ANCHOR id="nm-connection-update-secrets" href="libnm/NMConnection.html#nm-connection-update-secrets"> -<ANCHOR id="nm-connection-set-path" href="libnm/NMConnection.html#nm-connection-set-path"> -<ANCHOR id="nm-connection-get-path" href="libnm/NMConnection.html#nm-connection-get-path"> -<ANCHOR id="nm-connection-get-interface-name" href="libnm/NMConnection.html#nm-connection-get-interface-name"> -<ANCHOR id="nm-connection-is-type" href="libnm/NMConnection.html#nm-connection-is-type"> -<ANCHOR id="nm-connection-for-each-setting-value" href="libnm/NMConnection.html#nm-connection-for-each-setting-value"> -<ANCHOR id="nm-connection-dump" href="libnm/NMConnection.html#nm-connection-dump"> -<ANCHOR id="nm-connection-get-uuid" href="libnm/NMConnection.html#nm-connection-get-uuid"> -<ANCHOR id="nm-connection-get-id" href="libnm/NMConnection.html#nm-connection-get-id"> -<ANCHOR id="nm-connection-get-connection-type" href="libnm/NMConnection.html#nm-connection-get-connection-type"> -<ANCHOR id="nm-connection-is-virtual" href="libnm/NMConnection.html#nm-connection-is-virtual"> -<ANCHOR id="nm-connection-get-virtual-device-description" href="libnm/NMConnection.html#nm-connection-get-virtual-device-description"> -<ANCHOR id="nm-connection-get-setting-802-1x" href="libnm/NMConnection.html#nm-connection-get-setting-802-1x"> -<ANCHOR id="nm-connection-get-setting-bluetooth" href="libnm/NMConnection.html#nm-connection-get-setting-bluetooth"> -<ANCHOR id="nm-connection-get-setting-bond" href="libnm/NMConnection.html#nm-connection-get-setting-bond"> -<ANCHOR id="nm-connection-get-setting-team" href="libnm/NMConnection.html#nm-connection-get-setting-team"> -<ANCHOR id="nm-connection-get-setting-team-port" href="libnm/NMConnection.html#nm-connection-get-setting-team-port"> -<ANCHOR id="nm-connection-get-setting-bridge" href="libnm/NMConnection.html#nm-connection-get-setting-bridge"> -<ANCHOR id="nm-connection-get-setting-bridge-port" href="libnm/NMConnection.html#nm-connection-get-setting-bridge-port"> -<ANCHOR id="nm-connection-get-setting-cdma" href="libnm/NMConnection.html#nm-connection-get-setting-cdma"> -<ANCHOR id="nm-connection-get-setting-connection" href="libnm/NMConnection.html#nm-connection-get-setting-connection"> -<ANCHOR id="nm-connection-get-setting-dcb" href="libnm/NMConnection.html#nm-connection-get-setting-dcb"> -<ANCHOR id="nm-connection-get-setting-generic" href="libnm/NMConnection.html#nm-connection-get-setting-generic"> -<ANCHOR id="nm-connection-get-setting-gsm" href="libnm/NMConnection.html#nm-connection-get-setting-gsm"> -<ANCHOR id="nm-connection-get-setting-infiniband" href="libnm/NMConnection.html#nm-connection-get-setting-infiniband"> -<ANCHOR id="nm-connection-get-setting-ip-tunnel" href="libnm/NMConnection.html#nm-connection-get-setting-ip-tunnel"> -<ANCHOR id="nm-connection-get-setting-ip4-config" href="libnm/NMConnection.html#nm-connection-get-setting-ip4-config"> -<ANCHOR id="nm-connection-get-setting-ip6-config" href="libnm/NMConnection.html#nm-connection-get-setting-ip6-config"> -<ANCHOR id="nm-connection-get-setting-macvlan" href="libnm/NMConnection.html#nm-connection-get-setting-macvlan"> -<ANCHOR id="nm-connection-get-setting-olpc-mesh" href="libnm/NMConnection.html#nm-connection-get-setting-olpc-mesh"> -<ANCHOR id="nm-connection-get-setting-ppp" href="libnm/NMConnection.html#nm-connection-get-setting-ppp"> -<ANCHOR id="nm-connection-get-setting-pppoe" href="libnm/NMConnection.html#nm-connection-get-setting-pppoe"> -<ANCHOR id="nm-connection-get-setting-serial" href="libnm/NMConnection.html#nm-connection-get-setting-serial"> -<ANCHOR id="nm-connection-get-setting-tun" href="libnm/NMConnection.html#nm-connection-get-setting-tun"> -<ANCHOR id="nm-connection-get-setting-vpn" href="libnm/NMConnection.html#nm-connection-get-setting-vpn"> -<ANCHOR id="nm-connection-get-setting-wimax" href="libnm/NMConnection.html#nm-connection-get-setting-wimax"> -<ANCHOR id="nm-connection-get-setting-adsl" href="libnm/NMConnection.html#nm-connection-get-setting-adsl"> -<ANCHOR id="nm-connection-get-setting-wired" href="libnm/NMConnection.html#nm-connection-get-setting-wired"> -<ANCHOR id="nm-connection-get-setting-wireless" href="libnm/NMConnection.html#nm-connection-get-setting-wireless"> -<ANCHOR id="nm-connection-get-setting-wireless-security" href="libnm/NMConnection.html#nm-connection-get-setting-wireless-security"> -<ANCHOR id="nm-connection-get-setting-vlan" href="libnm/NMConnection.html#nm-connection-get-setting-vlan"> -<ANCHOR id="nm-connection-get-setting-vxlan" href="libnm/NMConnection.html#nm-connection-get-setting-vxlan"> -<ANCHOR id="NMConnection.other_details" href="libnm/NMConnection.html#NMConnection.other_details"> -<ANCHOR id="NM-CONNECTION-SECRETS-UPDATED:CAPS" href="libnm/NMConnection.html#NM-CONNECTION-SECRETS-UPDATED:CAPS"> -<ANCHOR id="NM-CONNECTION-SECRETS-CLEARED:CAPS" href="libnm/NMConnection.html#NM-CONNECTION-SECRETS-CLEARED:CAPS"> -<ANCHOR id="NM-CONNECTION-CHANGED:CAPS" href="libnm/NMConnection.html#NM-CONNECTION-CHANGED:CAPS"> -<ANCHOR id="NM-CONNECTION-NORMALIZE-PARAM-IP6-CONFIG-METHOD:CAPS" href="libnm/NMConnection.html#NM-CONNECTION-NORMALIZE-PARAM-IP6-CONFIG-METHOD:CAPS"> -<ANCHOR id="NMConnectionInterface" href="libnm/NMConnection.html#NMConnectionInterface"> -<ANCHOR id="NM-VARIANT-TYPE-SETTING:CAPS" href="libnm/NMConnection.html#NM-VARIANT-TYPE-SETTING:CAPS"> -<ANCHOR id="NMConnectionSerializationFlags" href="libnm/NMConnection.html#NMConnectionSerializationFlags"> -<ANCHOR id="NM-CONNECTION-SERIALIZE-ALL:CAPS" href="libnm/NMConnection.html#NM-CONNECTION-SERIALIZE-ALL:CAPS"> -<ANCHOR id="NM-CONNECTION-SERIALIZE-NO-SECRETS:CAPS" href="libnm/NMConnection.html#NM-CONNECTION-SERIALIZE-NO-SECRETS:CAPS"> -<ANCHOR id="NM-CONNECTION-SERIALIZE-ONLY-SECRETS:CAPS" href="libnm/NMConnection.html#NM-CONNECTION-SERIALIZE-ONLY-SECRETS:CAPS"> -<ANCHOR id="NMSimpleConnection" href="libnm/NMSimpleConnection.html"> -<ANCHOR id="NMSimpleConnection.functions" href="libnm/NMSimpleConnection.html#NMSimpleConnection.functions"> -<ANCHOR id="NMSimpleConnection.other" href="libnm/NMSimpleConnection.html#NMSimpleConnection.other"> -<ANCHOR id="NMSimpleConnection.object-hierarchy" href="libnm/NMSimpleConnection.html#NMSimpleConnection.object-hierarchy"> -<ANCHOR id="NMSimpleConnection.implemented-interfaces" href="libnm/NMSimpleConnection.html#NMSimpleConnection.implemented-interfaces"> -<ANCHOR id="NMSimpleConnection.description" href="libnm/NMSimpleConnection.html#NMSimpleConnection.description"> -<ANCHOR id="NMSimpleConnection.functions_details" href="libnm/NMSimpleConnection.html#NMSimpleConnection.functions_details"> -<ANCHOR id="nm-simple-connection-new" href="libnm/NMSimpleConnection.html#nm-simple-connection-new"> -<ANCHOR id="nm-simple-connection-new-from-dbus" href="libnm/NMSimpleConnection.html#nm-simple-connection-new-from-dbus"> -<ANCHOR id="nm-simple-connection-new-clone" href="libnm/NMSimpleConnection.html#nm-simple-connection-new-clone"> -<ANCHOR id="NMSimpleConnection.other_details" href="libnm/NMSimpleConnection.html#NMSimpleConnection.other_details"> -<ANCHOR id="NMSimpleConnection-struct" href="libnm/NMSimpleConnection.html#NMSimpleConnection-struct"> -<ANCHOR id="NMSetting" href="libnm/NMSetting.html"> -<ANCHOR id="NMSetting.functions" href="libnm/NMSetting.html#NMSetting.functions"> -<ANCHOR id="NMSetting.properties" href="libnm/NMSetting.html#NMSetting.properties"> -<ANCHOR id="NMSetting.other" href="libnm/NMSetting.html#NMSetting.other"> -<ANCHOR id="NMSetting.object-hierarchy" href="libnm/NMSetting.html#NMSetting.object-hierarchy"> -<ANCHOR id="NMSetting.description" href="libnm/NMSetting.html#NMSetting.description"> -<ANCHOR id="NMSetting.functions_details" href="libnm/NMSetting.html#NMSetting.functions_details"> -<ANCHOR id="NM-SETTING-PARAM-REQUIRED:CAPS" href="libnm/NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS"> -<ANCHOR id="NM-SETTING-PARAM-SECRET:CAPS" href="libnm/NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS"> -<ANCHOR id="NM-SETTING-PARAM-FUZZY-IGNORE:CAPS" href="libnm/NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"> -<ANCHOR id="NMSettingClearSecretsWithFlagsFn" href="libnm/NMSetting.html#NMSettingClearSecretsWithFlagsFn"> -<ANCHOR id="NMSettingValueIterFn" href="libnm/NMSetting.html#NMSettingValueIterFn"> -<ANCHOR id="nm-setting-lookup-type" href="libnm/NMSetting.html#nm-setting-lookup-type"> -<ANCHOR id="nm-setting-duplicate" href="libnm/NMSetting.html#nm-setting-duplicate"> -<ANCHOR id="nm-setting-get-name" href="libnm/NMSetting.html#nm-setting-get-name"> -<ANCHOR id="nm-setting-verify" href="libnm/NMSetting.html#nm-setting-verify"> -<ANCHOR id="nm-setting-verify-secrets" href="libnm/NMSetting.html#nm-setting-verify-secrets"> -<ANCHOR id="nm-setting-compare" href="libnm/NMSetting.html#nm-setting-compare"> -<ANCHOR id="nm-setting-diff" href="libnm/NMSetting.html#nm-setting-diff"> -<ANCHOR id="nm-setting-enumerate-values" href="libnm/NMSetting.html#nm-setting-enumerate-values"> -<ANCHOR id="nm-setting-to-string" href="libnm/NMSetting.html#nm-setting-to-string"> -<ANCHOR id="nm-setting-get-secret-flags" href="libnm/NMSetting.html#nm-setting-get-secret-flags"> -<ANCHOR id="nm-setting-set-secret-flags" href="libnm/NMSetting.html#nm-setting-set-secret-flags"> -<ANCHOR id="nm-setting-get-dbus-property-type" href="libnm/NMSetting.html#nm-setting-get-dbus-property-type"> -<ANCHOR id="NMSetting.other_details" href="libnm/NMSetting.html#NMSetting.other_details"> -<ANCHOR id="NM-SETTING-NAME:CAPS" href="libnm/NMSetting.html#NM-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingSecretFlags" href="libnm/NMSetting.html#NMSettingSecretFlags"> -<ANCHOR id="NM-SETTING-SECRET-FLAG-NONE:CAPS" href="libnm/NMSetting.html#NM-SETTING-SECRET-FLAG-NONE:CAPS"> -<ANCHOR id="NM-SETTING-SECRET-FLAG-AGENT-OWNED:CAPS" href="libnm/NMSetting.html#NM-SETTING-SECRET-FLAG-AGENT-OWNED:CAPS"> -<ANCHOR id="NM-SETTING-SECRET-FLAG-NOT-SAVED:CAPS" href="libnm/NMSetting.html#NM-SETTING-SECRET-FLAG-NOT-SAVED:CAPS"> -<ANCHOR id="NM-SETTING-SECRET-FLAG-NOT-REQUIRED:CAPS" href="libnm/NMSetting.html#NM-SETTING-SECRET-FLAG-NOT-REQUIRED:CAPS"> -<ANCHOR id="NMSettingCompareFlags" href="libnm/NMSetting.html#NMSettingCompareFlags"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-EXACT:CAPS" href="libnm/NMSetting.html#NM-SETTING-COMPARE-FLAG-EXACT:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-FUZZY:CAPS" href="libnm/NMSetting.html#NM-SETTING-COMPARE-FLAG-FUZZY:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-IGNORE-ID:CAPS" href="libnm/NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-ID:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-IGNORE-SECRETS:CAPS" href="libnm/NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-SECRETS:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-IGNORE-AGENT-OWNED-SECRETS:CAPS" href="libnm/NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-AGENT-OWNED-SECRETS:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-IGNORE-NOT-SAVED-SECRETS:CAPS" href="libnm/NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-NOT-SAVED-SECRETS:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-DIFF-RESULT-WITH-DEFAULT:CAPS" href="libnm/NMSetting.html#NM-SETTING-COMPARE-FLAG-DIFF-RESULT-WITH-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-DIFF-RESULT-NO-DEFAULT:CAPS" href="libnm/NMSetting.html#NM-SETTING-COMPARE-FLAG-DIFF-RESULT-NO-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-COMPARE-FLAG-IGNORE-TIMESTAMP:CAPS" href="libnm/NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-TIMESTAMP:CAPS"> -<ANCHOR id="NMSettingMacRandomization" href="libnm/NMSetting.html#NMSettingMacRandomization"> -<ANCHOR id="NM-SETTING-MAC-RANDOMIZATION-DEFAULT:CAPS" href="libnm/NMSetting.html#NM-SETTING-MAC-RANDOMIZATION-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-MAC-RANDOMIZATION-NEVER:CAPS" href="libnm/NMSetting.html#NM-SETTING-MAC-RANDOMIZATION-NEVER:CAPS"> -<ANCHOR id="NM-SETTING-MAC-RANDOMIZATION-ALWAYS:CAPS" href="libnm/NMSetting.html#NM-SETTING-MAC-RANDOMIZATION-ALWAYS:CAPS"> -<ANCHOR id="NMSetting-struct" href="libnm/NMSetting.html#NMSetting-struct"> -<ANCHOR id="NMSettingDiffResult" href="libnm/NMSetting.html#NMSettingDiffResult"> -<ANCHOR id="NM-SETTING-DIFF-RESULT-UNKNOWN:CAPS" href="libnm/NMSetting.html#NM-SETTING-DIFF-RESULT-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-DIFF-RESULT-IN-A:CAPS" href="libnm/NMSetting.html#NM-SETTING-DIFF-RESULT-IN-A:CAPS"> -<ANCHOR id="NM-SETTING-DIFF-RESULT-IN-B:CAPS" href="libnm/NMSetting.html#NM-SETTING-DIFF-RESULT-IN-B:CAPS"> -<ANCHOR id="NM-SETTING-DIFF-RESULT-IN-A-DEFAULT:CAPS" href="libnm/NMSetting.html#NM-SETTING-DIFF-RESULT-IN-A-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-DIFF-RESULT-IN-B-DEFAULT:CAPS" href="libnm/NMSetting.html#NM-SETTING-DIFF-RESULT-IN-B-DEFAULT:CAPS"> -<ANCHOR id="NMSetting.property-details" href="libnm/NMSetting.html#NMSetting.property-details"> -<ANCHOR id="NMSetting--name" href="libnm/NMSetting.html#NMSetting--name"> -<ANCHOR id="NMSettingConnection" href="libnm/NMSettingConnection.html"> -<ANCHOR id="NMSettingConnection.functions" href="libnm/NMSettingConnection.html#NMSettingConnection.functions"> -<ANCHOR id="NMSettingConnection.properties" href="libnm/NMSettingConnection.html#NMSettingConnection.properties"> -<ANCHOR id="NMSettingConnection.other" href="libnm/NMSettingConnection.html#NMSettingConnection.other"> -<ANCHOR id="NMSettingConnection.object-hierarchy" href="libnm/NMSettingConnection.html#NMSettingConnection.object-hierarchy"> -<ANCHOR id="NMSettingConnection.description" href="libnm/NMSettingConnection.html#NMSettingConnection.description"> -<ANCHOR id="NMSettingConnection.functions_details" href="libnm/NMSettingConnection.html#NMSettingConnection.functions_details"> -<ANCHOR id="nm-setting-connection-new" href="libnm/NMSettingConnection.html#nm-setting-connection-new"> -<ANCHOR id="nm-setting-connection-get-id" href="libnm/NMSettingConnection.html#nm-setting-connection-get-id"> -<ANCHOR id="nm-setting-connection-get-uuid" href="libnm/NMSettingConnection.html#nm-setting-connection-get-uuid"> -<ANCHOR id="nm-setting-connection-get-interface-name" href="libnm/NMSettingConnection.html#nm-setting-connection-get-interface-name"> -<ANCHOR id="nm-setting-connection-get-connection-type" href="libnm/NMSettingConnection.html#nm-setting-connection-get-connection-type"> -<ANCHOR id="nm-setting-connection-get-autoconnect" href="libnm/NMSettingConnection.html#nm-setting-connection-get-autoconnect"> -<ANCHOR id="nm-setting-connection-get-autoconnect-priority" href="libnm/NMSettingConnection.html#nm-setting-connection-get-autoconnect-priority"> -<ANCHOR id="nm-setting-connection-get-timestamp" href="libnm/NMSettingConnection.html#nm-setting-connection-get-timestamp"> -<ANCHOR id="nm-setting-connection-get-read-only" href="libnm/NMSettingConnection.html#nm-setting-connection-get-read-only"> -<ANCHOR id="nm-setting-connection-get-num-permissions" href="libnm/NMSettingConnection.html#nm-setting-connection-get-num-permissions"> -<ANCHOR id="nm-setting-connection-get-permission" href="libnm/NMSettingConnection.html#nm-setting-connection-get-permission"> -<ANCHOR id="nm-setting-connection-get-zone" href="libnm/NMSettingConnection.html#nm-setting-connection-get-zone"> -<ANCHOR id="nm-setting-connection-permissions-user-allowed" href="libnm/NMSettingConnection.html#nm-setting-connection-permissions-user-allowed"> -<ANCHOR id="nm-setting-connection-add-permission" href="libnm/NMSettingConnection.html#nm-setting-connection-add-permission"> -<ANCHOR id="nm-setting-connection-remove-permission" href="libnm/NMSettingConnection.html#nm-setting-connection-remove-permission"> -<ANCHOR id="nm-setting-connection-remove-permission-by-value" href="libnm/NMSettingConnection.html#nm-setting-connection-remove-permission-by-value"> -<ANCHOR id="nm-setting-connection-get-master" href="libnm/NMSettingConnection.html#nm-setting-connection-get-master"> -<ANCHOR id="nm-setting-connection-is-slave-type" href="libnm/NMSettingConnection.html#nm-setting-connection-is-slave-type"> -<ANCHOR id="nm-setting-connection-get-slave-type" href="libnm/NMSettingConnection.html#nm-setting-connection-get-slave-type"> -<ANCHOR id="nm-setting-connection-get-autoconnect-slaves" href="libnm/NMSettingConnection.html#nm-setting-connection-get-autoconnect-slaves"> -<ANCHOR id="nm-setting-connection-get-num-secondaries" href="libnm/NMSettingConnection.html#nm-setting-connection-get-num-secondaries"> -<ANCHOR id="nm-setting-connection-get-secondary" href="libnm/NMSettingConnection.html#nm-setting-connection-get-secondary"> -<ANCHOR id="nm-setting-connection-add-secondary" href="libnm/NMSettingConnection.html#nm-setting-connection-add-secondary"> -<ANCHOR id="nm-setting-connection-remove-secondary" href="libnm/NMSettingConnection.html#nm-setting-connection-remove-secondary"> -<ANCHOR id="nm-setting-connection-remove-secondary-by-value" href="libnm/NMSettingConnection.html#nm-setting-connection-remove-secondary-by-value"> -<ANCHOR id="nm-setting-connection-get-gateway-ping-timeout" href="libnm/NMSettingConnection.html#nm-setting-connection-get-gateway-ping-timeout"> -<ANCHOR id="nm-setting-connection-get-metered" href="libnm/NMSettingConnection.html#nm-setting-connection-get-metered"> -<ANCHOR id="nm-setting-connection-get-lldp" href="libnm/NMSettingConnection.html#nm-setting-connection-get-lldp"> -<ANCHOR id="NMSettingConnection.other_details" href="libnm/NMSettingConnection.html#NMSettingConnection.other_details"> -<ANCHOR id="NM-SETTING-CONNECTION-SETTING-NAME:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-AUTOCONNECT-PRIORITY-MIN:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT-PRIORITY-MIN:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-AUTOCONNECT-PRIORITY-MAX:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT-PRIORITY-MAX:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-AUTOCONNECT-PRIORITY-DEFAULT:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT-PRIORITY-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ID:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-ID:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-UUID:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-UUID:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-INTERFACE-NAME:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-INTERFACE-NAME:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-TYPE:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-TYPE:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-AUTOCONNECT:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-AUTOCONNECT-PRIORITY:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-TIMESTAMP:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-TIMESTAMP:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-READ-ONLY:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-READ-ONLY:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-PERMISSIONS:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-PERMISSIONS:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-ZONE:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-ZONE:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-MASTER:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-MASTER:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-SLAVE-TYPE:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-SLAVE-TYPE:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-AUTOCONNECT-SLAVES:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT-SLAVES:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-SECONDARIES:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-SECONDARIES:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-GATEWAY-PING-TIMEOUT:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-GATEWAY-PING-TIMEOUT:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-METERED:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-METERED:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-LLDP:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-LLDP:CAPS"> -<ANCHOR id="NMSettingConnectionAutoconnectSlaves" href="libnm/NMSettingConnection.html#NMSettingConnectionAutoconnectSlaves"> -<ANCHOR id="NM-SETTING-CONNECTION-AUTOCONNECT-SLAVES-DEFAULT:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT-SLAVES-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-AUTOCONNECT-SLAVES-NO:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT-SLAVES-NO:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-AUTOCONNECT-SLAVES-YES:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT-SLAVES-YES:CAPS"> -<ANCHOR id="NMSettingConnectionLldp" href="libnm/NMSettingConnection.html#NMSettingConnectionLldp"> -<ANCHOR id="NM-SETTING-CONNECTION-LLDP-DEFAULT:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-LLDP-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-LLDP-DISABLE:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-LLDP-DISABLE:CAPS"> -<ANCHOR id="NM-SETTING-CONNECTION-LLDP-ENABLE-RX:CAPS" href="libnm/NMSettingConnection.html#NM-SETTING-CONNECTION-LLDP-ENABLE-RX:CAPS"> -<ANCHOR id="NMSettingConnection-struct" href="libnm/NMSettingConnection.html#NMSettingConnection-struct"> -<ANCHOR id="NMSettingConnection.property-details" href="libnm/NMSettingConnection.html#NMSettingConnection.property-details"> -<ANCHOR id="NMSettingConnection--autoconnect" href="libnm/NMSettingConnection.html#NMSettingConnection--autoconnect"> -<ANCHOR id="NMSettingConnection--autoconnect-priority" href="libnm/NMSettingConnection.html#NMSettingConnection--autoconnect-priority"> -<ANCHOR id="NMSettingConnection--autoconnect-slaves" href="libnm/NMSettingConnection.html#NMSettingConnection--autoconnect-slaves"> -<ANCHOR id="NMSettingConnection--gateway-ping-timeout" href="libnm/NMSettingConnection.html#NMSettingConnection--gateway-ping-timeout"> -<ANCHOR id="NMSettingConnection--id" href="libnm/NMSettingConnection.html#NMSettingConnection--id"> -<ANCHOR id="NMSettingConnection--interface-name" href="libnm/NMSettingConnection.html#NMSettingConnection--interface-name"> -<ANCHOR id="NMSettingConnection--lldp" href="libnm/NMSettingConnection.html#NMSettingConnection--lldp"> -<ANCHOR id="NMSettingConnection--master" href="libnm/NMSettingConnection.html#NMSettingConnection--master"> -<ANCHOR id="NMSettingConnection--metered" href="libnm/NMSettingConnection.html#NMSettingConnection--metered"> -<ANCHOR id="NMSettingConnection--permissions" href="libnm/NMSettingConnection.html#NMSettingConnection--permissions"> -<ANCHOR id="NMSettingConnection--read-only" href="libnm/NMSettingConnection.html#NMSettingConnection--read-only"> -<ANCHOR id="NMSettingConnection--secondaries" href="libnm/NMSettingConnection.html#NMSettingConnection--secondaries"> -<ANCHOR id="NMSettingConnection--slave-type" href="libnm/NMSettingConnection.html#NMSettingConnection--slave-type"> -<ANCHOR id="NMSettingConnection--timestamp" href="libnm/NMSettingConnection.html#NMSettingConnection--timestamp"> -<ANCHOR id="NMSettingConnection--type" href="libnm/NMSettingConnection.html#NMSettingConnection--type"> -<ANCHOR id="NMSettingConnection--uuid" href="libnm/NMSettingConnection.html#NMSettingConnection--uuid"> -<ANCHOR id="NMSettingConnection--zone" href="libnm/NMSettingConnection.html#NMSettingConnection--zone"> -<ANCHOR id="NMSetting8021x" href="libnm/NMSetting8021x.html"> -<ANCHOR id="NMSetting8021x.functions" href="libnm/NMSetting8021x.html#NMSetting8021x.functions"> -<ANCHOR id="NMSetting8021x.properties" href="libnm/NMSetting8021x.html#NMSetting8021x.properties"> -<ANCHOR id="NMSetting8021x.other" href="libnm/NMSetting8021x.html#NMSetting8021x.other"> -<ANCHOR id="NMSetting8021x.object-hierarchy" href="libnm/NMSetting8021x.html#NMSetting8021x.object-hierarchy"> -<ANCHOR id="NMSetting8021x.description" href="libnm/NMSetting8021x.html#NMSetting8021x.description"> -<ANCHOR id="NMSetting8021x.functions_details" href="libnm/NMSetting8021x.html#NMSetting8021x.functions_details"> -<ANCHOR id="nm-setting-802-1x-new" href="libnm/NMSetting8021x.html#nm-setting-802-1x-new"> -<ANCHOR id="nm-setting-802-1x-check-cert-scheme" href="libnm/NMSetting8021x.html#nm-setting-802-1x-check-cert-scheme"> -<ANCHOR id="nm-setting-802-1x-get-num-eap-methods" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-num-eap-methods"> -<ANCHOR id="nm-setting-802-1x-get-eap-method" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-eap-method"> -<ANCHOR id="nm-setting-802-1x-add-eap-method" href="libnm/NMSetting8021x.html#nm-setting-802-1x-add-eap-method"> -<ANCHOR id="nm-setting-802-1x-remove-eap-method" href="libnm/NMSetting8021x.html#nm-setting-802-1x-remove-eap-method"> -<ANCHOR id="nm-setting-802-1x-remove-eap-method-by-value" href="libnm/NMSetting8021x.html#nm-setting-802-1x-remove-eap-method-by-value"> -<ANCHOR id="nm-setting-802-1x-clear-eap-methods" href="libnm/NMSetting8021x.html#nm-setting-802-1x-clear-eap-methods"> -<ANCHOR id="nm-setting-802-1x-get-identity" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-identity"> -<ANCHOR id="nm-setting-802-1x-get-anonymous-identity" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-anonymous-identity"> -<ANCHOR id="nm-setting-802-1x-get-pac-file" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-pac-file"> -<ANCHOR id="nm-setting-802-1x-get-system-ca-certs" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-system-ca-certs"> -<ANCHOR id="nm-setting-802-1x-get-ca-path" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-ca-path"> -<ANCHOR id="nm-setting-802-1x-get-phase2-ca-path" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-path"> -<ANCHOR id="nm-setting-802-1x-get-ca-cert-scheme" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-scheme"> -<ANCHOR id="nm-setting-802-1x-get-ca-cert-blob" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-blob"> -<ANCHOR id="nm-setting-802-1x-get-ca-cert-path" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path"> -<ANCHOR id="nm-setting-802-1x-set-ca-cert" href="libnm/NMSetting8021x.html#nm-setting-802-1x-set-ca-cert"> -<ANCHOR id="nm-setting-802-1x-get-subject-match" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-subject-match"> -<ANCHOR id="nm-setting-802-1x-get-num-altsubject-matches" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-num-altsubject-matches"> -<ANCHOR id="nm-setting-802-1x-get-altsubject-match" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-add-altsubject-match" href="libnm/NMSetting8021x.html#nm-setting-802-1x-add-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-remove-altsubject-match" href="libnm/NMSetting8021x.html#nm-setting-802-1x-remove-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-remove-altsubject-match-by-value" href="libnm/NMSetting8021x.html#nm-setting-802-1x-remove-altsubject-match-by-value"> -<ANCHOR id="nm-setting-802-1x-clear-altsubject-matches" href="libnm/NMSetting8021x.html#nm-setting-802-1x-clear-altsubject-matches"> -<ANCHOR id="nm-setting-802-1x-get-domain-suffix-match" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-domain-suffix-match"> -<ANCHOR id="nm-setting-802-1x-get-client-cert-scheme" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-scheme"> -<ANCHOR id="nm-setting-802-1x-get-client-cert-blob" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-blob"> -<ANCHOR id="nm-setting-802-1x-get-client-cert-path" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-client-cert-path"> -<ANCHOR id="nm-setting-802-1x-set-client-cert" href="libnm/NMSetting8021x.html#nm-setting-802-1x-set-client-cert"> -<ANCHOR id="nm-setting-802-1x-get-phase1-peapver" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase1-peapver"> -<ANCHOR id="nm-setting-802-1x-get-phase1-peaplabel" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase1-peaplabel"> -<ANCHOR id="nm-setting-802-1x-get-phase1-fast-provisioning" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase1-fast-provisioning"> -<ANCHOR id="nm-setting-802-1x-get-phase2-auth" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-auth"> -<ANCHOR id="nm-setting-802-1x-get-phase2-autheap" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-autheap"> -<ANCHOR id="nm-setting-802-1x-get-phase2-ca-cert-scheme" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-scheme"> -<ANCHOR id="nm-setting-802-1x-get-phase2-ca-cert-blob" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-blob"> -<ANCHOR id="nm-setting-802-1x-get-phase2-ca-cert-path" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-ca-cert-path"> -<ANCHOR id="nm-setting-802-1x-set-phase2-ca-cert" href="libnm/NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert"> -<ANCHOR id="nm-setting-802-1x-get-phase2-subject-match" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-subject-match"> -<ANCHOR id="nm-setting-802-1x-get-num-phase2-altsubject-matches" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-num-phase2-altsubject-matches"> -<ANCHOR id="nm-setting-802-1x-get-phase2-altsubject-match" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-add-phase2-altsubject-match" href="libnm/NMSetting8021x.html#nm-setting-802-1x-add-phase2-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-remove-phase2-altsubject-match" href="libnm/NMSetting8021x.html#nm-setting-802-1x-remove-phase2-altsubject-match"> -<ANCHOR id="nm-setting-802-1x-remove-phase2-altsubject-match-by-value" href="libnm/NMSetting8021x.html#nm-setting-802-1x-remove-phase2-altsubject-match-by-value"> -<ANCHOR id="nm-setting-802-1x-clear-phase2-altsubject-matches" href="libnm/NMSetting8021x.html#nm-setting-802-1x-clear-phase2-altsubject-matches"> -<ANCHOR id="nm-setting-802-1x-get-phase2-domain-suffix-match" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-domain-suffix-match"> -<ANCHOR id="nm-setting-802-1x-get-phase2-client-cert-scheme" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-scheme"> -<ANCHOR id="nm-setting-802-1x-get-phase2-client-cert-blob" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-blob"> -<ANCHOR id="nm-setting-802-1x-get-phase2-client-cert-path" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-client-cert-path"> -<ANCHOR id="nm-setting-802-1x-set-phase2-client-cert" href="libnm/NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert"> -<ANCHOR id="nm-setting-802-1x-get-password" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-password"> -<ANCHOR id="nm-setting-802-1x-get-password-flags" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-password-flags"> -<ANCHOR id="nm-setting-802-1x-get-password-raw" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-password-raw"> -<ANCHOR id="nm-setting-802-1x-get-password-raw-flags" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-password-raw-flags"> -<ANCHOR id="nm-setting-802-1x-get-pin" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-pin"> -<ANCHOR id="nm-setting-802-1x-get-pin-flags" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-pin-flags"> -<ANCHOR id="nm-setting-802-1x-get-private-key-scheme" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-private-key-scheme"> -<ANCHOR id="nm-setting-802-1x-get-private-key-blob" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-private-key-blob"> -<ANCHOR id="nm-setting-802-1x-get-private-key-path" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-private-key-path"> -<ANCHOR id="nm-setting-802-1x-set-private-key" href="libnm/NMSetting8021x.html#nm-setting-802-1x-set-private-key"> -<ANCHOR id="nm-setting-802-1x-get-private-key-password" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-private-key-password"> -<ANCHOR id="nm-setting-802-1x-get-private-key-password-flags" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-private-key-password-flags"> -<ANCHOR id="nm-setting-802-1x-get-private-key-format" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-private-key-format"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-scheme" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-scheme"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-blob" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-blob"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-path" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-path"> -<ANCHOR id="nm-setting-802-1x-set-phase2-private-key" href="libnm/NMSetting8021x.html#nm-setting-802-1x-set-phase2-private-key"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-password" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-password"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-password-flags" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-password-flags"> -<ANCHOR id="nm-setting-802-1x-get-phase2-private-key-format" href="libnm/NMSetting8021x.html#nm-setting-802-1x-get-phase2-private-key-format"> -<ANCHOR id="NMSetting8021x.other_details" href="libnm/NMSetting8021x.html#NMSetting8021x.other_details"> -<ANCHOR id="NM-SETTING-802-1X-CERT-SCHEME-PREFIX-PATH:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-CERT-SCHEME-PREFIX-PATH:CAPS"> -<ANCHOR id="NMSetting8021xCKFormat" href="libnm/NMSetting8021x.html#NMSetting8021xCKFormat"> -<ANCHOR id="NM-SETTING-802-1X-CK-FORMAT-UNKNOWN:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CK-FORMAT-X509:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-X509:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CK-FORMAT-RAW-KEY:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-RAW-KEY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CK-FORMAT-PKCS12:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-PKCS12:CAPS"> -<ANCHOR id="NMSetting8021xCKScheme" href="libnm/NMSetting8021x.html#NMSetting8021xCKScheme"> -<ANCHOR id="NM-SETTING-802-1X-CK-SCHEME-UNKNOWN:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-SETTING-NAME:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-EAP:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-EAP:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-IDENTITY:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-IDENTITY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-ANONYMOUS-IDENTITY:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-ANONYMOUS-IDENTITY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PAC-FILE:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PAC-FILE:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CA-CERT:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-CA-CERT:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CA-PATH:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-CA-PATH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-SUBJECT-MATCH:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-SUBJECT-MATCH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-ALTSUBJECT-MATCHES:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-ALTSUBJECT-MATCHES:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-DOMAIN-SUFFIX-MATCH:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-DOMAIN-SUFFIX-MATCH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-CLIENT-CERT:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-CLIENT-CERT:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE1-PEAPVER:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-PEAPVER:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE1-PEAPLABEL:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-PEAPLABEL:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE1-FAST-PROVISIONING:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PHASE1-FAST-PROVISIONING:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-AUTH:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-AUTH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-AUTHEAP:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-AUTHEAP:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-CA-CERT:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CA-CERT:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-CA-PATH:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CA-PATH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-SUBJECT-MATCH:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-SUBJECT-MATCH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-ALTSUBJECT-MATCHES:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-ALTSUBJECT-MATCHES:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-DOMAIN-SUFFIX-MATCH:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-DOMAIN-SUFFIX-MATCH:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-CLIENT-CERT:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-CLIENT-CERT:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PASSWORD:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PASSWORD-FLAGS:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PASSWORD-RAW:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD-RAW:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PASSWORD-RAW-FLAGS:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PASSWORD-RAW-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PRIVATE-KEY:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD-FLAGS:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD-FLAGS:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PIN:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PIN:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-PIN-FLAGS:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-PIN-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-802-1X-SYSTEM-CA-CERTS:CAPS" href="libnm/NMSetting8021x.html#NM-SETTING-802-1X-SYSTEM-CA-CERTS:CAPS"> -<ANCHOR id="NMSetting8021x-struct" href="libnm/NMSetting8021x.html#NMSetting8021x-struct"> -<ANCHOR id="NMSetting8021x.property-details" href="libnm/NMSetting8021x.html#NMSetting8021x.property-details"> -<ANCHOR id="NMSetting8021x--altsubject-matches" href="libnm/NMSetting8021x.html#NMSetting8021x--altsubject-matches"> -<ANCHOR id="NMSetting8021x--anonymous-identity" href="libnm/NMSetting8021x.html#NMSetting8021x--anonymous-identity"> -<ANCHOR id="NMSetting8021x--ca-cert" href="libnm/NMSetting8021x.html#NMSetting8021x--ca-cert"> -<ANCHOR id="NMSetting8021x--ca-path" href="libnm/NMSetting8021x.html#NMSetting8021x--ca-path"> -<ANCHOR id="NMSetting8021x--client-cert" href="libnm/NMSetting8021x.html#NMSetting8021x--client-cert"> -<ANCHOR id="NMSetting8021x--domain-suffix-match" href="libnm/NMSetting8021x.html#NMSetting8021x--domain-suffix-match"> -<ANCHOR id="NMSetting8021x--eap" href="libnm/NMSetting8021x.html#NMSetting8021x--eap"> -<ANCHOR id="NMSetting8021x--identity" href="libnm/NMSetting8021x.html#NMSetting8021x--identity"> -<ANCHOR id="NMSetting8021x--pac-file" href="libnm/NMSetting8021x.html#NMSetting8021x--pac-file"> -<ANCHOR id="NMSetting8021x--password" href="libnm/NMSetting8021x.html#NMSetting8021x--password"> -<ANCHOR id="NMSetting8021x--password-flags" href="libnm/NMSetting8021x.html#NMSetting8021x--password-flags"> -<ANCHOR id="NMSetting8021x--password-raw" href="libnm/NMSetting8021x.html#NMSetting8021x--password-raw"> -<ANCHOR id="NMSetting8021x--password-raw-flags" href="libnm/NMSetting8021x.html#NMSetting8021x--password-raw-flags"> -<ANCHOR id="NMSetting8021x--phase1-fast-provisioning" href="libnm/NMSetting8021x.html#NMSetting8021x--phase1-fast-provisioning"> -<ANCHOR id="NMSetting8021x--phase1-peaplabel" href="libnm/NMSetting8021x.html#NMSetting8021x--phase1-peaplabel"> -<ANCHOR id="NMSetting8021x--phase1-peapver" href="libnm/NMSetting8021x.html#NMSetting8021x--phase1-peapver"> -<ANCHOR id="NMSetting8021x--phase2-altsubject-matches" href="libnm/NMSetting8021x.html#NMSetting8021x--phase2-altsubject-matches"> -<ANCHOR id="NMSetting8021x--phase2-auth" href="libnm/NMSetting8021x.html#NMSetting8021x--phase2-auth"> -<ANCHOR id="NMSetting8021x--phase2-autheap" href="libnm/NMSetting8021x.html#NMSetting8021x--phase2-autheap"> -<ANCHOR id="NMSetting8021x--phase2-ca-cert" href="libnm/NMSetting8021x.html#NMSetting8021x--phase2-ca-cert"> -<ANCHOR id="NMSetting8021x--phase2-ca-path" href="libnm/NMSetting8021x.html#NMSetting8021x--phase2-ca-path"> -<ANCHOR id="NMSetting8021x--phase2-client-cert" href="libnm/NMSetting8021x.html#NMSetting8021x--phase2-client-cert"> -<ANCHOR id="NMSetting8021x--phase2-domain-suffix-match" href="libnm/NMSetting8021x.html#NMSetting8021x--phase2-domain-suffix-match"> -<ANCHOR id="NMSetting8021x--phase2-private-key" href="libnm/NMSetting8021x.html#NMSetting8021x--phase2-private-key"> -<ANCHOR id="NMSetting8021x--phase2-private-key-password" href="libnm/NMSetting8021x.html#NMSetting8021x--phase2-private-key-password"> -<ANCHOR id="NMSetting8021x--phase2-private-key-password-flags" href="libnm/NMSetting8021x.html#NMSetting8021x--phase2-private-key-password-flags"> -<ANCHOR id="NMSetting8021x--phase2-subject-match" href="libnm/NMSetting8021x.html#NMSetting8021x--phase2-subject-match"> -<ANCHOR id="NMSetting8021x--pin" href="libnm/NMSetting8021x.html#NMSetting8021x--pin"> -<ANCHOR id="NMSetting8021x--pin-flags" href="libnm/NMSetting8021x.html#NMSetting8021x--pin-flags"> -<ANCHOR id="NMSetting8021x--private-key" href="libnm/NMSetting8021x.html#NMSetting8021x--private-key"> -<ANCHOR id="NMSetting8021x--private-key-password" href="libnm/NMSetting8021x.html#NMSetting8021x--private-key-password"> -<ANCHOR id="NMSetting8021x--private-key-password-flags" href="libnm/NMSetting8021x.html#NMSetting8021x--private-key-password-flags"> -<ANCHOR id="NMSetting8021x--subject-match" href="libnm/NMSetting8021x.html#NMSetting8021x--subject-match"> -<ANCHOR id="NMSetting8021x--system-ca-certs" href="libnm/NMSetting8021x.html#NMSetting8021x--system-ca-certs"> -<ANCHOR id="NMSettingAdsl" href="libnm/NMSettingAdsl.html"> -<ANCHOR id="NMSettingAdsl.functions" href="libnm/NMSettingAdsl.html#NMSettingAdsl.functions"> -<ANCHOR id="NMSettingAdsl.properties" href="libnm/NMSettingAdsl.html#NMSettingAdsl.properties"> -<ANCHOR id="NMSettingAdsl.other" href="libnm/NMSettingAdsl.html#NMSettingAdsl.other"> -<ANCHOR id="NMSettingAdsl.object-hierarchy" href="libnm/NMSettingAdsl.html#NMSettingAdsl.object-hierarchy"> -<ANCHOR id="NMSettingAdsl.description" href="libnm/NMSettingAdsl.html#NMSettingAdsl.description"> -<ANCHOR id="NMSettingAdsl.functions_details" href="libnm/NMSettingAdsl.html#NMSettingAdsl.functions_details"> -<ANCHOR id="nm-setting-adsl-new" href="libnm/NMSettingAdsl.html#nm-setting-adsl-new"> -<ANCHOR id="nm-setting-adsl-get-username" href="libnm/NMSettingAdsl.html#nm-setting-adsl-get-username"> -<ANCHOR id="nm-setting-adsl-get-password" href="libnm/NMSettingAdsl.html#nm-setting-adsl-get-password"> -<ANCHOR id="nm-setting-adsl-get-protocol" href="libnm/NMSettingAdsl.html#nm-setting-adsl-get-protocol"> -<ANCHOR id="nm-setting-adsl-get-encapsulation" href="libnm/NMSettingAdsl.html#nm-setting-adsl-get-encapsulation"> -<ANCHOR id="nm-setting-adsl-get-vpi" href="libnm/NMSettingAdsl.html#nm-setting-adsl-get-vpi"> -<ANCHOR id="nm-setting-adsl-get-vci" href="libnm/NMSettingAdsl.html#nm-setting-adsl-get-vci"> -<ANCHOR id="nm-setting-adsl-get-password-flags" href="libnm/NMSettingAdsl.html#nm-setting-adsl-get-password-flags"> -<ANCHOR id="NMSettingAdsl.other_details" href="libnm/NMSettingAdsl.html#NMSettingAdsl.other_details"> -<ANCHOR id="NM-SETTING-ADSL-SETTING-NAME:CAPS" href="libnm/NMSettingAdsl.html#NM-SETTING-ADSL-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-USERNAME:CAPS" href="libnm/NMSettingAdsl.html#NM-SETTING-ADSL-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PASSWORD:CAPS" href="libnm/NMSettingAdsl.html#NM-SETTING-ADSL-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PASSWORD-FLAGS:CAPS" href="libnm/NMSettingAdsl.html#NM-SETTING-ADSL-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PROTOCOL:CAPS" href="libnm/NMSettingAdsl.html#NM-SETTING-ADSL-PROTOCOL:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-ENCAPSULATION:CAPS" href="libnm/NMSettingAdsl.html#NM-SETTING-ADSL-ENCAPSULATION:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-VPI:CAPS" href="libnm/NMSettingAdsl.html#NM-SETTING-ADSL-VPI:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-VCI:CAPS" href="libnm/NMSettingAdsl.html#NM-SETTING-ADSL-VCI:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PROTOCOL-PPPOA:CAPS" href="libnm/NMSettingAdsl.html#NM-SETTING-ADSL-PROTOCOL-PPPOA:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PROTOCOL-PPPOE:CAPS" href="libnm/NMSettingAdsl.html#NM-SETTING-ADSL-PROTOCOL-PPPOE:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-PROTOCOL-IPOATM:CAPS" href="libnm/NMSettingAdsl.html#NM-SETTING-ADSL-PROTOCOL-IPOATM:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-ENCAPSULATION-VCMUX:CAPS" href="libnm/NMSettingAdsl.html#NM-SETTING-ADSL-ENCAPSULATION-VCMUX:CAPS"> -<ANCHOR id="NM-SETTING-ADSL-ENCAPSULATION-LLC:CAPS" href="libnm/NMSettingAdsl.html#NM-SETTING-ADSL-ENCAPSULATION-LLC:CAPS"> -<ANCHOR id="NMSettingAdsl-struct" href="libnm/NMSettingAdsl.html#NMSettingAdsl-struct"> -<ANCHOR id="NMSettingAdsl.property-details" href="libnm/NMSettingAdsl.html#NMSettingAdsl.property-details"> -<ANCHOR id="NMSettingAdsl--encapsulation" href="libnm/NMSettingAdsl.html#NMSettingAdsl--encapsulation"> -<ANCHOR id="NMSettingAdsl--password" href="libnm/NMSettingAdsl.html#NMSettingAdsl--password"> -<ANCHOR id="NMSettingAdsl--password-flags" href="libnm/NMSettingAdsl.html#NMSettingAdsl--password-flags"> -<ANCHOR id="NMSettingAdsl--protocol" href="libnm/NMSettingAdsl.html#NMSettingAdsl--protocol"> -<ANCHOR id="NMSettingAdsl--username" href="libnm/NMSettingAdsl.html#NMSettingAdsl--username"> -<ANCHOR id="NMSettingAdsl--vci" href="libnm/NMSettingAdsl.html#NMSettingAdsl--vci"> -<ANCHOR id="NMSettingAdsl--vpi" href="libnm/NMSettingAdsl.html#NMSettingAdsl--vpi"> -<ANCHOR id="NMSettingBluetooth" href="libnm/NMSettingBluetooth.html"> -<ANCHOR id="NMSettingBluetooth.functions" href="libnm/NMSettingBluetooth.html#NMSettingBluetooth.functions"> -<ANCHOR id="NMSettingBluetooth.properties" href="libnm/NMSettingBluetooth.html#NMSettingBluetooth.properties"> -<ANCHOR id="NMSettingBluetooth.other" href="libnm/NMSettingBluetooth.html#NMSettingBluetooth.other"> -<ANCHOR id="NMSettingBluetooth.object-hierarchy" href="libnm/NMSettingBluetooth.html#NMSettingBluetooth.object-hierarchy"> -<ANCHOR id="NMSettingBluetooth.description" href="libnm/NMSettingBluetooth.html#NMSettingBluetooth.description"> -<ANCHOR id="NMSettingBluetooth.functions_details" href="libnm/NMSettingBluetooth.html#NMSettingBluetooth.functions_details"> -<ANCHOR id="nm-setting-bluetooth-new" href="libnm/NMSettingBluetooth.html#nm-setting-bluetooth-new"> -<ANCHOR id="nm-setting-bluetooth-get-bdaddr" href="libnm/NMSettingBluetooth.html#nm-setting-bluetooth-get-bdaddr"> -<ANCHOR id="nm-setting-bluetooth-get-connection-type" href="libnm/NMSettingBluetooth.html#nm-setting-bluetooth-get-connection-type"> -<ANCHOR id="NMSettingBluetooth.other_details" href="libnm/NMSettingBluetooth.html#NMSettingBluetooth.other_details"> -<ANCHOR id="NM-SETTING-BLUETOOTH-SETTING-NAME:CAPS" href="libnm/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-BDADDR:CAPS" href="libnm/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-BDADDR:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-TYPE:CAPS" href="libnm/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-TYPE-DUN:CAPS" href="libnm/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-DUN:CAPS"> -<ANCHOR id="NM-SETTING-BLUETOOTH-TYPE-PANU:CAPS" href="libnm/NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-TYPE-PANU:CAPS"> -<ANCHOR id="NMSettingBluetooth-struct" href="libnm/NMSettingBluetooth.html#NMSettingBluetooth-struct"> -<ANCHOR id="NMSettingBluetooth.property-details" href="libnm/NMSettingBluetooth.html#NMSettingBluetooth.property-details"> -<ANCHOR id="NMSettingBluetooth--bdaddr" href="libnm/NMSettingBluetooth.html#NMSettingBluetooth--bdaddr"> -<ANCHOR id="NMSettingBluetooth--type" href="libnm/NMSettingBluetooth.html#NMSettingBluetooth--type"> -<ANCHOR id="NMSettingBond" href="libnm/NMSettingBond.html"> -<ANCHOR id="NMSettingBond.functions" href="libnm/NMSettingBond.html#NMSettingBond.functions"> -<ANCHOR id="NMSettingBond.properties" href="libnm/NMSettingBond.html#NMSettingBond.properties"> -<ANCHOR id="NMSettingBond.other" href="libnm/NMSettingBond.html#NMSettingBond.other"> -<ANCHOR id="NMSettingBond.object-hierarchy" href="libnm/NMSettingBond.html#NMSettingBond.object-hierarchy"> -<ANCHOR id="NMSettingBond.description" href="libnm/NMSettingBond.html#NMSettingBond.description"> -<ANCHOR id="NMSettingBond.functions_details" href="libnm/NMSettingBond.html#NMSettingBond.functions_details"> -<ANCHOR id="nm-setting-bond-new" href="libnm/NMSettingBond.html#nm-setting-bond-new"> -<ANCHOR id="nm-setting-bond-get-num-options" href="libnm/NMSettingBond.html#nm-setting-bond-get-num-options"> -<ANCHOR id="nm-setting-bond-get-option" href="libnm/NMSettingBond.html#nm-setting-bond-get-option"> -<ANCHOR id="nm-setting-bond-get-option-by-name" href="libnm/NMSettingBond.html#nm-setting-bond-get-option-by-name"> -<ANCHOR id="nm-setting-bond-add-option" href="libnm/NMSettingBond.html#nm-setting-bond-add-option"> -<ANCHOR id="nm-setting-bond-remove-option" href="libnm/NMSettingBond.html#nm-setting-bond-remove-option"> -<ANCHOR id="nm-setting-bond-validate-option" href="libnm/NMSettingBond.html#nm-setting-bond-validate-option"> -<ANCHOR id="nm-setting-bond-get-valid-options" href="libnm/NMSettingBond.html#nm-setting-bond-get-valid-options"> -<ANCHOR id="nm-setting-bond-get-option-default" href="libnm/NMSettingBond.html#nm-setting-bond-get-option-default"> -<ANCHOR id="NMSettingBond.other_details" href="libnm/NMSettingBond.html#NMSettingBond.other_details"> -<ANCHOR id="NM-SETTING-BOND-SETTING-NAME:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTIONS:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTIONS:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-MODE:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-MODE:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-MIIMON:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-MIIMON:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-DOWNDELAY:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-DOWNDELAY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-UPDELAY:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-UPDELAY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-ARP-INTERVAL:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-ARP-INTERVAL:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-ARP-IP-TARGET:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-ARP-IP-TARGET:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-ARP-VALIDATE:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-ARP-VALIDATE:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-PRIMARY:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-PRIMARY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-PRIMARY-RESELECT:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-PRIMARY-RESELECT:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-FAIL-OVER-MAC:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-FAIL-OVER-MAC:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-USE-CARRIER:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-USE-CARRIER:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-AD-SELECT:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-AD-SELECT:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-XMIT-HASH-POLICY:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-XMIT-HASH-POLICY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-RESEND-IGMP:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-RESEND-IGMP:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-LACP-RATE:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-LACP-RATE:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-ACTIVE-SLAVE:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-ACTIVE-SLAVE:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-AD-ACTOR-SYS-PRIO:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-AD-ACTOR-SYS-PRIO:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-AD-ACTOR-SYSTEM:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-AD-ACTOR-SYSTEM:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-AD-USER-PORT-KEY:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-AD-USER-PORT-KEY:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-ALL-SLAVES-ACTIVE:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-ALL-SLAVES-ACTIVE:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-ARP-ALL-TARGETS:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-ARP-ALL-TARGETS:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-MIN-LINKS:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-MIN-LINKS:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-NUM-GRAT-ARP:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-NUM-GRAT-ARP:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-NUM-UNSOL-NA:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-NUM-UNSOL-NA:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-PACKETS-PER-SLAVE:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-PACKETS-PER-SLAVE:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-TLB-DYNAMIC-LB:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-TLB-DYNAMIC-LB:CAPS"> -<ANCHOR id="NM-SETTING-BOND-OPTION-LP-INTERVAL:CAPS" href="libnm/NMSettingBond.html#NM-SETTING-BOND-OPTION-LP-INTERVAL:CAPS"> -<ANCHOR id="NMSettingBond-struct" href="libnm/NMSettingBond.html#NMSettingBond-struct"> -<ANCHOR id="NMSettingBond.property-details" href="libnm/NMSettingBond.html#NMSettingBond.property-details"> -<ANCHOR id="NMSettingBond--options" href="libnm/NMSettingBond.html#NMSettingBond--options"> -<ANCHOR id="NMSettingBridge" href="libnm/NMSettingBridge.html"> -<ANCHOR id="NMSettingBridge.functions" href="libnm/NMSettingBridge.html#NMSettingBridge.functions"> -<ANCHOR id="NMSettingBridge.properties" href="libnm/NMSettingBridge.html#NMSettingBridge.properties"> -<ANCHOR id="NMSettingBridge.other" href="libnm/NMSettingBridge.html#NMSettingBridge.other"> -<ANCHOR id="NMSettingBridge.object-hierarchy" href="libnm/NMSettingBridge.html#NMSettingBridge.object-hierarchy"> -<ANCHOR id="NMSettingBridge.description" href="libnm/NMSettingBridge.html#NMSettingBridge.description"> -<ANCHOR id="NMSettingBridge.functions_details" href="libnm/NMSettingBridge.html#NMSettingBridge.functions_details"> -<ANCHOR id="nm-setting-bridge-new" href="libnm/NMSettingBridge.html#nm-setting-bridge-new"> -<ANCHOR id="nm-setting-bridge-get-mac-address" href="libnm/NMSettingBridge.html#nm-setting-bridge-get-mac-address"> -<ANCHOR id="nm-setting-bridge-get-stp" href="libnm/NMSettingBridge.html#nm-setting-bridge-get-stp"> -<ANCHOR id="nm-setting-bridge-get-priority" href="libnm/NMSettingBridge.html#nm-setting-bridge-get-priority"> -<ANCHOR id="nm-setting-bridge-get-forward-delay" href="libnm/NMSettingBridge.html#nm-setting-bridge-get-forward-delay"> -<ANCHOR id="nm-setting-bridge-get-hello-time" href="libnm/NMSettingBridge.html#nm-setting-bridge-get-hello-time"> -<ANCHOR id="nm-setting-bridge-get-max-age" href="libnm/NMSettingBridge.html#nm-setting-bridge-get-max-age"> -<ANCHOR id="nm-setting-bridge-get-ageing-time" href="libnm/NMSettingBridge.html#nm-setting-bridge-get-ageing-time"> -<ANCHOR id="nm-setting-bridge-get-multicast-snooping" href="libnm/NMSettingBridge.html#nm-setting-bridge-get-multicast-snooping"> -<ANCHOR id="NMSettingBridge.other_details" href="libnm/NMSettingBridge.html#NMSettingBridge.other_details"> -<ANCHOR id="NM-SETTING-BRIDGE-SETTING-NAME:CAPS" href="libnm/NMSettingBridge.html#NM-SETTING-BRIDGE-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-MAC-ADDRESS:CAPS" href="libnm/NMSettingBridge.html#NM-SETTING-BRIDGE-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-STP:CAPS" href="libnm/NMSettingBridge.html#NM-SETTING-BRIDGE-STP:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PRIORITY:CAPS" href="libnm/NMSettingBridge.html#NM-SETTING-BRIDGE-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-FORWARD-DELAY:CAPS" href="libnm/NMSettingBridge.html#NM-SETTING-BRIDGE-FORWARD-DELAY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-HELLO-TIME:CAPS" href="libnm/NMSettingBridge.html#NM-SETTING-BRIDGE-HELLO-TIME:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-MAX-AGE:CAPS" href="libnm/NMSettingBridge.html#NM-SETTING-BRIDGE-MAX-AGE:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-AGEING-TIME:CAPS" href="libnm/NMSettingBridge.html#NM-SETTING-BRIDGE-AGEING-TIME:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-MULTICAST-SNOOPING:CAPS" href="libnm/NMSettingBridge.html#NM-SETTING-BRIDGE-MULTICAST-SNOOPING:CAPS"> -<ANCHOR id="NMSettingBridge-struct" href="libnm/NMSettingBridge.html#NMSettingBridge-struct"> -<ANCHOR id="NMSettingBridge.property-details" href="libnm/NMSettingBridge.html#NMSettingBridge.property-details"> -<ANCHOR id="NMSettingBridge--ageing-time" href="libnm/NMSettingBridge.html#NMSettingBridge--ageing-time"> -<ANCHOR id="NMSettingBridge--forward-delay" href="libnm/NMSettingBridge.html#NMSettingBridge--forward-delay"> -<ANCHOR id="NMSettingBridge--hello-time" href="libnm/NMSettingBridge.html#NMSettingBridge--hello-time"> -<ANCHOR id="NMSettingBridge--mac-address" href="libnm/NMSettingBridge.html#NMSettingBridge--mac-address"> -<ANCHOR id="NMSettingBridge--max-age" href="libnm/NMSettingBridge.html#NMSettingBridge--max-age"> -<ANCHOR id="NMSettingBridge--multicast-snooping" href="libnm/NMSettingBridge.html#NMSettingBridge--multicast-snooping"> -<ANCHOR id="NMSettingBridge--priority" href="libnm/NMSettingBridge.html#NMSettingBridge--priority"> -<ANCHOR id="NMSettingBridge--stp" href="libnm/NMSettingBridge.html#NMSettingBridge--stp"> -<ANCHOR id="NMSettingBridgePort" href="libnm/NMSettingBridgePort.html"> -<ANCHOR id="NMSettingBridgePort.functions" href="libnm/NMSettingBridgePort.html#NMSettingBridgePort.functions"> -<ANCHOR id="NMSettingBridgePort.properties" href="libnm/NMSettingBridgePort.html#NMSettingBridgePort.properties"> -<ANCHOR id="NMSettingBridgePort.other" href="libnm/NMSettingBridgePort.html#NMSettingBridgePort.other"> -<ANCHOR id="NMSettingBridgePort.object-hierarchy" href="libnm/NMSettingBridgePort.html#NMSettingBridgePort.object-hierarchy"> -<ANCHOR id="NMSettingBridgePort.description" href="libnm/NMSettingBridgePort.html#NMSettingBridgePort.description"> -<ANCHOR id="NMSettingBridgePort.functions_details" href="libnm/NMSettingBridgePort.html#NMSettingBridgePort.functions_details"> -<ANCHOR id="nm-setting-bridge-port-new" href="libnm/NMSettingBridgePort.html#nm-setting-bridge-port-new"> -<ANCHOR id="nm-setting-bridge-port-get-priority" href="libnm/NMSettingBridgePort.html#nm-setting-bridge-port-get-priority"> -<ANCHOR id="nm-setting-bridge-port-get-path-cost" href="libnm/NMSettingBridgePort.html#nm-setting-bridge-port-get-path-cost"> -<ANCHOR id="nm-setting-bridge-port-get-hairpin-mode" href="libnm/NMSettingBridgePort.html#nm-setting-bridge-port-get-hairpin-mode"> -<ANCHOR id="NMSettingBridgePort.other_details" href="libnm/NMSettingBridgePort.html#NMSettingBridgePort.other_details"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-SETTING-NAME:CAPS" href="libnm/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-PRIORITY:CAPS" href="libnm/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-PATH-COST:CAPS" href="libnm/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-PATH-COST:CAPS"> -<ANCHOR id="NM-SETTING-BRIDGE-PORT-HAIRPIN-MODE:CAPS" href="libnm/NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-HAIRPIN-MODE:CAPS"> -<ANCHOR id="NMSettingBridgePort-struct" href="libnm/NMSettingBridgePort.html#NMSettingBridgePort-struct"> -<ANCHOR id="NMSettingBridgePort.property-details" href="libnm/NMSettingBridgePort.html#NMSettingBridgePort.property-details"> -<ANCHOR id="NMSettingBridgePort--hairpin-mode" href="libnm/NMSettingBridgePort.html#NMSettingBridgePort--hairpin-mode"> -<ANCHOR id="NMSettingBridgePort--path-cost" href="libnm/NMSettingBridgePort.html#NMSettingBridgePort--path-cost"> -<ANCHOR id="NMSettingBridgePort--priority" href="libnm/NMSettingBridgePort.html#NMSettingBridgePort--priority"> -<ANCHOR id="NMSettingCdma" href="libnm/NMSettingCdma.html"> -<ANCHOR id="NMSettingCdma.functions" href="libnm/NMSettingCdma.html#NMSettingCdma.functions"> -<ANCHOR id="NMSettingCdma.properties" href="libnm/NMSettingCdma.html#NMSettingCdma.properties"> -<ANCHOR id="NMSettingCdma.other" href="libnm/NMSettingCdma.html#NMSettingCdma.other"> -<ANCHOR id="NMSettingCdma.object-hierarchy" href="libnm/NMSettingCdma.html#NMSettingCdma.object-hierarchy"> -<ANCHOR id="NMSettingCdma.description" href="libnm/NMSettingCdma.html#NMSettingCdma.description"> -<ANCHOR id="NMSettingCdma.functions_details" href="libnm/NMSettingCdma.html#NMSettingCdma.functions_details"> -<ANCHOR id="nm-setting-cdma-new" href="libnm/NMSettingCdma.html#nm-setting-cdma-new"> -<ANCHOR id="nm-setting-cdma-get-number" href="libnm/NMSettingCdma.html#nm-setting-cdma-get-number"> -<ANCHOR id="nm-setting-cdma-get-username" href="libnm/NMSettingCdma.html#nm-setting-cdma-get-username"> -<ANCHOR id="nm-setting-cdma-get-password" href="libnm/NMSettingCdma.html#nm-setting-cdma-get-password"> -<ANCHOR id="nm-setting-cdma-get-password-flags" href="libnm/NMSettingCdma.html#nm-setting-cdma-get-password-flags"> -<ANCHOR id="NMSettingCdma.other_details" href="libnm/NMSettingCdma.html#NMSettingCdma.other_details"> -<ANCHOR id="NM-SETTING-CDMA-SETTING-NAME:CAPS" href="libnm/NMSettingCdma.html#NM-SETTING-CDMA-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-NUMBER:CAPS" href="libnm/NMSettingCdma.html#NM-SETTING-CDMA-NUMBER:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-USERNAME:CAPS" href="libnm/NMSettingCdma.html#NM-SETTING-CDMA-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-PASSWORD:CAPS" href="libnm/NMSettingCdma.html#NM-SETTING-CDMA-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-CDMA-PASSWORD-FLAGS:CAPS" href="libnm/NMSettingCdma.html#NM-SETTING-CDMA-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NMSettingCdma-struct" href="libnm/NMSettingCdma.html#NMSettingCdma-struct"> -<ANCHOR id="NMSettingCdma.property-details" href="libnm/NMSettingCdma.html#NMSettingCdma.property-details"> -<ANCHOR id="NMSettingCdma--number" href="libnm/NMSettingCdma.html#NMSettingCdma--number"> -<ANCHOR id="NMSettingCdma--password" href="libnm/NMSettingCdma.html#NMSettingCdma--password"> -<ANCHOR id="NMSettingCdma--password-flags" href="libnm/NMSettingCdma.html#NMSettingCdma--password-flags"> -<ANCHOR id="NMSettingCdma--username" href="libnm/NMSettingCdma.html#NMSettingCdma--username"> -<ANCHOR id="NMSettingDcb" href="libnm/NMSettingDcb.html"> -<ANCHOR id="NMSettingDcb.functions" href="libnm/NMSettingDcb.html#NMSettingDcb.functions"> -<ANCHOR id="NMSettingDcb.properties" href="libnm/NMSettingDcb.html#NMSettingDcb.properties"> -<ANCHOR id="NMSettingDcb.other" href="libnm/NMSettingDcb.html#NMSettingDcb.other"> -<ANCHOR id="NMSettingDcb.object-hierarchy" href="libnm/NMSettingDcb.html#NMSettingDcb.object-hierarchy"> -<ANCHOR id="NMSettingDcb.description" href="libnm/NMSettingDcb.html#NMSettingDcb.description"> -<ANCHOR id="NMSettingDcb.functions_details" href="libnm/NMSettingDcb.html#NMSettingDcb.functions_details"> -<ANCHOR id="nm-setting-dcb-new" href="libnm/NMSettingDcb.html#nm-setting-dcb-new"> -<ANCHOR id="nm-setting-dcb-get-app-fcoe-flags" href="libnm/NMSettingDcb.html#nm-setting-dcb-get-app-fcoe-flags"> -<ANCHOR id="nm-setting-dcb-get-app-fcoe-priority" href="libnm/NMSettingDcb.html#nm-setting-dcb-get-app-fcoe-priority"> -<ANCHOR id="nm-setting-dcb-get-app-fcoe-mode" href="libnm/NMSettingDcb.html#nm-setting-dcb-get-app-fcoe-mode"> -<ANCHOR id="nm-setting-dcb-get-app-iscsi-flags" href="libnm/NMSettingDcb.html#nm-setting-dcb-get-app-iscsi-flags"> -<ANCHOR id="nm-setting-dcb-get-app-iscsi-priority" href="libnm/NMSettingDcb.html#nm-setting-dcb-get-app-iscsi-priority"> -<ANCHOR id="nm-setting-dcb-get-app-fip-flags" href="libnm/NMSettingDcb.html#nm-setting-dcb-get-app-fip-flags"> -<ANCHOR id="nm-setting-dcb-get-app-fip-priority" href="libnm/NMSettingDcb.html#nm-setting-dcb-get-app-fip-priority"> -<ANCHOR id="nm-setting-dcb-get-priority-flow-control-flags" href="libnm/NMSettingDcb.html#nm-setting-dcb-get-priority-flow-control-flags"> -<ANCHOR id="nm-setting-dcb-get-priority-flow-control" href="libnm/NMSettingDcb.html#nm-setting-dcb-get-priority-flow-control"> -<ANCHOR id="nm-setting-dcb-set-priority-flow-control" href="libnm/NMSettingDcb.html#nm-setting-dcb-set-priority-flow-control"> -<ANCHOR id="nm-setting-dcb-get-priority-group-flags" href="libnm/NMSettingDcb.html#nm-setting-dcb-get-priority-group-flags"> -<ANCHOR id="nm-setting-dcb-get-priority-group-id" href="libnm/NMSettingDcb.html#nm-setting-dcb-get-priority-group-id"> -<ANCHOR id="nm-setting-dcb-set-priority-group-id" href="libnm/NMSettingDcb.html#nm-setting-dcb-set-priority-group-id"> -<ANCHOR id="nm-setting-dcb-get-priority-group-bandwidth" href="libnm/NMSettingDcb.html#nm-setting-dcb-get-priority-group-bandwidth"> -<ANCHOR id="nm-setting-dcb-set-priority-group-bandwidth" href="libnm/NMSettingDcb.html#nm-setting-dcb-set-priority-group-bandwidth"> -<ANCHOR id="nm-setting-dcb-get-priority-bandwidth" href="libnm/NMSettingDcb.html#nm-setting-dcb-get-priority-bandwidth"> -<ANCHOR id="nm-setting-dcb-set-priority-bandwidth" href="libnm/NMSettingDcb.html#nm-setting-dcb-set-priority-bandwidth"> -<ANCHOR id="nm-setting-dcb-get-priority-strict-bandwidth" href="libnm/NMSettingDcb.html#nm-setting-dcb-get-priority-strict-bandwidth"> -<ANCHOR id="nm-setting-dcb-set-priority-strict-bandwidth" href="libnm/NMSettingDcb.html#nm-setting-dcb-set-priority-strict-bandwidth"> -<ANCHOR id="nm-setting-dcb-get-priority-traffic-class" href="libnm/NMSettingDcb.html#nm-setting-dcb-get-priority-traffic-class"> -<ANCHOR id="nm-setting-dcb-set-priority-traffic-class" href="libnm/NMSettingDcb.html#nm-setting-dcb-set-priority-traffic-class"> -<ANCHOR id="NMSettingDcb.other_details" href="libnm/NMSettingDcb.html#NMSettingDcb.other_details"> -<ANCHOR id="NM-SETTING-DCB-SETTING-NAME:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingDcbFlags" href="libnm/NMSettingDcb.html#NMSettingDcbFlags"> -<ANCHOR id="NM-SETTING-DCB-FLAG-NONE:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-FLAG-NONE:CAPS"> -<ANCHOR id="NM-SETTING-DCB-FLAG-ENABLE:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"> -<ANCHOR id="NM-SETTING-DCB-FLAG-ADVERTISE:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-FLAG-ADVERTISE:CAPS"> -<ANCHOR id="NM-SETTING-DCB-FLAG-WILLING:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-FLAG-WILLING:CAPS"> -<ANCHOR id="NM-SETTING-DCB-FCOE-MODE-FABRIC:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-FCOE-MODE-FABRIC:CAPS"> -<ANCHOR id="NM-SETTING-DCB-FCOE-MODE-VN2VN:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-FCOE-MODE-VN2VN:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-FCOE-FLAGS:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-APP-FCOE-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-FCOE-PRIORITY:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-APP-FCOE-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-FCOE-MODE:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-APP-FCOE-MODE:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-ISCSI-FLAGS:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-APP-ISCSI-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-ISCSI-PRIORITY:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-APP-ISCSI-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-FIP-FLAGS:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-APP-FIP-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-DCB-APP-FIP-PRIORITY:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-APP-FIP-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-FLOW-CONTROL-FLAGS:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-FLOW-CONTROL-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-FLOW-CONTROL:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-FLOW-CONTROL:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-GROUP-FLAGS:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-GROUP-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-GROUP-ID:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-GROUP-ID:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-GROUP-BANDWIDTH:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-GROUP-BANDWIDTH:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-BANDWIDTH:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-BANDWIDTH:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-STRICT-BANDWIDTH:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-STRICT-BANDWIDTH:CAPS"> -<ANCHOR id="NM-SETTING-DCB-PRIORITY-TRAFFIC-CLASS:CAPS" href="libnm/NMSettingDcb.html#NM-SETTING-DCB-PRIORITY-TRAFFIC-CLASS:CAPS"> -<ANCHOR id="NMSettingDcb-struct" href="libnm/NMSettingDcb.html#NMSettingDcb-struct"> -<ANCHOR id="NMSettingDcb.property-details" href="libnm/NMSettingDcb.html#NMSettingDcb.property-details"> -<ANCHOR id="NMSettingDcb--app-fcoe-flags" href="libnm/NMSettingDcb.html#NMSettingDcb--app-fcoe-flags"> -<ANCHOR id="NMSettingDcb--app-fcoe-mode" href="libnm/NMSettingDcb.html#NMSettingDcb--app-fcoe-mode"> -<ANCHOR id="NMSettingDcb--app-fcoe-priority" href="libnm/NMSettingDcb.html#NMSettingDcb--app-fcoe-priority"> -<ANCHOR id="NMSettingDcb--app-fip-flags" href="libnm/NMSettingDcb.html#NMSettingDcb--app-fip-flags"> -<ANCHOR id="NMSettingDcb--app-fip-priority" href="libnm/NMSettingDcb.html#NMSettingDcb--app-fip-priority"> -<ANCHOR id="NMSettingDcb--app-iscsi-flags" href="libnm/NMSettingDcb.html#NMSettingDcb--app-iscsi-flags"> -<ANCHOR id="NMSettingDcb--app-iscsi-priority" href="libnm/NMSettingDcb.html#NMSettingDcb--app-iscsi-priority"> -<ANCHOR id="NMSettingDcb--priority-bandwidth" href="libnm/NMSettingDcb.html#NMSettingDcb--priority-bandwidth"> -<ANCHOR id="NMSettingDcb--priority-flow-control" href="libnm/NMSettingDcb.html#NMSettingDcb--priority-flow-control"> -<ANCHOR id="NMSettingDcb--priority-flow-control-flags" href="libnm/NMSettingDcb.html#NMSettingDcb--priority-flow-control-flags"> -<ANCHOR id="NMSettingDcb--priority-group-bandwidth" href="libnm/NMSettingDcb.html#NMSettingDcb--priority-group-bandwidth"> -<ANCHOR id="NMSettingDcb--priority-group-flags" href="libnm/NMSettingDcb.html#NMSettingDcb--priority-group-flags"> -<ANCHOR id="NMSettingDcb--priority-group-id" href="libnm/NMSettingDcb.html#NMSettingDcb--priority-group-id"> -<ANCHOR id="NMSettingDcb--priority-strict-bandwidth" href="libnm/NMSettingDcb.html#NMSettingDcb--priority-strict-bandwidth"> -<ANCHOR id="NMSettingDcb--priority-traffic-class" href="libnm/NMSettingDcb.html#NMSettingDcb--priority-traffic-class"> -<ANCHOR id="NMSettingGeneric" href="libnm/NMSettingGeneric.html"> -<ANCHOR id="NMSettingGeneric.functions" href="libnm/NMSettingGeneric.html#NMSettingGeneric.functions"> -<ANCHOR id="NMSettingGeneric.other" href="libnm/NMSettingGeneric.html#NMSettingGeneric.other"> -<ANCHOR id="NMSettingGeneric.object-hierarchy" href="libnm/NMSettingGeneric.html#NMSettingGeneric.object-hierarchy"> -<ANCHOR id="NMSettingGeneric.description" href="libnm/NMSettingGeneric.html#NMSettingGeneric.description"> -<ANCHOR id="NMSettingGeneric.functions_details" href="libnm/NMSettingGeneric.html#NMSettingGeneric.functions_details"> -<ANCHOR id="nm-setting-generic-new" href="libnm/NMSettingGeneric.html#nm-setting-generic-new"> -<ANCHOR id="NMSettingGeneric.other_details" href="libnm/NMSettingGeneric.html#NMSettingGeneric.other_details"> -<ANCHOR id="NM-SETTING-GENERIC-SETTING-NAME:CAPS" href="libnm/NMSettingGeneric.html#NM-SETTING-GENERIC-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingGeneric-struct" href="libnm/NMSettingGeneric.html#NMSettingGeneric-struct"> -<ANCHOR id="NMSettingGsm" href="libnm/NMSettingGsm.html"> -<ANCHOR id="NMSettingGsm.functions" href="libnm/NMSettingGsm.html#NMSettingGsm.functions"> -<ANCHOR id="NMSettingGsm.properties" href="libnm/NMSettingGsm.html#NMSettingGsm.properties"> -<ANCHOR id="NMSettingGsm.other" href="libnm/NMSettingGsm.html#NMSettingGsm.other"> -<ANCHOR id="NMSettingGsm.object-hierarchy" href="libnm/NMSettingGsm.html#NMSettingGsm.object-hierarchy"> -<ANCHOR id="NMSettingGsm.description" href="libnm/NMSettingGsm.html#NMSettingGsm.description"> -<ANCHOR id="NMSettingGsm.functions_details" href="libnm/NMSettingGsm.html#NMSettingGsm.functions_details"> -<ANCHOR id="nm-setting-gsm-new" href="libnm/NMSettingGsm.html#nm-setting-gsm-new"> -<ANCHOR id="nm-setting-gsm-get-number" href="libnm/NMSettingGsm.html#nm-setting-gsm-get-number"> -<ANCHOR id="nm-setting-gsm-get-username" href="libnm/NMSettingGsm.html#nm-setting-gsm-get-username"> -<ANCHOR id="nm-setting-gsm-get-password" href="libnm/NMSettingGsm.html#nm-setting-gsm-get-password"> -<ANCHOR id="nm-setting-gsm-get-apn" href="libnm/NMSettingGsm.html#nm-setting-gsm-get-apn"> -<ANCHOR id="nm-setting-gsm-get-network-id" href="libnm/NMSettingGsm.html#nm-setting-gsm-get-network-id"> -<ANCHOR id="nm-setting-gsm-get-pin" href="libnm/NMSettingGsm.html#nm-setting-gsm-get-pin"> -<ANCHOR id="nm-setting-gsm-get-home-only" href="libnm/NMSettingGsm.html#nm-setting-gsm-get-home-only"> -<ANCHOR id="nm-setting-gsm-get-device-id" href="libnm/NMSettingGsm.html#nm-setting-gsm-get-device-id"> -<ANCHOR id="nm-setting-gsm-get-sim-id" href="libnm/NMSettingGsm.html#nm-setting-gsm-get-sim-id"> -<ANCHOR id="nm-setting-gsm-get-sim-operator-id" href="libnm/NMSettingGsm.html#nm-setting-gsm-get-sim-operator-id"> -<ANCHOR id="nm-setting-gsm-get-pin-flags" href="libnm/NMSettingGsm.html#nm-setting-gsm-get-pin-flags"> -<ANCHOR id="nm-setting-gsm-get-password-flags" href="libnm/NMSettingGsm.html#nm-setting-gsm-get-password-flags"> -<ANCHOR id="NMSettingGsm.other_details" href="libnm/NMSettingGsm.html#NMSettingGsm.other_details"> -<ANCHOR id="NM-SETTING-GSM-SETTING-NAME:CAPS" href="libnm/NMSettingGsm.html#NM-SETTING-GSM-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NUMBER:CAPS" href="libnm/NMSettingGsm.html#NM-SETTING-GSM-NUMBER:CAPS"> -<ANCHOR id="NM-SETTING-GSM-USERNAME:CAPS" href="libnm/NMSettingGsm.html#NM-SETTING-GSM-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-GSM-PASSWORD:CAPS" href="libnm/NMSettingGsm.html#NM-SETTING-GSM-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-GSM-PASSWORD-FLAGS:CAPS" href="libnm/NMSettingGsm.html#NM-SETTING-GSM-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-GSM-APN:CAPS" href="libnm/NMSettingGsm.html#NM-SETTING-GSM-APN:CAPS"> -<ANCHOR id="NM-SETTING-GSM-NETWORK-ID:CAPS" href="libnm/NMSettingGsm.html#NM-SETTING-GSM-NETWORK-ID:CAPS"> -<ANCHOR id="NM-SETTING-GSM-PIN:CAPS" href="libnm/NMSettingGsm.html#NM-SETTING-GSM-PIN:CAPS"> -<ANCHOR id="NM-SETTING-GSM-PIN-FLAGS:CAPS" href="libnm/NMSettingGsm.html#NM-SETTING-GSM-PIN-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-GSM-HOME-ONLY:CAPS" href="libnm/NMSettingGsm.html#NM-SETTING-GSM-HOME-ONLY:CAPS"> -<ANCHOR id="NM-SETTING-GSM-DEVICE-ID:CAPS" href="libnm/NMSettingGsm.html#NM-SETTING-GSM-DEVICE-ID:CAPS"> -<ANCHOR id="NM-SETTING-GSM-SIM-ID:CAPS" href="libnm/NMSettingGsm.html#NM-SETTING-GSM-SIM-ID:CAPS"> -<ANCHOR id="NM-SETTING-GSM-SIM-OPERATOR-ID:CAPS" href="libnm/NMSettingGsm.html#NM-SETTING-GSM-SIM-OPERATOR-ID:CAPS"> -<ANCHOR id="NMSettingGsm-struct" href="libnm/NMSettingGsm.html#NMSettingGsm-struct"> -<ANCHOR id="NMSettingGsm.property-details" href="libnm/NMSettingGsm.html#NMSettingGsm.property-details"> -<ANCHOR id="NMSettingGsm--apn" href="libnm/NMSettingGsm.html#NMSettingGsm--apn"> -<ANCHOR id="NMSettingGsm--device-id" href="libnm/NMSettingGsm.html#NMSettingGsm--device-id"> -<ANCHOR id="NMSettingGsm--home-only" href="libnm/NMSettingGsm.html#NMSettingGsm--home-only"> -<ANCHOR id="NMSettingGsm--network-id" href="libnm/NMSettingGsm.html#NMSettingGsm--network-id"> -<ANCHOR id="NMSettingGsm--number" href="libnm/NMSettingGsm.html#NMSettingGsm--number"> -<ANCHOR id="NMSettingGsm--password" href="libnm/NMSettingGsm.html#NMSettingGsm--password"> -<ANCHOR id="NMSettingGsm--password-flags" href="libnm/NMSettingGsm.html#NMSettingGsm--password-flags"> -<ANCHOR id="NMSettingGsm--pin" href="libnm/NMSettingGsm.html#NMSettingGsm--pin"> -<ANCHOR id="NMSettingGsm--pin-flags" href="libnm/NMSettingGsm.html#NMSettingGsm--pin-flags"> -<ANCHOR id="NMSettingGsm--sim-id" href="libnm/NMSettingGsm.html#NMSettingGsm--sim-id"> -<ANCHOR id="NMSettingGsm--sim-operator-id" href="libnm/NMSettingGsm.html#NMSettingGsm--sim-operator-id"> -<ANCHOR id="NMSettingGsm--username" href="libnm/NMSettingGsm.html#NMSettingGsm--username"> -<ANCHOR id="NMSettingInfiniband" href="libnm/NMSettingInfiniband.html"> -<ANCHOR id="NMSettingInfiniband.functions" href="libnm/NMSettingInfiniband.html#NMSettingInfiniband.functions"> -<ANCHOR id="NMSettingInfiniband.properties" href="libnm/NMSettingInfiniband.html#NMSettingInfiniband.properties"> -<ANCHOR id="NMSettingInfiniband.other" href="libnm/NMSettingInfiniband.html#NMSettingInfiniband.other"> -<ANCHOR id="NMSettingInfiniband.object-hierarchy" href="libnm/NMSettingInfiniband.html#NMSettingInfiniband.object-hierarchy"> -<ANCHOR id="NMSettingInfiniband.description" href="libnm/NMSettingInfiniband.html#NMSettingInfiniband.description"> -<ANCHOR id="NMSettingInfiniband.functions_details" href="libnm/NMSettingInfiniband.html#NMSettingInfiniband.functions_details"> -<ANCHOR id="nm-setting-infiniband-new" href="libnm/NMSettingInfiniband.html#nm-setting-infiniband-new"> -<ANCHOR id="nm-setting-infiniband-get-mac-address" href="libnm/NMSettingInfiniband.html#nm-setting-infiniband-get-mac-address"> -<ANCHOR id="nm-setting-infiniband-get-mtu" href="libnm/NMSettingInfiniband.html#nm-setting-infiniband-get-mtu"> -<ANCHOR id="nm-setting-infiniband-get-transport-mode" href="libnm/NMSettingInfiniband.html#nm-setting-infiniband-get-transport-mode"> -<ANCHOR id="nm-setting-infiniband-get-p-key" href="libnm/NMSettingInfiniband.html#nm-setting-infiniband-get-p-key"> -<ANCHOR id="nm-setting-infiniband-get-parent" href="libnm/NMSettingInfiniband.html#nm-setting-infiniband-get-parent"> -<ANCHOR id="nm-setting-infiniband-get-virtual-interface-name" href="libnm/NMSettingInfiniband.html#nm-setting-infiniband-get-virtual-interface-name"> -<ANCHOR id="NMSettingInfiniband.other_details" href="libnm/NMSettingInfiniband.html#NMSettingInfiniband.other_details"> -<ANCHOR id="NM-SETTING-INFINIBAND-SETTING-NAME:CAPS" href="libnm/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-MAC-ADDRESS:CAPS" href="libnm/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-MTU:CAPS" href="libnm/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-MTU:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-TRANSPORT-MODE:CAPS" href="libnm/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-TRANSPORT-MODE:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-P-KEY:CAPS" href="libnm/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-P-KEY:CAPS"> -<ANCHOR id="NM-SETTING-INFINIBAND-PARENT:CAPS" href="libnm/NMSettingInfiniband.html#NM-SETTING-INFINIBAND-PARENT:CAPS"> -<ANCHOR id="NMSettingInfiniband-struct" href="libnm/NMSettingInfiniband.html#NMSettingInfiniband-struct"> -<ANCHOR id="NMSettingInfiniband.property-details" href="libnm/NMSettingInfiniband.html#NMSettingInfiniband.property-details"> -<ANCHOR id="NMSettingInfiniband--mac-address" href="libnm/NMSettingInfiniband.html#NMSettingInfiniband--mac-address"> -<ANCHOR id="NMSettingInfiniband--mtu" href="libnm/NMSettingInfiniband.html#NMSettingInfiniband--mtu"> -<ANCHOR id="NMSettingInfiniband--p-key" href="libnm/NMSettingInfiniband.html#NMSettingInfiniband--p-key"> -<ANCHOR id="NMSettingInfiniband--parent" href="libnm/NMSettingInfiniband.html#NMSettingInfiniband--parent"> -<ANCHOR id="NMSettingInfiniband--transport-mode" href="libnm/NMSettingInfiniband.html#NMSettingInfiniband--transport-mode"> -<ANCHOR id="NMSettingIP4Config" href="libnm/NMSettingIP4Config.html"> -<ANCHOR id="NMSettingIP4Config.functions" href="libnm/NMSettingIP4Config.html#NMSettingIP4Config.functions"> -<ANCHOR id="NMSettingIP4Config.properties" href="libnm/NMSettingIP4Config.html#NMSettingIP4Config.properties"> -<ANCHOR id="NMSettingIP4Config.other" href="libnm/NMSettingIP4Config.html#NMSettingIP4Config.other"> -<ANCHOR id="NMSettingIP4Config.object-hierarchy" href="libnm/NMSettingIP4Config.html#NMSettingIP4Config.object-hierarchy"> -<ANCHOR id="NMSettingIP4Config.description" href="libnm/NMSettingIP4Config.html#NMSettingIP4Config.description"> -<ANCHOR id="NMSettingIP4Config.functions_details" href="libnm/NMSettingIP4Config.html#NMSettingIP4Config.functions_details"> -<ANCHOR id="nm-setting-ip4-config-new" href="libnm/NMSettingIP4Config.html#nm-setting-ip4-config-new"> -<ANCHOR id="nm-setting-ip4-config-get-dhcp-client-id" href="libnm/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-client-id"> -<ANCHOR id="nm-setting-ip4-config-get-dhcp-fqdn" href="libnm/NMSettingIP4Config.html#nm-setting-ip4-config-get-dhcp-fqdn"> -<ANCHOR id="NMSettingIP4Config.other_details" href="libnm/NMSettingIP4Config.html#NMSettingIP4Config.other_details"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-SETTING-NAME:CAPS" href="libnm/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-DHCP-CLIENT-ID:CAPS" href="libnm/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-CLIENT-ID:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-DHCP-FQDN:CAPS" href="libnm/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-DHCP-FQDN:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD-AUTO:CAPS" href="libnm/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-AUTO:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD-LINK-LOCAL:CAPS" href="libnm/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-LINK-LOCAL:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD-MANUAL:CAPS" href="libnm/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-MANUAL:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD-SHARED:CAPS" href="libnm/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-SHARED:CAPS"> -<ANCHOR id="NM-SETTING-IP4-CONFIG-METHOD-DISABLED:CAPS" href="libnm/NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-METHOD-DISABLED:CAPS"> -<ANCHOR id="NMSettingIP4Config-struct" href="libnm/NMSettingIP4Config.html#NMSettingIP4Config-struct"> -<ANCHOR id="NMSettingIP4Config.property-details" href="libnm/NMSettingIP4Config.html#NMSettingIP4Config.property-details"> -<ANCHOR id="NMSettingIP4Config--dhcp-client-id" href="libnm/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-client-id"> -<ANCHOR id="NMSettingIP4Config--dhcp-fqdn" href="libnm/NMSettingIP4Config.html#NMSettingIP4Config--dhcp-fqdn"> -<ANCHOR id="NMSettingIP6Config" href="libnm/NMSettingIP6Config.html"> -<ANCHOR id="NMSettingIP6Config.functions" href="libnm/NMSettingIP6Config.html#NMSettingIP6Config.functions"> -<ANCHOR id="NMSettingIP6Config.properties" href="libnm/NMSettingIP6Config.html#NMSettingIP6Config.properties"> -<ANCHOR id="NMSettingIP6Config.other" href="libnm/NMSettingIP6Config.html#NMSettingIP6Config.other"> -<ANCHOR id="NMSettingIP6Config.object-hierarchy" href="libnm/NMSettingIP6Config.html#NMSettingIP6Config.object-hierarchy"> -<ANCHOR id="NMSettingIP6Config.description" href="libnm/NMSettingIP6Config.html#NMSettingIP6Config.description"> -<ANCHOR id="NMSettingIP6Config.functions_details" href="libnm/NMSettingIP6Config.html#NMSettingIP6Config.functions_details"> -<ANCHOR id="nm-setting-ip6-config-new" href="libnm/NMSettingIP6Config.html#nm-setting-ip6-config-new"> -<ANCHOR id="nm-setting-ip6-config-get-ip6-privacy" href="libnm/NMSettingIP6Config.html#nm-setting-ip6-config-get-ip6-privacy"> -<ANCHOR id="nm-setting-ip6-config-get-addr-gen-mode" href="libnm/NMSettingIP6Config.html#nm-setting-ip6-config-get-addr-gen-mode"> -<ANCHOR id="NMSettingIP6Config.other_details" href="libnm/NMSettingIP6Config.html#NMSettingIP6Config.other_details"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-SETTING-NAME:CAPS" href="libnm/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-IP6-PRIVACY:CAPS" href="libnm/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IP6-PRIVACY:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ADDR-GEN-MODE:CAPS" href="libnm/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ADDR-GEN-MODE:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS" href="libnm/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-AUTO:CAPS" href="libnm/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-AUTO:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-DHCP:CAPS" href="libnm/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-DHCP:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-LINK-LOCAL:CAPS" href="libnm/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-LINK-LOCAL:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-MANUAL:CAPS" href="libnm/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-MANUAL:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-METHOD-SHARED:CAPS" href="libnm/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-SHARED:CAPS"> -<ANCHOR id="NMSettingIP6ConfigPrivacy" href="libnm/NMSettingIP6Config.html#NMSettingIP6ConfigPrivacy"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-PRIVACY-UNKNOWN:CAPS" href="libnm/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-PRIVACY-DISABLED:CAPS" href="libnm/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-DISABLED:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-PRIVACY-PREFER-PUBLIC-ADDR:CAPS" href="libnm/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-PREFER-PUBLIC-ADDR:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-PRIVACY-PREFER-TEMP-ADDR:CAPS" href="libnm/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-PREFER-TEMP-ADDR:CAPS"> -<ANCHOR id="NMSettingIP6ConfigAddrGenMode" href="libnm/NMSettingIP6Config.html#NMSettingIP6ConfigAddrGenMode"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ADDR-GEN-MODE-EUI64:CAPS" href="libnm/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ADDR-GEN-MODE-EUI64:CAPS"> -<ANCHOR id="NM-SETTING-IP6-CONFIG-ADDR-GEN-MODE-STABLE-PRIVACY:CAPS" href="libnm/NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ADDR-GEN-MODE-STABLE-PRIVACY:CAPS"> -<ANCHOR id="NMSettingIP6Config-struct" href="libnm/NMSettingIP6Config.html#NMSettingIP6Config-struct"> -<ANCHOR id="NMSettingIP6Config.property-details" href="libnm/NMSettingIP6Config.html#NMSettingIP6Config.property-details"> -<ANCHOR id="NMSettingIP6Config--addr-gen-mode" href="libnm/NMSettingIP6Config.html#NMSettingIP6Config--addr-gen-mode"> -<ANCHOR id="NMSettingIP6Config--ip6-privacy" href="libnm/NMSettingIP6Config.html#NMSettingIP6Config--ip6-privacy"> -<ANCHOR id="NMSettingIPConfig" href="libnm/NMSettingIPConfig.html"> -<ANCHOR id="NMSettingIPConfig.functions" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig.functions"> -<ANCHOR id="NMSettingIPConfig.properties" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig.properties"> -<ANCHOR id="NMIPAddress" href="libnm/NMSettingIPConfig.html#NMIPAddress"> -<ANCHOR id="NMIPRoute" href="libnm/NMSettingIPConfig.html#NMIPRoute"> -<ANCHOR id="NMSettingIPConfig.other" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig.other"> -<ANCHOR id="NMSettingIPConfig.object-hierarchy" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig.object-hierarchy"> -<ANCHOR id="NMSettingIPConfig.includes" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig.includes"> -<ANCHOR id="NMSettingIPConfig.description" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig.description"> -<ANCHOR id="NMSettingIPConfig.functions_details" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig.functions_details"> -<ANCHOR id="nm-ip-address-new" href="libnm/NMSettingIPConfig.html#nm-ip-address-new"> -<ANCHOR id="nm-ip-address-new-binary" href="libnm/NMSettingIPConfig.html#nm-ip-address-new-binary"> -<ANCHOR id="nm-ip-address-ref" href="libnm/NMSettingIPConfig.html#nm-ip-address-ref"> -<ANCHOR id="nm-ip-address-unref" href="libnm/NMSettingIPConfig.html#nm-ip-address-unref"> -<ANCHOR id="nm-ip-address-equal" href="libnm/NMSettingIPConfig.html#nm-ip-address-equal"> -<ANCHOR id="nm-ip-address-dup" href="libnm/NMSettingIPConfig.html#nm-ip-address-dup"> -<ANCHOR id="nm-ip-address-get-family" href="libnm/NMSettingIPConfig.html#nm-ip-address-get-family"> -<ANCHOR id="nm-ip-address-get-address" href="libnm/NMSettingIPConfig.html#nm-ip-address-get-address"> -<ANCHOR id="nm-ip-address-set-address" href="libnm/NMSettingIPConfig.html#nm-ip-address-set-address"> -<ANCHOR id="nm-ip-address-get-address-binary" href="libnm/NMSettingIPConfig.html#nm-ip-address-get-address-binary"> -<ANCHOR id="nm-ip-address-set-address-binary" href="libnm/NMSettingIPConfig.html#nm-ip-address-set-address-binary"> -<ANCHOR id="nm-ip-address-get-prefix" href="libnm/NMSettingIPConfig.html#nm-ip-address-get-prefix"> -<ANCHOR id="nm-ip-address-set-prefix" href="libnm/NMSettingIPConfig.html#nm-ip-address-set-prefix"> -<ANCHOR id="nm-ip-address-get-attribute-names" href="libnm/NMSettingIPConfig.html#nm-ip-address-get-attribute-names"> -<ANCHOR id="nm-ip-address-get-attribute" href="libnm/NMSettingIPConfig.html#nm-ip-address-get-attribute"> -<ANCHOR id="nm-ip-address-set-attribute" href="libnm/NMSettingIPConfig.html#nm-ip-address-set-attribute"> -<ANCHOR id="nm-ip-route-new" href="libnm/NMSettingIPConfig.html#nm-ip-route-new"> -<ANCHOR id="nm-ip-route-new-binary" href="libnm/NMSettingIPConfig.html#nm-ip-route-new-binary"> -<ANCHOR id="nm-ip-route-ref" href="libnm/NMSettingIPConfig.html#nm-ip-route-ref"> -<ANCHOR id="nm-ip-route-unref" href="libnm/NMSettingIPConfig.html#nm-ip-route-unref"> -<ANCHOR id="nm-ip-route-equal" href="libnm/NMSettingIPConfig.html#nm-ip-route-equal"> -<ANCHOR id="nm-ip-route-dup" href="libnm/NMSettingIPConfig.html#nm-ip-route-dup"> -<ANCHOR id="nm-ip-route-get-family" href="libnm/NMSettingIPConfig.html#nm-ip-route-get-family"> -<ANCHOR id="nm-ip-route-get-dest" href="libnm/NMSettingIPConfig.html#nm-ip-route-get-dest"> -<ANCHOR id="nm-ip-route-set-dest" href="libnm/NMSettingIPConfig.html#nm-ip-route-set-dest"> -<ANCHOR id="nm-ip-route-get-dest-binary" href="libnm/NMSettingIPConfig.html#nm-ip-route-get-dest-binary"> -<ANCHOR id="nm-ip-route-set-dest-binary" href="libnm/NMSettingIPConfig.html#nm-ip-route-set-dest-binary"> -<ANCHOR id="nm-ip-route-get-prefix" href="libnm/NMSettingIPConfig.html#nm-ip-route-get-prefix"> -<ANCHOR id="nm-ip-route-set-prefix" href="libnm/NMSettingIPConfig.html#nm-ip-route-set-prefix"> -<ANCHOR id="nm-ip-route-get-next-hop" href="libnm/NMSettingIPConfig.html#nm-ip-route-get-next-hop"> -<ANCHOR id="nm-ip-route-set-next-hop" href="libnm/NMSettingIPConfig.html#nm-ip-route-set-next-hop"> -<ANCHOR id="nm-ip-route-get-next-hop-binary" href="libnm/NMSettingIPConfig.html#nm-ip-route-get-next-hop-binary"> -<ANCHOR id="nm-ip-route-set-next-hop-binary" href="libnm/NMSettingIPConfig.html#nm-ip-route-set-next-hop-binary"> -<ANCHOR id="nm-ip-route-get-metric" href="libnm/NMSettingIPConfig.html#nm-ip-route-get-metric"> -<ANCHOR id="nm-ip-route-set-metric" href="libnm/NMSettingIPConfig.html#nm-ip-route-set-metric"> -<ANCHOR id="nm-ip-route-get-attribute-names" href="libnm/NMSettingIPConfig.html#nm-ip-route-get-attribute-names"> -<ANCHOR id="nm-ip-route-get-attribute" href="libnm/NMSettingIPConfig.html#nm-ip-route-get-attribute"> -<ANCHOR id="nm-ip-route-set-attribute" href="libnm/NMSettingIPConfig.html#nm-ip-route-set-attribute"> -<ANCHOR id="nm-setting-ip-config-get-method" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-method"> -<ANCHOR id="nm-setting-ip-config-get-num-dns" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-num-dns"> -<ANCHOR id="nm-setting-ip-config-get-dns" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-dns"> -<ANCHOR id="nm-setting-ip-config-add-dns" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-add-dns"> -<ANCHOR id="nm-setting-ip-config-remove-dns" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-remove-dns"> -<ANCHOR id="nm-setting-ip-config-remove-dns-by-value" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-remove-dns-by-value"> -<ANCHOR id="nm-setting-ip-config-clear-dns" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-clear-dns"> -<ANCHOR id="nm-setting-ip-config-get-num-dns-searches" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-num-dns-searches"> -<ANCHOR id="nm-setting-ip-config-get-dns-search" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-dns-search"> -<ANCHOR id="nm-setting-ip-config-add-dns-search" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-add-dns-search"> -<ANCHOR id="nm-setting-ip-config-remove-dns-search" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-remove-dns-search"> -<ANCHOR id="nm-setting-ip-config-remove-dns-search-by-value" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-remove-dns-search-by-value"> -<ANCHOR id="nm-setting-ip-config-clear-dns-searches" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-clear-dns-searches"> -<ANCHOR id="nm-setting-ip-config-get-num-dns-options" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-num-dns-options"> -<ANCHOR id="nm-setting-ip-config-has-dns-options" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-has-dns-options"> -<ANCHOR id="nm-setting-ip-config-get-dns-option" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-dns-option"> -<ANCHOR id="nm-setting-ip-config-next-valid-dns-option" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-next-valid-dns-option"> -<ANCHOR id="nm-setting-ip-config-add-dns-option" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-add-dns-option"> -<ANCHOR id="nm-setting-ip-config-remove-dns-option" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-remove-dns-option"> -<ANCHOR id="nm-setting-ip-config-remove-dns-option-by-value" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-remove-dns-option-by-value"> -<ANCHOR id="nm-setting-ip-config-clear-dns-options" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-clear-dns-options"> -<ANCHOR id="nm-setting-ip-config-get-dns-priority" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-dns-priority"> -<ANCHOR id="nm-setting-ip-config-get-num-addresses" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-num-addresses"> -<ANCHOR id="nm-setting-ip-config-get-address" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-address"> -<ANCHOR id="nm-setting-ip-config-add-address" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-add-address"> -<ANCHOR id="nm-setting-ip-config-remove-address" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-remove-address"> -<ANCHOR id="nm-setting-ip-config-remove-address-by-value" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-remove-address-by-value"> -<ANCHOR id="nm-setting-ip-config-clear-addresses" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-clear-addresses"> -<ANCHOR id="nm-setting-ip-config-get-gateway" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-gateway"> -<ANCHOR id="nm-setting-ip-config-get-num-routes" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-num-routes"> -<ANCHOR id="nm-setting-ip-config-get-route" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-route"> -<ANCHOR id="nm-setting-ip-config-add-route" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-add-route"> -<ANCHOR id="nm-setting-ip-config-remove-route" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-remove-route"> -<ANCHOR id="nm-setting-ip-config-remove-route-by-value" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-remove-route-by-value"> -<ANCHOR id="nm-setting-ip-config-clear-routes" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-clear-routes"> -<ANCHOR id="nm-setting-ip-config-get-route-metric" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-route-metric"> -<ANCHOR id="nm-setting-ip-config-get-ignore-auto-routes" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-ignore-auto-routes"> -<ANCHOR id="nm-setting-ip-config-get-ignore-auto-dns" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-ignore-auto-dns"> -<ANCHOR id="nm-setting-ip-config-get-dhcp-hostname" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-dhcp-hostname"> -<ANCHOR id="nm-setting-ip-config-get-dhcp-send-hostname" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-dhcp-send-hostname"> -<ANCHOR id="nm-setting-ip-config-get-never-default" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-never-default"> -<ANCHOR id="nm-setting-ip-config-get-may-fail" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-may-fail"> -<ANCHOR id="nm-setting-ip-config-get-dad-timeout" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-dad-timeout"> -<ANCHOR id="nm-setting-ip-config-get-dhcp-timeout" href="libnm/NMSettingIPConfig.html#nm-setting-ip-config-get-dhcp-timeout"> -<ANCHOR id="NMSettingIPConfig.other_details" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig.other_details"> -<ANCHOR id="NM-SETTING-IP-CONFIG-DAD-TIMEOUT-MAX:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-DAD-TIMEOUT-MAX:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-METHOD:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-METHOD:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-DNS:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-DNS:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-DNS-SEARCH:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-DNS-SEARCH:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-DNS-OPTIONS:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-DNS-OPTIONS:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-DNS-PRIORITY:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-DNS-PRIORITY:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-ADDRESSES:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-ADDRESSES:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-GATEWAY:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-GATEWAY:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-ROUTES:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-ROUTES:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-ROUTE-METRIC:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-ROUTE-METRIC:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-IGNORE-AUTO-ROUTES:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-IGNORE-AUTO-ROUTES:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-IGNORE-AUTO-DNS:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-IGNORE-AUTO-DNS:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-DHCP-HOSTNAME:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-DHCP-HOSTNAME:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-DHCP-SEND-HOSTNAME:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-DHCP-SEND-HOSTNAME:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-NEVER-DEFAULT:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-NEVER-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-MAY-FAIL:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-MAY-FAIL:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-DAD-TIMEOUT:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-DAD-TIMEOUT:CAPS"> -<ANCHOR id="NM-SETTING-IP-CONFIG-DHCP-TIMEOUT:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-IP-CONFIG-DHCP-TIMEOUT:CAPS"> -<ANCHOR id="NM-SETTING-DNS-OPTION-DEBUG:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-DEBUG:CAPS"> -<ANCHOR id="NM-SETTING-DNS-OPTION-NDOTS:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-NDOTS:CAPS"> -<ANCHOR id="NM-SETTING-DNS-OPTION-TIMEOUT:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-TIMEOUT:CAPS"> -<ANCHOR id="NM-SETTING-DNS-OPTION-ATTEMPTS:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-ATTEMPTS:CAPS"> -<ANCHOR id="NM-SETTING-DNS-OPTION-ROTATE:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-ROTATE:CAPS"> -<ANCHOR id="NM-SETTING-DNS-OPTION-NO-CHECK-NAMES:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-NO-CHECK-NAMES:CAPS"> -<ANCHOR id="NM-SETTING-DNS-OPTION-INET6:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-INET6:CAPS"> -<ANCHOR id="NM-SETTING-DNS-OPTION-IP6-BYTESTRING:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-IP6-BYTESTRING:CAPS"> -<ANCHOR id="NM-SETTING-DNS-OPTION-IP6-DOTINT:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-IP6-DOTINT:CAPS"> -<ANCHOR id="NM-SETTING-DNS-OPTION-NO-IP6-DOTINT:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-NO-IP6-DOTINT:CAPS"> -<ANCHOR id="NM-SETTING-DNS-OPTION-EDNS0:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-EDNS0:CAPS"> -<ANCHOR id="NM-SETTING-DNS-OPTION-SINGLE-REQUEST:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-SINGLE-REQUEST:CAPS"> -<ANCHOR id="NM-SETTING-DNS-OPTION-SINGLE-REQUEST-REOPEN:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-SINGLE-REQUEST-REOPEN:CAPS"> -<ANCHOR id="NM-SETTING-DNS-OPTION-NO-TLD-QUERY:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-NO-TLD-QUERY:CAPS"> -<ANCHOR id="NM-SETTING-DNS-OPTION-USE-VC:CAPS" href="libnm/NMSettingIPConfig.html#NM-SETTING-DNS-OPTION-USE-VC:CAPS"> -<ANCHOR id="NMSettingIPConfig-struct" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig-struct"> -<ANCHOR id="NMSettingIPConfig.property-details" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig.property-details"> -<ANCHOR id="NMSettingIPConfig--addresses" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--addresses"> -<ANCHOR id="NMSettingIPConfig--dad-timeout" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--dad-timeout"> -<ANCHOR id="NMSettingIPConfig--dhcp-hostname" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--dhcp-hostname"> -<ANCHOR id="NMSettingIPConfig--dhcp-send-hostname" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--dhcp-send-hostname"> -<ANCHOR id="NMSettingIPConfig--dhcp-timeout" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--dhcp-timeout"> -<ANCHOR id="NMSettingIPConfig--dns" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--dns"> -<ANCHOR id="NMSettingIPConfig--dns-options" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--dns-options"> -<ANCHOR id="NMSettingIPConfig--dns-priority" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--dns-priority"> -<ANCHOR id="NMSettingIPConfig--dns-search" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--dns-search"> -<ANCHOR id="NMSettingIPConfig--gateway" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--gateway"> -<ANCHOR id="NMSettingIPConfig--ignore-auto-dns" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--ignore-auto-dns"> -<ANCHOR id="NMSettingIPConfig--ignore-auto-routes" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--ignore-auto-routes"> -<ANCHOR id="NMSettingIPConfig--may-fail" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--may-fail"> -<ANCHOR id="NMSettingIPConfig--method" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--method"> -<ANCHOR id="NMSettingIPConfig--never-default" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--never-default"> -<ANCHOR id="NMSettingIPConfig--route-metric" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--route-metric"> -<ANCHOR id="NMSettingIPConfig--routes" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig--routes"> -<ANCHOR id="NMSettingIPConfig.see-also" href="libnm/NMSettingIPConfig.html#NMSettingIPConfig.see-also"> -<ANCHOR id="NMSettingIPTunnel" href="libnm/NMSettingIPTunnel.html"> -<ANCHOR id="NMSettingIPTunnel.functions" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel.functions"> -<ANCHOR id="NMSettingIPTunnel.properties" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel.properties"> -<ANCHOR id="NMSettingIPTunnel.other" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel.other"> -<ANCHOR id="NMSettingIPTunnel.object-hierarchy" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel.object-hierarchy"> -<ANCHOR id="NMSettingIPTunnel.description" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel.description"> -<ANCHOR id="NMSettingIPTunnel.functions_details" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel.functions_details"> -<ANCHOR id="nm-setting-ip-tunnel-new" href="libnm/NMSettingIPTunnel.html#nm-setting-ip-tunnel-new"> -<ANCHOR id="nm-setting-ip-tunnel-get-parent" href="libnm/NMSettingIPTunnel.html#nm-setting-ip-tunnel-get-parent"> -<ANCHOR id="nm-setting-ip-tunnel-get-mode" href="libnm/NMSettingIPTunnel.html#nm-setting-ip-tunnel-get-mode"> -<ANCHOR id="nm-setting-ip-tunnel-get-local" href="libnm/NMSettingIPTunnel.html#nm-setting-ip-tunnel-get-local"> -<ANCHOR id="nm-setting-ip-tunnel-get-remote" href="libnm/NMSettingIPTunnel.html#nm-setting-ip-tunnel-get-remote"> -<ANCHOR id="nm-setting-ip-tunnel-get-ttl" href="libnm/NMSettingIPTunnel.html#nm-setting-ip-tunnel-get-ttl"> -<ANCHOR id="nm-setting-ip-tunnel-get-tos" href="libnm/NMSettingIPTunnel.html#nm-setting-ip-tunnel-get-tos"> -<ANCHOR id="nm-setting-ip-tunnel-get-path-mtu-discovery" href="libnm/NMSettingIPTunnel.html#nm-setting-ip-tunnel-get-path-mtu-discovery"> -<ANCHOR id="nm-setting-ip-tunnel-get-input-key" href="libnm/NMSettingIPTunnel.html#nm-setting-ip-tunnel-get-input-key"> -<ANCHOR id="nm-setting-ip-tunnel-get-output-key" href="libnm/NMSettingIPTunnel.html#nm-setting-ip-tunnel-get-output-key"> -<ANCHOR id="nm-setting-ip-tunnel-get-encapsulation-limit" href="libnm/NMSettingIPTunnel.html#nm-setting-ip-tunnel-get-encapsulation-limit"> -<ANCHOR id="nm-setting-ip-tunnel-get-flow-label" href="libnm/NMSettingIPTunnel.html#nm-setting-ip-tunnel-get-flow-label"> -<ANCHOR id="nm-setting-ip-tunnel-get-mtu" href="libnm/NMSettingIPTunnel.html#nm-setting-ip-tunnel-get-mtu"> -<ANCHOR id="NMSettingIPTunnel.other_details" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel.other_details"> -<ANCHOR id="NM-SETTING-IP-TUNNEL-SETTING-NAME:CAPS" href="libnm/NMSettingIPTunnel.html#NM-SETTING-IP-TUNNEL-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-IP-TUNNEL-PARENT:CAPS" href="libnm/NMSettingIPTunnel.html#NM-SETTING-IP-TUNNEL-PARENT:CAPS"> -<ANCHOR id="NM-SETTING-IP-TUNNEL-MODE:CAPS" href="libnm/NMSettingIPTunnel.html#NM-SETTING-IP-TUNNEL-MODE:CAPS"> -<ANCHOR id="NM-SETTING-IP-TUNNEL-LOCAL:CAPS" href="libnm/NMSettingIPTunnel.html#NM-SETTING-IP-TUNNEL-LOCAL:CAPS"> -<ANCHOR id="NM-SETTING-IP-TUNNEL-REMOTE:CAPS" href="libnm/NMSettingIPTunnel.html#NM-SETTING-IP-TUNNEL-REMOTE:CAPS"> -<ANCHOR id="NM-SETTING-IP-TUNNEL-TTL:CAPS" href="libnm/NMSettingIPTunnel.html#NM-SETTING-IP-TUNNEL-TTL:CAPS"> -<ANCHOR id="NM-SETTING-IP-TUNNEL-TOS:CAPS" href="libnm/NMSettingIPTunnel.html#NM-SETTING-IP-TUNNEL-TOS:CAPS"> -<ANCHOR id="NM-SETTING-IP-TUNNEL-PATH-MTU-DISCOVERY:CAPS" href="libnm/NMSettingIPTunnel.html#NM-SETTING-IP-TUNNEL-PATH-MTU-DISCOVERY:CAPS"> -<ANCHOR id="NM-SETTING-IP-TUNNEL-INPUT-KEY:CAPS" href="libnm/NMSettingIPTunnel.html#NM-SETTING-IP-TUNNEL-INPUT-KEY:CAPS"> -<ANCHOR id="NM-SETTING-IP-TUNNEL-OUTPUT-KEY:CAPS" href="libnm/NMSettingIPTunnel.html#NM-SETTING-IP-TUNNEL-OUTPUT-KEY:CAPS"> -<ANCHOR id="NM-SETTING-IP-TUNNEL-ENCAPSULATION-LIMIT:CAPS" href="libnm/NMSettingIPTunnel.html#NM-SETTING-IP-TUNNEL-ENCAPSULATION-LIMIT:CAPS"> -<ANCHOR id="NM-SETTING-IP-TUNNEL-FLOW-LABEL:CAPS" href="libnm/NMSettingIPTunnel.html#NM-SETTING-IP-TUNNEL-FLOW-LABEL:CAPS"> -<ANCHOR id="NM-SETTING-IP-TUNNEL-MTU:CAPS" href="libnm/NMSettingIPTunnel.html#NM-SETTING-IP-TUNNEL-MTU:CAPS"> -<ANCHOR id="NMSettingIPTunnel-struct" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel-struct"> -<ANCHOR id="NMSettingIPTunnel.property-details" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel.property-details"> -<ANCHOR id="NMSettingIPTunnel--encapsulation-limit" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel--encapsulation-limit"> -<ANCHOR id="NMSettingIPTunnel--flow-label" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel--flow-label"> -<ANCHOR id="NMSettingIPTunnel--input-key" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel--input-key"> -<ANCHOR id="NMSettingIPTunnel--local" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel--local"> -<ANCHOR id="NMSettingIPTunnel--mode" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel--mode"> -<ANCHOR id="NMSettingIPTunnel--mtu" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel--mtu"> -<ANCHOR id="NMSettingIPTunnel--output-key" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel--output-key"> -<ANCHOR id="NMSettingIPTunnel--parent" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel--parent"> -<ANCHOR id="NMSettingIPTunnel--path-mtu-discovery" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel--path-mtu-discovery"> -<ANCHOR id="NMSettingIPTunnel--remote" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel--remote"> -<ANCHOR id="NMSettingIPTunnel--tos" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel--tos"> -<ANCHOR id="NMSettingIPTunnel--ttl" href="libnm/NMSettingIPTunnel.html#NMSettingIPTunnel--ttl"> -<ANCHOR id="NMSettingMacvlan" href="libnm/NMSettingMacvlan.html"> -<ANCHOR id="NMSettingMacvlan.functions" href="libnm/NMSettingMacvlan.html#NMSettingMacvlan.functions"> -<ANCHOR id="NMSettingMacvlan.properties" href="libnm/NMSettingMacvlan.html#NMSettingMacvlan.properties"> -<ANCHOR id="NMSettingMacvlan.other" href="libnm/NMSettingMacvlan.html#NMSettingMacvlan.other"> -<ANCHOR id="NMSettingMacvlan.object-hierarchy" href="libnm/NMSettingMacvlan.html#NMSettingMacvlan.object-hierarchy"> -<ANCHOR id="NMSettingMacvlan.description" href="libnm/NMSettingMacvlan.html#NMSettingMacvlan.description"> -<ANCHOR id="NMSettingMacvlan.functions_details" href="libnm/NMSettingMacvlan.html#NMSettingMacvlan.functions_details"> -<ANCHOR id="nm-setting-macvlan-new" href="libnm/NMSettingMacvlan.html#nm-setting-macvlan-new"> -<ANCHOR id="nm-setting-macvlan-get-parent" href="libnm/NMSettingMacvlan.html#nm-setting-macvlan-get-parent"> -<ANCHOR id="nm-setting-macvlan-get-mode" href="libnm/NMSettingMacvlan.html#nm-setting-macvlan-get-mode"> -<ANCHOR id="nm-setting-macvlan-get-promiscuous" href="libnm/NMSettingMacvlan.html#nm-setting-macvlan-get-promiscuous"> -<ANCHOR id="nm-setting-macvlan-get-tap" href="libnm/NMSettingMacvlan.html#nm-setting-macvlan-get-tap"> -<ANCHOR id="NMSettingMacvlan.other_details" href="libnm/NMSettingMacvlan.html#NMSettingMacvlan.other_details"> -<ANCHOR id="NM-SETTING-MACVLAN-SETTING-NAME:CAPS" href="libnm/NMSettingMacvlan.html#NM-SETTING-MACVLAN-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-MACVLAN-PARENT:CAPS" href="libnm/NMSettingMacvlan.html#NM-SETTING-MACVLAN-PARENT:CAPS"> -<ANCHOR id="NM-SETTING-MACVLAN-MODE:CAPS" href="libnm/NMSettingMacvlan.html#NM-SETTING-MACVLAN-MODE:CAPS"> -<ANCHOR id="NM-SETTING-MACVLAN-PROMISCUOUS:CAPS" href="libnm/NMSettingMacvlan.html#NM-SETTING-MACVLAN-PROMISCUOUS:CAPS"> -<ANCHOR id="NM-SETTING-MACVLAN-TAP:CAPS" href="libnm/NMSettingMacvlan.html#NM-SETTING-MACVLAN-TAP:CAPS"> -<ANCHOR id="NMSettingMacvlan-struct" href="libnm/NMSettingMacvlan.html#NMSettingMacvlan-struct"> -<ANCHOR id="NMSettingMacvlanMode" href="libnm/NMSettingMacvlan.html#NMSettingMacvlanMode"> -<ANCHOR id="NM-SETTING-MACVLAN-MODE-UNKNOWN:CAPS" href="libnm/NMSettingMacvlan.html#NM-SETTING-MACVLAN-MODE-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-MACVLAN-MODE-VEPA:CAPS" href="libnm/NMSettingMacvlan.html#NM-SETTING-MACVLAN-MODE-VEPA:CAPS"> -<ANCHOR id="NM-SETTING-MACVLAN-MODE-BRIDGE:CAPS" href="libnm/NMSettingMacvlan.html#NM-SETTING-MACVLAN-MODE-BRIDGE:CAPS"> -<ANCHOR id="NM-SETTING-MACVLAN-MODE-PRIVATE:CAPS" href="libnm/NMSettingMacvlan.html#NM-SETTING-MACVLAN-MODE-PRIVATE:CAPS"> -<ANCHOR id="NM-SETTING-MACVLAN-MODE-PASSTHRU:CAPS" href="libnm/NMSettingMacvlan.html#NM-SETTING-MACVLAN-MODE-PASSTHRU:CAPS"> -<ANCHOR id="NM-SETTING-MACVLAN-MODE-SOURCE:CAPS" href="libnm/NMSettingMacvlan.html#NM-SETTING-MACVLAN-MODE-SOURCE:CAPS"> -<ANCHOR id="NM-SETTING-MACVLAN-MODE-NUM:CAPS" href="libnm/NMSettingMacvlan.html#NM-SETTING-MACVLAN-MODE-NUM:CAPS"> -<ANCHOR id="NM-SETTING-MACVLAN-MODE-LAST:CAPS" href="libnm/NMSettingMacvlan.html#NM-SETTING-MACVLAN-MODE-LAST:CAPS"> -<ANCHOR id="NMSettingMacvlan.property-details" href="libnm/NMSettingMacvlan.html#NMSettingMacvlan.property-details"> -<ANCHOR id="NMSettingMacvlan--mode" href="libnm/NMSettingMacvlan.html#NMSettingMacvlan--mode"> -<ANCHOR id="NMSettingMacvlan--parent" href="libnm/NMSettingMacvlan.html#NMSettingMacvlan--parent"> -<ANCHOR id="NMSettingMacvlan--promiscuous" href="libnm/NMSettingMacvlan.html#NMSettingMacvlan--promiscuous"> -<ANCHOR id="NMSettingMacvlan--tap" href="libnm/NMSettingMacvlan.html#NMSettingMacvlan--tap"> -<ANCHOR id="NMSettingOlpcMesh" href="libnm/NMSettingOlpcMesh.html"> -<ANCHOR id="NMSettingOlpcMesh.functions" href="libnm/NMSettingOlpcMesh.html#NMSettingOlpcMesh.functions"> -<ANCHOR id="NMSettingOlpcMesh.properties" href="libnm/NMSettingOlpcMesh.html#NMSettingOlpcMesh.properties"> -<ANCHOR id="NMSettingOlpcMesh.other" href="libnm/NMSettingOlpcMesh.html#NMSettingOlpcMesh.other"> -<ANCHOR id="NMSettingOlpcMesh.object-hierarchy" href="libnm/NMSettingOlpcMesh.html#NMSettingOlpcMesh.object-hierarchy"> -<ANCHOR id="NMSettingOlpcMesh.description" href="libnm/NMSettingOlpcMesh.html#NMSettingOlpcMesh.description"> -<ANCHOR id="NMSettingOlpcMesh.functions_details" href="libnm/NMSettingOlpcMesh.html#NMSettingOlpcMesh.functions_details"> -<ANCHOR id="nm-setting-olpc-mesh-new" href="libnm/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-new"> -<ANCHOR id="nm-setting-olpc-mesh-get-ssid" href="libnm/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-ssid"> -<ANCHOR id="nm-setting-olpc-mesh-get-channel" href="libnm/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-channel"> -<ANCHOR id="nm-setting-olpc-mesh-get-dhcp-anycast-address" href="libnm/NMSettingOlpcMesh.html#nm-setting-olpc-mesh-get-dhcp-anycast-address"> -<ANCHOR id="NMSettingOlpcMesh.other_details" href="libnm/NMSettingOlpcMesh.html#NMSettingOlpcMesh.other_details"> -<ANCHOR id="NM-SETTING-OLPC-MESH-SETTING-NAME:CAPS" href="libnm/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-OLPC-MESH-SSID:CAPS" href="libnm/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-SSID:CAPS"> -<ANCHOR id="NM-SETTING-OLPC-MESH-CHANNEL:CAPS" href="libnm/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-CHANNEL:CAPS"> -<ANCHOR id="NM-SETTING-OLPC-MESH-DHCP-ANYCAST-ADDRESS:CAPS" href="libnm/NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-DHCP-ANYCAST-ADDRESS:CAPS"> -<ANCHOR id="NMSettingOlpcMesh-struct" href="libnm/NMSettingOlpcMesh.html#NMSettingOlpcMesh-struct"> -<ANCHOR id="NMSettingOlpcMesh.property-details" href="libnm/NMSettingOlpcMesh.html#NMSettingOlpcMesh.property-details"> -<ANCHOR id="NMSettingOlpcMesh--channel" href="libnm/NMSettingOlpcMesh.html#NMSettingOlpcMesh--channel"> -<ANCHOR id="NMSettingOlpcMesh--dhcp-anycast-address" href="libnm/NMSettingOlpcMesh.html#NMSettingOlpcMesh--dhcp-anycast-address"> -<ANCHOR id="NMSettingOlpcMesh--ssid" href="libnm/NMSettingOlpcMesh.html#NMSettingOlpcMesh--ssid"> -<ANCHOR id="NMSettingPpp" href="libnm/NMSettingPpp.html"> -<ANCHOR id="NMSettingPpp.functions" href="libnm/NMSettingPpp.html#NMSettingPpp.functions"> -<ANCHOR id="NMSettingPpp.properties" href="libnm/NMSettingPpp.html#NMSettingPpp.properties"> -<ANCHOR id="NMSettingPpp.other" href="libnm/NMSettingPpp.html#NMSettingPpp.other"> -<ANCHOR id="NMSettingPpp.object-hierarchy" href="libnm/NMSettingPpp.html#NMSettingPpp.object-hierarchy"> -<ANCHOR id="NMSettingPpp.description" href="libnm/NMSettingPpp.html#NMSettingPpp.description"> -<ANCHOR id="NMSettingPpp.functions_details" href="libnm/NMSettingPpp.html#NMSettingPpp.functions_details"> -<ANCHOR id="nm-setting-ppp-new" href="libnm/NMSettingPpp.html#nm-setting-ppp-new"> -<ANCHOR id="nm-setting-ppp-get-noauth" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-noauth"> -<ANCHOR id="nm-setting-ppp-get-refuse-eap" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-refuse-eap"> -<ANCHOR id="nm-setting-ppp-get-refuse-pap" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-refuse-pap"> -<ANCHOR id="nm-setting-ppp-get-refuse-chap" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-refuse-chap"> -<ANCHOR id="nm-setting-ppp-get-refuse-mschap" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-refuse-mschap"> -<ANCHOR id="nm-setting-ppp-get-refuse-mschapv2" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-refuse-mschapv2"> -<ANCHOR id="nm-setting-ppp-get-nobsdcomp" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-nobsdcomp"> -<ANCHOR id="nm-setting-ppp-get-nodeflate" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-nodeflate"> -<ANCHOR id="nm-setting-ppp-get-no-vj-comp" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-no-vj-comp"> -<ANCHOR id="nm-setting-ppp-get-require-mppe" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-require-mppe"> -<ANCHOR id="nm-setting-ppp-get-require-mppe-128" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-require-mppe-128"> -<ANCHOR id="nm-setting-ppp-get-mppe-stateful" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-mppe-stateful"> -<ANCHOR id="nm-setting-ppp-get-crtscts" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-crtscts"> -<ANCHOR id="nm-setting-ppp-get-baud" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-baud"> -<ANCHOR id="nm-setting-ppp-get-mru" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-mru"> -<ANCHOR id="nm-setting-ppp-get-mtu" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-mtu"> -<ANCHOR id="nm-setting-ppp-get-lcp-echo-failure" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-lcp-echo-failure"> -<ANCHOR id="nm-setting-ppp-get-lcp-echo-interval" href="libnm/NMSettingPpp.html#nm-setting-ppp-get-lcp-echo-interval"> -<ANCHOR id="NMSettingPpp.other_details" href="libnm/NMSettingPpp.html#NMSettingPpp.other_details"> -<ANCHOR id="NM-SETTING-PPP-SETTING-NAME:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-PPP-NOAUTH:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-NOAUTH:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REFUSE-EAP:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-REFUSE-EAP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REFUSE-PAP:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-REFUSE-PAP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REFUSE-CHAP:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-REFUSE-CHAP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REFUSE-MSCHAP:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-REFUSE-MSCHAP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REFUSE-MSCHAPV2:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-REFUSE-MSCHAPV2:CAPS"> -<ANCHOR id="NM-SETTING-PPP-NOBSDCOMP:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-NOBSDCOMP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-NODEFLATE:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-NODEFLATE:CAPS"> -<ANCHOR id="NM-SETTING-PPP-NO-VJ-COMP:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-NO-VJ-COMP:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REQUIRE-MPPE:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-REQUIRE-MPPE:CAPS"> -<ANCHOR id="NM-SETTING-PPP-REQUIRE-MPPE-128:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-REQUIRE-MPPE-128:CAPS"> -<ANCHOR id="NM-SETTING-PPP-MPPE-STATEFUL:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-MPPE-STATEFUL:CAPS"> -<ANCHOR id="NM-SETTING-PPP-CRTSCTS:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-CRTSCTS:CAPS"> -<ANCHOR id="NM-SETTING-PPP-BAUD:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-BAUD:CAPS"> -<ANCHOR id="NM-SETTING-PPP-MRU:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-MRU:CAPS"> -<ANCHOR id="NM-SETTING-PPP-MTU:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-MTU:CAPS"> -<ANCHOR id="NM-SETTING-PPP-LCP-ECHO-FAILURE:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-LCP-ECHO-FAILURE:CAPS"> -<ANCHOR id="NM-SETTING-PPP-LCP-ECHO-INTERVAL:CAPS" href="libnm/NMSettingPpp.html#NM-SETTING-PPP-LCP-ECHO-INTERVAL:CAPS"> -<ANCHOR id="NMSettingPpp-struct" href="libnm/NMSettingPpp.html#NMSettingPpp-struct"> -<ANCHOR id="NMSettingPpp.property-details" href="libnm/NMSettingPpp.html#NMSettingPpp.property-details"> -<ANCHOR id="NMSettingPpp--baud" href="libnm/NMSettingPpp.html#NMSettingPpp--baud"> -<ANCHOR id="NMSettingPpp--crtscts" href="libnm/NMSettingPpp.html#NMSettingPpp--crtscts"> -<ANCHOR id="NMSettingPpp--lcp-echo-failure" href="libnm/NMSettingPpp.html#NMSettingPpp--lcp-echo-failure"> -<ANCHOR id="NMSettingPpp--lcp-echo-interval" href="libnm/NMSettingPpp.html#NMSettingPpp--lcp-echo-interval"> -<ANCHOR id="NMSettingPpp--mppe-stateful" href="libnm/NMSettingPpp.html#NMSettingPpp--mppe-stateful"> -<ANCHOR id="NMSettingPpp--mru" href="libnm/NMSettingPpp.html#NMSettingPpp--mru"> -<ANCHOR id="NMSettingPpp--mtu" href="libnm/NMSettingPpp.html#NMSettingPpp--mtu"> -<ANCHOR id="NMSettingPpp--no-vj-comp" href="libnm/NMSettingPpp.html#NMSettingPpp--no-vj-comp"> -<ANCHOR id="NMSettingPpp--noauth" href="libnm/NMSettingPpp.html#NMSettingPpp--noauth"> -<ANCHOR id="NMSettingPpp--nobsdcomp" href="libnm/NMSettingPpp.html#NMSettingPpp--nobsdcomp"> -<ANCHOR id="NMSettingPpp--nodeflate" href="libnm/NMSettingPpp.html#NMSettingPpp--nodeflate"> -<ANCHOR id="NMSettingPpp--refuse-chap" href="libnm/NMSettingPpp.html#NMSettingPpp--refuse-chap"> -<ANCHOR id="NMSettingPpp--refuse-eap" href="libnm/NMSettingPpp.html#NMSettingPpp--refuse-eap"> -<ANCHOR id="NMSettingPpp--refuse-mschap" href="libnm/NMSettingPpp.html#NMSettingPpp--refuse-mschap"> -<ANCHOR id="NMSettingPpp--refuse-mschapv2" href="libnm/NMSettingPpp.html#NMSettingPpp--refuse-mschapv2"> -<ANCHOR id="NMSettingPpp--refuse-pap" href="libnm/NMSettingPpp.html#NMSettingPpp--refuse-pap"> -<ANCHOR id="NMSettingPpp--require-mppe" href="libnm/NMSettingPpp.html#NMSettingPpp--require-mppe"> -<ANCHOR id="NMSettingPpp--require-mppe-128" href="libnm/NMSettingPpp.html#NMSettingPpp--require-mppe-128"> -<ANCHOR id="NMSettingPppoe" href="libnm/NMSettingPppoe.html"> -<ANCHOR id="NMSettingPppoe.functions" href="libnm/NMSettingPppoe.html#NMSettingPppoe.functions"> -<ANCHOR id="NMSettingPppoe.properties" href="libnm/NMSettingPppoe.html#NMSettingPppoe.properties"> -<ANCHOR id="NMSettingPppoe.other" href="libnm/NMSettingPppoe.html#NMSettingPppoe.other"> -<ANCHOR id="NMSettingPppoe.object-hierarchy" href="libnm/NMSettingPppoe.html#NMSettingPppoe.object-hierarchy"> -<ANCHOR id="NMSettingPppoe.description" href="libnm/NMSettingPppoe.html#NMSettingPppoe.description"> -<ANCHOR id="NMSettingPppoe.functions_details" href="libnm/NMSettingPppoe.html#NMSettingPppoe.functions_details"> -<ANCHOR id="nm-setting-pppoe-new" href="libnm/NMSettingPppoe.html#nm-setting-pppoe-new"> -<ANCHOR id="nm-setting-pppoe-get-service" href="libnm/NMSettingPppoe.html#nm-setting-pppoe-get-service"> -<ANCHOR id="nm-setting-pppoe-get-username" href="libnm/NMSettingPppoe.html#nm-setting-pppoe-get-username"> -<ANCHOR id="nm-setting-pppoe-get-password" href="libnm/NMSettingPppoe.html#nm-setting-pppoe-get-password"> -<ANCHOR id="nm-setting-pppoe-get-password-flags" href="libnm/NMSettingPppoe.html#nm-setting-pppoe-get-password-flags"> -<ANCHOR id="NMSettingPppoe.other_details" href="libnm/NMSettingPppoe.html#NMSettingPppoe.other_details"> -<ANCHOR id="NM-SETTING-PPPOE-SETTING-NAME:CAPS" href="libnm/NMSettingPppoe.html#NM-SETTING-PPPOE-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-SERVICE:CAPS" href="libnm/NMSettingPppoe.html#NM-SETTING-PPPOE-SERVICE:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-USERNAME:CAPS" href="libnm/NMSettingPppoe.html#NM-SETTING-PPPOE-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-PASSWORD:CAPS" href="libnm/NMSettingPppoe.html#NM-SETTING-PPPOE-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-PPPOE-PASSWORD-FLAGS:CAPS" href="libnm/NMSettingPppoe.html#NM-SETTING-PPPOE-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NMSettingPppoe-struct" href="libnm/NMSettingPppoe.html#NMSettingPppoe-struct"> -<ANCHOR id="NMSettingPppoe.property-details" href="libnm/NMSettingPppoe.html#NMSettingPppoe.property-details"> -<ANCHOR id="NMSettingPppoe--password" href="libnm/NMSettingPppoe.html#NMSettingPppoe--password"> -<ANCHOR id="NMSettingPppoe--password-flags" href="libnm/NMSettingPppoe.html#NMSettingPppoe--password-flags"> -<ANCHOR id="NMSettingPppoe--service" href="libnm/NMSettingPppoe.html#NMSettingPppoe--service"> -<ANCHOR id="NMSettingPppoe--username" href="libnm/NMSettingPppoe.html#NMSettingPppoe--username"> -<ANCHOR id="NMSettingSerial" href="libnm/NMSettingSerial.html"> -<ANCHOR id="NMSettingSerial.functions" href="libnm/NMSettingSerial.html#NMSettingSerial.functions"> -<ANCHOR id="NMSettingSerial.properties" href="libnm/NMSettingSerial.html#NMSettingSerial.properties"> -<ANCHOR id="NMSettingSerial.other" href="libnm/NMSettingSerial.html#NMSettingSerial.other"> -<ANCHOR id="NMSettingSerial.object-hierarchy" href="libnm/NMSettingSerial.html#NMSettingSerial.object-hierarchy"> -<ANCHOR id="NMSettingSerial.description" href="libnm/NMSettingSerial.html#NMSettingSerial.description"> -<ANCHOR id="NMSettingSerial.functions_details" href="libnm/NMSettingSerial.html#NMSettingSerial.functions_details"> -<ANCHOR id="nm-setting-serial-new" href="libnm/NMSettingSerial.html#nm-setting-serial-new"> -<ANCHOR id="nm-setting-serial-get-baud" href="libnm/NMSettingSerial.html#nm-setting-serial-get-baud"> -<ANCHOR id="nm-setting-serial-get-bits" href="libnm/NMSettingSerial.html#nm-setting-serial-get-bits"> -<ANCHOR id="nm-setting-serial-get-parity" href="libnm/NMSettingSerial.html#nm-setting-serial-get-parity"> -<ANCHOR id="nm-setting-serial-get-stopbits" href="libnm/NMSettingSerial.html#nm-setting-serial-get-stopbits"> -<ANCHOR id="nm-setting-serial-get-send-delay" href="libnm/NMSettingSerial.html#nm-setting-serial-get-send-delay"> -<ANCHOR id="NMSettingSerial.other_details" href="libnm/NMSettingSerial.html#NMSettingSerial.other_details"> -<ANCHOR id="NM-SETTING-SERIAL-SETTING-NAME:CAPS" href="libnm/NMSettingSerial.html#NM-SETTING-SERIAL-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingSerialParity" href="libnm/NMSettingSerial.html#NMSettingSerialParity"> -<ANCHOR id="NM-SETTING-SERIAL-PARITY-NONE:CAPS" href="libnm/NMSettingSerial.html#NM-SETTING-SERIAL-PARITY-NONE:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-PARITY-EVEN:CAPS" href="libnm/NMSettingSerial.html#NM-SETTING-SERIAL-PARITY-EVEN:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-PARITY-ODD:CAPS" href="libnm/NMSettingSerial.html#NM-SETTING-SERIAL-PARITY-ODD:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-BAUD:CAPS" href="libnm/NMSettingSerial.html#NM-SETTING-SERIAL-BAUD:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-BITS:CAPS" href="libnm/NMSettingSerial.html#NM-SETTING-SERIAL-BITS:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-PARITY:CAPS" href="libnm/NMSettingSerial.html#NM-SETTING-SERIAL-PARITY:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-STOPBITS:CAPS" href="libnm/NMSettingSerial.html#NM-SETTING-SERIAL-STOPBITS:CAPS"> -<ANCHOR id="NM-SETTING-SERIAL-SEND-DELAY:CAPS" href="libnm/NMSettingSerial.html#NM-SETTING-SERIAL-SEND-DELAY:CAPS"> -<ANCHOR id="NMSettingSerial-struct" href="libnm/NMSettingSerial.html#NMSettingSerial-struct"> -<ANCHOR id="NMSettingSerial.property-details" href="libnm/NMSettingSerial.html#NMSettingSerial.property-details"> -<ANCHOR id="NMSettingSerial--baud" href="libnm/NMSettingSerial.html#NMSettingSerial--baud"> -<ANCHOR id="NMSettingSerial--bits" href="libnm/NMSettingSerial.html#NMSettingSerial--bits"> -<ANCHOR id="NMSettingSerial--parity" href="libnm/NMSettingSerial.html#NMSettingSerial--parity"> -<ANCHOR id="NMSettingSerial--send-delay" href="libnm/NMSettingSerial.html#NMSettingSerial--send-delay"> -<ANCHOR id="NMSettingSerial--stopbits" href="libnm/NMSettingSerial.html#NMSettingSerial--stopbits"> -<ANCHOR id="NMSettingTeam" href="libnm/NMSettingTeam.html"> -<ANCHOR id="NMSettingTeam.functions" href="libnm/NMSettingTeam.html#NMSettingTeam.functions"> -<ANCHOR id="NMSettingTeam.properties" href="libnm/NMSettingTeam.html#NMSettingTeam.properties"> -<ANCHOR id="NMSettingTeam.other" href="libnm/NMSettingTeam.html#NMSettingTeam.other"> -<ANCHOR id="NMSettingTeam.object-hierarchy" href="libnm/NMSettingTeam.html#NMSettingTeam.object-hierarchy"> -<ANCHOR id="NMSettingTeam.description" href="libnm/NMSettingTeam.html#NMSettingTeam.description"> -<ANCHOR id="NMSettingTeam.functions_details" href="libnm/NMSettingTeam.html#NMSettingTeam.functions_details"> -<ANCHOR id="nm-setting-team-new" href="libnm/NMSettingTeam.html#nm-setting-team-new"> -<ANCHOR id="nm-setting-team-get-config" href="libnm/NMSettingTeam.html#nm-setting-team-get-config"> -<ANCHOR id="NMSettingTeam.other_details" href="libnm/NMSettingTeam.html#NMSettingTeam.other_details"> -<ANCHOR id="NM-SETTING-TEAM-SETTING-NAME:CAPS" href="libnm/NMSettingTeam.html#NM-SETTING-TEAM-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-CONFIG:CAPS" href="libnm/NMSettingTeam.html#NM-SETTING-TEAM-CONFIG:CAPS"> -<ANCHOR id="NMSettingTeam-struct" href="libnm/NMSettingTeam.html#NMSettingTeam-struct"> -<ANCHOR id="NMSettingTeam.property-details" href="libnm/NMSettingTeam.html#NMSettingTeam.property-details"> -<ANCHOR id="NMSettingTeam--config" href="libnm/NMSettingTeam.html#NMSettingTeam--config"> -<ANCHOR id="NMSettingTeamPort" href="libnm/NMSettingTeamPort.html"> -<ANCHOR id="NMSettingTeamPort.functions" href="libnm/NMSettingTeamPort.html#NMSettingTeamPort.functions"> -<ANCHOR id="NMSettingTeamPort.properties" href="libnm/NMSettingTeamPort.html#NMSettingTeamPort.properties"> -<ANCHOR id="NMSettingTeamPort.other" href="libnm/NMSettingTeamPort.html#NMSettingTeamPort.other"> -<ANCHOR id="NMSettingTeamPort.object-hierarchy" href="libnm/NMSettingTeamPort.html#NMSettingTeamPort.object-hierarchy"> -<ANCHOR id="NMSettingTeamPort.description" href="libnm/NMSettingTeamPort.html#NMSettingTeamPort.description"> -<ANCHOR id="NMSettingTeamPort.functions_details" href="libnm/NMSettingTeamPort.html#NMSettingTeamPort.functions_details"> -<ANCHOR id="nm-setting-team-port-new" href="libnm/NMSettingTeamPort.html#nm-setting-team-port-new"> -<ANCHOR id="nm-setting-team-port-get-config" href="libnm/NMSettingTeamPort.html#nm-setting-team-port-get-config"> -<ANCHOR id="NMSettingTeamPort.other_details" href="libnm/NMSettingTeamPort.html#NMSettingTeamPort.other_details"> -<ANCHOR id="NM-SETTING-TEAM-PORT-SETTING-NAME:CAPS" href="libnm/NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-TEAM-PORT-CONFIG:CAPS" href="libnm/NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-CONFIG:CAPS"> -<ANCHOR id="NMSettingTeamPort-struct" href="libnm/NMSettingTeamPort.html#NMSettingTeamPort-struct"> -<ANCHOR id="NMSettingTeamPort.property-details" href="libnm/NMSettingTeamPort.html#NMSettingTeamPort.property-details"> -<ANCHOR id="NMSettingTeamPort--config" href="libnm/NMSettingTeamPort.html#NMSettingTeamPort--config"> -<ANCHOR id="NMSettingTun" href="libnm/NMSettingTun.html"> -<ANCHOR id="NMSettingTun.functions" href="libnm/NMSettingTun.html#NMSettingTun.functions"> -<ANCHOR id="NMSettingTun.properties" href="libnm/NMSettingTun.html#NMSettingTun.properties"> -<ANCHOR id="NMSettingTun.other" href="libnm/NMSettingTun.html#NMSettingTun.other"> -<ANCHOR id="NMSettingTun.object-hierarchy" href="libnm/NMSettingTun.html#NMSettingTun.object-hierarchy"> -<ANCHOR id="NMSettingTun.description" href="libnm/NMSettingTun.html#NMSettingTun.description"> -<ANCHOR id="NMSettingTun.functions_details" href="libnm/NMSettingTun.html#NMSettingTun.functions_details"> -<ANCHOR id="nm-setting-tun-new" href="libnm/NMSettingTun.html#nm-setting-tun-new"> -<ANCHOR id="nm-setting-tun-get-mode" href="libnm/NMSettingTun.html#nm-setting-tun-get-mode"> -<ANCHOR id="nm-setting-tun-get-owner" href="libnm/NMSettingTun.html#nm-setting-tun-get-owner"> -<ANCHOR id="nm-setting-tun-get-group" href="libnm/NMSettingTun.html#nm-setting-tun-get-group"> -<ANCHOR id="nm-setting-tun-get-pi" href="libnm/NMSettingTun.html#nm-setting-tun-get-pi"> -<ANCHOR id="nm-setting-tun-get-vnet-hdr" href="libnm/NMSettingTun.html#nm-setting-tun-get-vnet-hdr"> -<ANCHOR id="nm-setting-tun-get-multi-queue" href="libnm/NMSettingTun.html#nm-setting-tun-get-multi-queue"> -<ANCHOR id="NMSettingTun.other_details" href="libnm/NMSettingTun.html#NMSettingTun.other_details"> -<ANCHOR id="NM-SETTING-TUN-SETTING-NAME:CAPS" href="libnm/NMSettingTun.html#NM-SETTING-TUN-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-TUN-MODE:CAPS" href="libnm/NMSettingTun.html#NM-SETTING-TUN-MODE:CAPS"> -<ANCHOR id="NM-SETTING-TUN-OWNER:CAPS" href="libnm/NMSettingTun.html#NM-SETTING-TUN-OWNER:CAPS"> -<ANCHOR id="NM-SETTING-TUN-GROUP:CAPS" href="libnm/NMSettingTun.html#NM-SETTING-TUN-GROUP:CAPS"> -<ANCHOR id="NM-SETTING-TUN-PI:CAPS" href="libnm/NMSettingTun.html#NM-SETTING-TUN-PI:CAPS"> -<ANCHOR id="NM-SETTING-TUN-VNET-HDR:CAPS" href="libnm/NMSettingTun.html#NM-SETTING-TUN-VNET-HDR:CAPS"> -<ANCHOR id="NM-SETTING-TUN-MULTI-QUEUE:CAPS" href="libnm/NMSettingTun.html#NM-SETTING-TUN-MULTI-QUEUE:CAPS"> -<ANCHOR id="NMSettingTunMode" href="libnm/NMSettingTun.html#NMSettingTunMode"> -<ANCHOR id="NM-SETTING-TUN-MODE-UNKNOWN:CAPS" href="libnm/NMSettingTun.html#NM-SETTING-TUN-MODE-UNKNOWN:CAPS"> -<ANCHOR id="NM-SETTING-TUN-MODE-TUN:CAPS" href="libnm/NMSettingTun.html#NM-SETTING-TUN-MODE-TUN:CAPS"> -<ANCHOR id="NM-SETTING-TUN-MODE-TAP:CAPS" href="libnm/NMSettingTun.html#NM-SETTING-TUN-MODE-TAP:CAPS"> -<ANCHOR id="NMSettingTun-struct" href="libnm/NMSettingTun.html#NMSettingTun-struct"> -<ANCHOR id="NMSettingTun.property-details" href="libnm/NMSettingTun.html#NMSettingTun.property-details"> -<ANCHOR id="NMSettingTun--group" href="libnm/NMSettingTun.html#NMSettingTun--group"> -<ANCHOR id="NMSettingTun--mode" href="libnm/NMSettingTun.html#NMSettingTun--mode"> -<ANCHOR id="NMSettingTun--multi-queue" href="libnm/NMSettingTun.html#NMSettingTun--multi-queue"> -<ANCHOR id="NMSettingTun--owner" href="libnm/NMSettingTun.html#NMSettingTun--owner"> -<ANCHOR id="NMSettingTun--pi" href="libnm/NMSettingTun.html#NMSettingTun--pi"> -<ANCHOR id="NMSettingTun--vnet-hdr" href="libnm/NMSettingTun.html#NMSettingTun--vnet-hdr"> -<ANCHOR id="NMSettingVlan" href="libnm/NMSettingVlan.html"> -<ANCHOR id="NMSettingVlan.functions" href="libnm/NMSettingVlan.html#NMSettingVlan.functions"> -<ANCHOR id="NMSettingVlan.properties" href="libnm/NMSettingVlan.html#NMSettingVlan.properties"> -<ANCHOR id="NMSettingVlan.other" href="libnm/NMSettingVlan.html#NMSettingVlan.other"> -<ANCHOR id="NMSettingVlan.object-hierarchy" href="libnm/NMSettingVlan.html#NMSettingVlan.object-hierarchy"> -<ANCHOR id="NMSettingVlan.description" href="libnm/NMSettingVlan.html#NMSettingVlan.description"> -<ANCHOR id="NMSettingVlan.functions_details" href="libnm/NMSettingVlan.html#NMSettingVlan.functions_details"> -<ANCHOR id="NM-VLAN-FLAGS-ALL:CAPS" href="libnm/NMSettingVlan.html#NM-VLAN-FLAGS-ALL:CAPS"> -<ANCHOR id="nm-setting-vlan-new" href="libnm/NMSettingVlan.html#nm-setting-vlan-new"> -<ANCHOR id="nm-setting-vlan-get-parent" href="libnm/NMSettingVlan.html#nm-setting-vlan-get-parent"> -<ANCHOR id="nm-setting-vlan-get-id" href="libnm/NMSettingVlan.html#nm-setting-vlan-get-id"> -<ANCHOR id="nm-setting-vlan-get-flags" href="libnm/NMSettingVlan.html#nm-setting-vlan-get-flags"> -<ANCHOR id="nm-setting-vlan-get-num-priorities" href="libnm/NMSettingVlan.html#nm-setting-vlan-get-num-priorities"> -<ANCHOR id="nm-setting-vlan-get-priority" href="libnm/NMSettingVlan.html#nm-setting-vlan-get-priority"> -<ANCHOR id="nm-setting-vlan-add-priority" href="libnm/NMSettingVlan.html#nm-setting-vlan-add-priority"> -<ANCHOR id="nm-setting-vlan-remove-priority" href="libnm/NMSettingVlan.html#nm-setting-vlan-remove-priority"> -<ANCHOR id="nm-setting-vlan-remove-priority-by-value" href="libnm/NMSettingVlan.html#nm-setting-vlan-remove-priority-by-value"> -<ANCHOR id="nm-setting-vlan-remove-priority-str-by-value" href="libnm/NMSettingVlan.html#nm-setting-vlan-remove-priority-str-by-value"> -<ANCHOR id="nm-setting-vlan-clear-priorities" href="libnm/NMSettingVlan.html#nm-setting-vlan-clear-priorities"> -<ANCHOR id="nm-setting-vlan-add-priority-str" href="libnm/NMSettingVlan.html#nm-setting-vlan-add-priority-str"> -<ANCHOR id="NMSettingVlan.other_details" href="libnm/NMSettingVlan.html#NMSettingVlan.other_details"> -<ANCHOR id="NM-SETTING-VLAN-SETTING-NAME:CAPS" href="libnm/NMSettingVlan.html#NM-SETTING-VLAN-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-PARENT:CAPS" href="libnm/NMSettingVlan.html#NM-SETTING-VLAN-PARENT:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-ID:CAPS" href="libnm/NMSettingVlan.html#NM-SETTING-VLAN-ID:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-FLAGS:CAPS" href="libnm/NMSettingVlan.html#NM-SETTING-VLAN-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-INGRESS-PRIORITY-MAP:CAPS" href="libnm/NMSettingVlan.html#NM-SETTING-VLAN-INGRESS-PRIORITY-MAP:CAPS"> -<ANCHOR id="NM-SETTING-VLAN-EGRESS-PRIORITY-MAP:CAPS" href="libnm/NMSettingVlan.html#NM-SETTING-VLAN-EGRESS-PRIORITY-MAP:CAPS"> -<ANCHOR id="NMSettingVlan-struct" href="libnm/NMSettingVlan.html#NMSettingVlan-struct"> -<ANCHOR id="NMVlanPriorityMap" href="libnm/NMSettingVlan.html#NMVlanPriorityMap"> -<ANCHOR id="NM-VLAN-INGRESS-MAP:CAPS" href="libnm/NMSettingVlan.html#NM-VLAN-INGRESS-MAP:CAPS"> -<ANCHOR id="NM-VLAN-EGRESS-MAP:CAPS" href="libnm/NMSettingVlan.html#NM-VLAN-EGRESS-MAP:CAPS"> -<ANCHOR id="NMVlanFlags" href="libnm/NMSettingVlan.html#NMVlanFlags"> -<ANCHOR id="NM-VLAN-FLAG-REORDER-HEADERS:CAPS" href="libnm/NMSettingVlan.html#NM-VLAN-FLAG-REORDER-HEADERS:CAPS"> -<ANCHOR id="NM-VLAN-FLAG-GVRP:CAPS" href="libnm/NMSettingVlan.html#NM-VLAN-FLAG-GVRP:CAPS"> -<ANCHOR id="NM-VLAN-FLAG-LOOSE-BINDING:CAPS" href="libnm/NMSettingVlan.html#NM-VLAN-FLAG-LOOSE-BINDING:CAPS"> -<ANCHOR id="NM-VLAN-FLAG-MVRP:CAPS" href="libnm/NMSettingVlan.html#NM-VLAN-FLAG-MVRP:CAPS"> -<ANCHOR id="NMSettingVlan.property-details" href="libnm/NMSettingVlan.html#NMSettingVlan.property-details"> -<ANCHOR id="NMSettingVlan--egress-priority-map" href="libnm/NMSettingVlan.html#NMSettingVlan--egress-priority-map"> -<ANCHOR id="NMSettingVlan--flags" href="libnm/NMSettingVlan.html#NMSettingVlan--flags"> -<ANCHOR id="NMSettingVlan--id" href="libnm/NMSettingVlan.html#NMSettingVlan--id"> -<ANCHOR id="NMSettingVlan--ingress-priority-map" href="libnm/NMSettingVlan.html#NMSettingVlan--ingress-priority-map"> -<ANCHOR id="NMSettingVlan--parent" href="libnm/NMSettingVlan.html#NMSettingVlan--parent"> -<ANCHOR id="NMSettingVpn" href="libnm/NMSettingVpn.html"> -<ANCHOR id="NMSettingVpn.functions" href="libnm/NMSettingVpn.html#NMSettingVpn.functions"> -<ANCHOR id="NMSettingVpn.properties" href="libnm/NMSettingVpn.html#NMSettingVpn.properties"> -<ANCHOR id="NMSettingVpn.other" href="libnm/NMSettingVpn.html#NMSettingVpn.other"> -<ANCHOR id="NMSettingVpn.object-hierarchy" href="libnm/NMSettingVpn.html#NMSettingVpn.object-hierarchy"> -<ANCHOR id="NMSettingVpn.description" href="libnm/NMSettingVpn.html#NMSettingVpn.description"> -<ANCHOR id="NMSettingVpn.functions_details" href="libnm/NMSettingVpn.html#NMSettingVpn.functions_details"> -<ANCHOR id="NMVpnIterFunc" href="libnm/NMSettingVpn.html#NMVpnIterFunc"> -<ANCHOR id="nm-setting-vpn-new" href="libnm/NMSettingVpn.html#nm-setting-vpn-new"> -<ANCHOR id="nm-setting-vpn-get-service-type" href="libnm/NMSettingVpn.html#nm-setting-vpn-get-service-type"> -<ANCHOR id="nm-setting-vpn-get-user-name" href="libnm/NMSettingVpn.html#nm-setting-vpn-get-user-name"> -<ANCHOR id="nm-setting-vpn-get-persistent" href="libnm/NMSettingVpn.html#nm-setting-vpn-get-persistent"> -<ANCHOR id="nm-setting-vpn-get-num-data-items" href="libnm/NMSettingVpn.html#nm-setting-vpn-get-num-data-items"> -<ANCHOR id="nm-setting-vpn-add-data-item" href="libnm/NMSettingVpn.html#nm-setting-vpn-add-data-item"> -<ANCHOR id="nm-setting-vpn-get-data-item" href="libnm/NMSettingVpn.html#nm-setting-vpn-get-data-item"> -<ANCHOR id="nm-setting-vpn-remove-data-item" href="libnm/NMSettingVpn.html#nm-setting-vpn-remove-data-item"> -<ANCHOR id="nm-setting-vpn-foreach-data-item" href="libnm/NMSettingVpn.html#nm-setting-vpn-foreach-data-item"> -<ANCHOR id="nm-setting-vpn-get-num-secrets" href="libnm/NMSettingVpn.html#nm-setting-vpn-get-num-secrets"> -<ANCHOR id="nm-setting-vpn-add-secret" href="libnm/NMSettingVpn.html#nm-setting-vpn-add-secret"> -<ANCHOR id="nm-setting-vpn-get-secret" href="libnm/NMSettingVpn.html#nm-setting-vpn-get-secret"> -<ANCHOR id="nm-setting-vpn-remove-secret" href="libnm/NMSettingVpn.html#nm-setting-vpn-remove-secret"> -<ANCHOR id="nm-setting-vpn-foreach-secret" href="libnm/NMSettingVpn.html#nm-setting-vpn-foreach-secret"> -<ANCHOR id="nm-setting-vpn-get-timeout" href="libnm/NMSettingVpn.html#nm-setting-vpn-get-timeout"> -<ANCHOR id="NMSettingVpn.other_details" href="libnm/NMSettingVpn.html#NMSettingVpn.other_details"> -<ANCHOR id="NM-SETTING-VPN-SETTING-NAME:CAPS" href="libnm/NMSettingVpn.html#NM-SETTING-VPN-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-VPN-SERVICE-TYPE:CAPS" href="libnm/NMSettingVpn.html#NM-SETTING-VPN-SERVICE-TYPE:CAPS"> -<ANCHOR id="NM-SETTING-VPN-USER-NAME:CAPS" href="libnm/NMSettingVpn.html#NM-SETTING-VPN-USER-NAME:CAPS"> -<ANCHOR id="NM-SETTING-VPN-PERSISTENT:CAPS" href="libnm/NMSettingVpn.html#NM-SETTING-VPN-PERSISTENT:CAPS"> -<ANCHOR id="NM-SETTING-VPN-DATA:CAPS" href="libnm/NMSettingVpn.html#NM-SETTING-VPN-DATA:CAPS"> -<ANCHOR id="NM-SETTING-VPN-SECRETS:CAPS" href="libnm/NMSettingVpn.html#NM-SETTING-VPN-SECRETS:CAPS"> -<ANCHOR id="NM-SETTING-VPN-TIMEOUT:CAPS" href="libnm/NMSettingVpn.html#NM-SETTING-VPN-TIMEOUT:CAPS"> -<ANCHOR id="NMSettingVpn-struct" href="libnm/NMSettingVpn.html#NMSettingVpn-struct"> -<ANCHOR id="NMSettingVpn.property-details" href="libnm/NMSettingVpn.html#NMSettingVpn.property-details"> -<ANCHOR id="NMSettingVpn--data" href="libnm/NMSettingVpn.html#NMSettingVpn--data"> -<ANCHOR id="NMSettingVpn--persistent" href="libnm/NMSettingVpn.html#NMSettingVpn--persistent"> -<ANCHOR id="NMSettingVpn--secrets" href="libnm/NMSettingVpn.html#NMSettingVpn--secrets"> -<ANCHOR id="NMSettingVpn--service-type" href="libnm/NMSettingVpn.html#NMSettingVpn--service-type"> -<ANCHOR id="NMSettingVpn--timeout" href="libnm/NMSettingVpn.html#NMSettingVpn--timeout"> -<ANCHOR id="NMSettingVpn--user-name" href="libnm/NMSettingVpn.html#NMSettingVpn--user-name"> -<ANCHOR id="NMSettingVxlan" href="libnm/NMSettingVxlan.html"> -<ANCHOR id="NMSettingVxlan.functions" href="libnm/NMSettingVxlan.html#NMSettingVxlan.functions"> -<ANCHOR id="NMSettingVxlan.properties" href="libnm/NMSettingVxlan.html#NMSettingVxlan.properties"> -<ANCHOR id="NMSettingVxlan.other" href="libnm/NMSettingVxlan.html#NMSettingVxlan.other"> -<ANCHOR id="NMSettingVxlan.object-hierarchy" href="libnm/NMSettingVxlan.html#NMSettingVxlan.object-hierarchy"> -<ANCHOR id="NMSettingVxlan.description" href="libnm/NMSettingVxlan.html#NMSettingVxlan.description"> -<ANCHOR id="NMSettingVxlan.functions_details" href="libnm/NMSettingVxlan.html#NMSettingVxlan.functions_details"> -<ANCHOR id="nm-setting-vxlan-new" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-new"> -<ANCHOR id="nm-setting-vxlan-get-parent" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-parent"> -<ANCHOR id="nm-setting-vxlan-get-id" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-id"> -<ANCHOR id="nm-setting-vxlan-get-local" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-local"> -<ANCHOR id="nm-setting-vxlan-get-remote" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-remote"> -<ANCHOR id="nm-setting-vxlan-get-source-port-min" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-source-port-min"> -<ANCHOR id="nm-setting-vxlan-get-source-port-max" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-source-port-max"> -<ANCHOR id="nm-setting-vxlan-get-destination-port" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-destination-port"> -<ANCHOR id="nm-setting-vxlan-get-tos" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-tos"> -<ANCHOR id="nm-setting-vxlan-get-ttl" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-ttl"> -<ANCHOR id="nm-setting-vxlan-get-ageing" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-ageing"> -<ANCHOR id="nm-setting-vxlan-get-limit" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-limit"> -<ANCHOR id="nm-setting-vxlan-get-proxy" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-proxy"> -<ANCHOR id="nm-setting-vxlan-get-learning" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-learning"> -<ANCHOR id="nm-setting-vxlan-get-rsc" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-rsc"> -<ANCHOR id="nm-setting-vxlan-get-l2-miss" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-l2-miss"> -<ANCHOR id="nm-setting-vxlan-get-l3-miss" href="libnm/NMSettingVxlan.html#nm-setting-vxlan-get-l3-miss"> -<ANCHOR id="NMSettingVxlan.other_details" href="libnm/NMSettingVxlan.html#NMSettingVxlan.other_details"> -<ANCHOR id="NM-SETTING-VXLAN-SETTING-NAME:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-PARENT:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-PARENT:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-ID:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-ID:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-LOCAL:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-LOCAL:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-REMOTE:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-REMOTE:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-SOURCE-PORT-MIN:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-SOURCE-PORT-MIN:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-SOURCE-PORT-MAX:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-SOURCE-PORT-MAX:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-DESTINATION-PORT:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-DESTINATION-PORT:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-TOS:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-TOS:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-TTL:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-TTL:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-AGEING:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-AGEING:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-LIMIT:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-LIMIT:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-PROXY:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-PROXY:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-LEARNING:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-LEARNING:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-RSC:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-RSC:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-L2-MISS:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-L2-MISS:CAPS"> -<ANCHOR id="NM-SETTING-VXLAN-L3-MISS:CAPS" href="libnm/NMSettingVxlan.html#NM-SETTING-VXLAN-L3-MISS:CAPS"> -<ANCHOR id="NMSettingVxlan-struct" href="libnm/NMSettingVxlan.html#NMSettingVxlan-struct"> -<ANCHOR id="NMSettingVxlan.property-details" href="libnm/NMSettingVxlan.html#NMSettingVxlan.property-details"> -<ANCHOR id="NMSettingVxlan--ageing" href="libnm/NMSettingVxlan.html#NMSettingVxlan--ageing"> -<ANCHOR id="NMSettingVxlan--destination-port" href="libnm/NMSettingVxlan.html#NMSettingVxlan--destination-port"> -<ANCHOR id="NMSettingVxlan--id" href="libnm/NMSettingVxlan.html#NMSettingVxlan--id"> -<ANCHOR id="NMSettingVxlan--l2-miss" href="libnm/NMSettingVxlan.html#NMSettingVxlan--l2-miss"> -<ANCHOR id="NMSettingVxlan--l3-miss" href="libnm/NMSettingVxlan.html#NMSettingVxlan--l3-miss"> -<ANCHOR id="NMSettingVxlan--learning" href="libnm/NMSettingVxlan.html#NMSettingVxlan--learning"> -<ANCHOR id="NMSettingVxlan--limit" href="libnm/NMSettingVxlan.html#NMSettingVxlan--limit"> -<ANCHOR id="NMSettingVxlan--local" href="libnm/NMSettingVxlan.html#NMSettingVxlan--local"> -<ANCHOR id="NMSettingVxlan--parent" href="libnm/NMSettingVxlan.html#NMSettingVxlan--parent"> -<ANCHOR id="NMSettingVxlan--proxy" href="libnm/NMSettingVxlan.html#NMSettingVxlan--proxy"> -<ANCHOR id="NMSettingVxlan--remote" href="libnm/NMSettingVxlan.html#NMSettingVxlan--remote"> -<ANCHOR id="NMSettingVxlan--rsc" href="libnm/NMSettingVxlan.html#NMSettingVxlan--rsc"> -<ANCHOR id="NMSettingVxlan--source-port-max" href="libnm/NMSettingVxlan.html#NMSettingVxlan--source-port-max"> -<ANCHOR id="NMSettingVxlan--source-port-min" href="libnm/NMSettingVxlan.html#NMSettingVxlan--source-port-min"> -<ANCHOR id="NMSettingVxlan--tos" href="libnm/NMSettingVxlan.html#NMSettingVxlan--tos"> -<ANCHOR id="NMSettingVxlan--ttl" href="libnm/NMSettingVxlan.html#NMSettingVxlan--ttl"> -<ANCHOR id="NMSettingWimax" href="libnm/NMSettingWimax.html"> -<ANCHOR id="NMSettingWimax.functions" href="libnm/NMSettingWimax.html#NMSettingWimax.functions"> -<ANCHOR id="NMSettingWimax.properties" href="libnm/NMSettingWimax.html#NMSettingWimax.properties"> -<ANCHOR id="NMSettingWimax.other" href="libnm/NMSettingWimax.html#NMSettingWimax.other"> -<ANCHOR id="NMSettingWimax.object-hierarchy" href="libnm/NMSettingWimax.html#NMSettingWimax.object-hierarchy"> -<ANCHOR id="NMSettingWimax.description" href="libnm/NMSettingWimax.html#NMSettingWimax.description"> -<ANCHOR id="NMSettingWimax.functions_details" href="libnm/NMSettingWimax.html#NMSettingWimax.functions_details"> -<ANCHOR id="nm-setting-wimax-new" href="libnm/NMSettingWimax.html#nm-setting-wimax-new"> -<ANCHOR id="nm-setting-wimax-get-network-name" href="libnm/NMSettingWimax.html#nm-setting-wimax-get-network-name"> -<ANCHOR id="nm-setting-wimax-get-mac-address" href="libnm/NMSettingWimax.html#nm-setting-wimax-get-mac-address"> -<ANCHOR id="NMSettingWimax.other_details" href="libnm/NMSettingWimax.html#NMSettingWimax.other_details"> -<ANCHOR id="NM-SETTING-WIMAX-SETTING-NAME:CAPS" href="libnm/NMSettingWimax.html#NM-SETTING-WIMAX-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-WIMAX-NETWORK-NAME:CAPS" href="libnm/NMSettingWimax.html#NM-SETTING-WIMAX-NETWORK-NAME:CAPS"> -<ANCHOR id="NM-SETTING-WIMAX-MAC-ADDRESS:CAPS" href="libnm/NMSettingWimax.html#NM-SETTING-WIMAX-MAC-ADDRESS:CAPS"> -<ANCHOR id="NMSettingWimax-struct" href="libnm/NMSettingWimax.html#NMSettingWimax-struct"> -<ANCHOR id="NMSettingWimax.property-details" href="libnm/NMSettingWimax.html#NMSettingWimax.property-details"> -<ANCHOR id="NMSettingWimax--mac-address" href="libnm/NMSettingWimax.html#NMSettingWimax--mac-address"> -<ANCHOR id="NMSettingWimax--network-name" href="libnm/NMSettingWimax.html#NMSettingWimax--network-name"> -<ANCHOR id="NMSettingWired" href="libnm/NMSettingWired.html"> -<ANCHOR id="NMSettingWired.functions" href="libnm/NMSettingWired.html#NMSettingWired.functions"> -<ANCHOR id="NMSettingWired.properties" href="libnm/NMSettingWired.html#NMSettingWired.properties"> -<ANCHOR id="NMSettingWired.other" href="libnm/NMSettingWired.html#NMSettingWired.other"> -<ANCHOR id="NMSettingWired.object-hierarchy" href="libnm/NMSettingWired.html#NMSettingWired.object-hierarchy"> -<ANCHOR id="NMSettingWired.description" href="libnm/NMSettingWired.html#NMSettingWired.description"> -<ANCHOR id="NMSettingWired.functions_details" href="libnm/NMSettingWired.html#NMSettingWired.functions_details"> -<ANCHOR id="nm-setting-wired-new" href="libnm/NMSettingWired.html#nm-setting-wired-new"> -<ANCHOR id="nm-setting-wired-get-port" href="libnm/NMSettingWired.html#nm-setting-wired-get-port"> -<ANCHOR id="nm-setting-wired-get-speed" href="libnm/NMSettingWired.html#nm-setting-wired-get-speed"> -<ANCHOR id="nm-setting-wired-get-duplex" href="libnm/NMSettingWired.html#nm-setting-wired-get-duplex"> -<ANCHOR id="nm-setting-wired-get-auto-negotiate" href="libnm/NMSettingWired.html#nm-setting-wired-get-auto-negotiate"> -<ANCHOR id="nm-setting-wired-get-mac-address" href="libnm/NMSettingWired.html#nm-setting-wired-get-mac-address"> -<ANCHOR id="nm-setting-wired-get-cloned-mac-address" href="libnm/NMSettingWired.html#nm-setting-wired-get-cloned-mac-address"> -<ANCHOR id="nm-setting-wired-get-mac-address-blacklist" href="libnm/NMSettingWired.html#nm-setting-wired-get-mac-address-blacklist"> -<ANCHOR id="nm-setting-wired-get-num-mac-blacklist-items" href="libnm/NMSettingWired.html#nm-setting-wired-get-num-mac-blacklist-items"> -<ANCHOR id="nm-setting-wired-get-mac-blacklist-item" href="libnm/NMSettingWired.html#nm-setting-wired-get-mac-blacklist-item"> -<ANCHOR id="nm-setting-wired-add-mac-blacklist-item" href="libnm/NMSettingWired.html#nm-setting-wired-add-mac-blacklist-item"> -<ANCHOR id="nm-setting-wired-remove-mac-blacklist-item" href="libnm/NMSettingWired.html#nm-setting-wired-remove-mac-blacklist-item"> -<ANCHOR id="nm-setting-wired-remove-mac-blacklist-item-by-value" href="libnm/NMSettingWired.html#nm-setting-wired-remove-mac-blacklist-item-by-value"> -<ANCHOR id="nm-setting-wired-clear-mac-blacklist-items" href="libnm/NMSettingWired.html#nm-setting-wired-clear-mac-blacklist-items"> -<ANCHOR id="nm-setting-wired-get-mtu" href="libnm/NMSettingWired.html#nm-setting-wired-get-mtu"> -<ANCHOR id="nm-setting-wired-get-s390-subchannels" href="libnm/NMSettingWired.html#nm-setting-wired-get-s390-subchannels"> -<ANCHOR id="nm-setting-wired-get-s390-nettype" href="libnm/NMSettingWired.html#nm-setting-wired-get-s390-nettype"> -<ANCHOR id="nm-setting-wired-get-num-s390-options" href="libnm/NMSettingWired.html#nm-setting-wired-get-num-s390-options"> -<ANCHOR id="nm-setting-wired-get-s390-option" href="libnm/NMSettingWired.html#nm-setting-wired-get-s390-option"> -<ANCHOR id="nm-setting-wired-get-s390-option-by-key" href="libnm/NMSettingWired.html#nm-setting-wired-get-s390-option-by-key"> -<ANCHOR id="nm-setting-wired-add-s390-option" href="libnm/NMSettingWired.html#nm-setting-wired-add-s390-option"> -<ANCHOR id="nm-setting-wired-remove-s390-option" href="libnm/NMSettingWired.html#nm-setting-wired-remove-s390-option"> -<ANCHOR id="nm-setting-wired-get-valid-s390-options" href="libnm/NMSettingWired.html#nm-setting-wired-get-valid-s390-options"> -<ANCHOR id="nm-setting-wired-get-wake-on-lan" href="libnm/NMSettingWired.html#nm-setting-wired-get-wake-on-lan"> -<ANCHOR id="nm-setting-wired-get-wake-on-lan-password" href="libnm/NMSettingWired.html#nm-setting-wired-get-wake-on-lan-password"> -<ANCHOR id="NMSettingWired.other_details" href="libnm/NMSettingWired.html#NMSettingWired.other_details"> -<ANCHOR id="NM-SETTING-WIRED-SETTING-NAME:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-SETTING-NAME:CAPS"> -<ANCHOR id="NMSettingWiredWakeOnLan" href="libnm/NMSettingWired.html#NMSettingWiredWakeOnLan"> -<ANCHOR id="NM-SETTING-WIRED-WAKE-ON-LAN-NONE:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-WAKE-ON-LAN-NONE:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-WAKE-ON-LAN-PHY:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-WAKE-ON-LAN-PHY:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-WAKE-ON-LAN-UNICAST:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-WAKE-ON-LAN-UNICAST:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-WAKE-ON-LAN-MULTICAST:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-WAKE-ON-LAN-MULTICAST:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-WAKE-ON-LAN-BROADCAST:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-WAKE-ON-LAN-BROADCAST:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-WAKE-ON-LAN-ARP:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-WAKE-ON-LAN-ARP:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-WAKE-ON-LAN-MAGIC:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-WAKE-ON-LAN-MAGIC:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-WAKE-ON-LAN-LAST-OPT:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-WAKE-ON-LAN-LAST-OPT:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-WAKE-ON-LAN-ALL:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-WAKE-ON-LAN-ALL:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-WAKE-ON-LAN-DEFAULT:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-WAKE-ON-LAN-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-WAKE-ON-LAN-IGNORE:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-WAKE-ON-LAN-IGNORE:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-WAKE-ON-LAN-EXCLUSIVE-FLAGS:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-WAKE-ON-LAN-EXCLUSIVE-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-PORT:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-PORT:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-SPEED:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-SPEED:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-DUPLEX:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-DUPLEX:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-AUTO-NEGOTIATE:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-AUTO-NEGOTIATE:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-MAC-ADDRESS:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-CLONED-MAC-ADDRESS:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-CLONED-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-MAC-ADDRESS-BLACKLIST:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-MAC-ADDRESS-BLACKLIST:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-MTU:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-MTU:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-S390-SUBCHANNELS:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-S390-SUBCHANNELS:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-S390-NETTYPE:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-S390-NETTYPE:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-S390-OPTIONS:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-S390-OPTIONS:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-WAKE-ON-LAN:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-WAKE-ON-LAN:CAPS"> -<ANCHOR id="NM-SETTING-WIRED-WAKE-ON-LAN-PASSWORD:CAPS" href="libnm/NMSettingWired.html#NM-SETTING-WIRED-WAKE-ON-LAN-PASSWORD:CAPS"> -<ANCHOR id="NMSettingWired-struct" href="libnm/NMSettingWired.html#NMSettingWired-struct"> -<ANCHOR id="NMSettingWired.property-details" href="libnm/NMSettingWired.html#NMSettingWired.property-details"> -<ANCHOR id="NMSettingWired--auto-negotiate" href="libnm/NMSettingWired.html#NMSettingWired--auto-negotiate"> -<ANCHOR id="NMSettingWired--cloned-mac-address" href="libnm/NMSettingWired.html#NMSettingWired--cloned-mac-address"> -<ANCHOR id="NMSettingWired--duplex" href="libnm/NMSettingWired.html#NMSettingWired--duplex"> -<ANCHOR id="NMSettingWired--mac-address" href="libnm/NMSettingWired.html#NMSettingWired--mac-address"> -<ANCHOR id="NMSettingWired--mac-address-blacklist" href="libnm/NMSettingWired.html#NMSettingWired--mac-address-blacklist"> -<ANCHOR id="NMSettingWired--mtu" href="libnm/NMSettingWired.html#NMSettingWired--mtu"> -<ANCHOR id="NMSettingWired--port" href="libnm/NMSettingWired.html#NMSettingWired--port"> -<ANCHOR id="NMSettingWired--s390-nettype" href="libnm/NMSettingWired.html#NMSettingWired--s390-nettype"> -<ANCHOR id="NMSettingWired--s390-options" href="libnm/NMSettingWired.html#NMSettingWired--s390-options"> -<ANCHOR id="NMSettingWired--s390-subchannels" href="libnm/NMSettingWired.html#NMSettingWired--s390-subchannels"> -<ANCHOR id="NMSettingWired--speed" href="libnm/NMSettingWired.html#NMSettingWired--speed"> -<ANCHOR id="NMSettingWired--wake-on-lan" href="libnm/NMSettingWired.html#NMSettingWired--wake-on-lan"> -<ANCHOR id="NMSettingWired--wake-on-lan-password" href="libnm/NMSettingWired.html#NMSettingWired--wake-on-lan-password"> -<ANCHOR id="NMSettingWireless" href="libnm/NMSettingWireless.html"> -<ANCHOR id="NMSettingWireless.functions" href="libnm/NMSettingWireless.html#NMSettingWireless.functions"> -<ANCHOR id="NMSettingWireless.properties" href="libnm/NMSettingWireless.html#NMSettingWireless.properties"> -<ANCHOR id="NMSettingWireless.other" href="libnm/NMSettingWireless.html#NMSettingWireless.other"> -<ANCHOR id="NMSettingWireless.object-hierarchy" href="libnm/NMSettingWireless.html#NMSettingWireless.object-hierarchy"> -<ANCHOR id="NMSettingWireless.description" href="libnm/NMSettingWireless.html#NMSettingWireless.description"> -<ANCHOR id="NMSettingWireless.functions_details" href="libnm/NMSettingWireless.html#NMSettingWireless.functions_details"> -<ANCHOR id="nm-setting-wireless-new" href="libnm/NMSettingWireless.html#nm-setting-wireless-new"> -<ANCHOR id="nm-setting-wireless-get-ssid" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-ssid"> -<ANCHOR id="nm-setting-wireless-get-mode" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-mode"> -<ANCHOR id="nm-setting-wireless-get-band" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-band"> -<ANCHOR id="nm-setting-wireless-get-channel" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-channel"> -<ANCHOR id="nm-setting-wireless-get-bssid" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-bssid"> -<ANCHOR id="nm-setting-wireless-get-rate" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-rate"> -<ANCHOR id="nm-setting-wireless-get-tx-power" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-tx-power"> -<ANCHOR id="nm-setting-wireless-get-mac-address" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-mac-address"> -<ANCHOR id="nm-setting-wireless-get-cloned-mac-address" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-cloned-mac-address"> -<ANCHOR id="nm-setting-wireless-get-mac-address-blacklist" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-mac-address-blacklist"> -<ANCHOR id="nm-setting-wireless-get-num-mac-blacklist-items" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-num-mac-blacklist-items"> -<ANCHOR id="nm-setting-wireless-get-mac-blacklist-item" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-mac-blacklist-item"> -<ANCHOR id="nm-setting-wireless-add-mac-blacklist-item" href="libnm/NMSettingWireless.html#nm-setting-wireless-add-mac-blacklist-item"> -<ANCHOR id="nm-setting-wireless-remove-mac-blacklist-item" href="libnm/NMSettingWireless.html#nm-setting-wireless-remove-mac-blacklist-item"> -<ANCHOR id="nm-setting-wireless-remove-mac-blacklist-item-by-value" href="libnm/NMSettingWireless.html#nm-setting-wireless-remove-mac-blacklist-item-by-value"> -<ANCHOR id="nm-setting-wireless-clear-mac-blacklist-items" href="libnm/NMSettingWireless.html#nm-setting-wireless-clear-mac-blacklist-items"> -<ANCHOR id="nm-setting-wireless-get-mtu" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-mtu"> -<ANCHOR id="nm-setting-wireless-get-hidden" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-hidden"> -<ANCHOR id="nm-setting-wireless-get-powersave" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-powersave"> -<ANCHOR id="nm-setting-wireless-get-mac-address-randomization" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-mac-address-randomization"> -<ANCHOR id="nm-setting-wireless-add-seen-bssid" href="libnm/NMSettingWireless.html#nm-setting-wireless-add-seen-bssid"> -<ANCHOR id="nm-setting-wireless-get-num-seen-bssids" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-num-seen-bssids"> -<ANCHOR id="nm-setting-wireless-get-seen-bssid" href="libnm/NMSettingWireless.html#nm-setting-wireless-get-seen-bssid"> -<ANCHOR id="nm-setting-wireless-ap-security-compatible" href="libnm/NMSettingWireless.html#nm-setting-wireless-ap-security-compatible"> -<ANCHOR id="NMSettingWireless.other_details" href="libnm/NMSettingWireless.html#NMSettingWireless.other_details"> -<ANCHOR id="NM-SETTING-WIRELESS-SETTING-NAME:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-SETTING-NAME:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SSID:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-SSID:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MODE:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-MODE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-BAND:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-BAND:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-CHANNEL:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-CHANNEL:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-BSSID:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-BSSID:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-RATE:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-RATE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-TX-POWER:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-TX-POWER:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MAC-ADDRESS:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-CLONED-MAC-ADDRESS:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-CLONED-MAC-ADDRESS:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MAC-ADDRESS-BLACKLIST:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-MAC-ADDRESS-BLACKLIST:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MTU:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-MTU:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SEEN-BSSIDS:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-SEEN-BSSIDS:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-HIDDEN:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-HIDDEN:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-POWERSAVE:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-POWERSAVE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MAC-ADDRESS-RANDOMIZATION:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-MAC-ADDRESS-RANDOMIZATION:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MODE-ADHOC:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-MODE-ADHOC:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MODE-AP:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-MODE-AP:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-MODE-INFRA:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-MODE-INFRA:CAPS"> -<ANCHOR id="NMSettingWirelessPowersave" href="libnm/NMSettingWireless.html#NMSettingWirelessPowersave"> -<ANCHOR id="NM-SETTING-WIRELESS-POWERSAVE-DEFAULT:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-POWERSAVE-DEFAULT:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-POWERSAVE-IGNORE:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-POWERSAVE-IGNORE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-POWERSAVE-DISABLE:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-POWERSAVE-DISABLE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-POWERSAVE-ENABLE:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-POWERSAVE-ENABLE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-POWERSAVE-NUM:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-POWERSAVE-NUM:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-POWERSAVE-LAST:CAPS" href="libnm/NMSettingWireless.html#NM-SETTING-WIRELESS-POWERSAVE-LAST:CAPS"> -<ANCHOR id="NMSettingWireless-struct" href="libnm/NMSettingWireless.html#NMSettingWireless-struct"> -<ANCHOR id="NMSettingWireless.property-details" href="libnm/NMSettingWireless.html#NMSettingWireless.property-details"> -<ANCHOR id="NMSettingWireless--band" href="libnm/NMSettingWireless.html#NMSettingWireless--band"> -<ANCHOR id="NMSettingWireless--bssid" href="libnm/NMSettingWireless.html#NMSettingWireless--bssid"> -<ANCHOR id="NMSettingWireless--channel" href="libnm/NMSettingWireless.html#NMSettingWireless--channel"> -<ANCHOR id="NMSettingWireless--cloned-mac-address" href="libnm/NMSettingWireless.html#NMSettingWireless--cloned-mac-address"> -<ANCHOR id="NMSettingWireless--hidden" href="libnm/NMSettingWireless.html#NMSettingWireless--hidden"> -<ANCHOR id="NMSettingWireless--mac-address" href="libnm/NMSettingWireless.html#NMSettingWireless--mac-address"> -<ANCHOR id="NMSettingWireless--mac-address-blacklist" href="libnm/NMSettingWireless.html#NMSettingWireless--mac-address-blacklist"> -<ANCHOR id="NMSettingWireless--mac-address-randomization" href="libnm/NMSettingWireless.html#NMSettingWireless--mac-address-randomization"> -<ANCHOR id="NMSettingWireless--mode" href="libnm/NMSettingWireless.html#NMSettingWireless--mode"> -<ANCHOR id="NMSettingWireless--mtu" href="libnm/NMSettingWireless.html#NMSettingWireless--mtu"> -<ANCHOR id="NMSettingWireless--powersave" href="libnm/NMSettingWireless.html#NMSettingWireless--powersave"> -<ANCHOR id="NMSettingWireless--rate" href="libnm/NMSettingWireless.html#NMSettingWireless--rate"> -<ANCHOR id="NMSettingWireless--seen-bssids" href="libnm/NMSettingWireless.html#NMSettingWireless--seen-bssids"> -<ANCHOR id="NMSettingWireless--ssid" href="libnm/NMSettingWireless.html#NMSettingWireless--ssid"> -<ANCHOR id="NMSettingWireless--tx-power" href="libnm/NMSettingWireless.html#NMSettingWireless--tx-power"> -<ANCHOR id="NMSettingWirelessSecurity" href="libnm/NMSettingWirelessSecurity.html"> -<ANCHOR id="NMSettingWirelessSecurity.functions" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.functions"> -<ANCHOR id="NMSettingWirelessSecurity.properties" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.properties"> -<ANCHOR id="NMSettingWirelessSecurity.other" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.other"> -<ANCHOR id="NMSettingWirelessSecurity.object-hierarchy" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.object-hierarchy"> -<ANCHOR id="NMSettingWirelessSecurity.description" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.description"> -<ANCHOR id="NMSettingWirelessSecurity.functions_details" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.functions_details"> -<ANCHOR id="nm-setting-wireless-security-new" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-new"> -<ANCHOR id="nm-setting-wireless-security-get-key-mgmt" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-key-mgmt"> -<ANCHOR id="nm-setting-wireless-security-get-num-protos" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-protos"> -<ANCHOR id="nm-setting-wireless-security-get-proto" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-proto"> -<ANCHOR id="nm-setting-wireless-security-add-proto" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-proto"> -<ANCHOR id="nm-setting-wireless-security-remove-proto" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-proto"> -<ANCHOR id="nm-setting-wireless-security-remove-proto-by-value" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-proto-by-value"> -<ANCHOR id="nm-setting-wireless-security-clear-protos" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-protos"> -<ANCHOR id="nm-setting-wireless-security-get-num-pairwise" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-pairwise"> -<ANCHOR id="nm-setting-wireless-security-get-pairwise" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-pairwise"> -<ANCHOR id="nm-setting-wireless-security-add-pairwise" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-pairwise"> -<ANCHOR id="nm-setting-wireless-security-remove-pairwise" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-pairwise"> -<ANCHOR id="nm-setting-wireless-security-remove-pairwise-by-value" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-pairwise-by-value"> -<ANCHOR id="nm-setting-wireless-security-clear-pairwise" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-pairwise"> -<ANCHOR id="nm-setting-wireless-security-get-num-groups" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-num-groups"> -<ANCHOR id="nm-setting-wireless-security-get-group" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-group"> -<ANCHOR id="nm-setting-wireless-security-add-group" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-add-group"> -<ANCHOR id="nm-setting-wireless-security-remove-group" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-group"> -<ANCHOR id="nm-setting-wireless-security-remove-group-by-value" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-remove-group-by-value"> -<ANCHOR id="nm-setting-wireless-security-clear-groups" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-clear-groups"> -<ANCHOR id="nm-setting-wireless-security-get-psk" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-psk"> -<ANCHOR id="nm-setting-wireless-security-get-psk-flags" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-psk-flags"> -<ANCHOR id="nm-setting-wireless-security-get-leap-username" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-username"> -<ANCHOR id="nm-setting-wireless-security-get-leap-password" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-password"> -<ANCHOR id="nm-setting-wireless-security-get-leap-password-flags" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-leap-password-flags"> -<ANCHOR id="nm-setting-wireless-security-get-wep-key" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key"> -<ANCHOR id="nm-setting-wireless-security-set-wep-key" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-set-wep-key"> -<ANCHOR id="nm-setting-wireless-security-get-wep-tx-keyidx" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-tx-keyidx"> -<ANCHOR id="nm-setting-wireless-security-get-auth-alg" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-auth-alg"> -<ANCHOR id="nm-setting-wireless-security-get-wep-key-flags" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key-flags"> -<ANCHOR id="nm-setting-wireless-security-get-wep-key-type" href="libnm/NMSettingWirelessSecurity.html#nm-setting-wireless-security-get-wep-key-type"> -<ANCHOR id="NMSettingWirelessSecurity.other_details" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.other_details"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-SETTING-NAME:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-SETTING-NAME:CAPS"> -<ANCHOR id="NMWepKeyType" href="libnm/NMSettingWirelessSecurity.html#NMWepKeyType"> -<ANCHOR id="NM-WEP-KEY-TYPE-UNKNOWN:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-UNKNOWN:CAPS"> -<ANCHOR id="NM-WEP-KEY-TYPE-KEY:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-KEY:CAPS"> -<ANCHOR id="NM-WEP-KEY-TYPE-PASSPHRASE:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-PASSPHRASE:CAPS"> -<ANCHOR id="NM-WEP-KEY-TYPE-LAST:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-LAST:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-KEY-MGMT:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-KEY-MGMT:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-TX-KEYIDX:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-TX-KEYIDX:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-AUTH-ALG:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-AUTH-ALG:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-PROTO:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PROTO:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-PAIRWISE:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PAIRWISE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-GROUP:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-GROUP:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-LEAP-USERNAME:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-USERNAME:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY0:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY0:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY1:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY1:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY2:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY2:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY3:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY3:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY-FLAGS:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-WEP-KEY-TYPE:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-WEP-KEY-TYPE:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-PSK:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PSK:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-PSK-FLAGS:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-PSK-FLAGS:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD:CAPS"> -<ANCHOR id="NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD-FLAGS:CAPS" href="libnm/NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD-FLAGS:CAPS"> -<ANCHOR id="NMSettingWirelessSecurity-struct" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity-struct"> -<ANCHOR id="NMSettingWirelessSecurity.property-details" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity.property-details"> -<ANCHOR id="NMSettingWirelessSecurity--auth-alg" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--auth-alg"> -<ANCHOR id="NMSettingWirelessSecurity--group" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--group"> -<ANCHOR id="NMSettingWirelessSecurity--key-mgmt" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--key-mgmt"> -<ANCHOR id="NMSettingWirelessSecurity--leap-password" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password"> -<ANCHOR id="NMSettingWirelessSecurity--leap-password-flags" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password-flags"> -<ANCHOR id="NMSettingWirelessSecurity--leap-username" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-username"> -<ANCHOR id="NMSettingWirelessSecurity--pairwise" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--pairwise"> -<ANCHOR id="NMSettingWirelessSecurity--proto" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--proto"> -<ANCHOR id="NMSettingWirelessSecurity--psk" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk"> -<ANCHOR id="NMSettingWirelessSecurity--psk-flags" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk-flags"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key-flags" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key-flags"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key-type" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key-type"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key0" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key0"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key1" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key1"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key2" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key2"> -<ANCHOR id="NMSettingWirelessSecurity--wep-key3" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key3"> -<ANCHOR id="NMSettingWirelessSecurity--wep-tx-keyidx" href="libnm/NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-tx-keyidx"> -<ANCHOR id="NMDevice" href="libnm/NMDevice.html"> -<ANCHOR id="NMDevice.functions" href="libnm/NMDevice.html#NMDevice.functions"> -<ANCHOR id="NMDevice.properties" href="libnm/NMDevice.html#NMDevice.properties"> -<ANCHOR id="NMDevice.signals" href="libnm/NMDevice.html#NMDevice.signals"> -<ANCHOR id="NMLldpNeighbor" href="libnm/NMDevice.html#NMLldpNeighbor"> -<ANCHOR id="NMDevice.other" href="libnm/NMDevice.html#NMDevice.other"> -<ANCHOR id="NMDevice.object-hierarchy" href="libnm/NMDevice.html#NMDevice.object-hierarchy"> -<ANCHOR id="NMDevice.implemented-interfaces" href="libnm/NMDevice.html#NMDevice.implemented-interfaces"> -<ANCHOR id="NMDevice.description" href="libnm/NMDevice.html#NMDevice.description"> -<ANCHOR id="NMDevice.functions_details" href="libnm/NMDevice.html#NMDevice.functions_details"> -<ANCHOR id="nm-device-get-iface" href="libnm/NMDevice.html#nm-device-get-iface"> -<ANCHOR id="nm-device-get-ip-iface" href="libnm/NMDevice.html#nm-device-get-ip-iface"> -<ANCHOR id="nm-device-get-device-type" href="libnm/NMDevice.html#nm-device-get-device-type"> -<ANCHOR id="nm-device-get-udi" href="libnm/NMDevice.html#nm-device-get-udi"> -<ANCHOR id="nm-device-get-driver" href="libnm/NMDevice.html#nm-device-get-driver"> -<ANCHOR id="nm-device-get-driver-version" href="libnm/NMDevice.html#nm-device-get-driver-version"> -<ANCHOR id="nm-device-get-firmware-version" href="libnm/NMDevice.html#nm-device-get-firmware-version"> -<ANCHOR id="nm-device-get-type-description" href="libnm/NMDevice.html#nm-device-get-type-description"> -<ANCHOR id="nm-device-get-hw-address" href="libnm/NMDevice.html#nm-device-get-hw-address"> -<ANCHOR id="nm-device-get-capabilities" href="libnm/NMDevice.html#nm-device-get-capabilities"> -<ANCHOR id="nm-device-get-managed" href="libnm/NMDevice.html#nm-device-get-managed"> -<ANCHOR id="nm-device-set-managed" href="libnm/NMDevice.html#nm-device-set-managed"> -<ANCHOR id="nm-device-get-autoconnect" href="libnm/NMDevice.html#nm-device-get-autoconnect"> -<ANCHOR id="nm-device-set-autoconnect" href="libnm/NMDevice.html#nm-device-set-autoconnect"> -<ANCHOR id="nm-device-get-firmware-missing" href="libnm/NMDevice.html#nm-device-get-firmware-missing"> -<ANCHOR id="nm-device-get-nm-plugin-missing" href="libnm/NMDevice.html#nm-device-get-nm-plugin-missing"> -<ANCHOR id="nm-device-get-ip4-config" href="libnm/NMDevice.html#nm-device-get-ip4-config"> -<ANCHOR id="nm-device-get-dhcp4-config" href="libnm/NMDevice.html#nm-device-get-dhcp4-config"> -<ANCHOR id="nm-device-get-ip6-config" href="libnm/NMDevice.html#nm-device-get-ip6-config"> -<ANCHOR id="nm-device-get-dhcp6-config" href="libnm/NMDevice.html#nm-device-get-dhcp6-config"> -<ANCHOR id="nm-device-get-state" href="libnm/NMDevice.html#nm-device-get-state"> -<ANCHOR id="nm-device-get-state-reason" href="libnm/NMDevice.html#nm-device-get-state-reason"> -<ANCHOR id="nm-device-get-active-connection" href="libnm/NMDevice.html#nm-device-get-active-connection"> -<ANCHOR id="nm-device-get-available-connections" href="libnm/NMDevice.html#nm-device-get-available-connections"> -<ANCHOR id="nm-device-get-physical-port-id" href="libnm/NMDevice.html#nm-device-get-physical-port-id"> -<ANCHOR id="nm-device-get-mtu" href="libnm/NMDevice.html#nm-device-get-mtu"> -<ANCHOR id="nm-device-is-real" href="libnm/NMDevice.html#nm-device-is-real"> -<ANCHOR id="nm-device-is-software" href="libnm/NMDevice.html#nm-device-is-software"> -<ANCHOR id="nm-device-get-product" href="libnm/NMDevice.html#nm-device-get-product"> -<ANCHOR id="nm-device-get-vendor" href="libnm/NMDevice.html#nm-device-get-vendor"> -<ANCHOR id="nm-device-get-description" href="libnm/NMDevice.html#nm-device-get-description"> -<ANCHOR id="nm-device-get-metered" href="libnm/NMDevice.html#nm-device-get-metered"> -<ANCHOR id="nm-device-get-lldp-neighbors" href="libnm/NMDevice.html#nm-device-get-lldp-neighbors"> -<ANCHOR id="nm-device-disambiguate-names" href="libnm/NMDevice.html#nm-device-disambiguate-names"> -<ANCHOR id="nm-device-reapply" href="libnm/NMDevice.html#nm-device-reapply"> -<ANCHOR id="nm-device-reapply-async" href="libnm/NMDevice.html#nm-device-reapply-async"> -<ANCHOR id="nm-device-reapply-finish" href="libnm/NMDevice.html#nm-device-reapply-finish"> -<ANCHOR id="nm-device-get-applied-connection" href="libnm/NMDevice.html#nm-device-get-applied-connection"> -<ANCHOR id="nm-device-get-applied-connection-async" href="libnm/NMDevice.html#nm-device-get-applied-connection-async"> -<ANCHOR id="nm-device-get-applied-connection-finish" href="libnm/NMDevice.html#nm-device-get-applied-connection-finish"> -<ANCHOR id="nm-device-disconnect" href="libnm/NMDevice.html#nm-device-disconnect"> -<ANCHOR id="nm-device-disconnect-async" href="libnm/NMDevice.html#nm-device-disconnect-async"> -<ANCHOR id="nm-device-disconnect-finish" href="libnm/NMDevice.html#nm-device-disconnect-finish"> -<ANCHOR id="nm-device-delete" href="libnm/NMDevice.html#nm-device-delete"> -<ANCHOR id="nm-device-delete-async" href="libnm/NMDevice.html#nm-device-delete-async"> -<ANCHOR id="nm-device-delete-finish" href="libnm/NMDevice.html#nm-device-delete-finish"> -<ANCHOR id="nm-device-filter-connections" href="libnm/NMDevice.html#nm-device-filter-connections"> -<ANCHOR id="nm-device-connection-valid" href="libnm/NMDevice.html#nm-device-connection-valid"> -<ANCHOR id="nm-device-connection-compatible" href="libnm/NMDevice.html#nm-device-connection-compatible"> -<ANCHOR id="nm-device-get-setting-type" href="libnm/NMDevice.html#nm-device-get-setting-type"> -<ANCHOR id="nm-lldp-neighbor-new" href="libnm/NMDevice.html#nm-lldp-neighbor-new"> -<ANCHOR id="nm-lldp-neighbor-ref" href="libnm/NMDevice.html#nm-lldp-neighbor-ref"> -<ANCHOR id="nm-lldp-neighbor-unref" href="libnm/NMDevice.html#nm-lldp-neighbor-unref"> -<ANCHOR id="nm-lldp-neighbor-get-attr-names" href="libnm/NMDevice.html#nm-lldp-neighbor-get-attr-names"> -<ANCHOR id="nm-lldp-neighbor-get-attr-string-value" href="libnm/NMDevice.html#nm-lldp-neighbor-get-attr-string-value"> -<ANCHOR id="nm-lldp-neighbor-get-attr-uint-value" href="libnm/NMDevice.html#nm-lldp-neighbor-get-attr-uint-value"> -<ANCHOR id="nm-lldp-neighbor-get-attr-type" href="libnm/NMDevice.html#nm-lldp-neighbor-get-attr-type"> -<ANCHOR id="NMDevice.other_details" href="libnm/NMDevice.html#NMDevice.other_details"> -<ANCHOR id="NM-DEVICE-DEVICE-TYPE:CAPS" href="libnm/NMDevice.html#NM-DEVICE-DEVICE-TYPE:CAPS"> -<ANCHOR id="NM-DEVICE-UDI:CAPS" href="libnm/NMDevice.html#NM-DEVICE-UDI:CAPS"> -<ANCHOR id="NM-DEVICE-INTERFACE:CAPS" href="libnm/NMDevice.html#NM-DEVICE-INTERFACE:CAPS"> -<ANCHOR id="NM-DEVICE-IP-INTERFACE:CAPS" href="libnm/NMDevice.html#NM-DEVICE-IP-INTERFACE:CAPS"> -<ANCHOR id="NM-DEVICE-DRIVER:CAPS" href="libnm/NMDevice.html#NM-DEVICE-DRIVER:CAPS"> -<ANCHOR id="NM-DEVICE-DRIVER-VERSION:CAPS" href="libnm/NMDevice.html#NM-DEVICE-DRIVER-VERSION:CAPS"> -<ANCHOR id="NM-DEVICE-FIRMWARE-VERSION:CAPS" href="libnm/NMDevice.html#NM-DEVICE-FIRMWARE-VERSION:CAPS"> -<ANCHOR id="NM-DEVICE-CAPABILITIES:CAPS" href="libnm/NMDevice.html#NM-DEVICE-CAPABILITIES:CAPS"> -<ANCHOR id="NM-DEVICE-REAL:CAPS" href="libnm/NMDevice.html#NM-DEVICE-REAL:CAPS"> -<ANCHOR id="NM-DEVICE-MANAGED:CAPS" href="libnm/NMDevice.html#NM-DEVICE-MANAGED:CAPS"> -<ANCHOR id="NM-DEVICE-AUTOCONNECT:CAPS" href="libnm/NMDevice.html#NM-DEVICE-AUTOCONNECT:CAPS"> -<ANCHOR id="NM-DEVICE-FIRMWARE-MISSING:CAPS" href="libnm/NMDevice.html#NM-DEVICE-FIRMWARE-MISSING:CAPS"> -<ANCHOR id="NM-DEVICE-NM-PLUGIN-MISSING:CAPS" href="libnm/NMDevice.html#NM-DEVICE-NM-PLUGIN-MISSING:CAPS"> -<ANCHOR id="NM-DEVICE-IP4-CONFIG:CAPS" href="libnm/NMDevice.html#NM-DEVICE-IP4-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-DHCP4-CONFIG:CAPS" href="libnm/NMDevice.html#NM-DEVICE-DHCP4-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-IP6-CONFIG:CAPS" href="libnm/NMDevice.html#NM-DEVICE-IP6-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-DHCP6-CONFIG:CAPS" href="libnm/NMDevice.html#NM-DEVICE-DHCP6-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-STATE:CAPS" href="libnm/NMDevice.html#NM-DEVICE-STATE:CAPS"> -<ANCHOR id="NM-DEVICE-STATE-REASON:CAPS" href="libnm/NMDevice.html#NM-DEVICE-STATE-REASON:CAPS"> -<ANCHOR id="NM-DEVICE-ACTIVE-CONNECTION:CAPS" href="libnm/NMDevice.html#NM-DEVICE-ACTIVE-CONNECTION:CAPS"> -<ANCHOR id="NM-DEVICE-AVAILABLE-CONNECTIONS:CAPS" href="libnm/NMDevice.html#NM-DEVICE-AVAILABLE-CONNECTIONS:CAPS"> -<ANCHOR id="NM-DEVICE-VENDOR:CAPS" href="libnm/NMDevice.html#NM-DEVICE-VENDOR:CAPS"> -<ANCHOR id="NM-DEVICE-PRODUCT:CAPS" href="libnm/NMDevice.html#NM-DEVICE-PRODUCT:CAPS"> -<ANCHOR id="NM-DEVICE-PHYSICAL-PORT-ID:CAPS" href="libnm/NMDevice.html#NM-DEVICE-PHYSICAL-PORT-ID:CAPS"> -<ANCHOR id="NM-DEVICE-MTU:CAPS" href="libnm/NMDevice.html#NM-DEVICE-MTU:CAPS"> -<ANCHOR id="NM-DEVICE-METERED:CAPS" href="libnm/NMDevice.html#NM-DEVICE-METERED:CAPS"> -<ANCHOR id="NM-DEVICE-LLDP-NEIGHBORS:CAPS" href="libnm/NMDevice.html#NM-DEVICE-LLDP-NEIGHBORS:CAPS"> -<ANCHOR id="NMDevice-struct" href="libnm/NMDevice.html#NMDevice-struct"> -<ANCHOR id="NMDevice.property-details" href="libnm/NMDevice.html#NMDevice.property-details"> -<ANCHOR id="NMDevice--active-connection" href="libnm/NMDevice.html#NMDevice--active-connection"> -<ANCHOR id="NMDevice--autoconnect" href="libnm/NMDevice.html#NMDevice--autoconnect"> -<ANCHOR id="NMDevice--available-connections" href="libnm/NMDevice.html#NMDevice--available-connections"> -<ANCHOR id="NMDevice--capabilities" href="libnm/NMDevice.html#NMDevice--capabilities"> -<ANCHOR id="NMDevice--device-type" href="libnm/NMDevice.html#NMDevice--device-type"> -<ANCHOR id="NMDevice--dhcp4-config" href="libnm/NMDevice.html#NMDevice--dhcp4-config"> -<ANCHOR id="NMDevice--dhcp6-config" href="libnm/NMDevice.html#NMDevice--dhcp6-config"> -<ANCHOR id="NMDevice--driver" href="libnm/NMDevice.html#NMDevice--driver"> -<ANCHOR id="NMDevice--driver-version" href="libnm/NMDevice.html#NMDevice--driver-version"> -<ANCHOR id="NMDevice--firmware-missing" href="libnm/NMDevice.html#NMDevice--firmware-missing"> -<ANCHOR id="NMDevice--firmware-version" href="libnm/NMDevice.html#NMDevice--firmware-version"> -<ANCHOR id="NMDevice--interface" href="libnm/NMDevice.html#NMDevice--interface"> -<ANCHOR id="NMDevice--ip-interface" href="libnm/NMDevice.html#NMDevice--ip-interface"> -<ANCHOR id="NMDevice--ip4-config" href="libnm/NMDevice.html#NMDevice--ip4-config"> -<ANCHOR id="NMDevice--ip6-config" href="libnm/NMDevice.html#NMDevice--ip6-config"> -<ANCHOR id="NMDevice--lldp-neighbors" href="libnm/NMDevice.html#NMDevice--lldp-neighbors"> -<ANCHOR id="NMDevice--managed" href="libnm/NMDevice.html#NMDevice--managed"> -<ANCHOR id="NMDevice--metered" href="libnm/NMDevice.html#NMDevice--metered"> -<ANCHOR id="NMDevice--mtu" href="libnm/NMDevice.html#NMDevice--mtu"> -<ANCHOR id="NMDevice--nm-plugin-missing" href="libnm/NMDevice.html#NMDevice--nm-plugin-missing"> -<ANCHOR id="NMDevice--physical-port-id" href="libnm/NMDevice.html#NMDevice--physical-port-id"> -<ANCHOR id="NMDevice--product" href="libnm/NMDevice.html#NMDevice--product"> -<ANCHOR id="NMDevice--real" href="libnm/NMDevice.html#NMDevice--real"> -<ANCHOR id="NMDevice--state" href="libnm/NMDevice.html#NMDevice--state"> -<ANCHOR id="NMDevice--state-reason" href="libnm/NMDevice.html#NMDevice--state-reason"> -<ANCHOR id="NMDevice--udi" href="libnm/NMDevice.html#NMDevice--udi"> -<ANCHOR id="NMDevice--vendor" href="libnm/NMDevice.html#NMDevice--vendor"> -<ANCHOR id="NMDevice.signal-details" href="libnm/NMDevice.html#NMDevice.signal-details"> -<ANCHOR id="NMDevice-state-changed" href="libnm/NMDevice.html#NMDevice-state-changed"> -<ANCHOR id="NMDeviceAdsl" href="libnm/NMDeviceAdsl.html"> -<ANCHOR id="NMDeviceAdsl.functions" href="libnm/NMDeviceAdsl.html#NMDeviceAdsl.functions"> -<ANCHOR id="NMDeviceAdsl.properties" href="libnm/NMDeviceAdsl.html#NMDeviceAdsl.properties"> -<ANCHOR id="NMDeviceAdsl.other" href="libnm/NMDeviceAdsl.html#NMDeviceAdsl.other"> -<ANCHOR id="NMDeviceAdsl.object-hierarchy" href="libnm/NMDeviceAdsl.html#NMDeviceAdsl.object-hierarchy"> -<ANCHOR id="NMDeviceAdsl.implemented-interfaces" href="libnm/NMDeviceAdsl.html#NMDeviceAdsl.implemented-interfaces"> -<ANCHOR id="NMDeviceAdsl.description" href="libnm/NMDeviceAdsl.html#NMDeviceAdsl.description"> -<ANCHOR id="NMDeviceAdsl.functions_details" href="libnm/NMDeviceAdsl.html#NMDeviceAdsl.functions_details"> -<ANCHOR id="nm-device-adsl-get-carrier" href="libnm/NMDeviceAdsl.html#nm-device-adsl-get-carrier"> -<ANCHOR id="NMDeviceAdsl.other_details" href="libnm/NMDeviceAdsl.html#NMDeviceAdsl.other_details"> -<ANCHOR id="NM-DEVICE-ADSL-CARRIER:CAPS" href="libnm/NMDeviceAdsl.html#NM-DEVICE-ADSL-CARRIER:CAPS"> -<ANCHOR id="NMDeviceAdsl-struct" href="libnm/NMDeviceAdsl.html#NMDeviceAdsl-struct"> -<ANCHOR id="NMDeviceAdsl.property-details" href="libnm/NMDeviceAdsl.html#NMDeviceAdsl.property-details"> -<ANCHOR id="NMDeviceAdsl--carrier" href="libnm/NMDeviceAdsl.html#NMDeviceAdsl--carrier"> -<ANCHOR id="NMDeviceBond" href="libnm/NMDeviceBond.html"> -<ANCHOR id="NMDeviceBond.functions" href="libnm/NMDeviceBond.html#NMDeviceBond.functions"> -<ANCHOR id="NMDeviceBond.properties" href="libnm/NMDeviceBond.html#NMDeviceBond.properties"> -<ANCHOR id="NMDeviceBond.other" href="libnm/NMDeviceBond.html#NMDeviceBond.other"> -<ANCHOR id="NMDeviceBond.object-hierarchy" href="libnm/NMDeviceBond.html#NMDeviceBond.object-hierarchy"> -<ANCHOR id="NMDeviceBond.implemented-interfaces" href="libnm/NMDeviceBond.html#NMDeviceBond.implemented-interfaces"> -<ANCHOR id="NMDeviceBond.description" href="libnm/NMDeviceBond.html#NMDeviceBond.description"> -<ANCHOR id="NMDeviceBond.functions_details" href="libnm/NMDeviceBond.html#NMDeviceBond.functions_details"> -<ANCHOR id="nm-device-bond-get-hw-address" href="libnm/NMDeviceBond.html#nm-device-bond-get-hw-address"> -<ANCHOR id="nm-device-bond-get-carrier" href="libnm/NMDeviceBond.html#nm-device-bond-get-carrier"> -<ANCHOR id="nm-device-bond-get-slaves" href="libnm/NMDeviceBond.html#nm-device-bond-get-slaves"> -<ANCHOR id="NMDeviceBond.other_details" href="libnm/NMDeviceBond.html#NMDeviceBond.other_details"> -<ANCHOR id="NM-DEVICE-BOND-HW-ADDRESS:CAPS" href="libnm/NMDeviceBond.html#NM-DEVICE-BOND-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-BOND-CARRIER:CAPS" href="libnm/NMDeviceBond.html#NM-DEVICE-BOND-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-BOND-SLAVES:CAPS" href="libnm/NMDeviceBond.html#NM-DEVICE-BOND-SLAVES:CAPS"> -<ANCHOR id="NMDeviceBond-struct" href="libnm/NMDeviceBond.html#NMDeviceBond-struct"> -<ANCHOR id="NMDeviceBond.property-details" href="libnm/NMDeviceBond.html#NMDeviceBond.property-details"> -<ANCHOR id="NMDeviceBond--carrier" href="libnm/NMDeviceBond.html#NMDeviceBond--carrier"> -<ANCHOR id="NMDeviceBond--hw-address" href="libnm/NMDeviceBond.html#NMDeviceBond--hw-address"> -<ANCHOR id="NMDeviceBond--slaves" href="libnm/NMDeviceBond.html#NMDeviceBond--slaves"> -<ANCHOR id="NMDeviceBridge" href="libnm/NMDeviceBridge.html"> -<ANCHOR id="NMDeviceBridge.functions" href="libnm/NMDeviceBridge.html#NMDeviceBridge.functions"> -<ANCHOR id="NMDeviceBridge.properties" href="libnm/NMDeviceBridge.html#NMDeviceBridge.properties"> -<ANCHOR id="NMDeviceBridge.other" href="libnm/NMDeviceBridge.html#NMDeviceBridge.other"> -<ANCHOR id="NMDeviceBridge.object-hierarchy" href="libnm/NMDeviceBridge.html#NMDeviceBridge.object-hierarchy"> -<ANCHOR id="NMDeviceBridge.implemented-interfaces" href="libnm/NMDeviceBridge.html#NMDeviceBridge.implemented-interfaces"> -<ANCHOR id="NMDeviceBridge.description" href="libnm/NMDeviceBridge.html#NMDeviceBridge.description"> -<ANCHOR id="NMDeviceBridge.functions_details" href="libnm/NMDeviceBridge.html#NMDeviceBridge.functions_details"> -<ANCHOR id="nm-device-bridge-get-hw-address" href="libnm/NMDeviceBridge.html#nm-device-bridge-get-hw-address"> -<ANCHOR id="nm-device-bridge-get-carrier" href="libnm/NMDeviceBridge.html#nm-device-bridge-get-carrier"> -<ANCHOR id="nm-device-bridge-get-slaves" href="libnm/NMDeviceBridge.html#nm-device-bridge-get-slaves"> -<ANCHOR id="NMDeviceBridge.other_details" href="libnm/NMDeviceBridge.html#NMDeviceBridge.other_details"> -<ANCHOR id="NM-DEVICE-BRIDGE-HW-ADDRESS:CAPS" href="libnm/NMDeviceBridge.html#NM-DEVICE-BRIDGE-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-BRIDGE-CARRIER:CAPS" href="libnm/NMDeviceBridge.html#NM-DEVICE-BRIDGE-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-BRIDGE-SLAVES:CAPS" href="libnm/NMDeviceBridge.html#NM-DEVICE-BRIDGE-SLAVES:CAPS"> -<ANCHOR id="NMDeviceBridge-struct" href="libnm/NMDeviceBridge.html#NMDeviceBridge-struct"> -<ANCHOR id="NMDeviceBridge.property-details" href="libnm/NMDeviceBridge.html#NMDeviceBridge.property-details"> -<ANCHOR id="NMDeviceBridge--carrier" href="libnm/NMDeviceBridge.html#NMDeviceBridge--carrier"> -<ANCHOR id="NMDeviceBridge--hw-address" href="libnm/NMDeviceBridge.html#NMDeviceBridge--hw-address"> -<ANCHOR id="NMDeviceBridge--slaves" href="libnm/NMDeviceBridge.html#NMDeviceBridge--slaves"> -<ANCHOR id="NMDeviceBt" href="libnm/NMDeviceBt.html"> -<ANCHOR id="NMDeviceBt.functions" href="libnm/NMDeviceBt.html#NMDeviceBt.functions"> -<ANCHOR id="NMDeviceBt.properties" href="libnm/NMDeviceBt.html#NMDeviceBt.properties"> -<ANCHOR id="NMDeviceBt.other" href="libnm/NMDeviceBt.html#NMDeviceBt.other"> -<ANCHOR id="NMDeviceBt.object-hierarchy" href="libnm/NMDeviceBt.html#NMDeviceBt.object-hierarchy"> -<ANCHOR id="NMDeviceBt.implemented-interfaces" href="libnm/NMDeviceBt.html#NMDeviceBt.implemented-interfaces"> -<ANCHOR id="NMDeviceBt.description" href="libnm/NMDeviceBt.html#NMDeviceBt.description"> -<ANCHOR id="NMDeviceBt.functions_details" href="libnm/NMDeviceBt.html#NMDeviceBt.functions_details"> -<ANCHOR id="nm-device-bt-get-hw-address" href="libnm/NMDeviceBt.html#nm-device-bt-get-hw-address"> -<ANCHOR id="nm-device-bt-get-name" href="libnm/NMDeviceBt.html#nm-device-bt-get-name"> -<ANCHOR id="nm-device-bt-get-capabilities" href="libnm/NMDeviceBt.html#nm-device-bt-get-capabilities"> -<ANCHOR id="NMDeviceBt.other_details" href="libnm/NMDeviceBt.html#NMDeviceBt.other_details"> -<ANCHOR id="NM-DEVICE-BT-HW-ADDRESS:CAPS" href="libnm/NMDeviceBt.html#NM-DEVICE-BT-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-BT-NAME:CAPS" href="libnm/NMDeviceBt.html#NM-DEVICE-BT-NAME:CAPS"> -<ANCHOR id="NM-DEVICE-BT-CAPABILITIES:CAPS" href="libnm/NMDeviceBt.html#NM-DEVICE-BT-CAPABILITIES:CAPS"> -<ANCHOR id="NMDeviceBt-struct" href="libnm/NMDeviceBt.html#NMDeviceBt-struct"> -<ANCHOR id="NMDeviceBt.property-details" href="libnm/NMDeviceBt.html#NMDeviceBt.property-details"> -<ANCHOR id="NMDeviceBt--bt-capabilities" href="libnm/NMDeviceBt.html#NMDeviceBt--bt-capabilities"> -<ANCHOR id="NMDeviceBt--hw-address" href="libnm/NMDeviceBt.html#NMDeviceBt--hw-address"> -<ANCHOR id="NMDeviceBt--name" href="libnm/NMDeviceBt.html#NMDeviceBt--name"> -<ANCHOR id="NMDeviceEthernet" href="libnm/NMDeviceEthernet.html"> -<ANCHOR id="NMDeviceEthernet.functions" href="libnm/NMDeviceEthernet.html#NMDeviceEthernet.functions"> -<ANCHOR id="NMDeviceEthernet.properties" href="libnm/NMDeviceEthernet.html#NMDeviceEthernet.properties"> -<ANCHOR id="NMDeviceEthernet.other" href="libnm/NMDeviceEthernet.html#NMDeviceEthernet.other"> -<ANCHOR id="NMDeviceEthernet.object-hierarchy" href="libnm/NMDeviceEthernet.html#NMDeviceEthernet.object-hierarchy"> -<ANCHOR id="NMDeviceEthernet.implemented-interfaces" href="libnm/NMDeviceEthernet.html#NMDeviceEthernet.implemented-interfaces"> -<ANCHOR id="NMDeviceEthernet.description" href="libnm/NMDeviceEthernet.html#NMDeviceEthernet.description"> -<ANCHOR id="NMDeviceEthernet.functions_details" href="libnm/NMDeviceEthernet.html#NMDeviceEthernet.functions_details"> -<ANCHOR id="nm-device-ethernet-get-hw-address" href="libnm/NMDeviceEthernet.html#nm-device-ethernet-get-hw-address"> -<ANCHOR id="nm-device-ethernet-get-permanent-hw-address" href="libnm/NMDeviceEthernet.html#nm-device-ethernet-get-permanent-hw-address"> -<ANCHOR id="nm-device-ethernet-get-speed" href="libnm/NMDeviceEthernet.html#nm-device-ethernet-get-speed"> -<ANCHOR id="nm-device-ethernet-get-carrier" href="libnm/NMDeviceEthernet.html#nm-device-ethernet-get-carrier"> -<ANCHOR id="nm-device-ethernet-get-s390-subchannels" href="libnm/NMDeviceEthernet.html#nm-device-ethernet-get-s390-subchannels"> -<ANCHOR id="NMDeviceEthernet.other_details" href="libnm/NMDeviceEthernet.html#NMDeviceEthernet.other_details"> -<ANCHOR id="NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS" href="libnm/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-ETHERNET-PERMANENT-HW-ADDRESS:CAPS" href="libnm/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-PERMANENT-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-ETHERNET-SPEED:CAPS" href="libnm/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-SPEED:CAPS"> -<ANCHOR id="NM-DEVICE-ETHERNET-CARRIER:CAPS" href="libnm/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-ETHERNET-S390-SUBCHANNELS:CAPS" href="libnm/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-S390-SUBCHANNELS:CAPS"> -<ANCHOR id="NMDeviceEthernet-struct" href="libnm/NMDeviceEthernet.html#NMDeviceEthernet-struct"> -<ANCHOR id="NMDeviceEthernet.property-details" href="libnm/NMDeviceEthernet.html#NMDeviceEthernet.property-details"> -<ANCHOR id="NMDeviceEthernet--carrier" href="libnm/NMDeviceEthernet.html#NMDeviceEthernet--carrier"> -<ANCHOR id="NMDeviceEthernet--hw-address" href="libnm/NMDeviceEthernet.html#NMDeviceEthernet--hw-address"> -<ANCHOR id="NMDeviceEthernet--perm-hw-address" href="libnm/NMDeviceEthernet.html#NMDeviceEthernet--perm-hw-address"> -<ANCHOR id="NMDeviceEthernet--s390-subchannels" href="libnm/NMDeviceEthernet.html#NMDeviceEthernet--s390-subchannels"> -<ANCHOR id="NMDeviceEthernet--speed" href="libnm/NMDeviceEthernet.html#NMDeviceEthernet--speed"> -<ANCHOR id="NMDeviceGeneric" href="libnm/NMDeviceGeneric.html"> -<ANCHOR id="NMDeviceGeneric.functions" href="libnm/NMDeviceGeneric.html#NMDeviceGeneric.functions"> -<ANCHOR id="NMDeviceGeneric.properties" href="libnm/NMDeviceGeneric.html#NMDeviceGeneric.properties"> -<ANCHOR id="NMDeviceGeneric.other" href="libnm/NMDeviceGeneric.html#NMDeviceGeneric.other"> -<ANCHOR id="NMDeviceGeneric.object-hierarchy" href="libnm/NMDeviceGeneric.html#NMDeviceGeneric.object-hierarchy"> -<ANCHOR id="NMDeviceGeneric.implemented-interfaces" href="libnm/NMDeviceGeneric.html#NMDeviceGeneric.implemented-interfaces"> -<ANCHOR id="NMDeviceGeneric.description" href="libnm/NMDeviceGeneric.html#NMDeviceGeneric.description"> -<ANCHOR id="NMDeviceGeneric.functions_details" href="libnm/NMDeviceGeneric.html#NMDeviceGeneric.functions_details"> -<ANCHOR id="nm-device-generic-get-hw-address" href="libnm/NMDeviceGeneric.html#nm-device-generic-get-hw-address"> -<ANCHOR id="NMDeviceGeneric.other_details" href="libnm/NMDeviceGeneric.html#NMDeviceGeneric.other_details"> -<ANCHOR id="NM-DEVICE-GENERIC-HW-ADDRESS:CAPS" href="libnm/NMDeviceGeneric.html#NM-DEVICE-GENERIC-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-GENERIC-TYPE-DESCRIPTION:CAPS" href="libnm/NMDeviceGeneric.html#NM-DEVICE-GENERIC-TYPE-DESCRIPTION:CAPS"> -<ANCHOR id="NMDeviceGeneric-struct" href="libnm/NMDeviceGeneric.html#NMDeviceGeneric-struct"> -<ANCHOR id="NMDeviceGeneric.property-details" href="libnm/NMDeviceGeneric.html#NMDeviceGeneric.property-details"> -<ANCHOR id="NMDeviceGeneric--hw-address" href="libnm/NMDeviceGeneric.html#NMDeviceGeneric--hw-address"> -<ANCHOR id="NMDeviceGeneric--type-description" href="libnm/NMDeviceGeneric.html#NMDeviceGeneric--type-description"> -<ANCHOR id="NMDeviceInfiniband" href="libnm/NMDeviceInfiniband.html"> -<ANCHOR id="NMDeviceInfiniband.functions" href="libnm/NMDeviceInfiniband.html#NMDeviceInfiniband.functions"> -<ANCHOR id="NMDeviceInfiniband.properties" href="libnm/NMDeviceInfiniband.html#NMDeviceInfiniband.properties"> -<ANCHOR id="NMDeviceInfiniband.other" href="libnm/NMDeviceInfiniband.html#NMDeviceInfiniband.other"> -<ANCHOR id="NMDeviceInfiniband.object-hierarchy" href="libnm/NMDeviceInfiniband.html#NMDeviceInfiniband.object-hierarchy"> -<ANCHOR id="NMDeviceInfiniband.implemented-interfaces" href="libnm/NMDeviceInfiniband.html#NMDeviceInfiniband.implemented-interfaces"> -<ANCHOR id="NMDeviceInfiniband.description" href="libnm/NMDeviceInfiniband.html#NMDeviceInfiniband.description"> -<ANCHOR id="NMDeviceInfiniband.functions_details" href="libnm/NMDeviceInfiniband.html#NMDeviceInfiniband.functions_details"> -<ANCHOR id="nm-device-infiniband-get-hw-address" href="libnm/NMDeviceInfiniband.html#nm-device-infiniband-get-hw-address"> -<ANCHOR id="nm-device-infiniband-get-carrier" href="libnm/NMDeviceInfiniband.html#nm-device-infiniband-get-carrier"> -<ANCHOR id="NMDeviceInfiniband.other_details" href="libnm/NMDeviceInfiniband.html#NMDeviceInfiniband.other_details"> -<ANCHOR id="NM-DEVICE-INFINIBAND-HW-ADDRESS:CAPS" href="libnm/NMDeviceInfiniband.html#NM-DEVICE-INFINIBAND-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-INFINIBAND-CARRIER:CAPS" href="libnm/NMDeviceInfiniband.html#NM-DEVICE-INFINIBAND-CARRIER:CAPS"> -<ANCHOR id="NMDeviceInfiniband-struct" href="libnm/NMDeviceInfiniband.html#NMDeviceInfiniband-struct"> -<ANCHOR id="NMDeviceInfiniband.property-details" href="libnm/NMDeviceInfiniband.html#NMDeviceInfiniband.property-details"> -<ANCHOR id="NMDeviceInfiniband--carrier" href="libnm/NMDeviceInfiniband.html#NMDeviceInfiniband--carrier"> -<ANCHOR id="NMDeviceInfiniband--hw-address" href="libnm/NMDeviceInfiniband.html#NMDeviceInfiniband--hw-address"> -<ANCHOR id="NMDeviceIPTunnel" href="libnm/NMDeviceIPTunnel.html"> -<ANCHOR id="NMDeviceIPTunnel.functions" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel.functions"> -<ANCHOR id="NMDeviceIPTunnel.properties" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel.properties"> -<ANCHOR id="NMDeviceIPTunnel.other" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel.other"> -<ANCHOR id="NMDeviceIPTunnel.object-hierarchy" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel.object-hierarchy"> -<ANCHOR id="NMDeviceIPTunnel.implemented-interfaces" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel.implemented-interfaces"> -<ANCHOR id="NMDeviceIPTunnel.description" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel.description"> -<ANCHOR id="NMDeviceIPTunnel.functions_details" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel.functions_details"> -<ANCHOR id="nm-device-ip-tunnel-get-parent" href="libnm/NMDeviceIPTunnel.html#nm-device-ip-tunnel-get-parent"> -<ANCHOR id="nm-device-ip-tunnel-get-mode" href="libnm/NMDeviceIPTunnel.html#nm-device-ip-tunnel-get-mode"> -<ANCHOR id="nm-device-ip-tunnel-get-local" href="libnm/NMDeviceIPTunnel.html#nm-device-ip-tunnel-get-local"> -<ANCHOR id="nm-device-ip-tunnel-get-remote" href="libnm/NMDeviceIPTunnel.html#nm-device-ip-tunnel-get-remote"> -<ANCHOR id="nm-device-ip-tunnel-get-ttl" href="libnm/NMDeviceIPTunnel.html#nm-device-ip-tunnel-get-ttl"> -<ANCHOR id="nm-device-ip-tunnel-get-tos" href="libnm/NMDeviceIPTunnel.html#nm-device-ip-tunnel-get-tos"> -<ANCHOR id="nm-device-ip-tunnel-get-path-mtu-discovery" href="libnm/NMDeviceIPTunnel.html#nm-device-ip-tunnel-get-path-mtu-discovery"> -<ANCHOR id="nm-device-ip-tunnel-get-input-key" href="libnm/NMDeviceIPTunnel.html#nm-device-ip-tunnel-get-input-key"> -<ANCHOR id="nm-device-ip-tunnel-get-output-key" href="libnm/NMDeviceIPTunnel.html#nm-device-ip-tunnel-get-output-key"> -<ANCHOR id="nm-device-ip-tunnel-get-encapsulation-limit" href="libnm/NMDeviceIPTunnel.html#nm-device-ip-tunnel-get-encapsulation-limit"> -<ANCHOR id="nm-device-ip-tunnel-get-flow-label" href="libnm/NMDeviceIPTunnel.html#nm-device-ip-tunnel-get-flow-label"> -<ANCHOR id="NMDeviceIPTunnel.other_details" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel.other_details"> -<ANCHOR id="NM-DEVICE-IP-TUNNEL-MODE:CAPS" href="libnm/NMDeviceIPTunnel.html#NM-DEVICE-IP-TUNNEL-MODE:CAPS"> -<ANCHOR id="NM-DEVICE-IP-TUNNEL-PARENT:CAPS" href="libnm/NMDeviceIPTunnel.html#NM-DEVICE-IP-TUNNEL-PARENT:CAPS"> -<ANCHOR id="NM-DEVICE-IP-TUNNEL-LOCAL:CAPS" href="libnm/NMDeviceIPTunnel.html#NM-DEVICE-IP-TUNNEL-LOCAL:CAPS"> -<ANCHOR id="NM-DEVICE-IP-TUNNEL-REMOTE:CAPS" href="libnm/NMDeviceIPTunnel.html#NM-DEVICE-IP-TUNNEL-REMOTE:CAPS"> -<ANCHOR id="NM-DEVICE-IP-TUNNEL-TTL:CAPS" href="libnm/NMDeviceIPTunnel.html#NM-DEVICE-IP-TUNNEL-TTL:CAPS"> -<ANCHOR id="NM-DEVICE-IP-TUNNEL-TOS:CAPS" href="libnm/NMDeviceIPTunnel.html#NM-DEVICE-IP-TUNNEL-TOS:CAPS"> -<ANCHOR id="NM-DEVICE-IP-TUNNEL-PATH-MTU-DISCOVERY:CAPS" href="libnm/NMDeviceIPTunnel.html#NM-DEVICE-IP-TUNNEL-PATH-MTU-DISCOVERY:CAPS"> -<ANCHOR id="NM-DEVICE-IP-TUNNEL-INPUT-KEY:CAPS" href="libnm/NMDeviceIPTunnel.html#NM-DEVICE-IP-TUNNEL-INPUT-KEY:CAPS"> -<ANCHOR id="NM-DEVICE-IP-TUNNEL-OUTPUT-KEY:CAPS" href="libnm/NMDeviceIPTunnel.html#NM-DEVICE-IP-TUNNEL-OUTPUT-KEY:CAPS"> -<ANCHOR id="NM-DEVICE-IP-TUNNEL-ENCAPSULATION-LIMIT:CAPS" href="libnm/NMDeviceIPTunnel.html#NM-DEVICE-IP-TUNNEL-ENCAPSULATION-LIMIT:CAPS"> -<ANCHOR id="NM-DEVICE-IP-TUNNEL-FLOW-LABEL:CAPS" href="libnm/NMDeviceIPTunnel.html#NM-DEVICE-IP-TUNNEL-FLOW-LABEL:CAPS"> -<ANCHOR id="NMDeviceIPTunnel-struct" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel-struct"> -<ANCHOR id="NMDeviceIPTunnel.property-details" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel.property-details"> -<ANCHOR id="NMDeviceIPTunnel--encapsulation-limit" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel--encapsulation-limit"> -<ANCHOR id="NMDeviceIPTunnel--flow-label" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel--flow-label"> -<ANCHOR id="NMDeviceIPTunnel--input-key" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel--input-key"> -<ANCHOR id="NMDeviceIPTunnel--local" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel--local"> -<ANCHOR id="NMDeviceIPTunnel--mode" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel--mode"> -<ANCHOR id="NMDeviceIPTunnel--output-key" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel--output-key"> -<ANCHOR id="NMDeviceIPTunnel--parent" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel--parent"> -<ANCHOR id="NMDeviceIPTunnel--path-mtu-discovery" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel--path-mtu-discovery"> -<ANCHOR id="NMDeviceIPTunnel--remote" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel--remote"> -<ANCHOR id="NMDeviceIPTunnel--tos" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel--tos"> -<ANCHOR id="NMDeviceIPTunnel--ttl" href="libnm/NMDeviceIPTunnel.html#NMDeviceIPTunnel--ttl"> -<ANCHOR id="NMDeviceMacvlan" href="libnm/NMDeviceMacvlan.html"> -<ANCHOR id="NMDeviceMacvlan.functions" href="libnm/NMDeviceMacvlan.html#NMDeviceMacvlan.functions"> -<ANCHOR id="NMDeviceMacvlan.properties" href="libnm/NMDeviceMacvlan.html#NMDeviceMacvlan.properties"> -<ANCHOR id="NMDeviceMacvlan.other" href="libnm/NMDeviceMacvlan.html#NMDeviceMacvlan.other"> -<ANCHOR id="NMDeviceMacvlan.object-hierarchy" href="libnm/NMDeviceMacvlan.html#NMDeviceMacvlan.object-hierarchy"> -<ANCHOR id="NMDeviceMacvlan.implemented-interfaces" href="libnm/NMDeviceMacvlan.html#NMDeviceMacvlan.implemented-interfaces"> -<ANCHOR id="NMDeviceMacvlan.description" href="libnm/NMDeviceMacvlan.html#NMDeviceMacvlan.description"> -<ANCHOR id="NMDeviceMacvlan.functions_details" href="libnm/NMDeviceMacvlan.html#NMDeviceMacvlan.functions_details"> -<ANCHOR id="nm-device-macvlan-get-parent" href="libnm/NMDeviceMacvlan.html#nm-device-macvlan-get-parent"> -<ANCHOR id="nm-device-macvlan-get-mode" href="libnm/NMDeviceMacvlan.html#nm-device-macvlan-get-mode"> -<ANCHOR id="nm-device-macvlan-get-no-promisc" href="libnm/NMDeviceMacvlan.html#nm-device-macvlan-get-no-promisc"> -<ANCHOR id="nm-device-macvlan-get-tap" href="libnm/NMDeviceMacvlan.html#nm-device-macvlan-get-tap"> -<ANCHOR id="nm-device-macvlan-get-hw-address" href="libnm/NMDeviceMacvlan.html#nm-device-macvlan-get-hw-address"> -<ANCHOR id="NMDeviceMacvlan.other_details" href="libnm/NMDeviceMacvlan.html#NMDeviceMacvlan.other_details"> -<ANCHOR id="NM-DEVICE-MACVLAN-PARENT:CAPS" href="libnm/NMDeviceMacvlan.html#NM-DEVICE-MACVLAN-PARENT:CAPS"> -<ANCHOR id="NM-DEVICE-MACVLAN-MODE:CAPS" href="libnm/NMDeviceMacvlan.html#NM-DEVICE-MACVLAN-MODE:CAPS"> -<ANCHOR id="NM-DEVICE-MACVLAN-NO-PROMISC:CAPS" href="libnm/NMDeviceMacvlan.html#NM-DEVICE-MACVLAN-NO-PROMISC:CAPS"> -<ANCHOR id="NM-DEVICE-MACVLAN-TAP:CAPS" href="libnm/NMDeviceMacvlan.html#NM-DEVICE-MACVLAN-TAP:CAPS"> -<ANCHOR id="NM-DEVICE-MACVLAN-HW-ADDRESS:CAPS" href="libnm/NMDeviceMacvlan.html#NM-DEVICE-MACVLAN-HW-ADDRESS:CAPS"> -<ANCHOR id="NMDeviceMacvlan-struct" href="libnm/NMDeviceMacvlan.html#NMDeviceMacvlan-struct"> -<ANCHOR id="NMDeviceMacvlan.property-details" href="libnm/NMDeviceMacvlan.html#NMDeviceMacvlan.property-details"> -<ANCHOR id="NMDeviceMacvlan--hw-address" href="libnm/NMDeviceMacvlan.html#NMDeviceMacvlan--hw-address"> -<ANCHOR id="NMDeviceMacvlan--mode" href="libnm/NMDeviceMacvlan.html#NMDeviceMacvlan--mode"> -<ANCHOR id="NMDeviceMacvlan--no-promisc" href="libnm/NMDeviceMacvlan.html#NMDeviceMacvlan--no-promisc"> -<ANCHOR id="NMDeviceMacvlan--parent" href="libnm/NMDeviceMacvlan.html#NMDeviceMacvlan--parent"> -<ANCHOR id="NMDeviceMacvlan--tap" href="libnm/NMDeviceMacvlan.html#NMDeviceMacvlan--tap"> -<ANCHOR id="NMDeviceModem" href="libnm/NMDeviceModem.html"> -<ANCHOR id="NMDeviceModem.functions" href="libnm/NMDeviceModem.html#NMDeviceModem.functions"> -<ANCHOR id="NMDeviceModem.properties" href="libnm/NMDeviceModem.html#NMDeviceModem.properties"> -<ANCHOR id="NMDeviceModem.other" href="libnm/NMDeviceModem.html#NMDeviceModem.other"> -<ANCHOR id="NMDeviceModem.object-hierarchy" href="libnm/NMDeviceModem.html#NMDeviceModem.object-hierarchy"> -<ANCHOR id="NMDeviceModem.implemented-interfaces" href="libnm/NMDeviceModem.html#NMDeviceModem.implemented-interfaces"> -<ANCHOR id="NMDeviceModem.description" href="libnm/NMDeviceModem.html#NMDeviceModem.description"> -<ANCHOR id="NMDeviceModem.functions_details" href="libnm/NMDeviceModem.html#NMDeviceModem.functions_details"> -<ANCHOR id="nm-device-modem-get-modem-capabilities" href="libnm/NMDeviceModem.html#nm-device-modem-get-modem-capabilities"> -<ANCHOR id="nm-device-modem-get-current-capabilities" href="libnm/NMDeviceModem.html#nm-device-modem-get-current-capabilities"> -<ANCHOR id="NMDeviceModem.other_details" href="libnm/NMDeviceModem.html#NMDeviceModem.other_details"> -<ANCHOR id="NM-DEVICE-MODEM-MODEM-CAPABILITIES:CAPS" href="libnm/NMDeviceModem.html#NM-DEVICE-MODEM-MODEM-CAPABILITIES:CAPS"> -<ANCHOR id="NM-DEVICE-MODEM-CURRENT-CAPABILITIES:CAPS" href="libnm/NMDeviceModem.html#NM-DEVICE-MODEM-CURRENT-CAPABILITIES:CAPS"> -<ANCHOR id="NMDeviceModem-struct" href="libnm/NMDeviceModem.html#NMDeviceModem-struct"> -<ANCHOR id="NMDeviceModem.property-details" href="libnm/NMDeviceModem.html#NMDeviceModem.property-details"> -<ANCHOR id="NMDeviceModem--current-capabilities" href="libnm/NMDeviceModem.html#NMDeviceModem--current-capabilities"> -<ANCHOR id="NMDeviceModem--modem-capabilities" href="libnm/NMDeviceModem.html#NMDeviceModem--modem-capabilities"> -<ANCHOR id="NMDeviceOlpcMesh" href="libnm/NMDeviceOlpcMesh.html"> -<ANCHOR id="NMDeviceOlpcMesh.functions" href="libnm/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.functions"> -<ANCHOR id="NMDeviceOlpcMesh.properties" href="libnm/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.properties"> -<ANCHOR id="NMDeviceOlpcMesh.other" href="libnm/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.other"> -<ANCHOR id="NMDeviceOlpcMesh.object-hierarchy" href="libnm/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.object-hierarchy"> -<ANCHOR id="NMDeviceOlpcMesh.implemented-interfaces" href="libnm/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.implemented-interfaces"> -<ANCHOR id="NMDeviceOlpcMesh.description" href="libnm/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.description"> -<ANCHOR id="NMDeviceOlpcMesh.functions_details" href="libnm/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.functions_details"> -<ANCHOR id="nm-device-olpc-mesh-get-hw-address" href="libnm/NMDeviceOlpcMesh.html#nm-device-olpc-mesh-get-hw-address"> -<ANCHOR id="nm-device-olpc-mesh-get-companion" href="libnm/NMDeviceOlpcMesh.html#nm-device-olpc-mesh-get-companion"> -<ANCHOR id="nm-device-olpc-mesh-get-active-channel" href="libnm/NMDeviceOlpcMesh.html#nm-device-olpc-mesh-get-active-channel"> -<ANCHOR id="NMDeviceOlpcMesh.other_details" href="libnm/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.other_details"> -<ANCHOR id="NM-DEVICE-OLPC-MESH-HW-ADDRESS:CAPS" href="libnm/NMDeviceOlpcMesh.html#NM-DEVICE-OLPC-MESH-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-OLPC-MESH-COMPANION:CAPS" href="libnm/NMDeviceOlpcMesh.html#NM-DEVICE-OLPC-MESH-COMPANION:CAPS"> -<ANCHOR id="NM-DEVICE-OLPC-MESH-ACTIVE-CHANNEL:CAPS" href="libnm/NMDeviceOlpcMesh.html#NM-DEVICE-OLPC-MESH-ACTIVE-CHANNEL:CAPS"> -<ANCHOR id="NMDeviceOlpcMesh-struct" href="libnm/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh-struct"> -<ANCHOR id="NMDeviceOlpcMesh.property-details" href="libnm/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh.property-details"> -<ANCHOR id="NMDeviceOlpcMesh--active-channel" href="libnm/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh--active-channel"> -<ANCHOR id="NMDeviceOlpcMesh--companion" href="libnm/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh--companion"> -<ANCHOR id="NMDeviceOlpcMesh--hw-address" href="libnm/NMDeviceOlpcMesh.html#NMDeviceOlpcMesh--hw-address"> -<ANCHOR id="NMDeviceTeam" href="libnm/NMDeviceTeam.html"> -<ANCHOR id="NMDeviceTeam.functions" href="libnm/NMDeviceTeam.html#NMDeviceTeam.functions"> -<ANCHOR id="NMDeviceTeam.properties" href="libnm/NMDeviceTeam.html#NMDeviceTeam.properties"> -<ANCHOR id="NMDeviceTeam.other" href="libnm/NMDeviceTeam.html#NMDeviceTeam.other"> -<ANCHOR id="NMDeviceTeam.object-hierarchy" href="libnm/NMDeviceTeam.html#NMDeviceTeam.object-hierarchy"> -<ANCHOR id="NMDeviceTeam.implemented-interfaces" href="libnm/NMDeviceTeam.html#NMDeviceTeam.implemented-interfaces"> -<ANCHOR id="NMDeviceTeam.description" href="libnm/NMDeviceTeam.html#NMDeviceTeam.description"> -<ANCHOR id="NMDeviceTeam.functions_details" href="libnm/NMDeviceTeam.html#NMDeviceTeam.functions_details"> -<ANCHOR id="nm-device-team-get-hw-address" href="libnm/NMDeviceTeam.html#nm-device-team-get-hw-address"> -<ANCHOR id="nm-device-team-get-carrier" href="libnm/NMDeviceTeam.html#nm-device-team-get-carrier"> -<ANCHOR id="nm-device-team-get-slaves" href="libnm/NMDeviceTeam.html#nm-device-team-get-slaves"> -<ANCHOR id="NMDeviceTeam.other_details" href="libnm/NMDeviceTeam.html#NMDeviceTeam.other_details"> -<ANCHOR id="NM-DEVICE-TEAM-HW-ADDRESS:CAPS" href="libnm/NMDeviceTeam.html#NM-DEVICE-TEAM-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-TEAM-CARRIER:CAPS" href="libnm/NMDeviceTeam.html#NM-DEVICE-TEAM-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-TEAM-SLAVES:CAPS" href="libnm/NMDeviceTeam.html#NM-DEVICE-TEAM-SLAVES:CAPS"> -<ANCHOR id="NMDeviceTeam-struct" href="libnm/NMDeviceTeam.html#NMDeviceTeam-struct"> -<ANCHOR id="NMDeviceTeam.property-details" href="libnm/NMDeviceTeam.html#NMDeviceTeam.property-details"> -<ANCHOR id="NMDeviceTeam--carrier" href="libnm/NMDeviceTeam.html#NMDeviceTeam--carrier"> -<ANCHOR id="NMDeviceTeam--hw-address" href="libnm/NMDeviceTeam.html#NMDeviceTeam--hw-address"> -<ANCHOR id="NMDeviceTeam--slaves" href="libnm/NMDeviceTeam.html#NMDeviceTeam--slaves"> -<ANCHOR id="NMDeviceTun" href="libnm/NMDeviceTun.html"> -<ANCHOR id="NMDeviceTun.functions" href="libnm/NMDeviceTun.html#NMDeviceTun.functions"> -<ANCHOR id="NMDeviceTun.properties" href="libnm/NMDeviceTun.html#NMDeviceTun.properties"> -<ANCHOR id="NMDeviceTun.other" href="libnm/NMDeviceTun.html#NMDeviceTun.other"> -<ANCHOR id="NMDeviceTun.object-hierarchy" href="libnm/NMDeviceTun.html#NMDeviceTun.object-hierarchy"> -<ANCHOR id="NMDeviceTun.implemented-interfaces" href="libnm/NMDeviceTun.html#NMDeviceTun.implemented-interfaces"> -<ANCHOR id="NMDeviceTun.description" href="libnm/NMDeviceTun.html#NMDeviceTun.description"> -<ANCHOR id="NMDeviceTun.functions_details" href="libnm/NMDeviceTun.html#NMDeviceTun.functions_details"> -<ANCHOR id="nm-device-tun-get-hw-address" href="libnm/NMDeviceTun.html#nm-device-tun-get-hw-address"> -<ANCHOR id="nm-device-tun-get-mode" href="libnm/NMDeviceTun.html#nm-device-tun-get-mode"> -<ANCHOR id="nm-device-tun-get-owner" href="libnm/NMDeviceTun.html#nm-device-tun-get-owner"> -<ANCHOR id="nm-device-tun-get-group" href="libnm/NMDeviceTun.html#nm-device-tun-get-group"> -<ANCHOR id="nm-device-tun-get-no-pi" href="libnm/NMDeviceTun.html#nm-device-tun-get-no-pi"> -<ANCHOR id="nm-device-tun-get-vnet-hdr" href="libnm/NMDeviceTun.html#nm-device-tun-get-vnet-hdr"> -<ANCHOR id="nm-device-tun-get-multi-queue" href="libnm/NMDeviceTun.html#nm-device-tun-get-multi-queue"> -<ANCHOR id="NMDeviceTun.other_details" href="libnm/NMDeviceTun.html#NMDeviceTun.other_details"> -<ANCHOR id="NM-DEVICE-TUN-HW-ADDRESS:CAPS" href="libnm/NMDeviceTun.html#NM-DEVICE-TUN-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-TUN-OWNER:CAPS" href="libnm/NMDeviceTun.html#NM-DEVICE-TUN-OWNER:CAPS"> -<ANCHOR id="NM-DEVICE-TUN-GROUP:CAPS" href="libnm/NMDeviceTun.html#NM-DEVICE-TUN-GROUP:CAPS"> -<ANCHOR id="NM-DEVICE-TUN-MODE:CAPS" href="libnm/NMDeviceTun.html#NM-DEVICE-TUN-MODE:CAPS"> -<ANCHOR id="NM-DEVICE-TUN-NO-PI:CAPS" href="libnm/NMDeviceTun.html#NM-DEVICE-TUN-NO-PI:CAPS"> -<ANCHOR id="NM-DEVICE-TUN-VNET-HDR:CAPS" href="libnm/NMDeviceTun.html#NM-DEVICE-TUN-VNET-HDR:CAPS"> -<ANCHOR id="NM-DEVICE-TUN-MULTI-QUEUE:CAPS" href="libnm/NMDeviceTun.html#NM-DEVICE-TUN-MULTI-QUEUE:CAPS"> -<ANCHOR id="NMDeviceTun-struct" href="libnm/NMDeviceTun.html#NMDeviceTun-struct"> -<ANCHOR id="NMDeviceTun.property-details" href="libnm/NMDeviceTun.html#NMDeviceTun.property-details"> -<ANCHOR id="NMDeviceTun--group" href="libnm/NMDeviceTun.html#NMDeviceTun--group"> -<ANCHOR id="NMDeviceTun--hw-address" href="libnm/NMDeviceTun.html#NMDeviceTun--hw-address"> -<ANCHOR id="NMDeviceTun--mode" href="libnm/NMDeviceTun.html#NMDeviceTun--mode"> -<ANCHOR id="NMDeviceTun--multi-queue" href="libnm/NMDeviceTun.html#NMDeviceTun--multi-queue"> -<ANCHOR id="NMDeviceTun--no-pi" href="libnm/NMDeviceTun.html#NMDeviceTun--no-pi"> -<ANCHOR id="NMDeviceTun--owner" href="libnm/NMDeviceTun.html#NMDeviceTun--owner"> -<ANCHOR id="NMDeviceTun--vnet-hdr" href="libnm/NMDeviceTun.html#NMDeviceTun--vnet-hdr"> -<ANCHOR id="NMDeviceVlan" href="libnm/NMDeviceVlan.html"> -<ANCHOR id="NMDeviceVlan.functions" href="libnm/NMDeviceVlan.html#NMDeviceVlan.functions"> -<ANCHOR id="NMDeviceVlan.properties" href="libnm/NMDeviceVlan.html#NMDeviceVlan.properties"> -<ANCHOR id="NMDeviceVlan.other" href="libnm/NMDeviceVlan.html#NMDeviceVlan.other"> -<ANCHOR id="NMDeviceVlan.object-hierarchy" href="libnm/NMDeviceVlan.html#NMDeviceVlan.object-hierarchy"> -<ANCHOR id="NMDeviceVlan.implemented-interfaces" href="libnm/NMDeviceVlan.html#NMDeviceVlan.implemented-interfaces"> -<ANCHOR id="NMDeviceVlan.description" href="libnm/NMDeviceVlan.html#NMDeviceVlan.description"> -<ANCHOR id="NMDeviceVlan.functions_details" href="libnm/NMDeviceVlan.html#NMDeviceVlan.functions_details"> -<ANCHOR id="nm-device-vlan-get-hw-address" href="libnm/NMDeviceVlan.html#nm-device-vlan-get-hw-address"> -<ANCHOR id="nm-device-vlan-get-carrier" href="libnm/NMDeviceVlan.html#nm-device-vlan-get-carrier"> -<ANCHOR id="nm-device-vlan-get-parent" href="libnm/NMDeviceVlan.html#nm-device-vlan-get-parent"> -<ANCHOR id="nm-device-vlan-get-vlan-id" href="libnm/NMDeviceVlan.html#nm-device-vlan-get-vlan-id"> -<ANCHOR id="NMDeviceVlan.other_details" href="libnm/NMDeviceVlan.html#NMDeviceVlan.other_details"> -<ANCHOR id="NM-DEVICE-VLAN-HW-ADDRESS:CAPS" href="libnm/NMDeviceVlan.html#NM-DEVICE-VLAN-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-VLAN-CARRIER:CAPS" href="libnm/NMDeviceVlan.html#NM-DEVICE-VLAN-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-VLAN-PARENT:CAPS" href="libnm/NMDeviceVlan.html#NM-DEVICE-VLAN-PARENT:CAPS"> -<ANCHOR id="NM-DEVICE-VLAN-VLAN-ID:CAPS" href="libnm/NMDeviceVlan.html#NM-DEVICE-VLAN-VLAN-ID:CAPS"> -<ANCHOR id="NMDeviceVlan-struct" href="libnm/NMDeviceVlan.html#NMDeviceVlan-struct"> -<ANCHOR id="NMDeviceVlan.property-details" href="libnm/NMDeviceVlan.html#NMDeviceVlan.property-details"> -<ANCHOR id="NMDeviceVlan--carrier" href="libnm/NMDeviceVlan.html#NMDeviceVlan--carrier"> -<ANCHOR id="NMDeviceVlan--hw-address" href="libnm/NMDeviceVlan.html#NMDeviceVlan--hw-address"> -<ANCHOR id="NMDeviceVlan--parent" href="libnm/NMDeviceVlan.html#NMDeviceVlan--parent"> -<ANCHOR id="NMDeviceVlan--vlan-id" href="libnm/NMDeviceVlan.html#NMDeviceVlan--vlan-id"> -<ANCHOR id="NMDeviceVxlan" href="libnm/NMDeviceVxlan.html"> -<ANCHOR id="NMDeviceVxlan.functions" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan.functions"> -<ANCHOR id="NMDeviceVxlan.properties" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan.properties"> -<ANCHOR id="NMDeviceVxlan.other" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan.other"> -<ANCHOR id="NMDeviceVxlan.object-hierarchy" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan.object-hierarchy"> -<ANCHOR id="NMDeviceVxlan.implemented-interfaces" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan.implemented-interfaces"> -<ANCHOR id="NMDeviceVxlan.description" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan.description"> -<ANCHOR id="NMDeviceVxlan.functions_details" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan.functions_details"> -<ANCHOR id="nm-device-vxlan-get-hw-address" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-hw-address"> -<ANCHOR id="nm-device-vxlan-get-carrier" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-carrier"> -<ANCHOR id="nm-device-vxlan-get-parent" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-parent"> -<ANCHOR id="nm-device-vxlan-get-id" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-id"> -<ANCHOR id="nm-device-vxlan-get-group" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-group"> -<ANCHOR id="nm-device-vxlan-get-local" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-local"> -<ANCHOR id="nm-device-vxlan-get-src-port-min" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-src-port-min"> -<ANCHOR id="nm-device-vxlan-get-src-port-max" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-src-port-max"> -<ANCHOR id="nm-device-vxlan-get-dst-port" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-dst-port"> -<ANCHOR id="nm-device-vxlan-get-learning" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-learning"> -<ANCHOR id="nm-device-vxlan-get-ageing" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-ageing"> -<ANCHOR id="nm-device-vxlan-get-tos" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-tos"> -<ANCHOR id="nm-device-vxlan-get-ttl" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-ttl"> -<ANCHOR id="nm-device-vxlan-get-limit" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-limit"> -<ANCHOR id="nm-device-vxlan-get-proxy" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-proxy"> -<ANCHOR id="nm-device-vxlan-get-rsc" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-rsc"> -<ANCHOR id="nm-device-vxlan-get-l2miss" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-l2miss"> -<ANCHOR id="nm-device-vxlan-get-l3miss" href="libnm/NMDeviceVxlan.html#nm-device-vxlan-get-l3miss"> -<ANCHOR id="NMDeviceVxlan.other_details" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan.other_details"> -<ANCHOR id="NM-DEVICE-VXLAN-HW-ADDRESS:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-CARRIER:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-CARRIER:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-PARENT:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-PARENT:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-ID:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-ID:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-GROUP:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-GROUP:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-LOCAL:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-LOCAL:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-SRC-PORT-MIN:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-SRC-PORT-MIN:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-SRC-PORT-MAX:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-SRC-PORT-MAX:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-LEARNING:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-LEARNING:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-AGEING:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-AGEING:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-TOS:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-TOS:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-TTL:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-TTL:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-LIMIT:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-LIMIT:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-PROXY:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-PROXY:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-RSC:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-RSC:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-L2MISS:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-L2MISS:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-L3MISS:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-L3MISS:CAPS"> -<ANCHOR id="NM-DEVICE-VXLAN-DST-PORT:CAPS" href="libnm/NMDeviceVxlan.html#NM-DEVICE-VXLAN-DST-PORT:CAPS"> -<ANCHOR id="NMDeviceVxlan-struct" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan-struct"> -<ANCHOR id="NMDeviceVxlan.property-details" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan.property-details"> -<ANCHOR id="NMDeviceVxlan--ageing" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--ageing"> -<ANCHOR id="NMDeviceVxlan--carrier" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--carrier"> -<ANCHOR id="NMDeviceVxlan--dst-port" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--dst-port"> -<ANCHOR id="NMDeviceVxlan--group" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--group"> -<ANCHOR id="NMDeviceVxlan--hw-address" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--hw-address"> -<ANCHOR id="NMDeviceVxlan--id" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--id"> -<ANCHOR id="NMDeviceVxlan--l2miss" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--l2miss"> -<ANCHOR id="NMDeviceVxlan--l3miss" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--l3miss"> -<ANCHOR id="NMDeviceVxlan--learning" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--learning"> -<ANCHOR id="NMDeviceVxlan--limit" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--limit"> -<ANCHOR id="NMDeviceVxlan--local" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--local"> -<ANCHOR id="NMDeviceVxlan--parent" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--parent"> -<ANCHOR id="NMDeviceVxlan--proxy" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--proxy"> -<ANCHOR id="NMDeviceVxlan--rsc" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--rsc"> -<ANCHOR id="NMDeviceVxlan--src-port-max" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--src-port-max"> -<ANCHOR id="NMDeviceVxlan--src-port-min" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--src-port-min"> -<ANCHOR id="NMDeviceVxlan--tos" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--tos"> -<ANCHOR id="NMDeviceVxlan--ttl" href="libnm/NMDeviceVxlan.html#NMDeviceVxlan--ttl"> -<ANCHOR id="NMDeviceWifi" href="libnm/NMDeviceWifi.html"> -<ANCHOR id="NMDeviceWifi.functions" href="libnm/NMDeviceWifi.html#NMDeviceWifi.functions"> -<ANCHOR id="NMDeviceWifi.properties" href="libnm/NMDeviceWifi.html#NMDeviceWifi.properties"> -<ANCHOR id="NMDeviceWifi.signals" href="libnm/NMDeviceWifi.html#NMDeviceWifi.signals"> -<ANCHOR id="NMDeviceWifi.other" href="libnm/NMDeviceWifi.html#NMDeviceWifi.other"> -<ANCHOR id="NMDeviceWifi.object-hierarchy" href="libnm/NMDeviceWifi.html#NMDeviceWifi.object-hierarchy"> -<ANCHOR id="NMDeviceWifi.implemented-interfaces" href="libnm/NMDeviceWifi.html#NMDeviceWifi.implemented-interfaces"> -<ANCHOR id="NMDeviceWifi.description" href="libnm/NMDeviceWifi.html#NMDeviceWifi.description"> -<ANCHOR id="NMDeviceWifi.functions_details" href="libnm/NMDeviceWifi.html#NMDeviceWifi.functions_details"> -<ANCHOR id="nm-device-wifi-get-hw-address" href="libnm/NMDeviceWifi.html#nm-device-wifi-get-hw-address"> -<ANCHOR id="nm-device-wifi-get-permanent-hw-address" href="libnm/NMDeviceWifi.html#nm-device-wifi-get-permanent-hw-address"> -<ANCHOR id="nm-device-wifi-get-mode" href="libnm/NMDeviceWifi.html#nm-device-wifi-get-mode"> -<ANCHOR id="nm-device-wifi-get-bitrate" href="libnm/NMDeviceWifi.html#nm-device-wifi-get-bitrate"> -<ANCHOR id="nm-device-wifi-get-capabilities" href="libnm/NMDeviceWifi.html#nm-device-wifi-get-capabilities"> -<ANCHOR id="nm-device-wifi-get-active-access-point" href="libnm/NMDeviceWifi.html#nm-device-wifi-get-active-access-point"> -<ANCHOR id="nm-device-wifi-get-access-point-by-path" href="libnm/NMDeviceWifi.html#nm-device-wifi-get-access-point-by-path"> -<ANCHOR id="nm-device-wifi-get-access-points" href="libnm/NMDeviceWifi.html#nm-device-wifi-get-access-points"> -<ANCHOR id="nm-device-wifi-request-scan" href="libnm/NMDeviceWifi.html#nm-device-wifi-request-scan"> -<ANCHOR id="nm-device-wifi-request-scan-options" href="libnm/NMDeviceWifi.html#nm-device-wifi-request-scan-options"> -<ANCHOR id="nm-device-wifi-request-scan-async" href="libnm/NMDeviceWifi.html#nm-device-wifi-request-scan-async"> -<ANCHOR id="nm-device-wifi-request-scan-options-async" href="libnm/NMDeviceWifi.html#nm-device-wifi-request-scan-options-async"> -<ANCHOR id="nm-device-wifi-request-scan-finish" href="libnm/NMDeviceWifi.html#nm-device-wifi-request-scan-finish"> -<ANCHOR id="NMDeviceWifi.other_details" href="libnm/NMDeviceWifi.html#NMDeviceWifi.other_details"> -<ANCHOR id="NM-DEVICE-WIFI-HW-ADDRESS:CAPS" href="libnm/NMDeviceWifi.html#NM-DEVICE-WIFI-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-PERMANENT-HW-ADDRESS:CAPS" href="libnm/NMDeviceWifi.html#NM-DEVICE-WIFI-PERMANENT-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-MODE:CAPS" href="libnm/NMDeviceWifi.html#NM-DEVICE-WIFI-MODE:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-BITRATE:CAPS" href="libnm/NMDeviceWifi.html#NM-DEVICE-WIFI-BITRATE:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS" href="libnm/NMDeviceWifi.html#NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-CAPABILITIES:CAPS" href="libnm/NMDeviceWifi.html#NM-DEVICE-WIFI-CAPABILITIES:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-ACCESS-POINTS:CAPS" href="libnm/NMDeviceWifi.html#NM-DEVICE-WIFI-ACCESS-POINTS:CAPS"> -<ANCHOR id="NMDeviceWifi-struct" href="libnm/NMDeviceWifi.html#NMDeviceWifi-struct"> -<ANCHOR id="NMDeviceWifi.property-details" href="libnm/NMDeviceWifi.html#NMDeviceWifi.property-details"> -<ANCHOR id="NMDeviceWifi--access-points" href="libnm/NMDeviceWifi.html#NMDeviceWifi--access-points"> -<ANCHOR id="NMDeviceWifi--active-access-point" href="libnm/NMDeviceWifi.html#NMDeviceWifi--active-access-point"> -<ANCHOR id="NMDeviceWifi--bitrate" href="libnm/NMDeviceWifi.html#NMDeviceWifi--bitrate"> -<ANCHOR id="NMDeviceWifi--hw-address" href="libnm/NMDeviceWifi.html#NMDeviceWifi--hw-address"> -<ANCHOR id="NMDeviceWifi--mode" href="libnm/NMDeviceWifi.html#NMDeviceWifi--mode"> -<ANCHOR id="NMDeviceWifi--perm-hw-address" href="libnm/NMDeviceWifi.html#NMDeviceWifi--perm-hw-address"> -<ANCHOR id="NMDeviceWifi--wireless-capabilities" href="libnm/NMDeviceWifi.html#NMDeviceWifi--wireless-capabilities"> -<ANCHOR id="NMDeviceWifi.signal-details" href="libnm/NMDeviceWifi.html#NMDeviceWifi.signal-details"> -<ANCHOR id="NMDeviceWifi-access-point-added" href="libnm/NMDeviceWifi.html#NMDeviceWifi-access-point-added"> -<ANCHOR id="NMDeviceWifi-access-point-removed" href="libnm/NMDeviceWifi.html#NMDeviceWifi-access-point-removed"> -<ANCHOR id="NMDeviceWimax" href="libnm/NMDeviceWimax.html"> -<ANCHOR id="NMDeviceWimax.functions" href="libnm/NMDeviceWimax.html#NMDeviceWimax.functions"> -<ANCHOR id="NMDeviceWimax.properties" href="libnm/NMDeviceWimax.html#NMDeviceWimax.properties"> -<ANCHOR id="NMDeviceWimax.signals" href="libnm/NMDeviceWimax.html#NMDeviceWimax.signals"> -<ANCHOR id="NMDeviceWimax.other" href="libnm/NMDeviceWimax.html#NMDeviceWimax.other"> -<ANCHOR id="NMDeviceWimax.object-hierarchy" href="libnm/NMDeviceWimax.html#NMDeviceWimax.object-hierarchy"> -<ANCHOR id="NMDeviceWimax.implemented-interfaces" href="libnm/NMDeviceWimax.html#NMDeviceWimax.implemented-interfaces"> -<ANCHOR id="NMDeviceWimax.description" href="libnm/NMDeviceWimax.html#NMDeviceWimax.description"> -<ANCHOR id="NMDeviceWimax.functions_details" href="libnm/NMDeviceWimax.html#NMDeviceWimax.functions_details"> -<ANCHOR id="nm-device-wimax-get-hw-address" href="libnm/NMDeviceWimax.html#nm-device-wimax-get-hw-address"> -<ANCHOR id="nm-device-wimax-get-active-nsp" href="libnm/NMDeviceWimax.html#nm-device-wimax-get-active-nsp"> -<ANCHOR id="nm-device-wimax-get-nsp-by-path" href="libnm/NMDeviceWimax.html#nm-device-wimax-get-nsp-by-path"> -<ANCHOR id="nm-device-wimax-get-nsps" href="libnm/NMDeviceWimax.html#nm-device-wimax-get-nsps"> -<ANCHOR id="nm-device-wimax-get-center-frequency" href="libnm/NMDeviceWimax.html#nm-device-wimax-get-center-frequency"> -<ANCHOR id="nm-device-wimax-get-rssi" href="libnm/NMDeviceWimax.html#nm-device-wimax-get-rssi"> -<ANCHOR id="nm-device-wimax-get-cinr" href="libnm/NMDeviceWimax.html#nm-device-wimax-get-cinr"> -<ANCHOR id="nm-device-wimax-get-tx-power" href="libnm/NMDeviceWimax.html#nm-device-wimax-get-tx-power"> -<ANCHOR id="nm-device-wimax-get-bsid" href="libnm/NMDeviceWimax.html#nm-device-wimax-get-bsid"> -<ANCHOR id="NMDeviceWimax.other_details" href="libnm/NMDeviceWimax.html#NMDeviceWimax.other_details"> -<ANCHOR id="NM-DEVICE-WIMAX-HW-ADDRESS:CAPS" href="libnm/NMDeviceWimax.html#NM-DEVICE-WIMAX-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-ACTIVE-NSP:CAPS" href="libnm/NMDeviceWimax.html#NM-DEVICE-WIMAX-ACTIVE-NSP:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-CENTER-FREQUENCY:CAPS" href="libnm/NMDeviceWimax.html#NM-DEVICE-WIMAX-CENTER-FREQUENCY:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-RSSI:CAPS" href="libnm/NMDeviceWimax.html#NM-DEVICE-WIMAX-RSSI:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-CINR:CAPS" href="libnm/NMDeviceWimax.html#NM-DEVICE-WIMAX-CINR:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-TX-POWER:CAPS" href="libnm/NMDeviceWimax.html#NM-DEVICE-WIMAX-TX-POWER:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-BSID:CAPS" href="libnm/NMDeviceWimax.html#NM-DEVICE-WIMAX-BSID:CAPS"> -<ANCHOR id="NM-DEVICE-WIMAX-NSPS:CAPS" href="libnm/NMDeviceWimax.html#NM-DEVICE-WIMAX-NSPS:CAPS"> -<ANCHOR id="NMDeviceWimax-struct" href="libnm/NMDeviceWimax.html#NMDeviceWimax-struct"> -<ANCHOR id="NMDeviceWimax.property-details" href="libnm/NMDeviceWimax.html#NMDeviceWimax.property-details"> -<ANCHOR id="NMDeviceWimax--active-nsp" href="libnm/NMDeviceWimax.html#NMDeviceWimax--active-nsp"> -<ANCHOR id="NMDeviceWimax--bsid" href="libnm/NMDeviceWimax.html#NMDeviceWimax--bsid"> -<ANCHOR id="NMDeviceWimax--center-frequency" href="libnm/NMDeviceWimax.html#NMDeviceWimax--center-frequency"> -<ANCHOR id="NMDeviceWimax--cinr" href="libnm/NMDeviceWimax.html#NMDeviceWimax--cinr"> -<ANCHOR id="NMDeviceWimax--hw-address" href="libnm/NMDeviceWimax.html#NMDeviceWimax--hw-address"> -<ANCHOR id="NMDeviceWimax--nsps" href="libnm/NMDeviceWimax.html#NMDeviceWimax--nsps"> -<ANCHOR id="NMDeviceWimax--rssi" href="libnm/NMDeviceWimax.html#NMDeviceWimax--rssi"> -<ANCHOR id="NMDeviceWimax--tx-power" href="libnm/NMDeviceWimax.html#NMDeviceWimax--tx-power"> -<ANCHOR id="NMDeviceWimax.signal-details" href="libnm/NMDeviceWimax.html#NMDeviceWimax.signal-details"> -<ANCHOR id="NMDeviceWimax-nsp-added" href="libnm/NMDeviceWimax.html#NMDeviceWimax-nsp-added"> -<ANCHOR id="NMDeviceWimax-nsp-removed" href="libnm/NMDeviceWimax.html#NMDeviceWimax-nsp-removed"> -<ANCHOR id="NMActiveConnection" href="libnm/NMActiveConnection.html"> -<ANCHOR id="NMActiveConnection.functions" href="libnm/NMActiveConnection.html#NMActiveConnection.functions"> -<ANCHOR id="NMActiveConnection.properties" href="libnm/NMActiveConnection.html#NMActiveConnection.properties"> -<ANCHOR id="NMActiveConnection.other" href="libnm/NMActiveConnection.html#NMActiveConnection.other"> -<ANCHOR id="NMActiveConnection.object-hierarchy" href="libnm/NMActiveConnection.html#NMActiveConnection.object-hierarchy"> -<ANCHOR id="NMActiveConnection.implemented-interfaces" href="libnm/NMActiveConnection.html#NMActiveConnection.implemented-interfaces"> -<ANCHOR id="NMActiveConnection.description" href="libnm/NMActiveConnection.html#NMActiveConnection.description"> -<ANCHOR id="NMActiveConnection.functions_details" href="libnm/NMActiveConnection.html#NMActiveConnection.functions_details"> -<ANCHOR id="nm-active-connection-get-connection" href="libnm/NMActiveConnection.html#nm-active-connection-get-connection"> -<ANCHOR id="nm-active-connection-get-id" href="libnm/NMActiveConnection.html#nm-active-connection-get-id"> -<ANCHOR id="nm-active-connection-get-uuid" href="libnm/NMActiveConnection.html#nm-active-connection-get-uuid"> -<ANCHOR id="nm-active-connection-get-connection-type" href="libnm/NMActiveConnection.html#nm-active-connection-get-connection-type"> -<ANCHOR id="nm-active-connection-get-specific-object-path" href="libnm/NMActiveConnection.html#nm-active-connection-get-specific-object-path"> -<ANCHOR id="nm-active-connection-get-devices" href="libnm/NMActiveConnection.html#nm-active-connection-get-devices"> -<ANCHOR id="nm-active-connection-get-state" href="libnm/NMActiveConnection.html#nm-active-connection-get-state"> -<ANCHOR id="nm-active-connection-get-master" href="libnm/NMActiveConnection.html#nm-active-connection-get-master"> -<ANCHOR id="nm-active-connection-get-default" href="libnm/NMActiveConnection.html#nm-active-connection-get-default"> -<ANCHOR id="nm-active-connection-get-ip4-config" href="libnm/NMActiveConnection.html#nm-active-connection-get-ip4-config"> -<ANCHOR id="nm-active-connection-get-dhcp4-config" href="libnm/NMActiveConnection.html#nm-active-connection-get-dhcp4-config"> -<ANCHOR id="nm-active-connection-get-default6" href="libnm/NMActiveConnection.html#nm-active-connection-get-default6"> -<ANCHOR id="nm-active-connection-get-ip6-config" href="libnm/NMActiveConnection.html#nm-active-connection-get-ip6-config"> -<ANCHOR id="nm-active-connection-get-dhcp6-config" href="libnm/NMActiveConnection.html#nm-active-connection-get-dhcp6-config"> -<ANCHOR id="nm-active-connection-get-vpn" href="libnm/NMActiveConnection.html#nm-active-connection-get-vpn"> -<ANCHOR id="NMActiveConnection.other_details" href="libnm/NMActiveConnection.html#NMActiveConnection.other_details"> -<ANCHOR id="NM-ACTIVE-CONNECTION-CONNECTION:CAPS" href="libnm/NMActiveConnection.html#NM-ACTIVE-CONNECTION-CONNECTION:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-ID:CAPS" href="libnm/NMActiveConnection.html#NM-ACTIVE-CONNECTION-ID:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-UUID:CAPS" href="libnm/NMActiveConnection.html#NM-ACTIVE-CONNECTION-UUID:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-TYPE:CAPS" href="libnm/NMActiveConnection.html#NM-ACTIVE-CONNECTION-TYPE:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT-PATH:CAPS" href="libnm/NMActiveConnection.html#NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT-PATH:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-DEVICES:CAPS" href="libnm/NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEVICES:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE:CAPS" href="libnm/NMActiveConnection.html#NM-ACTIVE-CONNECTION-STATE:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-DEFAULT:CAPS" href="libnm/NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEFAULT:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-IP4-CONFIG:CAPS" href="libnm/NMActiveConnection.html#NM-ACTIVE-CONNECTION-IP4-CONFIG:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-DHCP4-CONFIG:CAPS" href="libnm/NMActiveConnection.html#NM-ACTIVE-CONNECTION-DHCP4-CONFIG:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-DEFAULT6:CAPS" href="libnm/NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEFAULT6:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-IP6-CONFIG:CAPS" href="libnm/NMActiveConnection.html#NM-ACTIVE-CONNECTION-IP6-CONFIG:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-DHCP6-CONFIG:CAPS" href="libnm/NMActiveConnection.html#NM-ACTIVE-CONNECTION-DHCP6-CONFIG:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-VPN:CAPS" href="libnm/NMActiveConnection.html#NM-ACTIVE-CONNECTION-VPN:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-MASTER:CAPS" href="libnm/NMActiveConnection.html#NM-ACTIVE-CONNECTION-MASTER:CAPS"> -<ANCHOR id="NMActiveConnection-struct" href="libnm/NMActiveConnection.html#NMActiveConnection-struct"> -<ANCHOR id="NMActiveConnection.property-details" href="libnm/NMActiveConnection.html#NMActiveConnection.property-details"> -<ANCHOR id="NMActiveConnection--connection" href="libnm/NMActiveConnection.html#NMActiveConnection--connection"> -<ANCHOR id="NMActiveConnection--default" href="libnm/NMActiveConnection.html#NMActiveConnection--default"> -<ANCHOR id="NMActiveConnection--default6" href="libnm/NMActiveConnection.html#NMActiveConnection--default6"> -<ANCHOR id="NMActiveConnection--devices" href="libnm/NMActiveConnection.html#NMActiveConnection--devices"> -<ANCHOR id="NMActiveConnection--dhcp4-config" href="libnm/NMActiveConnection.html#NMActiveConnection--dhcp4-config"> -<ANCHOR id="NMActiveConnection--dhcp6-config" href="libnm/NMActiveConnection.html#NMActiveConnection--dhcp6-config"> -<ANCHOR id="NMActiveConnection--id" href="libnm/NMActiveConnection.html#NMActiveConnection--id"> -<ANCHOR id="NMActiveConnection--ip4-config" href="libnm/NMActiveConnection.html#NMActiveConnection--ip4-config"> -<ANCHOR id="NMActiveConnection--ip6-config" href="libnm/NMActiveConnection.html#NMActiveConnection--ip6-config"> -<ANCHOR id="NMActiveConnection--master" href="libnm/NMActiveConnection.html#NMActiveConnection--master"> -<ANCHOR id="NMActiveConnection--specific-object-path" href="libnm/NMActiveConnection.html#NMActiveConnection--specific-object-path"> -<ANCHOR id="NMActiveConnection--state" href="libnm/NMActiveConnection.html#NMActiveConnection--state"> -<ANCHOR id="NMActiveConnection--type" href="libnm/NMActiveConnection.html#NMActiveConnection--type"> -<ANCHOR id="NMActiveConnection--uuid" href="libnm/NMActiveConnection.html#NMActiveConnection--uuid"> -<ANCHOR id="NMActiveConnection--vpn" href="libnm/NMActiveConnection.html#NMActiveConnection--vpn"> -<ANCHOR id="NMVpnConnection" href="libnm/NMVpnConnection.html"> -<ANCHOR id="NMVpnConnection.functions" href="libnm/NMVpnConnection.html#NMVpnConnection.functions"> -<ANCHOR id="NMVpnConnection.properties" href="libnm/NMVpnConnection.html#NMVpnConnection.properties"> -<ANCHOR id="NMVpnConnection.signals" href="libnm/NMVpnConnection.html#NMVpnConnection.signals"> -<ANCHOR id="NMVpnConnection.other" href="libnm/NMVpnConnection.html#NMVpnConnection.other"> -<ANCHOR id="NMVpnConnection.object-hierarchy" href="libnm/NMVpnConnection.html#NMVpnConnection.object-hierarchy"> -<ANCHOR id="NMVpnConnection.implemented-interfaces" href="libnm/NMVpnConnection.html#NMVpnConnection.implemented-interfaces"> -<ANCHOR id="NMVpnConnection.description" href="libnm/NMVpnConnection.html#NMVpnConnection.description"> -<ANCHOR id="NMVpnConnection.functions_details" href="libnm/NMVpnConnection.html#NMVpnConnection.functions_details"> -<ANCHOR id="nm-vpn-connection-get-vpn-state" href="libnm/NMVpnConnection.html#nm-vpn-connection-get-vpn-state"> -<ANCHOR id="nm-vpn-connection-get-banner" href="libnm/NMVpnConnection.html#nm-vpn-connection-get-banner"> -<ANCHOR id="NMVpnConnection.other_details" href="libnm/NMVpnConnection.html#NMVpnConnection.other_details"> -<ANCHOR id="NM-VPN-CONNECTION-VPN-STATE:CAPS" href="libnm/NMVpnConnection.html#NM-VPN-CONNECTION-VPN-STATE:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-BANNER:CAPS" href="libnm/NMVpnConnection.html#NM-VPN-CONNECTION-BANNER:CAPS"> -<ANCHOR id="NMVpnConnection-struct" href="libnm/NMVpnConnection.html#NMVpnConnection-struct"> -<ANCHOR id="NMVpnConnection.property-details" href="libnm/NMVpnConnection.html#NMVpnConnection.property-details"> -<ANCHOR id="NMVpnConnection--banner" href="libnm/NMVpnConnection.html#NMVpnConnection--banner"> -<ANCHOR id="NMVpnConnection--vpn-state" href="libnm/NMVpnConnection.html#NMVpnConnection--vpn-state"> -<ANCHOR id="NMVpnConnection.signal-details" href="libnm/NMVpnConnection.html#NMVpnConnection.signal-details"> -<ANCHOR id="NMVpnConnection-vpn-state-changed" href="libnm/NMVpnConnection.html#NMVpnConnection-vpn-state-changed"> -<ANCHOR id="NMRemoteConnection" href="libnm/NMRemoteConnection.html"> -<ANCHOR id="NMRemoteConnection.functions" href="libnm/NMRemoteConnection.html#NMRemoteConnection.functions"> -<ANCHOR id="NMRemoteConnection.properties" href="libnm/NMRemoteConnection.html#NMRemoteConnection.properties"> -<ANCHOR id="NMRemoteConnection.other" href="libnm/NMRemoteConnection.html#NMRemoteConnection.other"> -<ANCHOR id="NMRemoteConnection.object-hierarchy" href="libnm/NMRemoteConnection.html#NMRemoteConnection.object-hierarchy"> -<ANCHOR id="NMRemoteConnection.implemented-interfaces" href="libnm/NMRemoteConnection.html#NMRemoteConnection.implemented-interfaces"> -<ANCHOR id="NMRemoteConnection.description" href="libnm/NMRemoteConnection.html#NMRemoteConnection.description"> -<ANCHOR id="NMRemoteConnection.functions_details" href="libnm/NMRemoteConnection.html#NMRemoteConnection.functions_details"> -<ANCHOR id="nm-remote-connection-commit-changes" href="libnm/NMRemoteConnection.html#nm-remote-connection-commit-changes"> -<ANCHOR id="nm-remote-connection-commit-changes-async" href="libnm/NMRemoteConnection.html#nm-remote-connection-commit-changes-async"> -<ANCHOR id="nm-remote-connection-commit-changes-finish" href="libnm/NMRemoteConnection.html#nm-remote-connection-commit-changes-finish"> -<ANCHOR id="nm-remote-connection-save" href="libnm/NMRemoteConnection.html#nm-remote-connection-save"> -<ANCHOR id="nm-remote-connection-save-async" href="libnm/NMRemoteConnection.html#nm-remote-connection-save-async"> -<ANCHOR id="nm-remote-connection-save-finish" href="libnm/NMRemoteConnection.html#nm-remote-connection-save-finish"> -<ANCHOR id="nm-remote-connection-delete" href="libnm/NMRemoteConnection.html#nm-remote-connection-delete"> -<ANCHOR id="nm-remote-connection-delete-async" href="libnm/NMRemoteConnection.html#nm-remote-connection-delete-async"> -<ANCHOR id="nm-remote-connection-delete-finish" href="libnm/NMRemoteConnection.html#nm-remote-connection-delete-finish"> -<ANCHOR id="nm-remote-connection-get-secrets" href="libnm/NMRemoteConnection.html#nm-remote-connection-get-secrets"> -<ANCHOR id="nm-remote-connection-get-secrets-async" href="libnm/NMRemoteConnection.html#nm-remote-connection-get-secrets-async"> -<ANCHOR id="nm-remote-connection-get-secrets-finish" href="libnm/NMRemoteConnection.html#nm-remote-connection-get-secrets-finish"> -<ANCHOR id="nm-remote-connection-get-unsaved" href="libnm/NMRemoteConnection.html#nm-remote-connection-get-unsaved"> -<ANCHOR id="nm-remote-connection-get-visible" href="libnm/NMRemoteConnection.html#nm-remote-connection-get-visible"> -<ANCHOR id="NMRemoteConnection.other_details" href="libnm/NMRemoteConnection.html#NMRemoteConnection.other_details"> -<ANCHOR id="NM-REMOTE-CONNECTION-DBUS-CONNECTION:CAPS" href="libnm/NMRemoteConnection.html#NM-REMOTE-CONNECTION-DBUS-CONNECTION:CAPS"> -<ANCHOR id="NM-REMOTE-CONNECTION-PATH:CAPS" href="libnm/NMRemoteConnection.html#NM-REMOTE-CONNECTION-PATH:CAPS"> -<ANCHOR id="NM-REMOTE-CONNECTION-UNSAVED:CAPS" href="libnm/NMRemoteConnection.html#NM-REMOTE-CONNECTION-UNSAVED:CAPS"> -<ANCHOR id="NM-REMOTE-CONNECTION-VISIBLE:CAPS" href="libnm/NMRemoteConnection.html#NM-REMOTE-CONNECTION-VISIBLE:CAPS"> -<ANCHOR id="NMRemoteConnection-struct" href="libnm/NMRemoteConnection.html#NMRemoteConnection-struct"> -<ANCHOR id="NMRemoteConnection.property-details" href="libnm/NMRemoteConnection.html#NMRemoteConnection.property-details"> -<ANCHOR id="NMRemoteConnection--unsaved" href="libnm/NMRemoteConnection.html#NMRemoteConnection--unsaved"> -<ANCHOR id="NMRemoteConnection--visible" href="libnm/NMRemoteConnection.html#NMRemoteConnection--visible"> -<ANCHOR id="NMAccessPoint" href="libnm/NMAccessPoint.html"> -<ANCHOR id="NMAccessPoint.functions" href="libnm/NMAccessPoint.html#NMAccessPoint.functions"> -<ANCHOR id="NMAccessPoint.properties" href="libnm/NMAccessPoint.html#NMAccessPoint.properties"> -<ANCHOR id="NMAccessPoint.other" href="libnm/NMAccessPoint.html#NMAccessPoint.other"> -<ANCHOR id="NMAccessPoint.object-hierarchy" href="libnm/NMAccessPoint.html#NMAccessPoint.object-hierarchy"> -<ANCHOR id="NMAccessPoint.implemented-interfaces" href="libnm/NMAccessPoint.html#NMAccessPoint.implemented-interfaces"> -<ANCHOR id="NMAccessPoint.description" href="libnm/NMAccessPoint.html#NMAccessPoint.description"> -<ANCHOR id="NMAccessPoint.functions_details" href="libnm/NMAccessPoint.html#NMAccessPoint.functions_details"> -<ANCHOR id="nm-access-point-get-flags" href="libnm/NMAccessPoint.html#nm-access-point-get-flags"> -<ANCHOR id="nm-access-point-get-wpa-flags" href="libnm/NMAccessPoint.html#nm-access-point-get-wpa-flags"> -<ANCHOR id="nm-access-point-get-rsn-flags" href="libnm/NMAccessPoint.html#nm-access-point-get-rsn-flags"> -<ANCHOR id="nm-access-point-get-ssid" href="libnm/NMAccessPoint.html#nm-access-point-get-ssid"> -<ANCHOR id="nm-access-point-get-bssid" href="libnm/NMAccessPoint.html#nm-access-point-get-bssid"> -<ANCHOR id="nm-access-point-get-frequency" href="libnm/NMAccessPoint.html#nm-access-point-get-frequency"> -<ANCHOR id="nm-access-point-get-mode" href="libnm/NMAccessPoint.html#nm-access-point-get-mode"> -<ANCHOR id="nm-access-point-get-max-bitrate" href="libnm/NMAccessPoint.html#nm-access-point-get-max-bitrate"> -<ANCHOR id="nm-access-point-get-strength" href="libnm/NMAccessPoint.html#nm-access-point-get-strength"> -<ANCHOR id="nm-access-point-get-last-seen" href="libnm/NMAccessPoint.html#nm-access-point-get-last-seen"> -<ANCHOR id="nm-access-point-filter-connections" href="libnm/NMAccessPoint.html#nm-access-point-filter-connections"> -<ANCHOR id="nm-access-point-connection-valid" href="libnm/NMAccessPoint.html#nm-access-point-connection-valid"> -<ANCHOR id="NMAccessPoint.other_details" href="libnm/NMAccessPoint.html#NMAccessPoint.other_details"> -<ANCHOR id="NM-ACCESS-POINT-FLAGS:CAPS" href="libnm/NMAccessPoint.html#NM-ACCESS-POINT-FLAGS:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-WPA-FLAGS:CAPS" href="libnm/NMAccessPoint.html#NM-ACCESS-POINT-WPA-FLAGS:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-RSN-FLAGS:CAPS" href="libnm/NMAccessPoint.html#NM-ACCESS-POINT-RSN-FLAGS:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-SSID:CAPS" href="libnm/NMAccessPoint.html#NM-ACCESS-POINT-SSID:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-BSSID:CAPS" href="libnm/NMAccessPoint.html#NM-ACCESS-POINT-BSSID:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-FREQUENCY:CAPS" href="libnm/NMAccessPoint.html#NM-ACCESS-POINT-FREQUENCY:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-MODE:CAPS" href="libnm/NMAccessPoint.html#NM-ACCESS-POINT-MODE:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-MAX-BITRATE:CAPS" href="libnm/NMAccessPoint.html#NM-ACCESS-POINT-MAX-BITRATE:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-STRENGTH:CAPS" href="libnm/NMAccessPoint.html#NM-ACCESS-POINT-STRENGTH:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-LAST-SEEN:CAPS" href="libnm/NMAccessPoint.html#NM-ACCESS-POINT-LAST-SEEN:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-HW-ADDRESS:CAPS" href="libnm/NMAccessPoint.html#NM-ACCESS-POINT-HW-ADDRESS:CAPS"> -<ANCHOR id="NMAccessPoint-struct" href="libnm/NMAccessPoint.html#NMAccessPoint-struct"> -<ANCHOR id="NMAccessPoint.property-details" href="libnm/NMAccessPoint.html#NMAccessPoint.property-details"> -<ANCHOR id="NMAccessPoint--bssid" href="libnm/NMAccessPoint.html#NMAccessPoint--bssid"> -<ANCHOR id="NMAccessPoint--flags" href="libnm/NMAccessPoint.html#NMAccessPoint--flags"> -<ANCHOR id="NMAccessPoint--frequency" href="libnm/NMAccessPoint.html#NMAccessPoint--frequency"> -<ANCHOR id="NMAccessPoint--hw-address" href="libnm/NMAccessPoint.html#NMAccessPoint--hw-address"> -<ANCHOR id="NMAccessPoint--last-seen" href="libnm/NMAccessPoint.html#NMAccessPoint--last-seen"> -<ANCHOR id="NMAccessPoint--max-bitrate" href="libnm/NMAccessPoint.html#NMAccessPoint--max-bitrate"> -<ANCHOR id="NMAccessPoint--mode" href="libnm/NMAccessPoint.html#NMAccessPoint--mode"> -<ANCHOR id="NMAccessPoint--rsn-flags" href="libnm/NMAccessPoint.html#NMAccessPoint--rsn-flags"> -<ANCHOR id="NMAccessPoint--ssid" href="libnm/NMAccessPoint.html#NMAccessPoint--ssid"> -<ANCHOR id="NMAccessPoint--strength" href="libnm/NMAccessPoint.html#NMAccessPoint--strength"> -<ANCHOR id="NMAccessPoint--wpa-flags" href="libnm/NMAccessPoint.html#NMAccessPoint--wpa-flags"> -<ANCHOR id="NMWimaxNsp" href="libnm/NMWimaxNsp.html"> -<ANCHOR id="NMWimaxNsp.functions" href="libnm/NMWimaxNsp.html#NMWimaxNsp.functions"> -<ANCHOR id="NMWimaxNsp.properties" href="libnm/NMWimaxNsp.html#NMWimaxNsp.properties"> -<ANCHOR id="NMWimaxNsp.other" href="libnm/NMWimaxNsp.html#NMWimaxNsp.other"> -<ANCHOR id="NMWimaxNsp.object-hierarchy" href="libnm/NMWimaxNsp.html#NMWimaxNsp.object-hierarchy"> -<ANCHOR id="NMWimaxNsp.implemented-interfaces" href="libnm/NMWimaxNsp.html#NMWimaxNsp.implemented-interfaces"> -<ANCHOR id="NMWimaxNsp.description" href="libnm/NMWimaxNsp.html#NMWimaxNsp.description"> -<ANCHOR id="NMWimaxNsp.functions_details" href="libnm/NMWimaxNsp.html#NMWimaxNsp.functions_details"> -<ANCHOR id="nm-wimax-nsp-get-name" href="libnm/NMWimaxNsp.html#nm-wimax-nsp-get-name"> -<ANCHOR id="nm-wimax-nsp-get-signal-quality" href="libnm/NMWimaxNsp.html#nm-wimax-nsp-get-signal-quality"> -<ANCHOR id="nm-wimax-nsp-get-network-type" href="libnm/NMWimaxNsp.html#nm-wimax-nsp-get-network-type"> -<ANCHOR id="nm-wimax-nsp-filter-connections" href="libnm/NMWimaxNsp.html#nm-wimax-nsp-filter-connections"> -<ANCHOR id="nm-wimax-nsp-connection-valid" href="libnm/NMWimaxNsp.html#nm-wimax-nsp-connection-valid"> -<ANCHOR id="NMWimaxNsp.other_details" href="libnm/NMWimaxNsp.html#NMWimaxNsp.other_details"> -<ANCHOR id="NM-WIMAX-NSP-NAME:CAPS" href="libnm/NMWimaxNsp.html#NM-WIMAX-NSP-NAME:CAPS"> -<ANCHOR id="NM-WIMAX-NSP-SIGNAL-QUALITY:CAPS" href="libnm/NMWimaxNsp.html#NM-WIMAX-NSP-SIGNAL-QUALITY:CAPS"> -<ANCHOR id="NM-WIMAX-NSP-NETWORK-TYPE:CAPS" href="libnm/NMWimaxNsp.html#NM-WIMAX-NSP-NETWORK-TYPE:CAPS"> -<ANCHOR id="NMWimaxNsp-struct" href="libnm/NMWimaxNsp.html#NMWimaxNsp-struct"> -<ANCHOR id="NMWimaxNsp.property-details" href="libnm/NMWimaxNsp.html#NMWimaxNsp.property-details"> -<ANCHOR id="NMWimaxNsp--name" href="libnm/NMWimaxNsp.html#NMWimaxNsp--name"> -<ANCHOR id="NMWimaxNsp--network-type" href="libnm/NMWimaxNsp.html#NMWimaxNsp--network-type"> -<ANCHOR id="NMWimaxNsp--signal-quality" href="libnm/NMWimaxNsp.html#NMWimaxNsp--signal-quality"> -<ANCHOR id="NMIPConfig" href="libnm/NMIPConfig.html"> -<ANCHOR id="NMIPConfig.functions" href="libnm/NMIPConfig.html#NMIPConfig.functions"> -<ANCHOR id="NMIPConfig.properties" href="libnm/NMIPConfig.html#NMIPConfig.properties"> -<ANCHOR id="NMIPConfig.other" href="libnm/NMIPConfig.html#NMIPConfig.other"> -<ANCHOR id="NMIPConfig.object-hierarchy" href="libnm/NMIPConfig.html#NMIPConfig.object-hierarchy"> -<ANCHOR id="NMIPConfig.implemented-interfaces" href="libnm/NMIPConfig.html#NMIPConfig.implemented-interfaces"> -<ANCHOR id="NMIPConfig.description" href="libnm/NMIPConfig.html#NMIPConfig.description"> -<ANCHOR id="NMIPConfig.functions_details" href="libnm/NMIPConfig.html#NMIPConfig.functions_details"> -<ANCHOR id="nm-ip-config-get-family" href="libnm/NMIPConfig.html#nm-ip-config-get-family"> -<ANCHOR id="nm-ip-config-get-gateway" href="libnm/NMIPConfig.html#nm-ip-config-get-gateway"> -<ANCHOR id="nm-ip-config-get-addresses" href="libnm/NMIPConfig.html#nm-ip-config-get-addresses"> -<ANCHOR id="nm-ip-config-get-routes" href="libnm/NMIPConfig.html#nm-ip-config-get-routes"> -<ANCHOR id="nm-ip-config-get-nameservers" href="libnm/NMIPConfig.html#nm-ip-config-get-nameservers"> -<ANCHOR id="nm-ip-config-get-domains" href="libnm/NMIPConfig.html#nm-ip-config-get-domains"> -<ANCHOR id="nm-ip-config-get-searches" href="libnm/NMIPConfig.html#nm-ip-config-get-searches"> -<ANCHOR id="nm-ip-config-get-wins-servers" href="libnm/NMIPConfig.html#nm-ip-config-get-wins-servers"> -<ANCHOR id="NMIPConfig.other_details" href="libnm/NMIPConfig.html#NMIPConfig.other_details"> -<ANCHOR id="NMIPConfig-struct" href="libnm/NMIPConfig.html#NMIPConfig-struct"> -<ANCHOR id="NM-IP-CONFIG-FAMILY:CAPS" href="libnm/NMIPConfig.html#NM-IP-CONFIG-FAMILY:CAPS"> -<ANCHOR id="NM-IP-CONFIG-GATEWAY:CAPS" href="libnm/NMIPConfig.html#NM-IP-CONFIG-GATEWAY:CAPS"> -<ANCHOR id="NM-IP-CONFIG-ADDRESSES:CAPS" href="libnm/NMIPConfig.html#NM-IP-CONFIG-ADDRESSES:CAPS"> -<ANCHOR id="NM-IP-CONFIG-ROUTES:CAPS" href="libnm/NMIPConfig.html#NM-IP-CONFIG-ROUTES:CAPS"> -<ANCHOR id="NM-IP-CONFIG-NAMESERVERS:CAPS" href="libnm/NMIPConfig.html#NM-IP-CONFIG-NAMESERVERS:CAPS"> -<ANCHOR id="NM-IP-CONFIG-DOMAINS:CAPS" href="libnm/NMIPConfig.html#NM-IP-CONFIG-DOMAINS:CAPS"> -<ANCHOR id="NM-IP-CONFIG-SEARCHES:CAPS" href="libnm/NMIPConfig.html#NM-IP-CONFIG-SEARCHES:CAPS"> -<ANCHOR id="NM-IP-CONFIG-WINS-SERVERS:CAPS" href="libnm/NMIPConfig.html#NM-IP-CONFIG-WINS-SERVERS:CAPS"> -<ANCHOR id="NMIPConfig.property-details" href="libnm/NMIPConfig.html#NMIPConfig.property-details"> -<ANCHOR id="NMIPConfig--addresses" href="libnm/NMIPConfig.html#NMIPConfig--addresses"> -<ANCHOR id="NMIPConfig--domains" href="libnm/NMIPConfig.html#NMIPConfig--domains"> -<ANCHOR id="NMIPConfig--family" href="libnm/NMIPConfig.html#NMIPConfig--family"> -<ANCHOR id="NMIPConfig--gateway" href="libnm/NMIPConfig.html#NMIPConfig--gateway"> -<ANCHOR id="NMIPConfig--nameservers" href="libnm/NMIPConfig.html#NMIPConfig--nameservers"> -<ANCHOR id="NMIPConfig--routes" href="libnm/NMIPConfig.html#NMIPConfig--routes"> -<ANCHOR id="NMIPConfig--searches" href="libnm/NMIPConfig.html#NMIPConfig--searches"> -<ANCHOR id="NMIPConfig--wins-servers" href="libnm/NMIPConfig.html#NMIPConfig--wins-servers"> -<ANCHOR id="NMDhcpConfig" href="libnm/NMDhcpConfig.html"> -<ANCHOR id="NMDhcpConfig.functions" href="libnm/NMDhcpConfig.html#NMDhcpConfig.functions"> -<ANCHOR id="NMDhcpConfig.properties" href="libnm/NMDhcpConfig.html#NMDhcpConfig.properties"> -<ANCHOR id="NMDhcpConfig.other" href="libnm/NMDhcpConfig.html#NMDhcpConfig.other"> -<ANCHOR id="NMDhcpConfig.object-hierarchy" href="libnm/NMDhcpConfig.html#NMDhcpConfig.object-hierarchy"> -<ANCHOR id="NMDhcpConfig.implemented-interfaces" href="libnm/NMDhcpConfig.html#NMDhcpConfig.implemented-interfaces"> -<ANCHOR id="NMDhcpConfig.description" href="libnm/NMDhcpConfig.html#NMDhcpConfig.description"> -<ANCHOR id="NMDhcpConfig.functions_details" href="libnm/NMDhcpConfig.html#NMDhcpConfig.functions_details"> -<ANCHOR id="nm-dhcp-config-get-family" href="libnm/NMDhcpConfig.html#nm-dhcp-config-get-family"> -<ANCHOR id="nm-dhcp-config-get-options" href="libnm/NMDhcpConfig.html#nm-dhcp-config-get-options"> -<ANCHOR id="nm-dhcp-config-get-one-option" href="libnm/NMDhcpConfig.html#nm-dhcp-config-get-one-option"> -<ANCHOR id="NMDhcpConfig.other_details" href="libnm/NMDhcpConfig.html#NMDhcpConfig.other_details"> -<ANCHOR id="NMDhcpConfig-struct" href="libnm/NMDhcpConfig.html#NMDhcpConfig-struct"> -<ANCHOR id="NM-DHCP-CONFIG-FAMILY:CAPS" href="libnm/NMDhcpConfig.html#NM-DHCP-CONFIG-FAMILY:CAPS"> -<ANCHOR id="NM-DHCP-CONFIG-OPTIONS:CAPS" href="libnm/NMDhcpConfig.html#NM-DHCP-CONFIG-OPTIONS:CAPS"> -<ANCHOR id="NMDhcpConfig.property-details" href="libnm/NMDhcpConfig.html#NMDhcpConfig.property-details"> -<ANCHOR id="NMDhcpConfig--family" href="libnm/NMDhcpConfig.html#NMDhcpConfig--family"> -<ANCHOR id="NMDhcpConfig--options" href="libnm/NMDhcpConfig.html#NMDhcpConfig--options"> -<ANCHOR id="libnm-nm-utils" href="libnm/libnm-nm-utils.html"> -<ANCHOR id="libnm-nm-utils.functions" href="libnm/libnm-nm-utils.html#libnm-nm-utils.functions"> -<ANCHOR id="libnm-nm-utils.other" href="libnm/libnm-nm-utils.html#libnm-nm-utils.other"> -<ANCHOR id="libnm-nm-utils.object-hierarchy" href="libnm/libnm-nm-utils.html#libnm-nm-utils.object-hierarchy"> -<ANCHOR id="libnm-nm-utils.description" href="libnm/libnm-nm-utils.html#libnm-nm-utils.description"> -<ANCHOR id="libnm-nm-utils.functions_details" href="libnm/libnm-nm-utils.html#libnm-nm-utils.functions_details"> -<ANCHOR id="nm-utils-is-empty-ssid" href="libnm/libnm-nm-utils.html#nm-utils-is-empty-ssid"> -<ANCHOR id="nm-utils-escape-ssid" href="libnm/libnm-nm-utils.html#nm-utils-escape-ssid"> -<ANCHOR id="nm-utils-same-ssid" href="libnm/libnm-nm-utils.html#nm-utils-same-ssid"> -<ANCHOR id="nm-utils-ssid-to-utf8" href="libnm/libnm-nm-utils.html#nm-utils-ssid-to-utf8"> -<ANCHOR id="nm-utils-security-valid" href="libnm/libnm-nm-utils.html#nm-utils-security-valid"> -<ANCHOR id="nm-utils-ap-mode-security-valid" href="libnm/libnm-nm-utils.html#nm-utils-ap-mode-security-valid"> -<ANCHOR id="nm-utils-wep-key-valid" href="libnm/libnm-nm-utils.html#nm-utils-wep-key-valid"> -<ANCHOR id="nm-utils-wpa-psk-valid" href="libnm/libnm-nm-utils.html#nm-utils-wpa-psk-valid"> -<ANCHOR id="nm-utils-ip4-dns-to-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip4-dns-to-variant"> -<ANCHOR id="nm-utils-ip4-dns-from-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip4-dns-from-variant"> -<ANCHOR id="nm-utils-ip4-addresses-to-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip4-addresses-to-variant"> -<ANCHOR id="nm-utils-ip4-addresses-from-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip4-addresses-from-variant"> -<ANCHOR id="nm-utils-ip4-routes-to-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip4-routes-to-variant"> -<ANCHOR id="nm-utils-ip4-routes-from-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip4-routes-from-variant"> -<ANCHOR id="nm-utils-ip4-netmask-to-prefix" href="libnm/libnm-nm-utils.html#nm-utils-ip4-netmask-to-prefix"> -<ANCHOR id="nm-utils-ip4-prefix-to-netmask" href="libnm/libnm-nm-utils.html#nm-utils-ip4-prefix-to-netmask"> -<ANCHOR id="nm-utils-ip4-get-default-prefix" href="libnm/libnm-nm-utils.html#nm-utils-ip4-get-default-prefix"> -<ANCHOR id="nm-utils-ip6-dns-to-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip6-dns-to-variant"> -<ANCHOR id="nm-utils-ip6-dns-from-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip6-dns-from-variant"> -<ANCHOR id="nm-utils-ip6-addresses-to-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip6-addresses-to-variant"> -<ANCHOR id="nm-utils-ip6-addresses-from-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip6-addresses-from-variant"> -<ANCHOR id="nm-utils-ip6-routes-to-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip6-routes-to-variant"> -<ANCHOR id="nm-utils-ip6-routes-from-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip6-routes-from-variant"> -<ANCHOR id="nm-utils-ip-addresses-to-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip-addresses-to-variant"> -<ANCHOR id="nm-utils-ip-addresses-from-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip-addresses-from-variant"> -<ANCHOR id="nm-utils-ip-routes-to-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip-routes-to-variant"> -<ANCHOR id="nm-utils-ip-routes-from-variant" href="libnm/libnm-nm-utils.html#nm-utils-ip-routes-from-variant"> -<ANCHOR id="nm-utils-uuid-generate" href="libnm/libnm-nm-utils.html#nm-utils-uuid-generate"> -<ANCHOR id="nm-utils-file-is-certificate" href="libnm/libnm-nm-utils.html#nm-utils-file-is-certificate"> -<ANCHOR id="nm-utils-file-is-private-key" href="libnm/libnm-nm-utils.html#nm-utils-file-is-private-key"> -<ANCHOR id="nm-utils-file-is-pkcs12" href="libnm/libnm-nm-utils.html#nm-utils-file-is-pkcs12"> -<ANCHOR id="NMUtilsFileSearchInPathsPredicate" href="libnm/libnm-nm-utils.html#NMUtilsFileSearchInPathsPredicate"> -<ANCHOR id="NMUtilsCheckFilePredicate" href="libnm/libnm-nm-utils.html#NMUtilsCheckFilePredicate"> -<ANCHOR id="nm-utils-file-search-in-paths" href="libnm/libnm-nm-utils.html#nm-utils-file-search-in-paths"> -<ANCHOR id="nm-utils-wifi-freq-to-channel" href="libnm/libnm-nm-utils.html#nm-utils-wifi-freq-to-channel"> -<ANCHOR id="nm-utils-wifi-channel-to-freq" href="libnm/libnm-nm-utils.html#nm-utils-wifi-channel-to-freq"> -<ANCHOR id="nm-utils-wifi-find-next-channel" href="libnm/libnm-nm-utils.html#nm-utils-wifi-find-next-channel"> -<ANCHOR id="nm-utils-wifi-is-channel-valid" href="libnm/libnm-nm-utils.html#nm-utils-wifi-is-channel-valid"> -<ANCHOR id="nm-utils-wifi-2ghz-freqs" href="libnm/libnm-nm-utils.html#nm-utils-wifi-2ghz-freqs"> -<ANCHOR id="nm-utils-wifi-5ghz-freqs" href="libnm/libnm-nm-utils.html#nm-utils-wifi-5ghz-freqs"> -<ANCHOR id="nm-utils-wifi-strength-bars" href="libnm/libnm-nm-utils.html#nm-utils-wifi-strength-bars"> -<ANCHOR id="nm-utils-hwaddr-len" href="libnm/libnm-nm-utils.html#nm-utils-hwaddr-len"> -<ANCHOR id="nm-utils-hwaddr-ntoa" href="libnm/libnm-nm-utils.html#nm-utils-hwaddr-ntoa"> -<ANCHOR id="nm-utils-hwaddr-atoba" href="libnm/libnm-nm-utils.html#nm-utils-hwaddr-atoba"> -<ANCHOR id="nm-utils-hwaddr-aton" href="libnm/libnm-nm-utils.html#nm-utils-hwaddr-aton"> -<ANCHOR id="nm-utils-hwaddr-valid" href="libnm/libnm-nm-utils.html#nm-utils-hwaddr-valid"> -<ANCHOR id="nm-utils-hwaddr-canonical" href="libnm/libnm-nm-utils.html#nm-utils-hwaddr-canonical"> -<ANCHOR id="nm-utils-hwaddr-matches" href="libnm/libnm-nm-utils.html#nm-utils-hwaddr-matches"> -<ANCHOR id="nm-utils-bin2hexstr" href="libnm/libnm-nm-utils.html#nm-utils-bin2hexstr"> -<ANCHOR id="nm-utils-hexstr2bin" href="libnm/libnm-nm-utils.html#nm-utils-hexstr2bin"> -<ANCHOR id="nm-utils-iface-valid-name" href="libnm/libnm-nm-utils.html#nm-utils-iface-valid-name"> -<ANCHOR id="nm-utils-is-uuid" href="libnm/libnm-nm-utils.html#nm-utils-is-uuid"> -<ANCHOR id="nm-utils-inet4-ntop" href="libnm/libnm-nm-utils.html#nm-utils-inet4-ntop"> -<ANCHOR id="nm-utils-inet6-ntop" href="libnm/libnm-nm-utils.html#nm-utils-inet6-ntop"> -<ANCHOR id="nm-utils-ipaddr-valid" href="libnm/libnm-nm-utils.html#nm-utils-ipaddr-valid"> -<ANCHOR id="nm-utils-check-virtual-device-compatibility" href="libnm/libnm-nm-utils.html#nm-utils-check-virtual-device-compatibility"> -<ANCHOR id="nm-utils-bond-mode-string-to-int" href="libnm/libnm-nm-utils.html#nm-utils-bond-mode-string-to-int"> -<ANCHOR id="nm-utils-bond-mode-int-to-string" href="libnm/libnm-nm-utils.html#nm-utils-bond-mode-int-to-string"> -<ANCHOR id="nm-utils-enum-to-str" href="libnm/libnm-nm-utils.html#nm-utils-enum-to-str"> -<ANCHOR id="nm-utils-enum-from-str" href="libnm/libnm-nm-utils.html#nm-utils-enum-from-str"> -<ANCHOR id="nm-utils-enum-get-values" href="libnm/libnm-nm-utils.html#nm-utils-enum-get-values"> -<ANCHOR id="libnm-nm-utils.other_details" href="libnm/libnm-nm-utils.html#libnm-nm-utils.other_details"> -<ANCHOR id="NMUtilsSecurityType" href="libnm/libnm-nm-utils.html#NMUtilsSecurityType"> -<ANCHOR id="NMU-SEC-INVALID:CAPS" href="libnm/libnm-nm-utils.html#NMU-SEC-INVALID:CAPS"> -<ANCHOR id="NMU-SEC-NONE:CAPS" href="libnm/libnm-nm-utils.html#NMU-SEC-NONE:CAPS"> -<ANCHOR id="NMU-SEC-STATIC-WEP:CAPS" href="libnm/libnm-nm-utils.html#NMU-SEC-STATIC-WEP:CAPS"> -<ANCHOR id="NMU-SEC-LEAP:CAPS" href="libnm/libnm-nm-utils.html#NMU-SEC-LEAP:CAPS"> -<ANCHOR id="NMU-SEC-DYNAMIC-WEP:CAPS" href="libnm/libnm-nm-utils.html#NMU-SEC-DYNAMIC-WEP:CAPS"> -<ANCHOR id="NMU-SEC-WPA-PSK:CAPS" href="libnm/libnm-nm-utils.html#NMU-SEC-WPA-PSK:CAPS"> -<ANCHOR id="NMU-SEC-WPA-ENTERPRISE:CAPS" href="libnm/libnm-nm-utils.html#NMU-SEC-WPA-ENTERPRISE:CAPS"> -<ANCHOR id="NMU-SEC-WPA2-PSK:CAPS" href="libnm/libnm-nm-utils.html#NMU-SEC-WPA2-PSK:CAPS"> -<ANCHOR id="NMU-SEC-WPA2-ENTERPRISE:CAPS" href="libnm/libnm-nm-utils.html#NMU-SEC-WPA2-ENTERPRISE:CAPS"> -<ANCHOR id="NM-UTILS-HWADDR-LEN-MAX:CAPS" href="libnm/libnm-nm-utils.html#NM-UTILS-HWADDR-LEN-MAX:CAPS"> -<ANCHOR id="NM-UTILS-INET-ADDRSTRLEN:CAPS" href="libnm/libnm-nm-utils.html#NM-UTILS-INET-ADDRSTRLEN:CAPS"> -<ANCHOR id="stat" href="libnm/libnm-nm-utils.html#stat"> -<ANCHOR id="libnm-nm-version" href="libnm/libnm-nm-version.html"> -<ANCHOR id="libnm-nm-version.functions" href="libnm/libnm-nm-version.html#libnm-nm-version.functions"> -<ANCHOR id="libnm-nm-version.other" href="libnm/libnm-nm-version.html#libnm-nm-version.other"> -<ANCHOR id="libnm-nm-version.description" href="libnm/libnm-nm-version.html#libnm-nm-version.description"> -<ANCHOR id="libnm-nm-version.functions_details" href="libnm/libnm-nm-version.html#libnm-nm-version.functions_details"> -<ANCHOR id="NM-VERSION-MIN-REQUIRED:CAPS" href="libnm/libnm-nm-version.html#NM-VERSION-MIN-REQUIRED:CAPS"> -<ANCHOR id="NM-VERSION-MAX-ALLOWED:CAPS" href="libnm/libnm-nm-version.html#NM-VERSION-MAX-ALLOWED:CAPS"> -<ANCHOR id="NM-DEPRECATED-IN-0-9-10-FOR:CAPS" href="libnm/libnm-nm-version.html#NM-DEPRECATED-IN-0-9-10-FOR:CAPS"> -<ANCHOR id="NM-DEPRECATED-IN-1-0-FOR:CAPS" href="libnm/libnm-nm-version.html#NM-DEPRECATED-IN-1-0-FOR:CAPS"> -<ANCHOR id="NM-DEPRECATED-IN-1-2-FOR:CAPS" href="libnm/libnm-nm-version.html#NM-DEPRECATED-IN-1-2-FOR:CAPS"> -<ANCHOR id="libnm-nm-version.other_details" href="libnm/libnm-nm-version.html#libnm-nm-version.other_details"> -<ANCHOR id="NM-DEPRECATED-IN-0-9-10:CAPS" href="libnm/libnm-nm-version.html#NM-DEPRECATED-IN-0-9-10:CAPS"> -<ANCHOR id="NM-AVAILABLE-IN-0-9-10:CAPS" href="libnm/libnm-nm-version.html#NM-AVAILABLE-IN-0-9-10:CAPS"> -<ANCHOR id="NM-DEPRECATED-IN-1-0:CAPS" href="libnm/libnm-nm-version.html#NM-DEPRECATED-IN-1-0:CAPS"> -<ANCHOR id="NM-AVAILABLE-IN-1-0:CAPS" href="libnm/libnm-nm-version.html#NM-AVAILABLE-IN-1-0:CAPS"> -<ANCHOR id="NM-DEPRECATED-IN-1-2:CAPS" href="libnm/libnm-nm-version.html#NM-DEPRECATED-IN-1-2:CAPS"> -<ANCHOR id="NM-AVAILABLE-IN-1-2:CAPS" href="libnm/libnm-nm-version.html#NM-AVAILABLE-IN-1-2:CAPS"> -<ANCHOR id="NM-AVAILABLE-IN-1-2-4:CAPS" href="libnm/libnm-nm-version.html#NM-AVAILABLE-IN-1-2-4:CAPS"> -<ANCHOR id="libnm-nm-vpn-dbus-interface" href="libnm/libnm-nm-vpn-dbus-interface.html"> -<ANCHOR id="libnm-nm-vpn-dbus-interface.other" href="libnm/libnm-nm-vpn-dbus-interface.html#libnm-nm-vpn-dbus-interface.other"> -<ANCHOR id="libnm-nm-vpn-dbus-interface.object-hierarchy" href="libnm/libnm-nm-vpn-dbus-interface.html#libnm-nm-vpn-dbus-interface.object-hierarchy"> -<ANCHOR id="libnm-nm-vpn-dbus-interface.description" href="libnm/libnm-nm-vpn-dbus-interface.html#libnm-nm-vpn-dbus-interface.description"> -<ANCHOR id="libnm-nm-vpn-dbus-interface.functions_details" href="libnm/libnm-nm-vpn-dbus-interface.html#libnm-nm-vpn-dbus-interface.functions_details"> -<ANCHOR id="libnm-nm-vpn-dbus-interface.other_details" href="libnm/libnm-nm-vpn-dbus-interface.html#libnm-nm-vpn-dbus-interface.other_details"> -<ANCHOR id="NM-DBUS-PATH-VPN:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-PATH-VPN:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-VPN:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-INTERFACE-VPN:CAPS"> -<ANCHOR id="NM-DBUS-PATH-VPN-CONNECTION:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-PATH-VPN-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-INTERFACE-VPN-CONNECTION:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-INTERFACE-VPN-CONNECTION:CAPS"> -<ANCHOR id="NM-VPN-DBUS-PLUGIN-PATH:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-DBUS-PLUGIN-PATH:CAPS"> -<ANCHOR id="NM-VPN-DBUS-PLUGIN-INTERFACE:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-DBUS-PLUGIN-INTERFACE:CAPS"> -<ANCHOR id="NM-DBUS-NO-ACTIVE-VPN-CONNECTION:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-NO-ACTIVE-VPN-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-NO-VPN-CONNECTIONS:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-NO-VPN-CONNECTIONS:CAPS"> -<ANCHOR id="NM-DBUS-INVALID-VPN-CONNECTION:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-INVALID-VPN-CONNECTION:CAPS"> -<ANCHOR id="NM-DBUS-VPN-ERROR-PREFIX:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-ERROR-PREFIX:CAPS"> -<ANCHOR id="NM-DBUS-VPN-STARTING-IN-PROGRESS:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-STARTING-IN-PROGRESS:CAPS"> -<ANCHOR id="NM-DBUS-VPN-ALREADY-STARTED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-ALREADY-STARTED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-STOPPING-IN-PROGRESS:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-STOPPING-IN-PROGRESS:CAPS"> -<ANCHOR id="NM-DBUS-VPN-ALREADY-STOPPED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-ALREADY-STOPPED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-WRONG-STATE:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-WRONG-STATE:CAPS"> -<ANCHOR id="NM-DBUS-VPN-BAD-ARGUMENTS:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-BAD-ARGUMENTS:CAPS"> -<ANCHOR id="NM-DBUS-VPN-INTERACTIVE-NOT-SUPPORTED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-INTERACTIVE-NOT-SUPPORTED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-LOGIN-BANNER:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-SIGNAL-LOGIN-BANNER:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-LOGIN-FAILED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-SIGNAL-LOGIN-FAILED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-LAUNCH-FAILED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-SIGNAL-LAUNCH-FAILED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-CONNECT-FAILED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-SIGNAL-CONNECT-FAILED:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-VPN-CONFIG-BAD:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-SIGNAL-VPN-CONFIG-BAD:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-IP-CONFIG-BAD:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-SIGNAL-IP-CONFIG-BAD:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-STATE-CHANGE:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-SIGNAL-STATE-CHANGE:CAPS"> -<ANCHOR id="NM-DBUS-VPN-SIGNAL-IP4-CONFIG:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-DBUS-VPN-SIGNAL-IP4-CONFIG:CAPS"> -<ANCHOR id="NMVpnServiceState" href="libnm/libnm-nm-vpn-dbus-interface.html#NMVpnServiceState"> -<ANCHOR id="NM-VPN-SERVICE-STATE-UNKNOWN:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-SERVICE-STATE-UNKNOWN:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-INIT:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-SERVICE-STATE-INIT:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-SHUTDOWN:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-SERVICE-STATE-SHUTDOWN:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-STARTING:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-SERVICE-STATE-STARTING:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-STARTED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-SERVICE-STATE-STARTED:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-STOPPING:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-SERVICE-STATE-STOPPING:CAPS"> -<ANCHOR id="NM-VPN-SERVICE-STATE-STOPPED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-SERVICE-STATE-STOPPED:CAPS"> -<ANCHOR id="NMVpnConnectionState" href="libnm/libnm-nm-vpn-dbus-interface.html#NMVpnConnectionState"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-UNKNOWN:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-UNKNOWN:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-PREPARE:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-PREPARE:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-NEED-AUTH:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-NEED-AUTH:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-CONNECT:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-CONNECT:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-IP-CONFIG-GET:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-IP-CONFIG-GET:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-ACTIVATED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-ACTIVATED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-FAILED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-FAILED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-DISCONNECTED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-DISCONNECTED:CAPS"> -<ANCHOR id="NMVpnConnectionStateReason" href="libnm/libnm-nm-vpn-dbus-interface.html#NMVpnConnectionStateReason"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-UNKNOWN:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-REASON-UNKNOWN:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-NONE:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-REASON-NONE:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-USER-DISCONNECTED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-REASON-USER-DISCONNECTED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-DEVICE-DISCONNECTED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-REASON-DEVICE-DISCONNECTED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-SERVICE-STOPPED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-REASON-SERVICE-STOPPED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-IP-CONFIG-INVALID:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-REASON-IP-CONFIG-INVALID:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-CONNECT-TIMEOUT:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-REASON-CONNECT-TIMEOUT:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-SERVICE-START-TIMEOUT:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-REASON-SERVICE-START-TIMEOUT:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-SERVICE-START-FAILED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-REASON-SERVICE-START-FAILED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-NO-SECRETS:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-REASON-NO-SECRETS:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-LOGIN-FAILED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-REASON-LOGIN-FAILED:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-STATE-REASON-CONNECTION-REMOVED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-CONNECTION-STATE-REASON-CONNECTION-REMOVED:CAPS"> -<ANCHOR id="NMVpnPluginFailure" href="libnm/libnm-nm-vpn-dbus-interface.html#NMVpnPluginFailure"> -<ANCHOR id="NM-VPN-PLUGIN-FAILURE-LOGIN-FAILED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-FAILURE-LOGIN-FAILED:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-FAILURE-CONNECT-FAILED:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-FAILURE-CONNECT-FAILED:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-FAILURE-BAD-IP-CONFIG:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-FAILURE-BAD-IP-CONFIG:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-TUNDEV:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-CONFIG-TUNDEV:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-BANNER:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-CONFIG-BANNER:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-EXT-GATEWAY:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-CONFIG-EXT-GATEWAY:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-MTU:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-CONFIG-MTU:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-HAS-IP4:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-CONFIG-HAS-IP4:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CONFIG-HAS-IP6:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-CONFIG-HAS-IP6:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-CAN-PERSIST:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-CAN-PERSIST:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-INT-GATEWAY:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-INT-GATEWAY:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-ADDRESS:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-ADDRESS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-PTP:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-PTP:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-PREFIX:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-PREFIX:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-DNS:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-DNS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-NBNS:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-NBNS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-MSS:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-MSS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-DOMAIN:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-DOMAIN:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-DOMAINS:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-DOMAINS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-ROUTES:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-ROUTES:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-NEVER-DEFAULT:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-NEVER-DEFAULT:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-GATEWAY:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-GATEWAY:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-BANNER:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-BANNER:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-EXT-GATEWAY:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-EXT-GATEWAY:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-MTU:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-MTU:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP4-CONFIG-TUNDEV:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-TUNDEV:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-INT-GATEWAY:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-INT-GATEWAY:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-ADDRESS:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-ADDRESS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-PTP:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-PTP:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-PREFIX:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-PREFIX:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-DNS:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-DNS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-MSS:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-MSS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-DOMAIN:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-DOMAIN:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-DOMAINS:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-DOMAINS:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-ROUTES:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-ROUTES:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-IP6-CONFIG-NEVER-DEFAULT:CAPS" href="libnm/libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-NEVER-DEFAULT:CAPS"> -<ANCHOR id="NMVpnEditorPlugin" href="libnm/NMVpnEditorPlugin.html"> -<ANCHOR id="NMVpnEditorPlugin.functions" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPlugin.functions"> -<ANCHOR id="NMVpnEditorPlugin.properties" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPlugin.properties"> -<ANCHOR id="NMVpnEditorPlugin.signals" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPlugin.signals"> -<ANCHOR id="NMVpnEditor" href="libnm/NMVpnEditorPlugin.html#NMVpnEditor"> -<ANCHOR id="NMVpnEditorPlugin.other" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPlugin.other"> -<ANCHOR id="NMVpnEditorPlugin.object-hierarchy" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPlugin.object-hierarchy"> -<ANCHOR id="NMVpnEditorPlugin.prerequisites" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPlugin.prerequisites"> -<ANCHOR id="NMVpnEditorPlugin.description" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPlugin.description"> -<ANCHOR id="NMVpnEditorPlugin.functions_details" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPlugin.functions_details"> -<ANCHOR id="NMVpnEditorPluginFactory" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPluginFactory"> -<ANCHOR id="nm-vpn-editor-plugin-factory" href="libnm/NMVpnEditorPlugin.html#nm-vpn-editor-plugin-factory"> -<ANCHOR id="nm-vpn-editor-plugin-get-editor" href="libnm/NMVpnEditorPlugin.html#nm-vpn-editor-plugin-get-editor"> -<ANCHOR id="nm-vpn-editor-plugin-get-capabilities" href="libnm/NMVpnEditorPlugin.html#nm-vpn-editor-plugin-get-capabilities"> -<ANCHOR id="nm-vpn-editor-plugin-import" href="libnm/NMVpnEditorPlugin.html#nm-vpn-editor-plugin-import"> -<ANCHOR id="nm-vpn-editor-plugin-export" href="libnm/NMVpnEditorPlugin.html#nm-vpn-editor-plugin-export"> -<ANCHOR id="nm-vpn-editor-plugin-get-suggested-filename" href="libnm/NMVpnEditorPlugin.html#nm-vpn-editor-plugin-get-suggested-filename"> -<ANCHOR id="nm-vpn-editor-plugin-load-from-file" href="libnm/NMVpnEditorPlugin.html#nm-vpn-editor-plugin-load-from-file"> -<ANCHOR id="NMVpnEditorPlugin.other_details" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPlugin.other_details"> -<ANCHOR id="NMVpnEditorPluginCapability" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPluginCapability"> -<ANCHOR id="NM-VPN-EDITOR-PLUGIN-CAPABILITY-NONE:CAPS" href="libnm/NMVpnEditorPlugin.html#NM-VPN-EDITOR-PLUGIN-CAPABILITY-NONE:CAPS"> -<ANCHOR id="NM-VPN-EDITOR-PLUGIN-CAPABILITY-IMPORT:CAPS" href="libnm/NMVpnEditorPlugin.html#NM-VPN-EDITOR-PLUGIN-CAPABILITY-IMPORT:CAPS"> -<ANCHOR id="NM-VPN-EDITOR-PLUGIN-CAPABILITY-EXPORT:CAPS" href="libnm/NMVpnEditorPlugin.html#NM-VPN-EDITOR-PLUGIN-CAPABILITY-EXPORT:CAPS"> -<ANCHOR id="NM-VPN-EDITOR-PLUGIN-CAPABILITY-IPV6:CAPS" href="libnm/NMVpnEditorPlugin.html#NM-VPN-EDITOR-PLUGIN-CAPABILITY-IPV6:CAPS"> -<ANCHOR id="NM-VPN-EDITOR-PLUGIN-NAME:CAPS" href="libnm/NMVpnEditorPlugin.html#NM-VPN-EDITOR-PLUGIN-NAME:CAPS"> -<ANCHOR id="NM-VPN-EDITOR-PLUGIN-DESCRIPTION:CAPS" href="libnm/NMVpnEditorPlugin.html#NM-VPN-EDITOR-PLUGIN-DESCRIPTION:CAPS"> -<ANCHOR id="NM-VPN-EDITOR-PLUGIN-SERVICE:CAPS" href="libnm/NMVpnEditorPlugin.html#NM-VPN-EDITOR-PLUGIN-SERVICE:CAPS"> -<ANCHOR id="NMVpnEditorPluginInterface" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPluginInterface"> -<ANCHOR id="NMVpnEditor-struct" href="libnm/NMVpnEditorPlugin.html#NMVpnEditor-struct"> -<ANCHOR id="NMVpnEditorPlugin.property-details" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPlugin.property-details"> -<ANCHOR id="NMVpnEditorPlugin--description" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPlugin--description"> -<ANCHOR id="NMVpnEditorPlugin--name" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPlugin--name"> -<ANCHOR id="NMVpnEditorPlugin--service" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPlugin--service"> -<ANCHOR id="NMVpnEditorPlugin.signal-details" href="libnm/NMVpnEditorPlugin.html#NMVpnEditorPlugin.signal-details"> -<ANCHOR id="NMVpnEditor-changed" href="libnm/NMVpnEditorPlugin.html#NMVpnEditor-changed"> -<ANCHOR id="annotation-glossterm-allow-none" href="libnm/annotation-glossary.html#annotation-glossterm-allow-none"> -<ANCHOR id="annotation-glossterm-array" href="libnm/annotation-glossary.html#annotation-glossterm-array"> -<ANCHOR id="annotation-glossterm-closure" href="libnm/annotation-glossary.html#annotation-glossterm-closure"> -<ANCHOR id="annotation-glossterm-element-type" href="libnm/annotation-glossary.html#annotation-glossterm-element-type"> -<ANCHOR id="annotation-glossterm-inout" href="libnm/annotation-glossary.html#annotation-glossterm-inout"> -<ANCHOR id="annotation-glossterm-out" href="libnm/annotation-glossary.html#annotation-glossterm-out"> -<ANCHOR id="annotation-glossterm-scope async" href="libnm/annotation-glossary.html#annotation-glossterm-scope async"> -<ANCHOR id="annotation-glossterm-scope call" href="libnm/annotation-glossary.html#annotation-glossterm-scope call"> -<ANCHOR id="annotation-glossterm-skip" href="libnm/annotation-glossary.html#annotation-glossterm-skip"> -<ANCHOR id="annotation-glossterm-transfer container" href="libnm/annotation-glossary.html#annotation-glossterm-transfer container"> -<ANCHOR id="annotation-glossterm-transfer full" href="libnm/annotation-glossary.html#annotation-glossterm-transfer full"> -<ANCHOR id="annotation-glossterm-transfer none" href="libnm/annotation-glossary.html#annotation-glossterm-transfer none"> -<ANCHOR id="annotation-glossterm-type" href="libnm/annotation-glossary.html#annotation-glossterm-type"> diff --git a/docs/libnm/html/libnm-nm-dbus-interface.html b/docs/libnm/html/libnm-nm-dbus-interface.html index cafcbd4b..29d2ff19 100644 --- a/docs/libnm/html/libnm-nm-dbus-interface.html +++ b/docs/libnm/html/libnm-nm-dbus-interface.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="Client Object API Reference"> <link rel="prev" href="libnm-nm-errors.html" title="nm-errors"> <link rel="next" href="ch03.html" title="Connection and Setting 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"> @@ -174,6 +174,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-STATISTICS:CAPS" title="NM_DBUS_INTERFACE_DEVICE_STATISTICS">NM_DBUS_INTERFACE_DEVICE_STATISTICS</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-SETTINGS:CAPS" title="NM_DBUS_INTERFACE_SETTINGS">NM_DBUS_INTERFACE_SETTINGS</a></td> </tr> <tr> @@ -348,6 +352,14 @@ <td class="datatype_keyword">enum</td> <td class="function_name"><a class="link" href="libnm-nm-dbus-interface.html#NMIPTunnelMode" title="enum NMIPTunnelMode">NMIPTunnelMode</a></td> </tr> +<tr> +<td class="datatype_keyword">enum</td> +<td class="function_name"><a class="link" href="libnm-nm-dbus-interface.html#NMCheckpointCreateFlags" title="enum NMCheckpointCreateFlags">NMCheckpointCreateFlags</a></td> +</tr> +<tr> +<td class="datatype_keyword">enum</td> +<td class="function_name"><a class="link" href="libnm-nm-dbus-interface.html#NMRollbackResult" title="enum NMRollbackResult">NMRollbackResult</a></td> +</tr> </tbody> </table></div> </div> @@ -582,6 +594,12 @@ </div> <hr> <div class="refsect2"> +<a name="NM-DBUS-INTERFACE-DEVICE-STATISTICS:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_STATISTICS</h3> +<pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_STATISTICS NM_DBUS_INTERFACE_DEVICE ".Statistics" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-DBUS-INTERFACE-SETTINGS:CAPS"></a><h3>NM_DBUS_INTERFACE_SETTINGS</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_SETTINGS "org.freedesktop.NetworkManager.Settings" </pre> @@ -639,7 +657,7 @@ <a name="NMState"></a><h3>enum NMState</h3> <p><a class="link" href="libnm-nm-dbus-interface.html#NMState" title="enum NMState"><span class="type">NMState</span></a> values indicate the current overall networking state.</p> <div class="refsect3"> -<a name="id-1.3.6.7.44.4"></a><h4>Members</h4> +<a name="NMState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -711,7 +729,7 @@ <div class="refsect2"> <a name="NMConnectivityState"></a><h3>enum NMConnectivityState</h3> <div class="refsect3"> -<a name="id-1.3.6.7.45.3"></a><h4>Members</h4> +<a name="NMConnectivityState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -767,7 +785,7 @@ <p><a class="link" href="libnm-nm-dbus-interface.html#NMDeviceType" title="enum NMDeviceType"><span class="type">NMDeviceType</span></a> values indicate the type of hardware represented by a device object.</p> <div class="refsect3"> -<a name="id-1.3.6.7.46.4"></a><h4>Members</h4> +<a name="NMDeviceType.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -932,7 +950,7 @@ GSM/UMTS, or LTE network access protocols</p> <a name="NMDeviceCapabilities"></a><h3>enum NMDeviceCapabilities</h3> <p>General device capability flags.</p> <div class="refsect3"> -<a name="id-1.3.6.7.47.4"></a><h4>Members</h4> +<a name="NMDeviceCapabilities.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -977,7 +995,7 @@ GSM/UMTS, or LTE network access protocols</p> <a name="NMDeviceWifiCapabilities"></a><h3>enum NMDeviceWifiCapabilities</h3> <p>802.11 specific device encryption and authentication capabilities.</p> <div class="refsect3"> -<a name="id-1.3.6.7.48.4"></a><h4>Members</h4> +<a name="NMDeviceWifiCapabilities.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1078,7 +1096,7 @@ GSM/UMTS, or LTE network access protocols</p> <a name="NM80211ApFlags"></a><h3>enum NM80211ApFlags</h3> <p>802.11 access point flags.</p> <div class="refsect3"> -<a name="id-1.3.6.7.49.4"></a><h4>Members</h4> +<a name="NM80211ApFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1112,7 +1130,7 @@ encryption (usually means WEP)</p> the current security requirements of an access point as determined from the access point's beacon.</p> <div class="refsect3"> -<a name="id-1.3.6.7.50.4"></a><h4>Members</h4> +<a name="NM80211ApSecurityFlags.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1213,7 +1231,7 @@ is supported</p> <a name="NM80211Mode"></a><h3>enum NM80211Mode</h3> <p>Indicates the 802.11 mode an access point or device is currently in.</p> <div class="refsect3"> -<a name="id-1.3.6.7.51.4"></a><h4>Members</h4> +<a name="NM80211Mode.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1265,7 +1283,7 @@ is supported</p> <p><a class="link" href="libnm-nm-dbus-interface.html#NMBluetoothCapabilities" title="enum NMBluetoothCapabilities"><span class="type">NMBluetoothCapabilities</span></a> values indicate the usable capabilities of a Bluetooth device.</p> <div class="refsect3"> -<a name="id-1.3.6.7.52.4"></a><h4>Members</h4> +<a name="NMBluetoothCapabilities.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1306,7 +1324,7 @@ technology families a modem device supports. For more information on the specific access technologies the device supports use the ModemManager D-Bus API.</p> <div class="refsect3"> -<a name="id-1.3.6.7.53.4"></a><h4>Members</h4> +<a name="NMDeviceModemCapabilities.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1361,7 +1379,7 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability</p> <a name="NMWimaxNspNetworkType"></a><h3>enum NMWimaxNspNetworkType</h3> <p>WiMAX network type.</p> <div class="refsect3"> -<a name="id-1.3.6.7.54.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"> @@ -1405,7 +1423,7 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability</p> <div class="refsect2"> <a name="NMDeviceState"></a><h3>enum NMDeviceState</h3> <div class="refsect3"> -<a name="id-1.3.6.7.55.3"></a><h4>Members</h4> +<a name="NMDeviceState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1535,7 +1553,7 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability</p> <a name="NMDeviceStateReason"></a><h3>enum NMDeviceStateReason</h3> <p>Device state change reason codes</p> <div class="refsect3"> -<a name="id-1.3.6.7.56.4"></a><h4>Members</h4> +<a name="NMDeviceStateReason.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -1992,7 +2010,7 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability</p> <div class="refsect2"> <a name="NMMetered"></a><h3>enum NMMetered</h3> <div class="refsect3"> -<a name="id-1.3.6.7.57.3"></a><h4>Members</h4> +<a name="NMMetered.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2047,7 +2065,7 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability</p> specific network while it is starting, connected, or disconnecting from that network.</p> <div class="refsect3"> -<a name="id-1.3.6.7.58.4"></a><h4>Members</h4> +<a name="NMActiveConnectionState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2101,7 +2119,7 @@ network.</p> <a name="NMSecretAgentGetSecretsFlags"></a><h3>enum NMSecretAgentGetSecretsFlags</h3> <p><a class="link" href="libnm-nm-dbus-interface.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.6.7.59.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"> @@ -2172,7 +2190,7 @@ network.</p> <a name="NMSecretAgentCapabilities"></a><h3>enum NMSecretAgentCapabilities</h3> <p><a class="link" href="libnm-nm-dbus-interface.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.6.7.60.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"> @@ -2313,7 +2331,7 @@ VPN plugin authentication dialogs.</p> <a name="NMIPTunnelMode"></a><h3>enum NMIPTunnelMode</h3> <p>The tunneling mode.</p> <div class="refsect3"> -<a name="id-1.3.6.7.78.4"></a><h4>Members</h4> +<a name="NMIPTunnelMode.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2396,9 +2414,88 @@ VPN plugin authentication dialogs.</p> </div> <p class="since">Since: 1.2</p> </div> +<hr> +<div class="refsect2"> +<a name="NMCheckpointCreateFlags"></a><h3>enum NMCheckpointCreateFlags</h3> +<p>The flags for CheckpointCreate call</p> +<div class="refsect3"> +<a name="NMCheckpointCreateFlags.members"></a><h4>Members</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col class="enum_members_description"> +<col width="200px" class="enum_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"><p><a name="NM-CHECKPOINT-CREATE-FLAG-NONE:CAPS"></a>NM_CHECKPOINT_CREATE_FLAG_NONE</p></td> +<td class="enum_member_description"> +<p>no flags</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="NM-CHECKPOINT-CREATE-FLAG-DESTROY-ALL:CAPS"></a>NM_CHECKPOINT_CREATE_FLAG_DESTROY_ALL</p></td> +<td class="enum_member_description"> +<p>when creating + a new checkpoint, destroy all existing ones.</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: 1.4</p> +</div> +<hr> +<div class="refsect2"> +<a name="NMRollbackResult"></a><h3>enum NMRollbackResult</h3> +<p>The result of a checkpoint <code class="function">Rollback()</code> operation for a specific device.</p> +<div class="refsect3"> +<a name="NMRollbackResult.members"></a><h4>Members</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="300px" class="enum_members_name"> +<col class="enum_members_description"> +<col width="200px" class="enum_members_annotations"> +</colgroup> +<tbody> +<tr> +<td class="enum_member_name"><p><a name="NM-ROLLBACK-RESULT-OK:CAPS"></a>NM_ROLLBACK_RESULT_OK</p></td> +<td class="enum_member_description"> +<p>the rollback succeeded.</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="NM-ROLLBACK-RESULT-ERR-NO-DEVICE:CAPS"></a>NM_ROLLBACK_RESULT_ERR_NO_DEVICE</p></td> +<td class="enum_member_description"> +<p>the device no longer exists.</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="NM-ROLLBACK-RESULT-ERR-DEVICE-UNMANAGED:CAPS"></a>NM_ROLLBACK_RESULT_ERR_DEVICE_UNMANAGED</p></td> +<td class="enum_member_description"> +<p>the device is now unmanaged.</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="NM-ROLLBACK-RESULT-ERR-FAILED:CAPS"></a>NM_ROLLBACK_RESULT_ERR_FAILED</p></td> +<td class="enum_member_description"> +<p>other errors during rollback.</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p class="since">Since: 1.4</p> +</div> </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/html/libnm-nm-errors.html b/docs/libnm/html/libnm-nm-errors.html index 13444902..8a52029f 100644 --- a/docs/libnm/html/libnm-nm-errors.html +++ b/docs/libnm/html/libnm-nm-errors.html @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="Client Object API Reference"> <link rel="prev" href="NMObject.html" title="NMObject"> <link rel="next" href="libnm-nm-dbus-interface.html" title="nm-dbus-interface"> -<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,10 +49,6 @@ </td> </tr> <tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="libnm-nm-errors.html#NM-AGENT-MANAGER-ERROR:CAPS" title="NM_AGENT_MANAGER_ERROR">NM_AGENT_MANAGER_ERROR</a></td> -</tr> -<tr> <td class="function_type"> <span class="returnvalue">GQuark</span> </td> @@ -85,10 +81,6 @@ </td> </tr> <tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="libnm-nm-errors.html#NM-MANAGER-ERROR:CAPS" title="NM_MANAGER_ERROR">NM_MANAGER_ERROR</a></td> -</tr> -<tr> <td class="function_type"> <span class="returnvalue">GQuark</span> </td> @@ -97,10 +89,6 @@ </td> </tr> <tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="libnm-nm-errors.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> @@ -109,14 +97,6 @@ </td> </tr> <tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="libnm-nm-errors.html#NM-SETTINGS-ERROR:CAPS" title="NM_SETTINGS_ERROR">NM_SETTINGS_ERROR</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR:CAPS" title="NM_VPN_PLUGIN_ERROR">NM_VPN_PLUGIN_ERROR</a></td> -</tr> -<tr> <td class="function_type"> <span class="returnvalue">GQuark</span> </td> @@ -140,6 +120,10 @@ <td class="function_name"><a class="link" href="libnm-nm-errors.html#NMAgentManagerError" title="enum NMAgentManagerError">NMAgentManagerError</a></td> </tr> <tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-errors.html#NM-AGENT-MANAGER-ERROR:CAPS" title="NM_AGENT_MANAGER_ERROR">NM_AGENT_MANAGER_ERROR</a></td> +</tr> +<tr> <td class="datatype_keyword">enum</td> <td class="function_name"><a class="link" href="libnm-nm-errors.html#NMConnectionError" title="enum NMConnectionError">NMConnectionError</a></td> </tr> @@ -168,17 +152,33 @@ <td class="function_name"><a class="link" href="libnm-nm-errors.html#NMManagerError" title="enum NMManagerError">NMManagerError</a></td> </tr> <tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-errors.html#NM-MANAGER-ERROR:CAPS" title="NM_MANAGER_ERROR">NM_MANAGER_ERROR</a></td> +</tr> +<tr> <td class="datatype_keyword">enum</td> <td class="function_name"><a class="link" href="libnm-nm-errors.html#NMSecretAgentError" title="enum NMSecretAgentError">NMSecretAgentError</a></td> </tr> <tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-errors.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="libnm-nm-errors.html#NMSettingsError" title="enum NMSettingsError">NMSettingsError</a></td> </tr> <tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-errors.html#NM-SETTINGS-ERROR:CAPS" title="NM_SETTINGS_ERROR">NM_SETTINGS_ERROR</a></td> +</tr> +<tr> <td class="datatype_keyword">enum</td> <td class="function_name"><a class="link" href="libnm-nm-errors.html#NMVpnPluginError" title="enum NMVpnPluginError">NMVpnPluginError</a></td> </tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR:CAPS" title="NM_VPN_PLUGIN_ERROR">NM_VPN_PLUGIN_ERROR</a></td> +</tr> </tbody> </table></div> </div> @@ -207,12 +207,6 @@ nm_agent_manager_error_quark (<em class="parameter"><code><span class="type">voi </div> <hr> <div class="refsect2"> -<a name="NM-AGENT-MANAGER-ERROR:CAPS"></a><h3>NM_AGENT_MANAGER_ERROR</h3> -<pre class="programlisting">#define NM_AGENT_MANAGER_ERROR (nm_agent_manager_error_quark ()) -</pre> -</div> -<hr> -<div class="refsect2"> <a name="nm-connection-error-quark"></a><h3>nm_connection_error_quark ()</h3> <pre class="programlisting"><span class="returnvalue">GQuark</span> nm_connection_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> @@ -237,42 +231,18 @@ nm_manager_error_quark (<em class="parameter"><code><span class="type">void</spa </div> <hr> <div class="refsect2"> -<a name="NM-MANAGER-ERROR:CAPS"></a><h3>NM_MANAGER_ERROR</h3> -<pre class="programlisting">#define NM_MANAGER_ERROR (nm_manager_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> </div> <hr> <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-settings-error-quark"></a><h3>nm_settings_error_quark ()</h3> <pre class="programlisting"><span class="returnvalue">GQuark</span> nm_settings_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> </div> <hr> <div class="refsect2"> -<a name="NM-SETTINGS-ERROR:CAPS"></a><h3>NM_SETTINGS_ERROR</h3> -<pre class="programlisting">#define NM_SETTINGS_ERROR (nm_settings_error_quark ()) -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="NM-VPN-PLUGIN-ERROR:CAPS"></a><h3>NM_VPN_PLUGIN_ERROR</h3> -<pre class="programlisting">#define NM_VPN_PLUGIN_ERROR (nm_vpn_plugin_error_quark ()) -</pre> -</div> -<hr> -<div class="refsect2"> <a name="nm-vpn-plugin-error-quark"></a><h3>nm_vpn_plugin_error_quark ()</h3> <pre class="programlisting"><span class="returnvalue">GQuark</span> nm_vpn_plugin_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> @@ -287,7 +257,7 @@ nm_vpn_plugin_error_quark (<em class="parameter"><code><span class="type">void</ requested (such as <a href="/usr/share/gtk-doc/html/libnm-glib/NMClient.html#nm-client-activate-connection"><code class="function">nm_client_activate_connection()</code></a>), and correspond to D-Bus errors in the "org.freedesktop.NetworkManager.AgentManager" namespace.</p> <div class="refsect3"> -<a name="id-1.3.5.8.2.5"></a><h4>Members</h4> +<a name="NMAgentManagerError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -348,15 +318,21 @@ errors in the "org.freedesktop.NetworkManager.AgentManager" namespace.</p> </div> <hr> <div class="refsect2"> +<a name="NM-AGENT-MANAGER-ERROR:CAPS"></a><h3>NM_AGENT_MANAGER_ERROR</h3> +<pre class="programlisting">#define NM_AGENT_MANAGER_ERROR (nm_agent_manager_error_quark ()) +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NMConnectionError"></a><h3>enum NMConnectionError</h3> <p>Describes errors that may result from operations involving a <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> -or its <a href="NMSetting.html"><span class="type">NMSettings</span></a>.</p> +or its <a href="NMSetting.html#NMSetting-struct"><span class="type">NMSettings</span></a>.</p> <p>These errors may be returned directly from <a class="link" href="NMConnection.html" title="NMConnection"><span class="type">NMConnection</span></a> and <a class="link" href="NMSetting.html" title="NMSetting"><span class="type">NMSetting</span></a> methods, or may be returned from D-Bus operations (eg on <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> or <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>), where they correspond to errors in the "org.freedesktop.NetworkManager.Settings.Connection" namespace.</p> <div class="refsect3"> -<a name="id-1.3.5.8.3.5"></a><h4>Members</h4> +<a name="NMConnectionError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -453,7 +429,7 @@ methods, or may be returned from D-Bus operations (eg on <a class="link" href="N <p>Cryptography-related errors that can be returned from some nm-utils methods, and some <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> operations.</p> <div class="refsect3"> -<a name="id-1.3.5.8.5.4"></a><h4>Members</h4> +<a name="NMCryptoError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -522,7 +498,7 @@ and some <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span returned from D-Bus operations (where they correspond to errors in the "org.freedesktop.NetworkManager.Device" namespace).</p> <div class="refsect3"> -<a name="id-1.3.5.8.7.5"></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"> @@ -616,7 +592,7 @@ These may be returned from <a class="link" href="NMClient.html" title="NMClient" the "org.freedesktop.NetworkManager" interface, and correspond to D-Bus errors in that namespace.</p> <div class="refsect3"> -<a name="id-1.3.5.8.9.4"></a><h4>Members</h4> +<a name="NMManagerError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -727,6 +703,12 @@ errors in that namespace.</p> </div> <hr> <div class="refsect2"> +<a name="NM-MANAGER-ERROR:CAPS"></a><h3>NM_MANAGER_ERROR</h3> +<pre class="programlisting">#define NM_MANAGER_ERROR (nm_manager_error_quark ()) +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NMSecretAgentError"></a><h3>enum NMSecretAgentError</h3> <p><a class="link" href="libnm-nm-errors.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. They @@ -736,7 +718,7 @@ namespace.</p> codes; instead, the secret agent manager will translate them to the corresponding <a class="link" href="libnm-nm-errors.html#NMAgentManagerError" title="enum NMAgentManagerError"><span class="type">NMAgentManagerError</span></a> codes.</p> <div class="refsect3"> -<a name="id-1.3.5.8.10.5"></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"> @@ -796,6 +778,12 @@ corresponding <a class="link" href="libnm-nm-errors.html#NMAgentManagerError" ti </div> <hr> <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="NMSettingsError"></a><h3>enum NMSettingsError</h3> <p>Errors related to the settings/persistent configuration interface of NetworkManager.</p> @@ -803,7 +791,7 @@ NetworkManager.</p> the "org.freedesktop.NetworkManager.Settings" interface, and correspond to D-Bus errors in that namespace.</p> <div class="refsect3"> -<a name="id-1.3.5.8.11.5"></a><h4>Members</h4> +<a name="NMSettingsError.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -867,11 +855,17 @@ D-Bus errors in that namespace.</p> </div> <hr> <div class="refsect2"> +<a name="NM-SETTINGS-ERROR:CAPS"></a><h3>NM_SETTINGS_ERROR</h3> +<pre class="programlisting">#define NM_SETTINGS_ERROR (nm_settings_error_quark ()) +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NMVpnPluginError"></a><h3>enum NMVpnPluginError</h3> <p>Returned by the VPN service plugin to indicate errors. These codes correspond to errors in the "org.freedesktop.NetworkManager.VPN.Error" namespace.</p> <div class="refsect3"> -<a name="id-1.3.5.8.12.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"> @@ -965,9 +959,15 @@ to errors in the "org.freedesktop.NetworkManager.VPN.Error" namespace.</p> </table></div> </div> </div> +<hr> +<div class="refsect2"> +<a name="NM-VPN-PLUGIN-ERROR:CAPS"></a><h3>NM_VPN_PLUGIN_ERROR</h3> +<pre class="programlisting">#define NM_VPN_PLUGIN_ERROR (nm_vpn_plugin_error_quark ()) +</pre> +</div> </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/html/libnm-nm-utils.html b/docs/libnm/html/libnm-nm-utils.html index 1ae50f34..2ffb16a2 100644 --- a/docs/libnm/html/libnm-nm-utils.html +++ b/docs/libnm/html/libnm-nm-utils.html @@ -8,7 +8,7 @@ <link rel="up" href="ch05.html" title="Utility API Reference"> <link rel="prev" href="ch05.html" title="Utility API Reference"> <link rel="next" href="libnm-nm-version.html" title="nm-version"> -<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"> @@ -571,7 +571,7 @@ nm_utils_is_empty_ssid (<em class="parameter"><code>const <span class="type">gui AP's SSID. This function attempts to detect blank/empty SSIDs using a number of known SSID-cloaking methods.</p> <div class="refsect3"> -<a name="id-1.6.2.7.2.5"></a><h4>Parameters</h4> +<a name="nm-utils-is-empty-ssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -594,7 +594,7 @@ number of known SSID-cloaking methods.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.2.6"></a><h4>Returns</h4> +<a name="nm-utils-is-empty-ssid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the SSID is "empty", <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -609,7 +609,7 @@ replacing embedded NULLs and non-printable characters with the hexadecimal representation of that character. Intended for debugging only, should not be used for display of SSIDs.</p> <div class="refsect3"> -<a name="id-1.6.2.7.3.5"></a><h4>Parameters</h4> +<a name="nm-utils-escape-ssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -632,7 +632,7 @@ be used for display of SSIDs.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.3.6"></a><h4>Returns</h4> +<a name="nm-utils-escape-ssid.returns"></a><h4>Returns</h4> <p> pointer to the escaped SSID, which uses an internal static buffer and will be overwritten by subsequent calls to this function</p> </div> @@ -653,7 +653,7 @@ and thus was changed. This function compensates for that behavior at the cost of some compatibility with odd SSIDs that may legitimately have trailing NULLs, even though that is functionally pointless.</p> <div class="refsect3"> -<a name="id-1.6.2.7.4.5"></a><h4>Parameters</h4> +<a name="nm-utils-same-ssid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -692,7 +692,7 @@ NULLs, even though that is functionally pointless.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.4.6"></a><h4>Returns</h4> +<a name="nm-utils-same-ssid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the SSIDs are the same, <code class="literal">FALSE</code> if they are not</p> </div> </div> @@ -722,7 +722,7 @@ into a printable UTF-8 string, using roughly the following procedure:</p> <p>Again, this function should be used for debugging and display purposes _only_.</p> <div class="refsect3"> -<a name="id-1.6.2.7.5.8"></a><h4>Parameters</h4> +<a name="nm-utils-ssid-to-utf8.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -745,7 +745,7 @@ _only_.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.5.9"></a><h4>Returns</h4> +<a name="nm-utils-ssid-to-utf8.returns"></a><h4>Returns</h4> <p> an allocated string containing a UTF-8 representation of the SSID, which must be freed by the caller using <code class="function">g_free()</code>. Returns <code class="literal">NULL</code> on errors. </p> @@ -769,7 +769,7 @@ type, and AP capabilities intersect.</p> <p>NOTE: this function cannot handle checking security for AP/Hotspot mode; use <a class="link" href="libnm-nm-utils.html#nm-utils-ap-mode-security-valid" title="nm_utils_ap_mode_security_valid ()"><code class="function">nm_utils_ap_mode_security_valid()</code></a> instead.</p> <div class="refsect3"> -<a name="id-1.6.2.7.6.6"></a><h4>Parameters</h4> +<a name="nm-utils-security-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -823,7 +823,7 @@ e.g. (<a class="link" href="libnm-nm-dbus-interface.html#NM-802-11-AP-SEC-PAIR-C </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.6.7"></a><h4>Returns</h4> +<a name="nm-utils-security-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device capabilities and AP capabilties intersect and are compatible with the desired <em class="parameter"><code>type</code></em> , <code class="literal">FALSE</code> if they are not</p> @@ -839,7 +839,7 @@ nm_utils_ap_mode_security_valid (<em class="parameter"><code><a class="link" hre against, determines whether the combination of device capabilities and desired security type are valid for AP/Hotspot connections.</p> <div class="refsect3"> -<a name="id-1.6.2.7.7.5"></a><h4>Parameters</h4> +<a name="nm-utils-ap-mode-security-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -863,7 +863,7 @@ e.g. <a class="link" href="libnm-nm-utils.html#NMU-SEC-STATIC-WEP:CAPS"><span cl </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.7.6"></a><h4>Returns</h4> +<a name="nm-utils-ap-mode-security-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the device capabilities are compatible with the desired <em class="parameter"><code>type</code></em> , <code class="literal">FALSE</code> if they are not.</p> @@ -878,7 +878,7 @@ nm_utils_wep_key_valid (<em class="parameter"><code>const <span class="type">cha <p>Checks if <em class="parameter"><code>key</code></em> is a valid WEP key</p> <div class="refsect3"> -<a name="id-1.6.2.7.8.5"></a><h4>Parameters</h4> +<a name="nm-utils-wep-key-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -900,7 +900,7 @@ nm_utils_wep_key_valid (<em class="parameter"><code>const <span class="type">cha </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.8.6"></a><h4>Returns</h4> +<a name="nm-utils-wep-key-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>key</code></em> is a WEP key, <code class="literal">FALSE</code> if not</p> </div> @@ -913,7 +913,7 @@ nm_utils_wpa_psk_valid (<em class="parameter"><code>const <span class="type">cha <p>Checks if <em class="parameter"><code>psk</code></em> is a valid WPA PSK</p> <div class="refsect3"> -<a name="id-1.6.2.7.9.5"></a><h4>Parameters</h4> +<a name="nm-utils-wpa-psk-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -928,7 +928,7 @@ nm_utils_wpa_psk_valid (<em class="parameter"><code>const <span class="type">cha </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.9.6"></a><h4>Returns</h4> +<a name="nm-utils-wpa-psk-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>psk</code></em> is a WPA PSK, <code class="literal">FALSE</code> if not</p> </div> @@ -941,7 +941,7 @@ nm_utils_ip4_dns_to_variant (<em class="parameter"><code><span class="type">char <p>Utility function to convert an array of IP address strings int a <span class="type">GVariant</span> of type 'au' representing an array of IPv4 addresses.</p> <div class="refsect3"> -<a name="id-1.6.2.7.10.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-dns-to-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -956,7 +956,7 @@ type 'au' representing an array of IPv4 addresses.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.10.6"></a><h4>Returns</h4> +<a name="nm-utils-ip4-dns-to-variant.returns"></a><h4>Returns</h4> <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>dns</code></em> . </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -970,7 +970,7 @@ nm_utils_ip4_dns_from_variant (<em class="parameter"><code><span class="type">GV <p>Utility function to convert a <span class="type">GVariant</span> of type 'au' representing a list of IPv4 addresses into an array of IP address strings.</p> <div class="refsect3"> -<a name="id-1.6.2.7.11.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-dns-from-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -985,7 +985,7 @@ IPv4 addresses into an array of IP address strings.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.11.6"></a><h4>Returns</h4> +<a name="nm-utils-ip4-dns-from-variant.returns"></a><h4>Returns</h4> <p> a <code class="literal">NULL</code>-terminated array of IP address strings. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> utf8]</span></p> </div> @@ -1003,7 +1003,7 @@ gateway). The "gateway" field of the first address will get the value of <em class="parameter"><code>gateway</code></em> (if non-<code class="literal">NULL</code>). In all of the other addresses, that field will be 0.</p> <div class="refsect3"> -<a name="id-1.6.2.7.12.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-addresses-to-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1025,7 +1025,7 @@ gateway). The "gateway" field of the first address will get the value of </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.12.6"></a><h4>Returns</h4> +<a name="nm-utils-ip4-addresses-to-variant.returns"></a><h4>Returns</h4> <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>addresses</code></em> . </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -1044,7 +1044,7 @@ the first address (if set) will be returned in <em class="parameter"><code>out_g ; the "gateway" fields of the other addresses are ignored.</p> <div class="refsect3"> -<a name="id-1.6.2.7.13.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-addresses-from-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1066,7 +1066,7 @@ of the other addresses are ignored.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.13.6"></a><h4>Returns</h4> +<a name="nm-utils-ip4-addresses-from-variant.returns"></a><h4>Returns</h4> <p> a newly allocated <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a> objects. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPAddress]</span></p> @@ -1082,7 +1082,7 @@ IPv4 routes into a <span class="type">GVariant</span> of type 'aau' representing NetworkManager IPv4 routes (which are tuples of route, prefix, next hop, and metric).</p> <div class="refsect3"> -<a name="id-1.6.2.7.14.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-routes-to-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1091,13 +1091,13 @@ metric).</p> </colgroup> <tbody><tr> <td class="parameter_name"><p>routes</p></td> -<td class="parameter_description"><p> an array of <a href="/usr/share/gtk-doc/html/libnm-util/NMSettingIP4Config.html#NMIP4Route"><span class="type">NMIP4Route</span></a> objects. </p></td> +<td class="parameter_description"><p> an array of <span class="type">NMIP4Route</span> objects. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPRoute]</span></td> </tr></tbody> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.14.6"></a><h4>Returns</h4> +<a name="nm-utils-ip4-routes-to-variant.returns"></a><h4>Returns</h4> <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>routes</code></em> . </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -1112,7 +1112,7 @@ nm_utils_ip4_routes_from_variant (<em class="parameter"><code><span class="type" of NetworkManager IPv4 routes (which are tuples of route, prefix, next hop, and metric) into a <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> objects.</p> <div class="refsect3"> -<a name="id-1.6.2.7.15.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-routes-from-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1127,7 +1127,7 @@ and metric) into a <span class="type">GPtrArray</span> of <a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.15.6"></a><h4>Returns</h4> +<a name="nm-utils-ip4-routes-from-variant.returns"></a><h4>Returns</h4> <p> a newly allocated <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> objects. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPRoute]</span></p> @@ -1139,7 +1139,7 @@ and metric) into a <span class="type">GPtrArray</span> of <a class="link" href=" <pre class="programlisting"><span class="returnvalue">guint32</span> nm_utils_ip4_netmask_to_prefix (<em class="parameter"><code><span class="type">guint32</span> netmask</code></em>);</pre> <div class="refsect3"> -<a name="id-1.6.2.7.16.4"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-netmask-to-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1154,7 +1154,7 @@ nm_utils_ip4_netmask_to_prefix (<em class="parameter"><code><span class="type">g </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.16.5"></a><h4>Returns</h4> +<a name="nm-utils-ip4-netmask-to-prefix.returns"></a><h4>Returns</h4> <p> the CIDR prefix represented by the netmask</p> </div> </div> @@ -1164,7 +1164,7 @@ nm_utils_ip4_netmask_to_prefix (<em class="parameter"><code><span class="type">g <pre class="programlisting"><span class="returnvalue">guint32</span> nm_utils_ip4_prefix_to_netmask (<em class="parameter"><code><span class="type">guint32</span> prefix</code></em>);</pre> <div class="refsect3"> -<a name="id-1.6.2.7.17.4"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-prefix-to-netmask.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1179,7 +1179,7 @@ nm_utils_ip4_prefix_to_netmask (<em class="parameter"><code><span class="type">g </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.17.5"></a><h4>Returns</h4> +<a name="nm-utils-ip4-prefix-to-netmask.returns"></a><h4>Returns</h4> <p> the netmask represented by the prefix, in network byte order</p> </div> </div> @@ -1193,7 +1193,7 @@ segmented into three network classes: A, B, and C. This function will return a prefix that is associated with the IP address specified defining where it falls in the predefined classes.</p> <div class="refsect3"> -<a name="id-1.6.2.7.18.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip4-get-default-prefix.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1208,7 +1208,7 @@ falls in the predefined classes.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.18.6"></a><h4>Returns</h4> +<a name="nm-utils-ip4-get-default-prefix.returns"></a><h4>Returns</h4> <p> the default class prefix for the given IP</p> </div> </div> @@ -1220,7 +1220,7 @@ nm_utils_ip6_dns_to_variant (<em class="parameter"><code><span class="type">char <p>Utility function to convert an array of IP address strings int a <span class="type">GVariant</span> of type 'aay' representing an array of IPv6 addresses.</p> <div class="refsect3"> -<a name="id-1.6.2.7.19.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-dns-to-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1235,7 +1235,7 @@ type 'aay' representing an array of IPv6 addresses.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.19.6"></a><h4>Returns</h4> +<a name="nm-utils-ip6-dns-to-variant.returns"></a><h4>Returns</h4> <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>dns</code></em> . </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -1249,7 +1249,7 @@ nm_utils_ip6_dns_from_variant (<em class="parameter"><code><span class="type">GV <p>Utility function to convert a <span class="type">GVariant</span> of type 'aay' representing a list of IPv6 addresses into an array of IP address strings.</p> <div class="refsect3"> -<a name="id-1.6.2.7.20.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-dns-from-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1264,7 +1264,7 @@ IPv6 addresses into an array of IP address strings.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.20.6"></a><h4>Returns</h4> +<a name="nm-utils-ip6-dns-from-variant.returns"></a><h4>Returns</h4> <p> a <code class="literal">NULL</code>-terminated array of IP address strings. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> utf8]</span></p> </div> @@ -1283,7 +1283,7 @@ gateway). The "gateway" field of the first address will get the value of (if non-<code class="literal">NULL</code>). In all of the other addresses, that field will be all 0s.</p> <div class="refsect3"> -<a name="id-1.6.2.7.21.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-addresses-to-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1305,7 +1305,7 @@ all 0s.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.21.6"></a><h4>Returns</h4> +<a name="nm-utils-ip6-addresses-to-variant.returns"></a><h4>Returns</h4> <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>addresses</code></em> . </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -1324,7 +1324,7 @@ of the first address (if set) will be returned in <em class="parameter"><code>ou ; the "gateway" fields of the other addresses are ignored.</p> <div class="refsect3"> -<a name="id-1.6.2.7.22.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-addresses-from-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1346,7 +1346,7 @@ fields of the other addresses are ignored.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.22.6"></a><h4>Returns</h4> +<a name="nm-utils-ip6-addresses-from-variant.returns"></a><h4>Returns</h4> <p> a newly allocated <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a> objects. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPAddress]</span></p> @@ -1362,7 +1362,7 @@ IPv6 routes into a <span class="type">GVariant</span> of type 'a(ayuayu)' repres NetworkManager IPv6 routes (which are tuples of route, prefix, next hop, and metric).</p> <div class="refsect3"> -<a name="id-1.6.2.7.23.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-routes-to-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1377,7 +1377,7 @@ metric).</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.23.6"></a><h4>Returns</h4> +<a name="nm-utils-ip6-routes-to-variant.returns"></a><h4>Returns</h4> <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>routes</code></em> . </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -1392,7 +1392,7 @@ nm_utils_ip6_routes_from_variant (<em class="parameter"><code><span class="type" array of NetworkManager IPv6 routes (which are tuples of route, prefix, next hop, and metric) into a <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> objects.</p> <div class="refsect3"> -<a name="id-1.6.2.7.24.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip6-routes-from-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1407,7 +1407,7 @@ hop, and metric) into a <span class="type">GPtrArray</span> of <a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.24.6"></a><h4>Returns</h4> +<a name="nm-utils-ip6-routes-from-variant.returns"></a><h4>Returns</h4> <p> a newly allocated <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> objects. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPRoute]</span></p> @@ -1424,7 +1424,7 @@ array of new-style NetworkManager IP addresses. All addresses will include "address" (an IP address string), and "prefix" (a uint). Some addresses may include additional attributes.</p> <div class="refsect3"> -<a name="id-1.6.2.7.25.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip-addresses-to-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1439,7 +1439,7 @@ include additional attributes.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.25.6"></a><h4>Returns</h4> +<a name="nm-utils-ip-addresses-to-variant.returns"></a><h4>Returns</h4> <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>addresses</code></em> . </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -1456,7 +1456,7 @@ NetworkManager IPv4 or IPv6 addresses (as described in the documentation for <a class="link" href="libnm-nm-utils.html#nm-utils-ip-addresses-to-variant" title="nm_utils_ip_addresses_to_variant ()"><code class="function">nm_utils_ip_addresses_to_variant()</code></a>) into a <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a> objects.</p> <div class="refsect3"> -<a name="id-1.6.2.7.26.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip-addresses-from-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1478,7 +1478,7 @@ objects.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.26.6"></a><h4>Returns</h4> +<a name="nm-utils-ip-addresses-from-variant.returns"></a><h4>Returns</h4> <p> a newly allocated <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPAddress"><span class="type">NMIPAddress</span></a> objects. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPAddress]</span></p> @@ -1494,7 +1494,7 @@ IPv4 or IPv6 routes into a <span class="type">GVariant</span> of type 'aa{sv}' r of new-style NetworkManager IP routes (which are tuples of destination, prefix, next hop, metric, and additional attributes).</p> <div class="refsect3"> -<a name="id-1.6.2.7.27.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip-routes-to-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1509,7 +1509,7 @@ prefix, next hop, metric, and additional attributes).</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.27.6"></a><h4>Returns</h4> +<a name="nm-utils-ip-routes-to-variant.returns"></a><h4>Returns</h4> <p> a new floating <span class="type">GVariant</span> representing <em class="parameter"><code>routes</code></em> . </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> @@ -1526,7 +1526,7 @@ NetworkManager IPv4 or IPv6 addresses (which are tuples of destination, prefix, next hop, metric, and additional attributes) into a <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> objects.</p> <div class="refsect3"> -<a name="id-1.6.2.7.28.5"></a><h4>Parameters</h4> +<a name="nm-utils-ip-routes-from-variant.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1548,7 +1548,7 @@ prefix, next hop, metric, and additional attributes) into a <span class="type">G </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.28.6"></a><h4>Returns</h4> +<a name="nm-utils-ip-routes-from-variant.returns"></a><h4>Returns</h4> <p> a newly allocated <span class="type">GPtrArray</span> of <a class="link" href="NMSettingIPConfig.html#NMIPRoute"><span class="type">NMIPRoute</span></a> objects. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> NMIPRoute]</span></p> @@ -1560,7 +1560,7 @@ prefix, next hop, metric, and additional attributes) into a <span class="type">G <pre class="programlisting"><span class="returnvalue">char</span> * nm_utils_uuid_generate (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <div class="refsect3"> -<a name="id-1.6.2.7.29.4"></a><h4>Returns</h4> +<a name="nm-utils-uuid-generate.returns"></a><h4>Returns</h4> <p> a newly allocated UUID suitable for use as the <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object's <a class="link" href="NMSettingConnection.html#NMSettingConnection--id" title="The “id” property"><span class="type">“id”</span></a>: property. Should be freed with <code class="function">g_free()</code></p> </div> @@ -1575,7 +1575,7 @@ nm_utils_file_is_certificate (<em class="parameter"><code>const <span class="typ (".cer", ".crt", ".der", or ".pem"), and contains a certificate in a format recognized by NetworkManager.</p> <div class="refsect3"> -<a name="id-1.6.2.7.30.5"></a><h4>Parameters</h4> +<a name="nm-utils-file-is-certificate.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1590,7 +1590,7 @@ recognized by NetworkManager.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.30.6"></a><h4>Returns</h4> +<a name="nm-utils-file-is-certificate.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the file is a certificate, <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -1605,7 +1605,7 @@ nm_utils_file_is_private_key (<em class="parameter"><code>const <span class="typ (".der", ".key", ".pem", or ".p12"), and contains a private key in a format recognized by NetworkManager.</p> <div class="refsect3"> -<a name="id-1.6.2.7.31.5"></a><h4>Parameters</h4> +<a name="nm-utils-file-is-private-key.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1627,7 +1627,7 @@ recognized by NetworkManager.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.31.6"></a><h4>Returns</h4> +<a name="nm-utils-file-is-private-key.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the file is a private key, <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -1639,7 +1639,7 @@ nm_utils_file_is_pkcs12 (<em class="parameter"><code>const <span class="type">ch <p>Tests if <em class="parameter"><code>filename</code></em> is a PKCS#12 file.</p> <div class="refsect3"> -<a name="id-1.6.2.7.32.5"></a><h4>Parameters</h4> +<a name="nm-utils-file-is-pkcs12.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1654,7 +1654,7 @@ nm_utils_file_is_pkcs12 (<em class="parameter"><code>const <span class="type">ch </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.32.6"></a><h4>Returns</h4> +<a name="nm-utils-file-is-pkcs12.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the file is PKCS#12, <code class="literal">FALSE</code> if it is not</p> </div> </div> @@ -1689,7 +1689,7 @@ nm_utils_file_search_in_paths (<em class="parameter"><code>const <span class="ty file in a list of search <em class="parameter"><code>paths</code></em> .</p> <div class="refsect3"> -<a name="id-1.6.2.7.35.5"></a><h4>Parameters</h4> +<a name="nm-utils-file-search-in-paths.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1748,7 +1748,7 @@ function. </p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.35.6"></a><h4>Returns</h4> +<a name="nm-utils-file-search-in-paths.returns"></a><h4>Returns</h4> <p> the full path to the helper, if found, or <code class="literal">NULL</code> if not found. The returned string is not owned by the caller, but later invocations of the function might overwrite it. </p> @@ -1762,7 +1762,7 @@ invocations of the function might overwrite it. </p> nm_utils_wifi_freq_to_channel (<em class="parameter"><code><span class="type">guint32</span> freq</code></em>);</pre> <p>Utility function to translate a Wi-Fi frequency to its corresponding channel.</p> <div class="refsect3"> -<a name="id-1.6.2.7.36.5"></a><h4>Parameters</h4> +<a name="nm-utils-wifi-freq-to-channel.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1777,7 +1777,7 @@ nm_utils_wifi_freq_to_channel (<em class="parameter"><code><span class="type">gu </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.36.6"></a><h4>Returns</h4> +<a name="nm-utils-wifi-freq-to-channel.returns"></a><h4>Returns</h4> <p> the channel represented by the frequency or 0</p> </div> </div> @@ -1789,7 +1789,7 @@ nm_utils_wifi_channel_to_freq (<em class="parameter"><code><span class="type">gu <em class="parameter"><code>const <span class="type">char</span> *band</code></em>);</pre> <p>Utility function to translate a Wi-Fi channel to its corresponding frequency.</p> <div class="refsect3"> -<a name="id-1.6.2.7.37.5"></a><h4>Parameters</h4> +<a name="nm-utils-wifi-channel-to-freq.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1811,7 +1811,7 @@ nm_utils_wifi_channel_to_freq (<em class="parameter"><code><span class="type">gu </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.37.6"></a><h4>Returns</h4> +<a name="nm-utils-wifi-channel-to-freq.returns"></a><h4>Returns</h4> <p> the frequency represented by the channel of the band, or -1 when the freq is invalid, or 0 when the band is invalid</p> @@ -1826,7 +1826,7 @@ nm_utils_wifi_find_next_channel (<em class="parameter"><code><span class="type"> <em class="parameter"><code><span class="type">char</span> *band</code></em>);</pre> <p>Utility function to find out next/previous Wi-Fi channel for a channel.</p> <div class="refsect3"> -<a name="id-1.6.2.7.38.5"></a><h4>Parameters</h4> +<a name="nm-utils-wifi-find-next-channel.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1853,7 +1853,7 @@ nm_utils_wifi_find_next_channel (<em class="parameter"><code><span class="type"> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.38.6"></a><h4>Returns</h4> +<a name="nm-utils-wifi-find-next-channel.returns"></a><h4>Returns</h4> <p> the next channel in the specified direction or 0</p> </div> </div> @@ -1865,7 +1865,7 @@ nm_utils_wifi_is_channel_valid (<em class="parameter"><code><span class="type">g <em class="parameter"><code>const <span class="type">char</span> *band</code></em>);</pre> <p>Utility function to verify Wi-Fi channel validity.</p> <div class="refsect3"> -<a name="id-1.6.2.7.39.5"></a><h4>Parameters</h4> +<a name="nm-utils-wifi-is-channel-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1887,7 +1887,7 @@ nm_utils_wifi_is_channel_valid (<em class="parameter"><code><span class="type">g </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.39.6"></a><h4>Returns</h4> +<a name="nm-utils-wifi-is-channel-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> or <code class="literal">FALSE</code></p> </div> </div> @@ -1898,7 +1898,7 @@ nm_utils_wifi_is_channel_valid (<em class="parameter"><code><span class="type">g nm_utils_wifi_2ghz_freqs (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Utility function to return 2.4 GHz Wi-Fi frequencies (802.11bg band).</p> <div class="refsect3"> -<a name="id-1.6.2.7.40.5"></a><h4>Returns</h4> +<a name="nm-utils-wifi-2ghz-freqs.returns"></a><h4>Returns</h4> <p> zero-terminated array of frequencies numbers (in MHz)</p> </div> <p class="since">Since: 1.2</p> @@ -1910,7 +1910,7 @@ nm_utils_wifi_2ghz_freqs (<em class="parameter"><code><span class="type">void</s nm_utils_wifi_5ghz_freqs (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Utility function to return 5 GHz Wi-Fi frequencies (802.11a band).</p> <div class="refsect3"> -<a name="id-1.6.2.7.41.5"></a><h4>Returns</h4> +<a name="nm-utils-wifi-5ghz-freqs.returns"></a><h4>Returns</h4> <p> zero-terminated array of frequencies numbers (in MHz)</p> </div> <p class="since">Since: 1.2</p> @@ -1926,7 +1926,7 @@ strength suitable for printing to stdout. If the current locale and terminal support it, this will use unicode graphics characters to represent "bars". Otherwise it will use 0 to 4 asterisks.</p> <div class="refsect3"> -<a name="id-1.6.2.7.42.5"></a><h4>Parameters</h4> +<a name="nm-utils-wifi-strength-bars.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1941,7 +1941,7 @@ support it, this will use unicode graphics characters to represent </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.42.6"></a><h4>Returns</h4> +<a name="nm-utils-wifi-strength-bars.returns"></a><h4>Returns</h4> <p> the graphical representation of the access point strength</p> </div> </div> @@ -1955,7 +1955,7 @@ nm_utils_hwaddr_len (<em class="parameter"><code><span class="type">int</span> t <p>It is an error to call this function with any value other than <code class="literal">ARPHRD_ETHER</code> or <code class="literal">ARPHRD_INFINIBAND</code>.</p> <div class="refsect3"> -<a name="id-1.6.2.7.43.6"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-len.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1971,7 +1971,7 @@ nm_utils_hwaddr_len (<em class="parameter"><code><span class="type">int</span> t </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.43.7"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-len.returns"></a><h4>Returns</h4> <p> the length.</p> </div> </div> @@ -1984,7 +1984,7 @@ nm_utils_hwaddr_ntoa (<em class="parameter"><code><span class="type">gconstpoint <p>Converts <em class="parameter"><code>addr</code></em> to textual form.</p> <div class="refsect3"> -<a name="id-1.6.2.7.44.5"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-ntoa.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2007,7 +2007,7 @@ nm_utils_hwaddr_ntoa (<em class="parameter"><code><span class="type">gconstpoint </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.44.6"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-ntoa.returns"></a><h4>Returns</h4> <p> the textual form of <em class="parameter"><code>addr</code></em> . </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -2023,7 +2023,7 @@ nm_utils_hwaddr_atoba (<em class="parameter"><code>const <span class="type">char and converts it to binary form in a <span class="type">GByteArray</span>. See <a class="link" href="libnm-nm-utils.html#nm-utils-hwaddr-aton" title="nm_utils_hwaddr_aton ()"><code class="function">nm_utils_hwaddr_aton()</code></a> if you don't want a <span class="type">GByteArray</span>.</p> <div class="refsect3"> -<a name="id-1.6.2.7.45.5"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-atoba.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2045,7 +2045,7 @@ nm_utils_hwaddr_atoba (<em class="parameter"><code>const <span class="type">char </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.45.6"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-atoba.returns"></a><h4>Returns</h4> <p> a new <span class="type">GByteArray</span>, or <code class="literal">NULL</code> if <em class="parameter"><code>asc</code></em> couldn't be parsed. </p> @@ -2065,7 +2065,7 @@ nm_utils_hwaddr_aton (<em class="parameter"><code>const <span class="type">char< Bytes in <em class="parameter"><code>asc</code></em> can be sepatared by colons (:), or hyphens (-), but not mixed.</p> <div class="refsect3"> -<a name="id-1.6.2.7.46.5"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-aton.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2093,7 +2093,7 @@ the size of the buffer in bytes.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.46.6"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-aton.returns"></a><h4>Returns</h4> <p> <em class="parameter"><code>buffer</code></em> , or <code class="literal">NULL</code> if <em class="parameter"><code>asc</code></em> couldn't be parsed @@ -2111,7 +2111,7 @@ nm_utils_hwaddr_valid (<em class="parameter"><code>const <span class="type">char to see if it is a valid hardware address of the given length.</p> <div class="refsect3"> -<a name="id-1.6.2.7.47.5"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2135,7 +2135,7 @@ is expected to convert to </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.47.6"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>asc</code></em> appears to be a valid hardware address of the indicated length, <code class="literal">FALSE</code> if not.</p> @@ -2152,7 +2152,7 @@ nm_utils_hwaddr_canonical (<em class="parameter"><code>const <span class="type"> length, and if so, returns it in canonical form (uppercase, with leading 0s as needed, and with colons rather than hyphens).</p> <div class="refsect3"> -<a name="id-1.6.2.7.48.5"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-canonical.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2176,7 +2176,7 @@ is expected to convert to </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.48.6"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-canonical.returns"></a><h4>Returns</h4> <p> the canonicalized address if <em class="parameter"><code>asc</code></em> appears to be a valid hardware address of the indicated length, <code class="literal">NULL</code> if not. </p> @@ -2223,7 +2223,7 @@ match. (This means that externally-provided address strings do not need to be sanity-checked before comparing them against known good addresses; they are guaranteed to not match if they are invalid.)</p> <div class="refsect3"> -<a name="id-1.6.2.7.49.7"></a><h4>Parameters</h4> +<a name="nm-utils-hwaddr-matches.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2259,7 +2259,7 @@ is ASCII</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.49.8"></a><h4>Returns</h4> +<a name="nm-utils-hwaddr-matches.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>hwaddr1</code></em> and <em class="parameter"><code>hwaddr2</code></em> are equivalent, <code class="literal">FALSE</code> if they are @@ -2279,7 +2279,7 @@ nm_utils_bin2hexstr (<em class="parameter"><code><span class="type">gconstpointe greater than -1, the returned string is terminated at that index (returned_string[final_len] == '\0'),</p> <div class="refsect3"> -<a name="id-1.6.2.7.50.5"></a><h4>Parameters</h4> +<a name="nm-utils-bin2hexstr.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2307,7 +2307,7 @@ array</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.50.6"></a><h4>Returns</h4> +<a name="nm-utils-bin2hexstr.returns"></a><h4>Returns</h4> <p> the textual form of <em class="parameter"><code>bytes</code></em> . </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -2326,7 +2326,7 @@ eg "00:11" or "0:1". Any "0x" at the beginning of <em class="parameter"><code>h may not start or end with ':'.</p> <div class="refsect3"> -<a name="id-1.6.2.7.51.5"></a><h4>Parameters</h4> +<a name="nm-utils-hexstr2bin.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2341,7 +2341,7 @@ may not start or end with ':'.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.51.6"></a><h4>Returns</h4> +<a name="nm-utils-hexstr2bin.returns"></a><h4>Returns</h4> <p> the converted bytes, or <code class="literal">NULL</code> on error. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -2354,7 +2354,7 @@ nm_utils_iface_valid_name (<em class="parameter"><code>const <span class="type"> <p>This function is a 1:1 copy of the kernel's interface validation function in net/core/dev.c.</p> <div class="refsect3"> -<a name="id-1.6.2.7.52.5"></a><h4>Parameters</h4> +<a name="nm-utils-iface-valid-name.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2369,7 +2369,7 @@ function in net/core/dev.c.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.52.6"></a><h4>Returns</h4> +<a name="nm-utils-iface-valid-name.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if interface name is valid, otherwise <code class="literal">FALSE</code> is returned.</p> </div> </div> @@ -2381,7 +2381,7 @@ nm_utils_is_uuid (<em class="parameter"><code>const <span class="type">char</spa <p>Checks if <em class="parameter"><code>str</code></em> is a UUID</p> <div class="refsect3"> -<a name="id-1.6.2.7.53.5"></a><h4>Parameters</h4> +<a name="nm-utils-is-uuid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2396,7 +2396,7 @@ nm_utils_is_uuid (<em class="parameter"><code>const <span class="type">char</spa </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.53.6"></a><h4>Returns</h4> +<a name="nm-utils-is-uuid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if <em class="parameter"><code>str</code></em> is a UUID, <code class="literal">FALSE</code> if not</p> </div> @@ -2410,7 +2410,7 @@ nm_utils_inet4_ntop (<em class="parameter"><code><span class="type">in_addr_t</s <p>Wrapper for inet_ntop.</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <div class="refsect3"> -<a name="id-1.6.2.7.54.6"></a><h4>Parameters</h4> +<a name="nm-utils-inet4-ntop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2441,7 +2441,7 @@ buffer to avoid these issues.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.54.7"></a><h4>Returns</h4> +<a name="nm-utils-inet4-ntop.returns"></a><h4>Returns</h4> <p> the input buffer <em class="parameter"><code>dst</code></em> , or a pointer to an internal, static buffer. This function cannot fail.</p> @@ -2456,7 +2456,7 @@ nm_utils_inet6_ntop (<em class="parameter"><code>const <span class="type">struct <p>Wrapper for inet_ntop.</p> <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p> <div class="refsect3"> -<a name="id-1.6.2.7.55.6"></a><h4>Parameters</h4> +<a name="nm-utils-inet6-ntop.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2487,7 +2487,7 @@ buffer to avoid these issues.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.55.7"></a><h4>Returns</h4> +<a name="nm-utils-inet6-ntop.returns"></a><h4>Returns</h4> <p> the input buffer <em class="parameter"><code>dst</code></em> , or a pointer to an internal, static buffer. <code class="literal">NULL</code> is not allowed as <em class="parameter"><code>in6addr</code></em> @@ -2504,7 +2504,7 @@ nm_utils_ipaddr_valid (<em class="parameter"><code><span class="type">int</span> <p>Checks if <em class="parameter"><code>ip</code></em> contains a valid IP address of the given family.</p> <div class="refsect3"> -<a name="id-1.6.2.7.56.5"></a><h4>Parameters</h4> +<a name="nm-utils-ipaddr-valid.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2527,7 +2527,7 @@ nm_utils_ipaddr_valid (<em class="parameter"><code><span class="type">int</span> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.56.6"></a><h4>Returns</h4> +<a name="nm-utils-ipaddr-valid.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> or <code class="literal">FALSE</code></p> </div> </div> @@ -2559,7 +2559,7 @@ compatible with <em class="parameter"><code>virtual_type</code></em> configuration of the two connections, or on the capabilities of an underlying device driver.</p> <div class="refsect3"> -<a name="id-1.6.2.7.57.8"></a><h4>Parameters</h4> +<a name="nm-utils-check-virtual-device-compatibility.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2582,7 +2582,7 @@ underlying device driver.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.57.9"></a><h4>Returns</h4> +<a name="nm-utils-check-virtual-device-compatibility.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> or <code class="literal">FALSE</code></p> </div> </div> @@ -2597,7 +2597,7 @@ available modes. The <em class="parameter"><code>mode</code></em> string can be either a descriptive name or a number (as string).</p> <div class="refsect3"> -<a name="id-1.6.2.7.58.5"></a><h4>Parameters</h4> +<a name="nm-utils-bond-mode-string-to-int.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2612,7 +2612,7 @@ The <em class="parameter"><code>mode</code></em> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.58.6"></a><h4>Returns</h4> +<a name="nm-utils-bond-mode-string-to-int.returns"></a><h4>Returns</h4> <p> numeric bond mode, or -1 on error</p> </div> <p class="since">Since: 1.2</p> @@ -2626,7 +2626,7 @@ nm_utils_bond_mode_int_to_string (<em class="parameter"><code><span class="type" See https://www.kernel.org/doc/Documentation/networking/bonding.txt for available modes.</p> <div class="refsect3"> -<a name="id-1.6.2.7.59.5"></a><h4>Parameters</h4> +<a name="nm-utils-bond-mode-int-to-string.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2641,7 +2641,7 @@ available modes.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.59.6"></a><h4>Returns</h4> +<a name="nm-utils-bond-mode-int-to-string.returns"></a><h4>Returns</h4> <p> bonding mode string, or NULL on error</p> </div> <p class="since">Since: 1.2</p> @@ -2657,7 +2657,7 @@ nm_utils_enum_to_str (<em class="parameter"><code><span class="type">GType</span If the enum is a <code class="literal">G_TYPE_ENUM</code> and the given value is not valid the function returns <code class="literal">NULL</code>.</p> <div class="refsect3"> -<a name="id-1.6.2.7.60.5"></a><h4>Parameters</h4> +<a name="nm-utils-enum-to-str.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2679,7 +2679,7 @@ function returns <code class="literal">NULL</code>.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.60.6"></a><h4>Returns</h4> +<a name="nm-utils-enum-to-str.returns"></a><h4>Returns</h4> <p> a newly allocated string or <code class="literal">NULL</code></p> </div> <p class="since">Since: 1.2</p> @@ -2699,7 +2699,7 @@ the function returns <code class="literal">FALSE</code> and stores a pointer to containing the unrecognized token in <em class="parameter"><code>err_token</code></em> .</p> <div class="refsect3"> -<a name="id-1.6.2.7.61.6"></a><h4>Parameters</h4> +<a name="nm-utils-enum-from-str.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2731,7 +2731,7 @@ containing the unrecognized token in <em class="parameter"><code>err_token</code </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.61.7"></a><h4>Returns</h4> +<a name="nm-utils-enum-from-str.returns"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the conversion was successful, <code class="literal">FALSE</code> otherwise</p> </div> <p class="since">Since: 1.2</p> @@ -2745,7 +2745,7 @@ nm_utils_enum_get_values (<em class="parameter"><code><span class="type">GType</ <em class="parameter"><code><span class="type">gint</span> to</code></em>);</pre> <p>Returns the list of possible values for a given enum.</p> <div class="refsect3"> -<a name="id-1.6.2.7.62.5"></a><h4>Parameters</h4> +<a name="nm-utils-enum-get-values.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2772,7 +2772,7 @@ nm_utils_enum_get_values (<em class="parameter"><code><span class="type">GType</ </table></div> </div> <div class="refsect3"> -<a name="id-1.6.2.7.62.6"></a><h4>Returns</h4> +<a name="nm-utils-enum-get-values.returns"></a><h4>Returns</h4> <p> a NULL-terminated dynamically-allocated array of static strings or <code class="literal">NULL</code> on error. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -2788,7 +2788,7 @@ or <code class="literal">NULL</code> on error. </p> Used with <a class="link" href="libnm-nm-utils.html#nm-utils-security-valid" title="nm_utils_security_valid ()"><code class="function">nm_utils_security_valid()</code></a> for checking whether a given access point is compatible with a network device.</p> <div class="refsect3"> -<a name="id-1.6.2.8.2.4"></a><h4>Members</h4> +<a name="NMUtilsSecurityType.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -2890,6 +2890,6 @@ for both <a class="link" href="libnm-nm-utils.html#nm-utils-inet4-ntop" title="n </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/html/libnm-nm-version.html b/docs/libnm/html/libnm-nm-version.html index 4af37c3c..73166291 100644 --- a/docs/libnm/html/libnm-nm-version.html +++ b/docs/libnm/html/libnm-nm-version.html @@ -8,7 +8,7 @@ <link rel="up" href="ch05.html" title="Utility API Reference"> <link rel="prev" href="libnm-nm-utils.html" title="nm-utils"> <link rel="next" href="ch06.html" title="VPN Plugin 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,14 +41,6 @@ <tbody> <tr> <td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="libnm-nm-version.html#NM-VERSION-MIN-REQUIRED:CAPS" title="NM_VERSION_MIN_REQUIRED">NM_VERSION_MIN_REQUIRED</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="libnm-nm-version.html#NM-VERSION-MAX-ALLOWED:CAPS" title="NM_VERSION_MAX_ALLOWED">NM_VERSION_MAX_ALLOWED</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> <td class="function_name"> <a class="link" href="libnm-nm-version.html#NM-DEPRECATED-IN-0-9-10-FOR:CAPS" title="NM_DEPRECATED_IN_0_9_10_FOR()">NM_DEPRECATED_IN_0_9_10_FOR</a><span class="c_punctuation">()</span> </td> @@ -65,6 +57,12 @@ <a class="link" href="libnm-nm-version.html#NM-DEPRECATED-IN-1-2-FOR:CAPS" title="NM_DEPRECATED_IN_1_2_FOR()">NM_DEPRECATED_IN_1_2_FOR</a><span class="c_punctuation">()</span> </td> </tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"> +<a class="link" href="libnm-nm-version.html#NM-DEPRECATED-IN-1-4-FOR:CAPS" title="NM_DEPRECATED_IN_1_4_FOR()">NM_DEPRECATED_IN_1_4_FOR</a><span class="c_punctuation">()</span> +</td> +</tr> </tbody> </table></div> </div> @@ -78,6 +76,14 @@ <tbody> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-version.html#NM-VERSION-MIN-REQUIRED:CAPS" title="NM_VERSION_MIN_REQUIRED">NM_VERSION_MIN_REQUIRED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-version.html#NM-VERSION-MAX-ALLOWED:CAPS" title="NM_VERSION_MAX_ALLOWED">NM_VERSION_MAX_ALLOWED</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="libnm-nm-version.html#NM-DEPRECATED-IN-0-9-10:CAPS" title="NM_DEPRECATED_IN_0_9_10">NM_DEPRECATED_IN_0_9_10</a></td> </tr> <tr> @@ -102,7 +108,11 @@ </tr> <tr> <td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="libnm-nm-version.html#NM-AVAILABLE-IN-1-2-4:CAPS" title="NM_AVAILABLE_IN_1_2_4">NM_AVAILABLE_IN_1_2_4</a></td> +<td class="function_name"><a class="link" href="libnm-nm-version.html#NM-DEPRECATED-IN-1-4:CAPS" title="NM_DEPRECATED_IN_1_4">NM_DEPRECATED_IN_1_4</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-version.html#NM-AVAILABLE-IN-1-4:CAPS" title="NM_AVAILABLE_IN_1_4">NM_AVAILABLE_IN_1_4</a></td> </tr> </tbody> </table></div> @@ -113,18 +123,6 @@ <div class="refsect1"> <a name="libnm-nm-version.functions_details"></a><h2>Functions</h2> <div class="refsect2"> -<a name="NM-VERSION-MIN-REQUIRED:CAPS"></a><h3>NM_VERSION_MIN_REQUIRED</h3> -<pre class="programlisting"># define NM_VERSION_MIN_REQUIRED (NM_VERSION_CUR_STABLE) -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="NM-VERSION-MAX-ALLOWED:CAPS"></a><h3>NM_VERSION_MAX_ALLOWED</h3> -<pre class="programlisting"># define NM_VERSION_MAX_ALLOWED (NM_VERSION_CUR_STABLE) -</pre> -</div> -<hr> -<div class="refsect2"> <a name="NM-DEPRECATED-IN-0-9-10-FOR:CAPS"></a><h3>NM_DEPRECATED_IN_0_9_10_FOR()</h3> <pre class="programlisting"># define NM_DEPRECATED_IN_0_9_10_FOR(f) G_DEPRECATED_FOR(f) </pre> @@ -141,10 +139,28 @@ <pre class="programlisting"># define NM_DEPRECATED_IN_1_2_FOR(f) G_DEPRECATED_FOR(f) </pre> </div> +<hr> +<div class="refsect2"> +<a name="NM-DEPRECATED-IN-1-4-FOR:CAPS"></a><h3>NM_DEPRECATED_IN_1_4_FOR()</h3> +<pre class="programlisting"># define NM_DEPRECATED_IN_1_4_FOR(f) G_DEPRECATED_FOR(f) +</pre> +</div> </div> <div class="refsect1"> <a name="libnm-nm-version.other_details"></a><h2>Types and Values</h2> <div class="refsect2"> +<a name="NM-VERSION-MIN-REQUIRED:CAPS"></a><h3>NM_VERSION_MIN_REQUIRED</h3> +<pre class="programlisting"># define NM_VERSION_MIN_REQUIRED (NM_VERSION_CUR_STABLE) +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="NM-VERSION-MAX-ALLOWED:CAPS"></a><h3>NM_VERSION_MAX_ALLOWED</h3> +<pre class="programlisting"># define NM_VERSION_MAX_ALLOWED (NM_VERSION_CUR_STABLE) +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-DEPRECATED-IN-0-9-10:CAPS"></a><h3>NM_DEPRECATED_IN_0_9_10</h3> <pre class="programlisting"># define NM_DEPRECATED_IN_0_9_10 G_DEPRECATED </pre> @@ -180,13 +196,19 @@ </div> <hr> <div class="refsect2"> -<a name="NM-AVAILABLE-IN-1-2-4:CAPS"></a><h3>NM_AVAILABLE_IN_1_2_4</h3> -<pre class="programlisting"># define NM_AVAILABLE_IN_1_2_4 G_UNAVAILABLE(1.2,4) +<a name="NM-DEPRECATED-IN-1-4:CAPS"></a><h3>NM_DEPRECATED_IN_1_4</h3> +<pre class="programlisting"># define NM_DEPRECATED_IN_1_4 G_DEPRECATED +</pre> +</div> +<hr> +<div class="refsect2"> +<a name="NM-AVAILABLE-IN-1-4:CAPS"></a><h3>NM_AVAILABLE_IN_1_4</h3> +<pre class="programlisting"># define NM_AVAILABLE_IN_1_4 G_UNAVAILABLE(1,4) </pre> </div> </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/html/libnm-nm-vpn-dbus-interface.html b/docs/libnm/html/libnm-nm-vpn-dbus-interface.html index 299f1d09..b1fb6cab 100644 --- a/docs/libnm/html/libnm-nm-vpn-dbus-interface.html +++ b/docs/libnm/html/libnm-nm-vpn-dbus-interface.html @@ -8,7 +8,7 @@ <link rel="up" href="ch06.html" title="VPN Plugin API Reference"> <link rel="prev" href="ch06.html" title="VPN Plugin API Reference"> <link rel="next" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"> -<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"> @@ -226,6 +226,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-PRESERVE-ROUTES:CAPS" title="NM_VPN_PLUGIN_IP4_CONFIG_PRESERVE_ROUTES">NM_VPN_PLUGIN_IP4_CONFIG_PRESERVE_ROUTES</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-NEVER-DEFAULT:CAPS" title="NM_VPN_PLUGIN_IP4_CONFIG_NEVER_DEFAULT">NM_VPN_PLUGIN_IP4_CONFIG_NEVER_DEFAULT</a></td> </tr> <tr> @@ -286,6 +290,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-PRESERVE-ROUTES:CAPS" title="NM_VPN_PLUGIN_IP6_CONFIG_PRESERVE_ROUTES">NM_VPN_PLUGIN_IP6_CONFIG_PRESERVE_ROUTES</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-NEVER-DEFAULT:CAPS" title="NM_VPN_PLUGIN_IP6_CONFIG_NEVER_DEFAULT">NM_VPN_PLUGIN_IP6_CONFIG_NEVER_DEFAULT</a></td> </tr> </tbody> @@ -463,7 +471,7 @@ <a name="NMVpnServiceState"></a><h3>enum NMVpnServiceState</h3> <p>VPN daemon states</p> <div class="refsect3"> -<a name="id-1.7.2.7.27.4"></a><h4>Members</h4> +<a name="NMVpnServiceState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -529,7 +537,7 @@ <a name="NMVpnConnectionState"></a><h3>enum NMVpnConnectionState</h3> <p>VPN connection states</p> <div class="refsect3"> -<a name="id-1.7.2.7.28.4"></a><h4>Members</h4> +<a name="NMVpnConnectionState.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -606,7 +614,7 @@ <a name="NMVpnConnectionStateReason"></a><h3>enum NMVpnConnectionStateReason</h3> <p>VPN connection state reasons</p> <div class="refsect3"> -<a name="id-1.7.2.7.29.4"></a><h4>Members</h4> +<a name="NMVpnConnectionStateReason.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -719,7 +727,7 @@ <a name="NMVpnPluginFailure"></a><h3>enum NMVpnPluginFailure</h3> <p>VPN plugin failure reasons</p> <div class="refsect3"> -<a name="id-1.7.2.7.30.4"></a><h4>Members</h4> +<a name="NMVpnPluginFailure.members"></a><h4>Members</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> @@ -857,6 +865,12 @@ </div> <hr> <div class="refsect2"> +<a name="NM-VPN-PLUGIN-IP4-CONFIG-PRESERVE-ROUTES:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_PRESERVE_ROUTES</h3> +<pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_PRESERVE_ROUTES "preserve-routes" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-NEVER-DEFAULT:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_NEVER_DEFAULT</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_NEVER_DEFAULT "never-default" </pre> @@ -947,6 +961,12 @@ </div> <hr> <div class="refsect2"> +<a name="NM-VPN-PLUGIN-IP6-CONFIG-PRESERVE-ROUTES:CAPS"></a><h3>NM_VPN_PLUGIN_IP6_CONFIG_PRESERVE_ROUTES</h3> +<pre class="programlisting">#define NM_VPN_PLUGIN_IP6_CONFIG_PRESERVE_ROUTES "preserve-routes" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-VPN-PLUGIN-IP6-CONFIG-NEVER-DEFAULT:CAPS"></a><h3>NM_VPN_PLUGIN_IP6_CONFIG_NEVER_DEFAULT</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP6_CONFIG_NEVER_DEFAULT "never-default" </pre> @@ -954,6 +974,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/html/libnm.devhelp2 b/docs/libnm/html/libnm.devhelp2 index 5358ef52..7c7d25f6 100644 --- a/docs/libnm/html/libnm.devhelp2 +++ b/docs/libnm/html/libnm.devhelp2 @@ -168,6 +168,8 @@ <keyword type="macro" name="NM_CLIENT_PERMISSION_CHANGED" link="NMClient.html#NM-CLIENT-PERMISSION-CHANGED:CAPS"/> <keyword type="macro" name="NM_CLIENT_CONNECTION_ADDED" link="NMClient.html#NM-CLIENT-CONNECTION-ADDED:CAPS"/> <keyword type="macro" name="NM_CLIENT_CONNECTION_REMOVED" link="NMClient.html#NM-CLIENT-CONNECTION-REMOVED:CAPS"/> + <keyword type="macro" name="NM_CLIENT_ACTIVE_CONNECTION_ADDED" link="NMClient.html#NM-CLIENT-ACTIVE-CONNECTION-ADDED:CAPS"/> + <keyword type="macro" name="NM_CLIENT_ACTIVE_CONNECTION_REMOVED" link="NMClient.html#NM-CLIENT-ACTIVE-CONNECTION-REMOVED:CAPS"/> <keyword type="enum" name="enum NMClientPermission" link="NMClient.html#NMClientPermission"/> <keyword type="enum" name="enum NMClientPermissionResult" link="NMClient.html#NMClientPermissionResult"/> <keyword type="enum" name="enum NMClientError" link="NMClient.html#NMClientError"/> @@ -194,6 +196,8 @@ <keyword type="property" name="The “wireless-hardware-enabled” property" link="NMClient.html#NMClient--wireless-hardware-enabled"/> <keyword type="property" name="The “wwan-enabled” property" link="NMClient.html#NMClient--wwan-enabled"/> <keyword type="property" name="The “wwan-hardware-enabled” property" link="NMClient.html#NMClient--wwan-hardware-enabled"/> + <keyword type="signal" name="The “active-connection-added” signal" link="NMClient.html#NMClient-active-connection-added"/> + <keyword type="signal" name="The “active-connection-removed” signal" link="NMClient.html#NMClient-active-connection-removed"/> <keyword type="signal" name="The “any-device-added” signal" link="NMClient.html#NMClient-any-device-added"/> <keyword type="signal" name="The “any-device-removed” signal" link="NMClient.html#NMClient-any-device-removed"/> <keyword type="signal" name="The “connection-added” signal" link="NMClient.html#NMClient-connection-added"/> @@ -231,19 +235,15 @@ <keyword type="property" name="The “nm-running-internal” property" link="NMObject.html#NMObject--nm-running-internal"/> <keyword type="property" name="The “path” property" link="NMObject.html#NMObject--path"/> <keyword type="function" name="nm_agent_manager_error_quark ()" link="libnm-nm-errors.html#nm-agent-manager-error-quark"/> - <keyword type="macro" name="NM_AGENT_MANAGER_ERROR" link="libnm-nm-errors.html#NM-AGENT-MANAGER-ERROR:CAPS"/> <keyword type="function" name="nm_connection_error_quark ()" link="libnm-nm-errors.html#nm-connection-error-quark"/> <keyword type="function" name="nm_crypto_error_quark ()" link="libnm-nm-errors.html#nm-crypto-error-quark"/> <keyword type="function" name="nm_device_error_quark ()" link="libnm-nm-errors.html#nm-device-error-quark"/> <keyword type="function" name="nm_manager_error_quark ()" link="libnm-nm-errors.html#nm-manager-error-quark"/> - <keyword type="macro" name="NM_MANAGER_ERROR" link="libnm-nm-errors.html#NM-MANAGER-ERROR:CAPS"/> <keyword type="function" name="nm_secret_agent_error_quark ()" link="libnm-nm-errors.html#nm-secret-agent-error-quark"/> - <keyword type="macro" name="NM_SECRET_AGENT_ERROR" link="libnm-nm-errors.html#NM-SECRET-AGENT-ERROR:CAPS"/> <keyword type="function" name="nm_settings_error_quark ()" link="libnm-nm-errors.html#nm-settings-error-quark"/> - <keyword type="macro" name="NM_SETTINGS_ERROR" link="libnm-nm-errors.html#NM-SETTINGS-ERROR:CAPS"/> - <keyword type="macro" name="NM_VPN_PLUGIN_ERROR" link="libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR:CAPS"/> <keyword type="function" name="nm_vpn_plugin_error_quark ()" link="libnm-nm-errors.html#nm-vpn-plugin-error-quark"/> <keyword type="enum" name="enum NMAgentManagerError" link="libnm-nm-errors.html#NMAgentManagerError"/> + <keyword type="macro" name="NM_AGENT_MANAGER_ERROR" link="libnm-nm-errors.html#NM-AGENT-MANAGER-ERROR:CAPS"/> <keyword type="enum" name="enum NMConnectionError" link="libnm-nm-errors.html#NMConnectionError"/> <keyword type="macro" name="NM_CONNECTION_ERROR" link="libnm-nm-errors.html#NM-CONNECTION-ERROR:CAPS"/> <keyword type="enum" name="enum NMCryptoError" link="libnm-nm-errors.html#NMCryptoError"/> @@ -251,9 +251,13 @@ <keyword type="enum" name="enum NMDeviceError" link="libnm-nm-errors.html#NMDeviceError"/> <keyword type="macro" name="NM_DEVICE_ERROR" link="libnm-nm-errors.html#NM-DEVICE-ERROR:CAPS"/> <keyword type="enum" name="enum NMManagerError" link="libnm-nm-errors.html#NMManagerError"/> + <keyword type="macro" name="NM_MANAGER_ERROR" link="libnm-nm-errors.html#NM-MANAGER-ERROR:CAPS"/> <keyword type="enum" name="enum NMSecretAgentError" link="libnm-nm-errors.html#NMSecretAgentError"/> + <keyword type="macro" name="NM_SECRET_AGENT_ERROR" link="libnm-nm-errors.html#NM-SECRET-AGENT-ERROR:CAPS"/> <keyword type="enum" name="enum NMSettingsError" link="libnm-nm-errors.html#NMSettingsError"/> + <keyword type="macro" name="NM_SETTINGS_ERROR" link="libnm-nm-errors.html#NM-SETTINGS-ERROR:CAPS"/> <keyword type="enum" name="enum NMVpnPluginError" link="libnm-nm-errors.html#NMVpnPluginError"/> + <keyword type="macro" name="NM_VPN_PLUGIN_ERROR" link="libnm-nm-errors.html#NM-VPN-PLUGIN-ERROR:CAPS"/> <keyword type="macro" name="NM_AVAILABLE_IN_1_2" link="libnm-nm-dbus-interface.html#NM-AVAILABLE-IN-1-2:CAPS"/> <keyword type="macro" name="NM_DBUS_SERVICE" link="libnm-nm-dbus-interface.html#NM-DBUS-SERVICE:CAPS"/> <keyword type="macro" name="NM_DBUS_PATH" link="libnm-nm-dbus-interface.html#NM-DBUS-PATH:CAPS"/> @@ -287,6 +291,7 @@ <keyword type="macro" name="NM_DBUS_INTERFACE_DEVICE_VXLAN" link="libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-VXLAN:CAPS"/> <keyword type="macro" name="NM_DBUS_INTERFACE_DEVICE_GRE" link="libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-GRE:CAPS"/> <keyword type="macro" name="NM_DBUS_INTERFACE_DEVICE_IP_TUNNEL" link="libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-IP-TUNNEL:CAPS"/> + <keyword type="macro" name="NM_DBUS_INTERFACE_DEVICE_STATISTICS" link="libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-DEVICE-STATISTICS:CAPS"/> <keyword type="macro" name="NM_DBUS_INTERFACE_SETTINGS" link="libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-SETTINGS:CAPS"/> <keyword type="macro" name="NM_DBUS_PATH_SETTINGS" link="libnm-nm-dbus-interface.html#NM-DBUS-PATH-SETTINGS:CAPS"/> <keyword type="macro" name="NM_DBUS_INTERFACE_SETTINGS_CONNECTION" link="libnm-nm-dbus-interface.html#NM-DBUS-INTERFACE-SETTINGS-CONNECTION:CAPS"/> @@ -331,6 +336,8 @@ <keyword type="macro" name="NM_LLDP_DEST_NEAREST_NON_TPMR_BRIDGE" link="libnm-nm-dbus-interface.html#NM-LLDP-DEST-NEAREST-NON-TPMR-BRIDGE:CAPS"/> <keyword type="macro" name="NM_LLDP_DEST_NEAREST_CUSTOMER_BRIDGE" link="libnm-nm-dbus-interface.html#NM-LLDP-DEST-NEAREST-CUSTOMER-BRIDGE:CAPS"/> <keyword type="enum" name="enum NMIPTunnelMode" link="libnm-nm-dbus-interface.html#NMIPTunnelMode" since="1.2"/> + <keyword type="enum" name="enum NMCheckpointCreateFlags" link="libnm-nm-dbus-interface.html#NMCheckpointCreateFlags" since="1.4"/> + <keyword type="enum" name="enum NMRollbackResult" link="libnm-nm-dbus-interface.html#NMRollbackResult" since="1.4"/> <keyword type="function" name="nm_connection_add_setting ()" link="NMConnection.html#nm-connection-add-setting"/> <keyword type="function" name="nm_connection_remove_setting ()" link="NMConnection.html#nm-connection-remove-setting"/> <keyword type="function" name="nm_connection_get_setting ()" link="NMConnection.html#nm-connection-get-setting"/> @@ -400,9 +407,6 @@ <keyword type="function" name="nm_simple_connection_new_from_dbus ()" link="NMSimpleConnection.html#nm-simple-connection-new-from-dbus"/> <keyword type="function" name="nm_simple_connection_new_clone ()" link="NMSimpleConnection.html#nm-simple-connection-new-clone"/> <keyword type="struct" name="NMSimpleConnection" link="NMSimpleConnection.html#NMSimpleConnection-struct"/> - <keyword type="macro" name="NM_SETTING_PARAM_REQUIRED" link="NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS"/> - <keyword type="macro" name="NM_SETTING_PARAM_SECRET" link="NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS"/> - <keyword type="macro" name="NM_SETTING_PARAM_FUZZY_IGNORE" link="NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"/> <keyword type="function" name="NMSettingClearSecretsWithFlagsFn ()" link="NMSetting.html#NMSettingClearSecretsWithFlagsFn"/> <keyword type="function" name="NMSettingValueIterFn ()" link="NMSetting.html#NMSettingValueIterFn"/> <keyword type="function" name="nm_setting_lookup_type ()" link="NMSetting.html#nm-setting-lookup-type"/> @@ -417,6 +421,9 @@ <keyword type="function" name="nm_setting_get_secret_flags ()" link="NMSetting.html#nm-setting-get-secret-flags"/> <keyword type="function" name="nm_setting_set_secret_flags ()" link="NMSetting.html#nm-setting-set-secret-flags"/> <keyword type="function" name="nm_setting_get_dbus_property_type ()" link="NMSetting.html#nm-setting-get-dbus-property-type"/> + <keyword type="macro" name="NM_SETTING_PARAM_REQUIRED" link="NMSetting.html#NM-SETTING-PARAM-REQUIRED:CAPS"/> + <keyword type="macro" name="NM_SETTING_PARAM_SECRET" link="NMSetting.html#NM-SETTING-PARAM-SECRET:CAPS"/> + <keyword type="macro" name="NM_SETTING_PARAM_FUZZY_IGNORE" link="NMSetting.html#NM-SETTING-PARAM-FUZZY-IGNORE:CAPS"/> <keyword type="macro" name="NM_SETTING_NAME" link="NMSetting.html#NM-SETTING-NAME:CAPS"/> <keyword type="enum" name="enum NMSettingSecretFlags" link="NMSetting.html#NMSettingSecretFlags"/> <keyword type="enum" name="enum NMSettingCompareFlags" link="NMSetting.html#NMSettingCompareFlags"/> @@ -427,6 +434,7 @@ <keyword type="function" name="nm_setting_connection_new ()" link="NMSettingConnection.html#nm-setting-connection-new"/> <keyword type="function" name="nm_setting_connection_get_id ()" link="NMSettingConnection.html#nm-setting-connection-get-id"/> <keyword type="function" name="nm_setting_connection_get_uuid ()" link="NMSettingConnection.html#nm-setting-connection-get-uuid"/> + <keyword type="function" name="nm_setting_connection_get_stable_id ()" link="NMSettingConnection.html#nm-setting-connection-get-stable-id" since="1.4"/> <keyword type="function" name="nm_setting_connection_get_interface_name ()" link="NMSettingConnection.html#nm-setting-connection-get-interface-name"/> <keyword type="function" name="nm_setting_connection_get_connection_type ()" link="NMSettingConnection.html#nm-setting-connection-get-connection-type"/> <keyword type="function" name="nm_setting_connection_get_autoconnect ()" link="NMSettingConnection.html#nm-setting-connection-get-autoconnect"/> @@ -458,6 +466,7 @@ <keyword type="macro" name="NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY_DEFAULT" link="NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT-PRIORITY-DEFAULT:CAPS"/> <keyword type="macro" name="NM_SETTING_CONNECTION_ID" link="NMSettingConnection.html#NM-SETTING-CONNECTION-ID:CAPS"/> <keyword type="macro" name="NM_SETTING_CONNECTION_UUID" link="NMSettingConnection.html#NM-SETTING-CONNECTION-UUID:CAPS"/> + <keyword type="macro" name="NM_SETTING_CONNECTION_STABLE_ID" link="NMSettingConnection.html#NM-SETTING-CONNECTION-STABLE-ID:CAPS"/> <keyword type="macro" name="NM_SETTING_CONNECTION_INTERFACE_NAME" link="NMSettingConnection.html#NM-SETTING-CONNECTION-INTERFACE-NAME:CAPS"/> <keyword type="macro" name="NM_SETTING_CONNECTION_TYPE" link="NMSettingConnection.html#NM-SETTING-CONNECTION-TYPE:CAPS"/> <keyword type="macro" name="NM_SETTING_CONNECTION_AUTOCONNECT" link="NMSettingConnection.html#NM-SETTING-CONNECTION-AUTOCONNECT:CAPS"/> @@ -489,6 +498,7 @@ <keyword type="property" name="The “read-only” property" link="NMSettingConnection.html#NMSettingConnection--read-only"/> <keyword type="property" name="The “secondaries” property" link="NMSettingConnection.html#NMSettingConnection--secondaries"/> <keyword type="property" name="The “slave-type” property" link="NMSettingConnection.html#NMSettingConnection--slave-type"/> + <keyword type="property" name="The “stable-id” property" link="NMSettingConnection.html#NMSettingConnection--stable-id"/> <keyword type="property" name="The “timestamp” property" link="NMSettingConnection.html#NMSettingConnection--timestamp"/> <keyword type="property" name="The “type” property" link="NMSettingConnection.html#NMSettingConnection--type"/> <keyword type="property" name="The “uuid” property" link="NMSettingConnection.html#NMSettingConnection--uuid"/> @@ -906,9 +916,11 @@ <keyword type="function" name="nm_setting_ip6_config_new ()" link="NMSettingIP6Config.html#nm-setting-ip6-config-new"/> <keyword type="function" name="nm_setting_ip6_config_get_ip6_privacy ()" link="NMSettingIP6Config.html#nm-setting-ip6-config-get-ip6-privacy"/> <keyword type="function" name="nm_setting_ip6_config_get_addr_gen_mode ()" link="NMSettingIP6Config.html#nm-setting-ip6-config-get-addr-gen-mode" since="1.2"/> + <keyword type="function" name="nm_setting_ip6_config_get_token ()" link="NMSettingIP6Config.html#nm-setting-ip6-config-get-token" since="1.4"/> <keyword type="macro" name="NM_SETTING_IP6_CONFIG_SETTING_NAME" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-SETTING-NAME:CAPS"/> <keyword type="macro" name="NM_SETTING_IP6_CONFIG_IP6_PRIVACY" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-IP6-PRIVACY:CAPS"/> <keyword type="macro" name="NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ADDR-GEN-MODE:CAPS"/> + <keyword type="macro" name="NM_SETTING_IP6_CONFIG_TOKEN" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-TOKEN:CAPS"/> <keyword type="macro" name="NM_SETTING_IP6_CONFIG_METHOD_IGNORE" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-IGNORE:CAPS"/> <keyword type="macro" name="NM_SETTING_IP6_CONFIG_METHOD_AUTO" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-AUTO:CAPS"/> <keyword type="macro" name="NM_SETTING_IP6_CONFIG_METHOD_DHCP" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-METHOD-DHCP:CAPS"/> @@ -920,6 +932,7 @@ <keyword type="struct" name="NMSettingIP6Config" link="NMSettingIP6Config.html#NMSettingIP6Config-struct"/> <keyword type="property" name="The “addr-gen-mode” property" link="NMSettingIP6Config.html#NMSettingIP6Config--addr-gen-mode"/> <keyword type="property" name="The “ip6-privacy” property" link="NMSettingIP6Config.html#NMSettingIP6Config--ip6-privacy"/> + <keyword type="property" name="The “token” property" link="NMSettingIP6Config.html#NMSettingIP6Config--token"/> <keyword type="function" name="nm_ip_address_new ()" link="NMSettingIPConfig.html#nm-ip-address-new"/> <keyword type="function" name="nm_ip_address_new_binary ()" link="NMSettingIPConfig.html#nm-ip-address-new-binary"/> <keyword type="function" name="nm_ip_address_ref ()" link="NMSettingIPConfig.html#nm-ip-address-ref"/> @@ -979,7 +992,7 @@ <keyword type="function" name="nm_setting_ip_config_remove_dns_option ()" link="NMSettingIPConfig.html#nm-setting-ip-config-remove-dns-option" since="1.2"/> <keyword type="function" name="nm_setting_ip_config_remove_dns_option_by_value ()" link="NMSettingIPConfig.html#nm-setting-ip-config-remove-dns-option-by-value" since="1.2"/> <keyword type="function" name="nm_setting_ip_config_clear_dns_options ()" link="NMSettingIPConfig.html#nm-setting-ip-config-clear-dns-options" since="1.2"/> - <keyword type="function" name="nm_setting_ip_config_get_dns_priority ()" link="NMSettingIPConfig.html#nm-setting-ip-config-get-dns-priority" since="1.2.4"/> + <keyword type="function" name="nm_setting_ip_config_get_dns_priority ()" link="NMSettingIPConfig.html#nm-setting-ip-config-get-dns-priority" since="1.4"/> <keyword type="function" name="nm_setting_ip_config_get_num_addresses ()" link="NMSettingIPConfig.html#nm-setting-ip-config-get-num-addresses"/> <keyword type="function" name="nm_setting_ip_config_get_address ()" link="NMSettingIPConfig.html#nm-setting-ip-config-get-address"/> <keyword type="function" name="nm_setting_ip_config_add_address ()" link="NMSettingIPConfig.html#nm-setting-ip-config-add-address"/> @@ -1245,7 +1258,6 @@ <keyword type="property" name="The “owner” property" link="NMSettingTun.html#NMSettingTun--owner"/> <keyword type="property" name="The “pi” property" link="NMSettingTun.html#NMSettingTun--pi"/> <keyword type="property" name="The “vnet-hdr” property" link="NMSettingTun.html#NMSettingTun--vnet-hdr"/> - <keyword type="macro" name="NM_VLAN_FLAGS_ALL" link="NMSettingVlan.html#NM-VLAN-FLAGS-ALL:CAPS"/> <keyword type="function" name="nm_setting_vlan_new ()" link="NMSettingVlan.html#nm-setting-vlan-new"/> <keyword type="function" name="nm_setting_vlan_get_parent ()" link="NMSettingVlan.html#nm-setting-vlan-get-parent"/> <keyword type="function" name="nm_setting_vlan_get_id ()" link="NMSettingVlan.html#nm-setting-vlan-get-id"/> @@ -1267,6 +1279,7 @@ <keyword type="struct" name="NMSettingVlan" link="NMSettingVlan.html#NMSettingVlan-struct"/> <keyword type="enum" name="enum NMVlanPriorityMap" link="NMSettingVlan.html#NMVlanPriorityMap"/> <keyword type="enum" name="enum NMVlanFlags" link="NMSettingVlan.html#NMVlanFlags"/> + <keyword type="macro" name="NM_VLAN_FLAGS_ALL" link="NMSettingVlan.html#NM-VLAN-FLAGS-ALL:CAPS"/> <keyword type="property" name="The “egress-priority-map” property" link="NMSettingVlan.html#NMSettingVlan--egress-priority-map"/> <keyword type="property" name="The “flags” property" link="NMSettingVlan.html#NMSettingVlan--flags"/> <keyword type="property" name="The “id” property" link="NMSettingVlan.html#NMSettingVlan--id"/> @@ -1369,6 +1382,7 @@ <keyword type="function" name="nm_setting_wired_get_auto_negotiate ()" link="NMSettingWired.html#nm-setting-wired-get-auto-negotiate"/> <keyword type="function" name="nm_setting_wired_get_mac_address ()" link="NMSettingWired.html#nm-setting-wired-get-mac-address"/> <keyword type="function" name="nm_setting_wired_get_cloned_mac_address ()" link="NMSettingWired.html#nm-setting-wired-get-cloned-mac-address"/> + <keyword type="function" name="nm_setting_wired_get_generate_mac_address_mask ()" link="NMSettingWired.html#nm-setting-wired-get-generate-mac-address-mask" since="1.4"/> <keyword type="function" name="nm_setting_wired_get_mac_address_blacklist ()" link="NMSettingWired.html#nm-setting-wired-get-mac-address-blacklist"/> <keyword type="function" name="nm_setting_wired_get_num_mac_blacklist_items ()" link="NMSettingWired.html#nm-setting-wired-get-num-mac-blacklist-items"/> <keyword type="function" name="nm_setting_wired_get_mac_blacklist_item ()" link="NMSettingWired.html#nm-setting-wired-get-mac-blacklist-item"/> @@ -1395,6 +1409,7 @@ <keyword type="macro" name="NM_SETTING_WIRED_AUTO_NEGOTIATE" link="NMSettingWired.html#NM-SETTING-WIRED-AUTO-NEGOTIATE:CAPS"/> <keyword type="macro" name="NM_SETTING_WIRED_MAC_ADDRESS" link="NMSettingWired.html#NM-SETTING-WIRED-MAC-ADDRESS:CAPS"/> <keyword type="macro" name="NM_SETTING_WIRED_CLONED_MAC_ADDRESS" link="NMSettingWired.html#NM-SETTING-WIRED-CLONED-MAC-ADDRESS:CAPS"/> + <keyword type="macro" name="NM_SETTING_WIRED_GENERATE_MAC_ADDRESS_MASK" link="NMSettingWired.html#NM-SETTING-WIRED-GENERATE-MAC-ADDRESS-MASK:CAPS"/> <keyword type="macro" name="NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST" link="NMSettingWired.html#NM-SETTING-WIRED-MAC-ADDRESS-BLACKLIST:CAPS"/> <keyword type="macro" name="NM_SETTING_WIRED_MTU" link="NMSettingWired.html#NM-SETTING-WIRED-MTU:CAPS"/> <keyword type="macro" name="NM_SETTING_WIRED_S390_SUBCHANNELS" link="NMSettingWired.html#NM-SETTING-WIRED-S390-SUBCHANNELS:CAPS"/> @@ -1406,6 +1421,7 @@ <keyword type="property" name="The “auto-negotiate” property" link="NMSettingWired.html#NMSettingWired--auto-negotiate"/> <keyword type="property" name="The “cloned-mac-address” property" link="NMSettingWired.html#NMSettingWired--cloned-mac-address"/> <keyword type="property" name="The “duplex” property" link="NMSettingWired.html#NMSettingWired--duplex"/> + <keyword type="property" name="The “generate-mac-address-mask” property" link="NMSettingWired.html#NMSettingWired--generate-mac-address-mask"/> <keyword type="property" name="The “mac-address” property" link="NMSettingWired.html#NMSettingWired--mac-address"/> <keyword type="property" name="The “mac-address-blacklist” property" link="NMSettingWired.html#NMSettingWired--mac-address-blacklist"/> <keyword type="property" name="The “mtu” property" link="NMSettingWired.html#NMSettingWired--mtu"/> @@ -1426,6 +1442,7 @@ <keyword type="function" name="nm_setting_wireless_get_tx_power ()" link="NMSettingWireless.html#nm-setting-wireless-get-tx-power"/> <keyword type="function" name="nm_setting_wireless_get_mac_address ()" link="NMSettingWireless.html#nm-setting-wireless-get-mac-address"/> <keyword type="function" name="nm_setting_wireless_get_cloned_mac_address ()" link="NMSettingWireless.html#nm-setting-wireless-get-cloned-mac-address"/> + <keyword type="function" name="nm_setting_wireless_get_generate_mac_address_mask ()" link="NMSettingWireless.html#nm-setting-wireless-get-generate-mac-address-mask" since="1.4"/> <keyword type="function" name="nm_setting_wireless_get_mac_address_blacklist ()" link="NMSettingWireless.html#nm-setting-wireless-get-mac-address-blacklist"/> <keyword type="function" name="nm_setting_wireless_get_num_mac_blacklist_items ()" link="NMSettingWireless.html#nm-setting-wireless-get-num-mac-blacklist-items"/> <keyword type="function" name="nm_setting_wireless_get_mac_blacklist_item ()" link="NMSettingWireless.html#nm-setting-wireless-get-mac-blacklist-item"/> @@ -1451,6 +1468,7 @@ <keyword type="macro" name="NM_SETTING_WIRELESS_TX_POWER" link="NMSettingWireless.html#NM-SETTING-WIRELESS-TX-POWER:CAPS"/> <keyword type="macro" name="NM_SETTING_WIRELESS_MAC_ADDRESS" link="NMSettingWireless.html#NM-SETTING-WIRELESS-MAC-ADDRESS:CAPS"/> <keyword type="macro" name="NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS" link="NMSettingWireless.html#NM-SETTING-WIRELESS-CLONED-MAC-ADDRESS:CAPS"/> + <keyword type="macro" name="NM_SETTING_WIRELESS_GENERATE_MAC_ADDRESS_MASK" link="NMSettingWireless.html#NM-SETTING-WIRELESS-GENERATE-MAC-ADDRESS-MASK:CAPS"/> <keyword type="macro" name="NM_SETTING_WIRELESS_MAC_ADDRESS_BLACKLIST" link="NMSettingWireless.html#NM-SETTING-WIRELESS-MAC-ADDRESS-BLACKLIST:CAPS"/> <keyword type="macro" name="NM_SETTING_WIRELESS_MTU" link="NMSettingWireless.html#NM-SETTING-WIRELESS-MTU:CAPS"/> <keyword type="macro" name="NM_SETTING_WIRELESS_SEEN_BSSIDS" link="NMSettingWireless.html#NM-SETTING-WIRELESS-SEEN-BSSIDS:CAPS"/> @@ -1466,6 +1484,7 @@ <keyword type="property" name="The “bssid” property" link="NMSettingWireless.html#NMSettingWireless--bssid"/> <keyword type="property" name="The “channel” property" link="NMSettingWireless.html#NMSettingWireless--channel"/> <keyword type="property" name="The “cloned-mac-address” property" link="NMSettingWireless.html#NMSettingWireless--cloned-mac-address"/> + <keyword type="property" name="The “generate-mac-address-mask” property" link="NMSettingWireless.html#NMSettingWireless--generate-mac-address-mask"/> <keyword type="property" name="The “hidden” property" link="NMSettingWireless.html#NMSettingWireless--hidden"/> <keyword type="property" name="The “mac-address” property" link="NMSettingWireless.html#NMSettingWireless--mac-address"/> <keyword type="property" name="The “mac-address-blacklist” property" link="NMSettingWireless.html#NMSettingWireless--mac-address-blacklist"/> @@ -1791,11 +1810,14 @@ <keyword type="function" name="nm_device_team_get_hw_address ()" link="NMDeviceTeam.html#nm-device-team-get-hw-address"/> <keyword type="function" name="nm_device_team_get_carrier ()" link="NMDeviceTeam.html#nm-device-team-get-carrier"/> <keyword type="function" name="nm_device_team_get_slaves ()" link="NMDeviceTeam.html#nm-device-team-get-slaves"/> + <keyword type="function" name="nm_device_team_get_config ()" link="NMDeviceTeam.html#nm-device-team-get-config" since="1.4"/> <keyword type="macro" name="NM_DEVICE_TEAM_HW_ADDRESS" link="NMDeviceTeam.html#NM-DEVICE-TEAM-HW-ADDRESS:CAPS"/> <keyword type="macro" name="NM_DEVICE_TEAM_CARRIER" link="NMDeviceTeam.html#NM-DEVICE-TEAM-CARRIER:CAPS"/> <keyword type="macro" name="NM_DEVICE_TEAM_SLAVES" link="NMDeviceTeam.html#NM-DEVICE-TEAM-SLAVES:CAPS"/> + <keyword type="macro" name="NM_DEVICE_TEAM_CONFIG" link="NMDeviceTeam.html#NM-DEVICE-TEAM-CONFIG:CAPS"/> <keyword type="struct" name="NMDeviceTeam" link="NMDeviceTeam.html#NMDeviceTeam-struct"/> <keyword type="property" name="The “carrier” property" link="NMDeviceTeam.html#NMDeviceTeam--carrier"/> + <keyword type="property" name="The “config” property" link="NMDeviceTeam.html#NMDeviceTeam--config"/> <keyword type="property" name="The “hw-address” property" link="NMDeviceTeam.html#NMDeviceTeam--hw-address"/> <keyword type="property" name="The “slaves” property" link="NMDeviceTeam.html#NMDeviceTeam--slaves"/> <keyword type="function" name="nm_device_tun_get_hw_address ()" link="NMDeviceTun.html#nm-device-tun-get-hw-address" since="1.2"/> @@ -2166,18 +2188,20 @@ <keyword type="macro" name="NM_UTILS_HWADDR_LEN_MAX" link="libnm-nm-utils.html#NM-UTILS-HWADDR-LEN-MAX:CAPS"/> <keyword type="macro" name="NM_UTILS_INET_ADDRSTRLEN" link="libnm-nm-utils.html#NM-UTILS-INET-ADDRSTRLEN:CAPS"/> <keyword type="struct" name="struct stat" link="libnm-nm-utils.html#stat"/> - <keyword type="macro" name="NM_VERSION_MIN_REQUIRED" link="libnm-nm-version.html#NM-VERSION-MIN-REQUIRED:CAPS"/> - <keyword type="macro" name="NM_VERSION_MAX_ALLOWED" link="libnm-nm-version.html#NM-VERSION-MAX-ALLOWED:CAPS"/> <keyword type="macro" name="NM_DEPRECATED_IN_0_9_10_FOR()" link="libnm-nm-version.html#NM-DEPRECATED-IN-0-9-10-FOR:CAPS"/> <keyword type="macro" name="NM_DEPRECATED_IN_1_0_FOR()" link="libnm-nm-version.html#NM-DEPRECATED-IN-1-0-FOR:CAPS"/> <keyword type="macro" name="NM_DEPRECATED_IN_1_2_FOR()" link="libnm-nm-version.html#NM-DEPRECATED-IN-1-2-FOR:CAPS"/> + <keyword type="macro" name="NM_DEPRECATED_IN_1_4_FOR()" link="libnm-nm-version.html#NM-DEPRECATED-IN-1-4-FOR:CAPS"/> + <keyword type="macro" name="NM_VERSION_MIN_REQUIRED" link="libnm-nm-version.html#NM-VERSION-MIN-REQUIRED:CAPS"/> + <keyword type="macro" name="NM_VERSION_MAX_ALLOWED" link="libnm-nm-version.html#NM-VERSION-MAX-ALLOWED:CAPS"/> <keyword type="macro" name="NM_DEPRECATED_IN_0_9_10" link="libnm-nm-version.html#NM-DEPRECATED-IN-0-9-10:CAPS"/> <keyword type="macro" name="NM_AVAILABLE_IN_0_9_10" link="libnm-nm-version.html#NM-AVAILABLE-IN-0-9-10:CAPS"/> <keyword type="macro" name="NM_DEPRECATED_IN_1_0" link="libnm-nm-version.html#NM-DEPRECATED-IN-1-0:CAPS"/> <keyword type="macro" name="NM_AVAILABLE_IN_1_0" link="libnm-nm-version.html#NM-AVAILABLE-IN-1-0:CAPS"/> <keyword type="macro" name="NM_DEPRECATED_IN_1_2" link="libnm-nm-version.html#NM-DEPRECATED-IN-1-2:CAPS"/> <keyword type="macro" name="NM_AVAILABLE_IN_1_2" link="libnm-nm-version.html#NM-AVAILABLE-IN-1-2:CAPS"/> - <keyword type="macro" name="NM_AVAILABLE_IN_1_2_4" link="libnm-nm-version.html#NM-AVAILABLE-IN-1-2-4:CAPS"/> + <keyword type="macro" name="NM_DEPRECATED_IN_1_4" link="libnm-nm-version.html#NM-DEPRECATED-IN-1-4:CAPS"/> + <keyword type="macro" name="NM_AVAILABLE_IN_1_4" link="libnm-nm-version.html#NM-AVAILABLE-IN-1-4:CAPS"/> <keyword type="macro" name="NM_DBUS_PATH_VPN" link="libnm-nm-vpn-dbus-interface.html#NM-DBUS-PATH-VPN:CAPS"/> <keyword type="macro" name="NM_DBUS_INTERFACE_VPN" link="libnm-nm-vpn-dbus-interface.html#NM-DBUS-INTERFACE-VPN:CAPS"/> <keyword type="macro" name="NM_DBUS_PATH_VPN_CONNECTION" link="libnm-nm-vpn-dbus-interface.html#NM-DBUS-PATH-VPN-CONNECTION:CAPS"/> @@ -2224,6 +2248,7 @@ <keyword type="macro" name="NM_VPN_PLUGIN_IP4_CONFIG_DOMAIN" link="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-DOMAIN:CAPS"/> <keyword type="macro" name="NM_VPN_PLUGIN_IP4_CONFIG_DOMAINS" link="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-DOMAINS:CAPS"/> <keyword type="macro" name="NM_VPN_PLUGIN_IP4_CONFIG_ROUTES" link="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-ROUTES:CAPS"/> + <keyword type="macro" name="NM_VPN_PLUGIN_IP4_CONFIG_PRESERVE_ROUTES" link="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-PRESERVE-ROUTES:CAPS"/> <keyword type="macro" name="NM_VPN_PLUGIN_IP4_CONFIG_NEVER_DEFAULT" link="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-NEVER-DEFAULT:CAPS"/> <keyword type="macro" name="NM_VPN_PLUGIN_IP4_CONFIG_GATEWAY" link="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-GATEWAY:CAPS"/> <keyword type="macro" name="NM_VPN_PLUGIN_IP4_CONFIG_BANNER" link="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP4-CONFIG-BANNER:CAPS"/> @@ -2239,21 +2264,27 @@ <keyword type="macro" name="NM_VPN_PLUGIN_IP6_CONFIG_DOMAIN" link="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-DOMAIN:CAPS"/> <keyword type="macro" name="NM_VPN_PLUGIN_IP6_CONFIG_DOMAINS" link="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-DOMAINS:CAPS"/> <keyword type="macro" name="NM_VPN_PLUGIN_IP6_CONFIG_ROUTES" link="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-ROUTES:CAPS"/> + <keyword type="macro" name="NM_VPN_PLUGIN_IP6_CONFIG_PRESERVE_ROUTES" link="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-PRESERVE-ROUTES:CAPS"/> <keyword type="macro" name="NM_VPN_PLUGIN_IP6_CONFIG_NEVER_DEFAULT" link="libnm-nm-vpn-dbus-interface.html#NM-VPN-PLUGIN-IP6-CONFIG-NEVER-DEFAULT:CAPS"/> <keyword type="function" name="NMVpnEditorPluginFactory ()" link="NMVpnEditorPlugin.html#NMVpnEditorPluginFactory"/> <keyword type="function" name="nm_vpn_editor_plugin_factory ()" link="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-factory"/> <keyword type="function" name="nm_vpn_editor_plugin_get_editor ()" link="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-get-editor"/> <keyword type="function" name="nm_vpn_editor_plugin_get_capabilities ()" link="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-get-capabilities"/> + <keyword type="function" name="nm_vpn_editor_plugin_get_vt ()" link="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-get-vt" since="1.4"/> <keyword type="function" name="nm_vpn_editor_plugin_import ()" link="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-import"/> <keyword type="function" name="nm_vpn_editor_plugin_export ()" link="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-export"/> <keyword type="function" name="nm_vpn_editor_plugin_get_suggested_filename ()" link="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-get-suggested-filename"/> <keyword type="function" name="nm_vpn_editor_plugin_load_from_file ()" link="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-load-from-file" since="1.2"/> + <keyword type="function" name="nm_vpn_editor_plugin_load ()" link="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-load" since="1.4"/> + <keyword type="function" name="nm_vpn_editor_plugin_get_plugin_info ()" link="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-get-plugin-info" since="1.4"/> + <keyword type="function" name="nm_vpn_editor_plugin_set_plugin_info ()" link="NMVpnEditorPlugin.html#nm-vpn-editor-plugin-set-plugin-info" since="1.4"/> <keyword type="enum" name="enum NMVpnEditorPluginCapability" link="NMVpnEditorPlugin.html#NMVpnEditorPluginCapability"/> <keyword type="macro" name="NM_VPN_EDITOR_PLUGIN_NAME" link="NMVpnEditorPlugin.html#NM-VPN-EDITOR-PLUGIN-NAME:CAPS"/> <keyword type="macro" name="NM_VPN_EDITOR_PLUGIN_DESCRIPTION" link="NMVpnEditorPlugin.html#NM-VPN-EDITOR-PLUGIN-DESCRIPTION:CAPS"/> <keyword type="macro" name="NM_VPN_EDITOR_PLUGIN_SERVICE" link="NMVpnEditorPlugin.html#NM-VPN-EDITOR-PLUGIN-SERVICE:CAPS"/> <keyword type="struct" name="NMVpnEditorPluginInterface" link="NMVpnEditorPlugin.html#NMVpnEditorPluginInterface"/> <keyword type="struct" name="NMVpnEditor" link="NMVpnEditorPlugin.html#NMVpnEditor-struct"/> + <keyword type="struct" name="NMVpnEditorPluginVT" link="NMVpnEditorPlugin.html#NMVpnEditorPluginVT"/> <keyword type="property" name="The “description” property" link="NMVpnEditorPlugin.html#NMVpnEditorPlugin--description"/> <keyword type="property" name="The “name” property" link="NMVpnEditorPlugin.html#NMVpnEditorPlugin--name"/> <keyword type="property" name="The “service” property" link="NMVpnEditorPlugin.html#NMVpnEditorPlugin--service"/> @@ -2272,6 +2303,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"/> @@ -2529,6 +2562,12 @@ <keyword type="constant" name="NM_IP_TUNNEL_MODE_IPIP6" link="libnm-nm-dbus-interface.html#NM-IP-TUNNEL-MODE-IPIP6:CAPS"/> <keyword type="constant" name="NM_IP_TUNNEL_MODE_IP6GRE" link="libnm-nm-dbus-interface.html#NM-IP-TUNNEL-MODE-IP6GRE:CAPS"/> <keyword type="constant" name="NM_IP_TUNNEL_MODE_VTI6" link="libnm-nm-dbus-interface.html#NM-IP-TUNNEL-MODE-VTI6:CAPS"/> + <keyword type="constant" name="NM_CHECKPOINT_CREATE_FLAG_NONE" link="libnm-nm-dbus-interface.html#NM-CHECKPOINT-CREATE-FLAG-NONE:CAPS"/> + <keyword type="constant" name="NM_CHECKPOINT_CREATE_FLAG_DESTROY_ALL" link="libnm-nm-dbus-interface.html#NM-CHECKPOINT-CREATE-FLAG-DESTROY-ALL:CAPS"/> + <keyword type="constant" name="NM_ROLLBACK_RESULT_OK" link="libnm-nm-dbus-interface.html#NM-ROLLBACK-RESULT-OK:CAPS"/> + <keyword type="constant" name="NM_ROLLBACK_RESULT_ERR_NO_DEVICE" link="libnm-nm-dbus-interface.html#NM-ROLLBACK-RESULT-ERR-NO-DEVICE:CAPS"/> + <keyword type="constant" name="NM_ROLLBACK_RESULT_ERR_DEVICE_UNMANAGED" link="libnm-nm-dbus-interface.html#NM-ROLLBACK-RESULT-ERR-DEVICE-UNMANAGED:CAPS"/> + <keyword type="constant" name="NM_ROLLBACK_RESULT_ERR_FAILED" link="libnm-nm-dbus-interface.html#NM-ROLLBACK-RESULT-ERR-FAILED:CAPS"/> <keyword type="constant" name="NM_CONNECTION_SERIALIZE_ALL" link="NMConnection.html#NM-CONNECTION-SERIALIZE-ALL:CAPS"/> <keyword type="constant" name="NM_CONNECTION_SERIALIZE_NO_SECRETS" link="NMConnection.html#NM-CONNECTION-SERIALIZE-NO-SECRETS:CAPS"/> <keyword type="constant" name="NM_CONNECTION_SERIALIZE_ONLY_SECRETS" link="NMConnection.html#NM-CONNECTION-SERIALIZE-ONLY-SECRETS:CAPS"/> @@ -2661,5 +2700,16 @@ <keyword type="constant" name="NM_VPN_EDITOR_PLUGIN_CAPABILITY_IMPORT" link="NMVpnEditorPlugin.html#NM-VPN-EDITOR-PLUGIN-CAPABILITY-IMPORT:CAPS"/> <keyword type="constant" name="NM_VPN_EDITOR_PLUGIN_CAPABILITY_EXPORT" link="NMVpnEditorPlugin.html#NM-VPN-EDITOR-PLUGIN-CAPABILITY-EXPORT:CAPS"/> <keyword type="constant" name="NM_VPN_EDITOR_PLUGIN_CAPABILITY_IPV6" link="NMVpnEditorPlugin.html#NM-VPN-EDITOR-PLUGIN-CAPABILITY-IPV6:CAPS"/> + <keyword type="member" name="NMConnectionInterface.parent" link="NMConnection.html#NMConnectionInterface.parent"/> + <keyword type="member" name="NMConnectionInterface.secrets-updated" link="NMConnection.html#NMConnectionInterface.secrets-updated"/> + <keyword type="member" name="NMConnectionInterface.secrets-cleared" link="NMConnection.html#NMConnectionInterface.secrets-cleared"/> + <keyword type="member" name="NMConnectionInterface.changed" link="NMConnection.html#NMConnectionInterface.changed"/> + <keyword type="member" name="NMVpnEditorPluginInterface.get-editor" link="NMVpnEditorPlugin.html#NMVpnEditorPluginInterface.get-editor"/> + <keyword type="member" name="NMVpnEditorPluginInterface.get-capabilities" link="NMVpnEditorPlugin.html#NMVpnEditorPluginInterface.get-capabilities"/> + <keyword type="member" name="NMVpnEditorPluginInterface.import-from-file" link="NMVpnEditorPlugin.html#NMVpnEditorPluginInterface.import-from-file"/> + <keyword type="member" name="NMVpnEditorPluginInterface.export-to-file" link="NMVpnEditorPlugin.html#NMVpnEditorPluginInterface.export-to-file"/> + <keyword type="member" name="NMVpnEditorPluginInterface.get-suggested-filename" link="NMVpnEditorPlugin.html#NMVpnEditorPluginInterface.get-suggested-filename"/> + <keyword type="member" name="NMVpnEditorPluginInterface.notify-plugin-info-set" link="NMVpnEditorPlugin.html#NMVpnEditorPluginInterface.notify-plugin-info-set"/> + <keyword type="member" name="NMVpnEditorPluginInterface.get-vt" link="NMVpnEditorPlugin.html#NMVpnEditorPluginInterface.get-vt"/> </functions> </book> diff --git a/docs/libnm/html/object-tree.html b/docs/libnm/html/object-tree.html index 147fbcc2..586c6aa7 100644 --- a/docs/libnm/html/object-tree.html +++ b/docs/libnm/html/object-tree.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm Reference Manual"> <link rel="prev" href="NMVpnEditorPlugin.html" title="NMVpnEditorPlugin"> <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"> @@ -153,6 +153,6 @@ </pre> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.24</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm/html/ref-overview.html b/docs/libnm/html/ref-overview.html index 8d5ab916..e5b0b936 100644 --- a/docs/libnm/html/ref-overview.html +++ b/docs/libnm/html/ref-overview.html @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libnm Reference Manual"> <link rel="prev" href="index.html" title="libnm Reference Manual"> <link rel="next" href="ch02.html" title="Client Object 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"> @@ -42,6 +42,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/libnm-sections.txt b/docs/libnm/libnm-sections.txt index adb1dc9f..004e4b80 100644 --- a/docs/libnm/libnm-sections.txt +++ b/docs/libnm/libnm-sections.txt @@ -112,6 +112,8 @@ NM_CLIENT_ANY_DEVICE_REMOVED NM_CLIENT_PERMISSION_CHANGED NM_CLIENT_CONNECTION_ADDED NM_CLIENT_CONNECTION_REMOVED +NM_CLIENT_ACTIVE_CONNECTION_ADDED +NM_CLIENT_ACTIVE_CONNECTION_REMOVED NMClientPermission NMClientPermissionResult NMClientError @@ -442,6 +444,7 @@ NM_DBUS_INTERFACE_DEVICE_MACVLAN NM_DBUS_INTERFACE_DEVICE_VXLAN NM_DBUS_INTERFACE_DEVICE_GRE NM_DBUS_INTERFACE_DEVICE_IP_TUNNEL +NM_DBUS_INTERFACE_DEVICE_STATISTICS NM_DBUS_INTERFACE_SETTINGS NM_DBUS_PATH_SETTINGS NM_DBUS_INTERFACE_SETTINGS_CONNECTION @@ -486,6 +489,8 @@ NM_LLDP_DEST_NEAREST_BRIDGE NM_LLDP_DEST_NEAREST_NON_TPMR_BRIDGE NM_LLDP_DEST_NEAREST_CUSTOMER_BRIDGE NMIPTunnelMode +NMCheckpointCreateFlags +NMRollbackResult </SECTION> <SECTION> @@ -839,10 +844,12 @@ nm_device_olpc_mesh_get_type NM_DEVICE_TEAM_HW_ADDRESS NM_DEVICE_TEAM_CARRIER NM_DEVICE_TEAM_SLAVES +NM_DEVICE_TEAM_CONFIG NMDeviceTeam nm_device_team_get_hw_address nm_device_team_get_carrier nm_device_team_get_slaves +nm_device_team_get_config <SUBSECTION Standard> NMDeviceTeamClass NM_DEVICE_TEAM @@ -1559,6 +1566,7 @@ NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY_MAX NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY_DEFAULT NM_SETTING_CONNECTION_ID NM_SETTING_CONNECTION_UUID +NM_SETTING_CONNECTION_STABLE_ID NM_SETTING_CONNECTION_INTERFACE_NAME NM_SETTING_CONNECTION_TYPE NM_SETTING_CONNECTION_AUTOCONNECT @@ -1580,6 +1588,7 @@ NMSettingConnection nm_setting_connection_new nm_setting_connection_get_id nm_setting_connection_get_uuid +nm_setting_connection_get_stable_id nm_setting_connection_get_interface_name nm_setting_connection_get_connection_type nm_setting_connection_get_autoconnect @@ -1965,6 +1974,7 @@ nm_setting_ip4_config_get_type NM_SETTING_IP6_CONFIG_SETTING_NAME NM_SETTING_IP6_CONFIG_IP6_PRIVACY NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE +NM_SETTING_IP6_CONFIG_TOKEN NM_SETTING_IP6_CONFIG_METHOD_IGNORE NM_SETTING_IP6_CONFIG_METHOD_AUTO NM_SETTING_IP6_CONFIG_METHOD_DHCP @@ -1977,6 +1987,7 @@ NMSettingIP6Config nm_setting_ip6_config_new nm_setting_ip6_config_get_ip6_privacy nm_setting_ip6_config_get_addr_gen_mode +nm_setting_ip6_config_get_token <SUBSECTION Standard> NMSettingIP6ConfigClass NM_IS_SETTING_IP6_CONFIG @@ -2366,6 +2377,7 @@ NM_SETTING_WIRED_DUPLEX NM_SETTING_WIRED_AUTO_NEGOTIATE NM_SETTING_WIRED_MAC_ADDRESS NM_SETTING_WIRED_CLONED_MAC_ADDRESS +NM_SETTING_WIRED_GENERATE_MAC_ADDRESS_MASK NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST NM_SETTING_WIRED_MTU NM_SETTING_WIRED_S390_SUBCHANNELS @@ -2381,6 +2393,7 @@ nm_setting_wired_get_duplex nm_setting_wired_get_auto_negotiate nm_setting_wired_get_mac_address nm_setting_wired_get_cloned_mac_address +nm_setting_wired_get_generate_mac_address_mask nm_setting_wired_get_mac_address_blacklist nm_setting_wired_get_num_mac_blacklist_items nm_setting_wired_get_mac_blacklist_item @@ -2423,6 +2436,7 @@ NM_SETTING_WIRELESS_RATE NM_SETTING_WIRELESS_TX_POWER NM_SETTING_WIRELESS_MAC_ADDRESS NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS +NM_SETTING_WIRELESS_GENERATE_MAC_ADDRESS_MASK NM_SETTING_WIRELESS_MAC_ADDRESS_BLACKLIST NM_SETTING_WIRELESS_MTU NM_SETTING_WIRELESS_SEEN_BSSIDS @@ -2444,6 +2458,7 @@ nm_setting_wireless_get_rate nm_setting_wireless_get_tx_power nm_setting_wireless_get_mac_address nm_setting_wireless_get_cloned_mac_address +nm_setting_wireless_get_generate_mac_address_mask nm_setting_wireless_get_mac_address_blacklist nm_setting_wireless_get_num_mac_blacklist_items nm_setting_wireless_get_mac_blacklist_item @@ -2666,7 +2681,9 @@ NM_AVAILABLE_IN_1_0 NM_DEPRECATED_IN_1_2 NM_DEPRECATED_IN_1_2_FOR NM_AVAILABLE_IN_1_2 -NM_AVAILABLE_IN_1_2_4 +NM_DEPRECATED_IN_1_4 +NM_DEPRECATED_IN_1_4_FOR +NM_AVAILABLE_IN_1_4 </SECTION> <SECTION> @@ -2736,6 +2753,7 @@ NM_VPN_PLUGIN_IP4_CONFIG_MSS NM_VPN_PLUGIN_IP4_CONFIG_DOMAIN NM_VPN_PLUGIN_IP4_CONFIG_DOMAINS NM_VPN_PLUGIN_IP4_CONFIG_ROUTES +NM_VPN_PLUGIN_IP4_CONFIG_PRESERVE_ROUTES NM_VPN_PLUGIN_IP4_CONFIG_NEVER_DEFAULT NM_VPN_PLUGIN_IP4_CONFIG_GATEWAY NM_VPN_PLUGIN_IP4_CONFIG_BANNER @@ -2751,6 +2769,7 @@ NM_VPN_PLUGIN_IP6_CONFIG_MSS NM_VPN_PLUGIN_IP6_CONFIG_DOMAIN NM_VPN_PLUGIN_IP6_CONFIG_DOMAINS NM_VPN_PLUGIN_IP6_CONFIG_ROUTES +NM_VPN_PLUGIN_IP6_CONFIG_PRESERVE_ROUTES NM_VPN_PLUGIN_IP6_CONFIG_NEVER_DEFAULT </SECTION> @@ -2780,11 +2799,16 @@ NM_VPN_EDITOR_PLUGIN_SERVICE NMVpnEditorPluginInterface nm_vpn_editor_plugin_get_editor nm_vpn_editor_plugin_get_capabilities +nm_vpn_editor_plugin_get_vt nm_vpn_editor_plugin_import nm_vpn_editor_plugin_export nm_vpn_editor_plugin_get_suggested_filename nm_vpn_editor_plugin_load_from_file +nm_vpn_editor_plugin_load +nm_vpn_editor_plugin_get_plugin_info +nm_vpn_editor_plugin_set_plugin_info NMVpnEditor +NMVpnEditorPluginVT <SUBSECTION Standard> NMVpnEditorPlugin NM_IS_VPN_EDITOR_PLUGIN diff --git a/docs/libnm/version.xml b/docs/libnm/version.xml index e8ea05db..88c5fb89 100644 --- a/docs/libnm/version.xml +++ b/docs/libnm/version.xml @@ -1 +1 @@ -1.2.4 +1.4.0 |