diff options
Diffstat (limited to 'docs/libnm-util')
74 files changed, 1776 insertions, 11871 deletions
diff --git a/docs/libnm-util/Makefile.in b/docs/libnm-util/Makefile.in index db9c82eb..1d2ea506 100644 --- a/docs/libnm-util/Makefile.in +++ b/docs/libnm-util/Makefile.in @@ -142,6 +142,7 @@ ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_TESTS_FD_REDIRECT = @AM_TESTS_FD_REDIRECT@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ @@ -255,6 +256,7 @@ LIBTEAMDCTL_LIBS = @LIBTEAMDCTL_LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ +LOG_DRIVER = @LOG_DRIVER@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ @@ -478,6 +480,7 @@ GPATH = $(srcdir) TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) SETUP_FILES = \ $(content_files) \ + $(expand_content_files) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE)-sections.txt \ $(DOC_MODULE)-overrides.txt @@ -485,9 +488,9 @@ SETUP_FILES = \ # include common portion ... EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.xml.in -DOC_STAMPS = setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \ +DOC_STAMPS = setup-build.stamp scan-build.stamp sgml-build.stamp \ html-build.stamp pdf-build.stamp \ - tmpl.stamp sgml.stamp html.stamp pdf.stamp + sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ @@ -522,11 +525,6 @@ GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_$(V)) GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_$(AM_DEFAULT_VERBOSITY)) GTK_DOC_V_INTROSPECT_0 = @echo " DOC Introspecting gobjects"; -#### templates #### -GTK_DOC_V_TMPL = $(GTK_DOC_V_TMPL_$(V)) -GTK_DOC_V_TMPL_ = $(GTK_DOC_V_TMPL_$(AM_DEFAULT_VERBOSITY)) -GTK_DOC_V_TMPL_0 = @echo " DOC Rebuilding template files"; - #### xml #### GTK_DOC_V_XML = $(GTK_DOC_V_XML_$(V)) GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY)) @@ -763,18 +761,15 @@ $(REPORT_FILES): sgml-build.stamp setup-build.stamp: -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ + files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \ if test "x$$files" != "x" ; then \ for file in $$files ; do \ - destdir=`dirname $(abs_builddir)/$$file` ;\ + destdir=`dirname $(abs_builddir)/$$file`; \ test -d "$$destdir" || mkdir -p "$$destdir"; \ test -f $(abs_srcdir)/$$file && \ cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ done; \ fi; \ - test -d $(abs_srcdir)/tmpl && \ - { cp -pR $(abs_srcdir)/tmpl $(abs_builddir)/; \ - chmod -R u+w $(abs_builddir)/tmpl; } \ fi $(AM_V_at)touch setup-build.stamp @@ -787,7 +782,7 @@ scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ scanobj_options=""; \ gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ scanobj_options="--verbose"; \ fi; \ @@ -804,23 +799,8 @@ 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 -tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt - $(GTK_DOC_V_TMPL)gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) - $(AM_V_at)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - if test -w $(abs_srcdir) ; then \ - cp -pR $(abs_builddir)/tmpl $(abs_srcdir)/; \ - fi \ - fi - $(AM_V_at)touch tmpl-build.stamp - -tmpl.stamp: tmpl-build.stamp - @true - -$(srcdir)/tmpl/*.sgml: - @true - -sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) - -$(GTK_DOC_V_XML)chmod -R u+w $(srcdir) && _source_dir='' ; \ +sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) + $(GTK_DOC_V_XML)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ @@ -830,17 +810,17 @@ sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $( sgml.stamp: sgml-build.stamp @true -html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) +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=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkhtml_options="$$mkhtml_options --verbose"; \ fi; \ fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) @@ -856,11 +836,11 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) $(AM_V_at)touch html-build.stamp -pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) +pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \ mkpdf_options=""; \ gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkpdf_options="$$mkpdf_options --verbose"; \ fi; \ @@ -885,13 +865,15 @@ clean-local: @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \ rm -f $(DOC_MODULE).types; \ fi + @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \ + rm -f $(DOC_MODULE)-sections.txt; \ + fi distclean-local: @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ - rm -rf tmpl; \ + rm -f $(SETUP_FILES) $(DOC_MODULE).types; \ fi maintainer-clean-local: @@ -938,9 +920,7 @@ uninstall-local: @HAVE_GTK_DOC_FALSE@ @false dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local - @mkdir $(distdir)/tmpl @mkdir $(distdir)/html - @-cp ./tmpl/*.sgml $(distdir)/tmpl @cp ./html/* $(distdir)/html @-cp ./$(DOC_MODULE).pdf $(distdir)/ @-cp ./$(DOC_MODULE).types $(distdir)/ diff --git a/docs/libnm-util/html/NMConnection.html b/docs/libnm-util/html/NMConnection.html index 5c288a09..3ef46ffb 100644 --- a/docs/libnm-util/html/NMConnection.html +++ b/docs/libnm-util/html/NMConnection.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMConnection</title> +<title>NMConnection: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -633,7 +633,6 @@ nm_connection_error_quark (<em class="parameter"><code><span class="type">void</ <div class="refsect3"> <a name="id-1.2.2.10.2.5"></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> -<p></p> </div> </div> <hr> @@ -645,7 +644,6 @@ nm_connection_new (<em class="parameter"><code><span class="type">void</span></c <div class="refsect3"> <a name="id-1.2.2.10.3.5"></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></p> </div> </div> <hr> @@ -684,7 +682,6 @@ the connection. </p></td> <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> -<p></p> </div> </div> <hr> @@ -918,7 +915,6 @@ nm_connection_replace_settings (<em class="parameter"><code><a class="link" href <a name="id-1.2.2.10.11.5"></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> -<p></p> </div> </div> <hr> @@ -965,9 +961,8 @@ with</p></td> <a name="id-1.2.2.10.12.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1009,7 +1004,6 @@ each flag's behavior.</p> <div class="refsect3"> <a name="id-1.2.2.10.13.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the comparison succeeds, <code class="literal">FALSE</code> if it does not</p> -<p></p> </div> </div> <hr> @@ -1065,7 +1059,6 @@ differ mapped to one or more of <a class="link" href="NMSetting.html#NMSettingDi <a name="id-1.2.2.10.14.6"></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> -<p></p> </div> </div> <hr> @@ -1108,7 +1101,6 @@ setting and which property failed validation, and how it failed validation.</p> <div class="refsect3"> <a name="id-1.2.2.10.15.6"></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> -<p></p> </div> </div> <hr> @@ -1167,9 +1159,8 @@ why the connection is invalid, if the function returns an error.</p></td> <div class="refsect3"> <a name="id-1.2.2.10.16.7"></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> -<p></p> </div> -<p class="since">Since 1.0</p> +<p class="since">Since: 1.0</p> </div> <hr> <div class="refsect2"> @@ -1212,7 +1203,6 @@ elements. </p></td> <a name="id-1.2.2.10.17.6"></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> -<p></p> </div> </div> <hr> @@ -1332,7 +1322,6 @@ string:<span class="type">GValue</span> of setting property names and secrets of <a name="id-1.2.2.10.20.6"></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> -<p></p> </div> </div> <hr> @@ -1393,7 +1382,6 @@ nm_connection_get_path (<em class="parameter"><code><a class="link" href="NMConn <a name="id-1.2.2.10.22.6"></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> -<p></p> </div> </div> <hr> @@ -1423,7 +1411,6 @@ connection types, this function will return <code class="literal">NULL</code>.</ <div class="refsect3"> <a name="id-1.2.2.10.23.6"></a><h4>Returns</h4> <p> Name of the kernel interface or <code class="literal">NULL</code></p> -<p></p> </div> </div> <hr> @@ -1454,9 +1441,8 @@ NetworkManager, this is the name of the created interface.</p> <div class="refsect3"> <a name="id-1.2.2.10.24.7"></a><h4>Returns</h4> <p> Name of the kernel interface or <code class="literal">NULL</code></p> -<p></p> </div> -<p class="since">Since 1.0</p> +<p class="since">Since: 1.0</p> </div> <hr> <div class="refsect2"> @@ -1496,7 +1482,6 @@ property of the connection and matches that against <em class="parameter"><code> <a name="id-1.2.2.10.25.6"></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> -<p></p> </div> </div> <hr> @@ -1628,7 +1613,6 @@ nm_connection_lookup_setting_type (<em class="parameter"><code>const <span class <div class="refsect3"> <a name="id-1.2.2.10.29.6"></a><h4>Returns</h4> <p> the <span class="type">GType</span> of the setting's class</p> -<p></p> </div> </div> <hr> @@ -1657,7 +1641,6 @@ Useful for figuring out which setting a returned error is for.</p> <div class="refsect3"> <a name="id-1.2.2.10.30.6"></a><h4>Returns</h4> <p> the <span class="type">GType</span> of the setting's class</p> -<p></p> </div> </div> <hr> @@ -1684,7 +1667,6 @@ nm_connection_get_uuid (<em class="parameter"><code><a class="link" href="NMConn <div class="refsect3"> <a name="id-1.2.2.10.31.6"></a><h4>Returns</h4> <p> the UUID from the connection's 'connection' setting</p> -<p></p> </div> </div> <hr> @@ -1711,7 +1693,6 @@ nm_connection_get_id (<em class="parameter"><code><a class="link" href="NMConnec <div class="refsect3"> <a name="id-1.2.2.10.32.6"></a><h4>Returns</h4> <p> the ID from the connection's 'connection' setting</p> -<p></p> </div> </div> <hr> @@ -1738,9 +1719,8 @@ nm_connection_get_connection_type (<em class="parameter"><code><a class="link" h <div class="refsect3"> <a name="id-1.2.2.10.33.6"></a><h4>Returns</h4> <p> the type from the connection's 'connection' setting</p> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1775,7 +1755,7 @@ or <code class="literal">NULL</code> if <em class="parameter"><code>connection</ is not a virtual connection type. </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 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1884,7 +1864,7 @@ nm_connection_get_setting_team (<em class="parameter"><code><a class="link" href <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> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1912,7 +1892,7 @@ nm_connection_get_setting_team_port (<em class="parameter"><code><a class="link" <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> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2048,7 +2028,7 @@ nm_connection_get_setting_dcb (<em class="parameter"><code><a class="link" href= <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> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2076,7 +2056,7 @@ nm_connection_get_setting_generic (<em class="parameter"><code><a class="link" h <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> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2491,32 +2471,24 @@ nm_connection_get_setting_vlan (<em class="parameter"><code><a class="link" href <a name="NM-CONNECTION-SECRETS-UPDATED:CAPS"></a><h3>NM_CONNECTION_SECRETS_UPDATED</h3> <pre class="programlisting">#define NM_CONNECTION_SECRETS_UPDATED "secrets-updated" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-CONNECTION-SECRETS-CLEARED:CAPS"></a><h3>NM_CONNECTION_SECRETS_CLEARED</h3> <pre class="programlisting">#define NM_CONNECTION_SECRETS_CLEARED "secrets-cleared" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-CONNECTION-CHANGED:CAPS"></a><h3>NM_CONNECTION_CHANGED</h3> <pre class="programlisting">#define NM_CONNECTION_CHANGED "changed" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-CONNECTION-PATH:CAPS"></a><h3>NM_CONNECTION_PATH</h3> <pre class="programlisting">#define NM_CONNECTION_PATH "path" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -2582,16 +2554,12 @@ nm_connection_get_setting_vlan (<em class="parameter"><code><a class="link" href <a name="NM-CONNECTION-NORMALIZE-PARAM-IP6-CONFIG-METHOD:CAPS"></a><h3>NM_CONNECTION_NORMALIZE_PARAM_IP6_CONFIG_METHOD</h3> <pre class="programlisting">#define NM_CONNECTION_NORMALIZE_PARAM_IP6_CONFIG_METHOD "ip6-config-method" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-CONNECTION-ERROR:CAPS"></a><h3>NM_CONNECTION_ERROR</h3> <pre class="programlisting">#define NM_CONNECTION_ERROR nm_connection_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -2645,7 +2613,7 @@ or when settings are added or removed.</p> </table></div> </div> <p>Flags: Run First</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2721,7 +2689,6 @@ updated</p></td> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 140fac6a..3ce89683 100644 --- a/docs/libnm-util/html/NMSetting.html +++ b/docs/libnm-util/html/NMSetting.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSetting</title> +<title>NMSetting: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -331,7 +331,6 @@ nm_setting_error_quark (<em class="parameter"><code><span class="type">void</spa <div class="refsect3"> <a name="id-1.2.3.9.2.5"></a><h4>Returns</h4> <p> the error quark used for NMSetting errors.</p> -<p></p> </div> </div> <hr> @@ -339,32 +338,24 @@ nm_setting_error_quark (<em class="parameter"><code><span class="type">void</spa <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> -<p> -</p> </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> -<p> -</p> </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> -<p> -</p> </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> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -409,7 +400,6 @@ nm_setting_error_quark (<em class="parameter"><code><span class="type">void</spa <div class="refsect3"> <a name="id-1.2.3.9.7.5"></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> -<p></p> </div> </div> <hr> @@ -537,7 +527,6 @@ string to GValue mapping of properties that apply to the setting. </p></td> <a name="id-1.2.3.9.10.6"></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> -<p></p> </div> </div> <hr> @@ -593,7 +582,6 @@ nm_setting_get_name (<em class="parameter"><code><a class="link" href="NMSetting <a name="id-1.2.3.9.12.6"></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> -<p></p> </div> </div> <hr> @@ -640,7 +628,6 @@ came. </p></td> <div class="refsect3"> <a name="id-1.2.3.9.13.6"></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> -<p></p> </div> </div> <hr> @@ -683,7 +670,6 @@ for a description of each flag's behavior.</p> <div class="refsect3"> <a name="id-1.2.3.9.14.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the comparison succeeds, <code class="literal">FALSE</code> if it does not</p> -<p></p> </div> </div> <hr> @@ -746,7 +732,6 @@ in and the settings differ, a new one is created and returned. </p></td> <div class="refsect3"> <a name="id-1.2.3.9.15.6"></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> -<p></p> </div> </div> <hr> @@ -815,7 +800,6 @@ output format is not guaranteed to be stable and may change at any time.</p> <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> -<p></p> </div> </div> <hr> @@ -955,7 +939,6 @@ string to <span class="type">GValue</span> of setting property names and secrets <a name="id-1.2.3.9.21.6"></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> -<p></p> </div> </div> <hr> @@ -1004,7 +987,6 @@ handle that secret.</p> <a name="id-1.2.3.9.22.6"></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> -<p></p> </div> </div> <hr> @@ -1053,7 +1035,6 @@ handle that secret.</p> <a name="id-1.2.3.9.23.6"></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> -<p></p> </div> </div> <hr> @@ -1082,7 +1063,6 @@ needs to use if specified in the settings.</p> <a name="id-1.2.3.9.24.6"></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> -<p></p> </div> </div> </div> @@ -1141,16 +1121,12 @@ support this feature</p> <a name="NM-SETTING-ERROR:CAPS"></a><h3>NM_SETTING_ERROR</h3> <pre class="programlisting">#define NM_SETTING_ERROR nm_setting_error_quark () </pre> -<p> -</p> </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> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -1423,7 +1399,6 @@ example "ppp" or "wireless" or "wired".</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 ba9dbe10..05d9516c 100644 --- a/docs/libnm-util/html/NMSetting8021x.html +++ b/docs/libnm-util/html/NMSetting8021x.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSetting8021x</title> +<title>NMSetting8021x: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -968,7 +968,6 @@ nm_setting_802_1x_error_quark (<em class="parameter"><code><span class="type">vo <div class="refsect3"> <a name="id-1.2.24.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -980,7 +979,6 @@ nm_setting_802_1x_new (<em class="parameter"><code><span class="type">void</span <div class="refsect3"> <a name="id-1.2.24.9.3.5"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSetting8021x.html" title="NMSetting8021x"><span class="type">NMSetting8021x</span></a> object</p> -<p></p> </div> </div> <hr> @@ -1011,7 +1009,6 @@ allowed EAP methods.</p> <div class="refsect3"> <a name="id-1.2.24.9.4.6"></a><h4>Returns</h4> <p> the number of allowed EAP methods</p> -<p></p> </div> </div> <hr> @@ -1048,7 +1045,6 @@ nm_setting_802_1x_get_eap_method (<em class="parameter"><code><a class="link" hr <a name="id-1.2.24.9.5.6"></a><h4>Returns</h4> <p> the name of the allowed EAP method at index <em class="parameter"><code>i</code></em> </p> -<p></p> </div> </div> <hr> @@ -1086,7 +1082,6 @@ allowed EAP methods.</p> <a name="id-1.2.24.9.6.6"></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> -<p></p> </div> </div> <hr> @@ -1153,9 +1148,8 @@ nm_setting_802_1x_remove_eap_method_by_value <div class="refsect3"> <a name="id-1.2.24.9.8.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1204,7 +1198,6 @@ authenticate the user. Often this is a username or login name.</p> <div class="refsect3"> <a name="id-1.2.24.9.10.6"></a><h4>Returns</h4> <p> the user identifier</p> -<p></p> </div> </div> <hr> @@ -1235,7 +1228,6 @@ a secure form, if applicable for that EAP method.</p> <div class="refsect3"> <a name="id-1.2.24.9.11.6"></a><h4>Returns</h4> <p> the anonymous identifier</p> -<p></p> </div> </div> <hr> @@ -1262,7 +1254,6 @@ nm_setting_802_1x_get_pac_file (<em class="parameter"><code><a class="link" href <div class="refsect3"> <a name="id-1.2.24.9.12.6"></a><h4>Returns</h4> <p> the PAC file</p> -<p></p> </div> </div> <hr> @@ -1294,7 +1285,6 @@ of these properties.</p> <div class="refsect3"> <a name="id-1.2.24.9.13.6"></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> -<p></p> </div> </div> <hr> @@ -1325,7 +1315,6 @@ certificates for verifying the network to client.</p> <div class="refsect3"> <a name="id-1.2.24.9.14.6"></a><h4>Returns</h4> <p> the CA certificate directory path</p> -<p></p> </div> </div> <hr> @@ -1356,7 +1345,6 @@ to add more CA certificates for verifying the network to client.</p> <div class="refsect3"> <a name="id-1.2.24.9.15.6"></a><h4>Returns</h4> <p> the "phase 2" CA certificate directory path</p> -<p></p> </div> </div> <hr> @@ -1385,7 +1373,6 @@ if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CA <div class="refsect3"> <a name="id-1.2.24.9.16.6"></a><h4>Returns</h4> <p> scheme used to store the CA certificate (blob or path)</p> -<p></p> </div> </div> <hr> @@ -1417,7 +1404,6 @@ of the network cannot be confirmed by the client.</p> <div class="refsect3"> <a name="id-1.2.24.9.17.6"></a><h4>Returns</h4> <p> the CA certificate data</p> -<p></p> </div> </div> <hr> @@ -1449,7 +1435,6 @@ of the network cannot be confirmed by the client.</p> <div class="refsect3"> <a name="id-1.2.24.9.18.6"></a><h4>Returns</h4> <p> path to the CA certificate file</p> -<p></p> </div> </div> <hr> @@ -1510,7 +1495,6 @@ clears the CA certificate.</p></td> <div class="refsect3"> <a name="id-1.2.24.9.19.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> -<p></p> </div> </div> <hr> @@ -1539,7 +1523,6 @@ nm_setting_802_1x_get_subject_match (<em class="parameter"><code><a class="link" substring to be matched against the subject of the authentication server certificate, or <code class="literal">NULL</code> no subject verification is to be performed.</p> -<p></p> </div> </div> <hr> @@ -1568,7 +1551,6 @@ nm_setting_802_1x_get_num_altsubject_matches <div class="refsect3"> <a name="id-1.2.24.9.21.6"></a><h4>Returns</h4> <p> the number of altsubject-matches entries.</p> -<p></p> </div> </div> <hr> @@ -1606,7 +1588,6 @@ nm_setting_802_1x_get_altsubject_match <a name="id-1.2.24.9.22.6"></a><h4>Returns</h4> <p> the altSubjectName match at index <em class="parameter"><code>i</code></em> </p> -<p></p> </div> </div> <hr> @@ -1645,7 +1626,6 @@ server is not verified.</p> <a name="id-1.2.24.9.23.6"></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> -<p></p> </div> </div> <hr> @@ -1714,9 +1694,8 @@ nm_setting_802_1x_remove_altsubject_match_by_value <a name="id-1.2.24.9.25.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1768,7 +1747,6 @@ if <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CA <div class="refsect3"> <a name="id-1.2.24.9.27.6"></a><h4>Returns</h4> <p> scheme used to store the client certificate (blob or path)</p> -<p></p> </div> </div> <hr> @@ -1798,7 +1776,6 @@ authentication method.</p> <div class="refsect3"> <a name="id-1.2.24.9.28.6"></a><h4>Returns</h4> <p> the client certificate data</p> -<p></p> </div> </div> <hr> @@ -1828,7 +1805,6 @@ authentication method.</p> <div class="refsect3"> <a name="id-1.2.24.9.29.6"></a><h4>Returns</h4> <p> path to the client certificate file</p> -<p></p> </div> </div> <hr> @@ -1893,7 +1869,6 @@ clears the client certificate.</p></td> <div class="refsect3"> <a name="id-1.2.24.9.30.7"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> -<p></p> </div> </div> <hr> @@ -1921,7 +1896,6 @@ nm_setting_802_1x_get_phase1_peapver (<em class="parameter"><code><a class="link <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> -<p></p> </div> </div> <hr> @@ -1952,7 +1926,6 @@ 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), "0" (use old-style label), and "1" (use new-style label). See the wpa_supplicant documentation for more details.</p> -<p></p> </div> </div> <hr> @@ -1981,7 +1954,6 @@ nm_setting_802_1x_get_phase1_fast_provisioning <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> -<p></p> </div> </div> <hr> @@ -2008,7 +1980,6 @@ nm_setting_802_1x_get_phase2_auth (<em class="parameter"><code><a class="link" h <a name="id-1.2.24.9.34.5"></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> -<p></p> </div> </div> <hr> @@ -2035,7 +2006,6 @@ nm_setting_802_1x_get_phase2_autheap (<em class="parameter"><code><a class="link <a name="id-1.2.24.9.35.5"></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> -<p></p> </div> </div> <hr> @@ -2066,7 +2036,6 @@ use <a class="link" href="NMSetting8021x.html#nm-setting-802-1x-get-ca-cert-path <div class="refsect3"> <a name="id-1.2.24.9.36.6"></a><h4>Returns</h4> <p> scheme used to store the "phase 2" CA certificate (blob or path)</p> -<p></p> </div> </div> <hr> @@ -2099,7 +2068,6 @@ of the network cannot be confirmed by the client.</p> <div class="refsect3"> <a name="id-1.2.24.9.37.6"></a><h4>Returns</h4> <p> the "phase 2" CA certificate data</p> -<p></p> </div> </div> <hr> @@ -2132,7 +2100,6 @@ of the network cannot be confirmed by the client.</p> <div class="refsect3"> <a name="id-1.2.24.9.38.6"></a><h4>Returns</h4> <p> path to the "phase 2" CA certificate file</p> -<p></p> </div> </div> <hr> @@ -2193,7 +2160,6 @@ clears the "phase2" CA certificate.</p></td> <div class="refsect3"> <a name="id-1.2.24.9.39.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> -<p></p> </div> </div> <hr> @@ -2223,7 +2189,6 @@ nm_setting_802_1x_get_phase2_subject_match the substring to be matched against the subject of the "phase 2" authentication server certificate, or <code class="literal">NULL</code> no subject verification is to be performed.</p> -<p></p> </div> </div> <hr> @@ -2252,7 +2217,6 @@ nm_setting_802_1x_get_num_phase2_altsubject_matches <div class="refsect3"> <a name="id-1.2.24.9.41.6"></a><h4>Returns</h4> <p> the number of phase2-altsubject-matches entries.</p> -<p></p> </div> </div> <hr> @@ -2290,7 +2254,6 @@ nm_setting_802_1x_get_phase2_altsubject_match <a name="id-1.2.24.9.42.6"></a><h4>Returns</h4> <p> the "phase 2" altSubjectName match at index <em class="parameter"><code>i</code></em> </p> -<p></p> </div> </div> <hr> @@ -2330,7 +2293,6 @@ connection</p></td> <a name="id-1.2.24.9.43.6"></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> -<p></p> </div> </div> <hr> @@ -2399,9 +2361,8 @@ nm_setting_802_1x_remove_phase2_altsubject_match_by_value <a name="id-1.2.24.9.45.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2455,7 +2416,6 @@ returned scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-C <div class="refsect3"> <a name="id-1.2.24.9.47.6"></a><h4>Returns</h4> <p> scheme used to store the "phase 2" client certificate (blob or path)</p> -<p></p> </div> </div> <hr> @@ -2485,7 +2445,6 @@ authentication method.</p> <div class="refsect3"> <a name="id-1.2.24.9.48.6"></a><h4>Returns</h4> <p> the "phase 2" client certificate data</p> -<p></p> </div> </div> <hr> @@ -2515,7 +2474,6 @@ authentication method.</p> <div class="refsect3"> <a name="id-1.2.24.9.49.6"></a><h4>Returns</h4> <p> path to the "phase 2" client certificate file</p> -<p></p> </div> </div> <hr> @@ -2581,7 +2539,6 @@ clears the "phase2" client certificate.</p></td> <div class="refsect3"> <a name="id-1.2.24.9.50.7"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> -<p></p> </div> </div> <hr> @@ -2608,7 +2565,6 @@ nm_setting_802_1x_get_password (<em class="parameter"><code><a class="link" href <a name="id-1.2.24.9.51.5"></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> -<p></p> </div> </div> <hr> @@ -2634,7 +2590,6 @@ nm_setting_802_1x_get_password_flags (<em class="parameter"><code><a class="link <div class="refsect3"> <a name="id-1.2.24.9.52.5"></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> -<p></p> </div> </div> <hr> @@ -2662,7 +2617,6 @@ nm_setting_802_1x_get_password_raw (<em class="parameter"><code><a class="link" <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> -<p></p> </div> </div> <hr> @@ -2690,7 +2644,6 @@ nm_setting_802_1x_get_password_raw_flags <a name="id-1.2.24.9.54.5"></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> -<p></p> </div> </div> <hr> @@ -2717,7 +2670,6 @@ nm_setting_802_1x_get_pin (<em class="parameter"><code><a class="link" href="NMS <a name="id-1.2.24.9.55.5"></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> -<p></p> </div> </div> <hr> @@ -2744,7 +2696,6 @@ nm_setting_802_1x_get_pin_flags (<em class="parameter"><code><a class="link" hre <a name="id-1.2.24.9.56.5"></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> -<p></p> </div> </div> <hr> @@ -2776,7 +2727,6 @@ nm_setting_802_1x_get_private_key_scheme <div class="refsect3"> <a name="id-1.2.24.9.57.6"></a><h4>Returns</h4> <p> scheme used to store the private key (blob or path)</p> -<p></p> </div> </div> <hr> @@ -2809,7 +2759,6 @@ keys should always be encrypted with a private key password.</p> <div class="refsect3"> <a name="id-1.2.24.9.58.7"></a><h4>Returns</h4> <p> the private key data</p> -<p></p> </div> </div> <hr> @@ -2839,7 +2788,6 @@ authentication method.</p> <div class="refsect3"> <a name="id-1.2.24.9.59.6"></a><h4>Returns</h4> <p> path to the private key file</p> -<p></p> </div> </div> <hr> @@ -2927,7 +2875,6 @@ an error is returned.</p></td> <div class="refsect3"> <a name="id-1.2.24.9.60.9"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> -<p></p> </div> </div> <hr> @@ -2956,7 +2903,6 @@ nm_setting_802_1x_get_private_key_password <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> -<p></p> </div> </div> <hr> @@ -2984,7 +2930,6 @@ nm_setting_802_1x_get_private_key_password_flags <a name="id-1.2.24.9.62.5"></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> -<p></p> </div> </div> <hr> @@ -3012,7 +2957,6 @@ nm_setting_802_1x_get_private_key_format <a name="id-1.2.24.9.63.5"></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> -<p></p> </div> </div> <hr> @@ -3044,7 +2988,6 @@ scheme is <a class="link" href="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME- <div class="refsect3"> <a name="id-1.2.24.9.64.6"></a><h4>Returns</h4> <p> scheme used to store the "phase 2" private key (blob or path)</p> -<p></p> </div> </div> <hr> @@ -3077,7 +3020,6 @@ keys should always be encrypted with a private key password.</p> <div class="refsect3"> <a name="id-1.2.24.9.65.7"></a><h4>Returns</h4> <p> the "phase 2" private key data</p> -<p></p> </div> </div> <hr> @@ -3107,7 +3049,6 @@ authentication method.</p> <div class="refsect3"> <a name="id-1.2.24.9.66.6"></a><h4>Returns</h4> <p> path to the "phase 2" private key file</p> -<p></p> </div> </div> <hr> @@ -3197,7 +3138,6 @@ an error is returned.</p></td> <div class="refsect3"> <a name="id-1.2.24.9.67.9"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the operation succeeded, <code class="literal">FALSE</code> if it was unsuccessful</p> -<p></p> </div> </div> <hr> @@ -3226,7 +3166,6 @@ nm_setting_802_1x_get_phase2_private_key_password <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> -<p></p> </div> </div> <hr> @@ -3254,7 +3193,6 @@ nm_setting_802_1x_get_phase2_private_key_password_flags <a name="id-1.2.24.9.69.5"></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> -<p></p> </div> </div> <hr> @@ -3282,7 +3220,6 @@ nm_setting_802_1x_get_phase2_private_key_format <a name="id-1.2.24.9.70.5"></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> -<p></p> </div> </div> </div> @@ -3383,8 +3320,6 @@ to a file containing the certificate or key data</p> <a name="NM-SETTING-802-1X-SETTING-NAME:CAPS"></a><h3>NM_SETTING_802_1X_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_802_1X_SETTING_NAME "802-1x" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -3429,264 +3364,198 @@ required</p> <a name="NM-SETTING-802-1X-ERROR:CAPS"></a><h3>NM_SETTING_802_1X_ERROR</h3> <pre class="programlisting">#define NM_SETTING_802_1X_ERROR nm_setting_802_1x_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-EAP:CAPS"></a><h3>NM_SETTING_802_1X_EAP</h3> <pre class="programlisting">#define NM_SETTING_802_1X_EAP "eap" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-IDENTITY:CAPS"></a><h3>NM_SETTING_802_1X_IDENTITY</h3> <pre class="programlisting">#define NM_SETTING_802_1X_IDENTITY "identity" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-ANONYMOUS-IDENTITY:CAPS"></a><h3>NM_SETTING_802_1X_ANONYMOUS_IDENTITY</h3> <pre class="programlisting">#define NM_SETTING_802_1X_ANONYMOUS_IDENTITY "anonymous-identity" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PAC-FILE:CAPS"></a><h3>NM_SETTING_802_1X_PAC_FILE</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PAC_FILE "pac-file" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-CA-CERT:CAPS"></a><h3>NM_SETTING_802_1X_CA_CERT</h3> <pre class="programlisting">#define NM_SETTING_802_1X_CA_CERT "ca-cert" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-CA-PATH:CAPS"></a><h3>NM_SETTING_802_1X_CA_PATH</h3> <pre class="programlisting">#define NM_SETTING_802_1X_CA_PATH "ca-path" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-SUBJECT-MATCH:CAPS"></a><h3>NM_SETTING_802_1X_SUBJECT_MATCH</h3> <pre class="programlisting">#define NM_SETTING_802_1X_SUBJECT_MATCH "subject-match" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-ALTSUBJECT-MATCHES:CAPS"></a><h3>NM_SETTING_802_1X_ALTSUBJECT_MATCHES</h3> <pre class="programlisting">#define NM_SETTING_802_1X_ALTSUBJECT_MATCHES "altsubject-matches" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-CLIENT-CERT:CAPS"></a><h3>NM_SETTING_802_1X_CLIENT_CERT</h3> <pre class="programlisting">#define NM_SETTING_802_1X_CLIENT_CERT "client-cert" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PHASE1-PEAPVER:CAPS"></a><h3>NM_SETTING_802_1X_PHASE1_PEAPVER</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PHASE1_PEAPVER "phase1-peapver" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PHASE1-PEAPLABEL:CAPS"></a><h3>NM_SETTING_802_1X_PHASE1_PEAPLABEL</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PHASE1_PEAPLABEL "phase1-peaplabel" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PHASE1-FAST-PROVISIONING:CAPS"></a><h3>NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING "phase1-fast-provisioning" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PHASE2-AUTH:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_AUTH</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_AUTH "phase2-auth" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PHASE2-AUTHEAP:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_AUTHEAP</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_AUTHEAP "phase2-autheap" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PHASE2-CA-CERT:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_CA_CERT</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_CA_CERT "phase2-ca-cert" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PHASE2-CA-PATH:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_CA_PATH</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_CA_PATH "phase2-ca-path" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PHASE2-SUBJECT-MATCH:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_SUBJECT_MATCH</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_SUBJECT_MATCH "phase2-subject-match" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PHASE2-ALTSUBJECT-MATCHES:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_ALTSUBJECT_MATCHES</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_ALTSUBJECT_MATCHES "phase2-altsubject-matches" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PHASE2-CLIENT-CERT:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_CLIENT_CERT</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_CLIENT_CERT "phase2-client-cert" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PASSWORD:CAPS"></a><h3>NM_SETTING_802_1X_PASSWORD</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PASSWORD "password" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PASSWORD-FLAGS:CAPS"></a><h3>NM_SETTING_802_1X_PASSWORD_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PASSWORD_FLAGS "password-flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PASSWORD-RAW:CAPS"></a><h3>NM_SETTING_802_1X_PASSWORD_RAW</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PASSWORD_RAW "password-raw" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PASSWORD-RAW-FLAGS:CAPS"></a><h3>NM_SETTING_802_1X_PASSWORD_RAW_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PASSWORD_RAW_FLAGS "password-raw-flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PRIVATE-KEY:CAPS"></a><h3>NM_SETTING_802_1X_PRIVATE_KEY</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PRIVATE_KEY "private-key" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD:CAPS"></a><h3>NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD "private-key-password" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PRIVATE-KEY-PASSWORD-FLAGS:CAPS"></a><h3>NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD_FLAGS "private-key-password-flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_PRIVATE_KEY</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_PRIVATE_KEY "phase2-private-key" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD "phase2-private-key-password" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PHASE2-PRIVATE-KEY-PASSWORD-FLAGS:CAPS"></a><h3>NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD_FLAGS "phase2-private-key-password-flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PIN:CAPS"></a><h3>NM_SETTING_802_1X_PIN</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PIN "pin" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-PIN-FLAGS:CAPS"></a><h3>NM_SETTING_802_1X_PIN_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_802_1X_PIN_FLAGS "pin-flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-802-1X-SYSTEM-CA-CERTS:CAPS"></a><h3>NM_SETTING_802_1X_SYSTEM_CA_CERTS</h3> <pre class="programlisting">#define NM_SETTING_802_1X_SYSTEM_CA_CERTS "system-ca-certs" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -3694,14 +3563,18 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--altsubject-matches"></a><h3>The <code class="literal">“altsubject-matches”</code> property</h3> <pre class="programlisting"> “altsubject-matches” <span class="type">GSList_gchararray_</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSetting8021x--anonymous-identity"></a><h3>The <code class="literal">“anonymous-identity”</code> property</h3> <pre class="programlisting"> “anonymous-identity” <span class="type">gchar</span> *</pre> -<p></p> +<p>Anonymous identity string for EAP authentication methods. Used as the +unencrypted identity with EAP types that support different tunneled +identity like EAP-TTLS.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3709,14 +3582,27 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--ca-cert"></a><h3>The <code class="literal">“ca-cert”</code> property</h3> <pre class="programlisting"> “ca-cert” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>Contains the CA certificate if used by the EAP method specified in the +<a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title="The “eap” property"><span class="type">“eap”</span></a> property.</p> +<p>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.</p> +<p>Setting this property directly is discouraged; use the +<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-ca-cert" title="nm_setting_802_1x_set_ca_cert ()"><code class="function">nm_setting_802_1x_set_ca_cert()</code></a> function instead.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSetting8021x--ca-path"></a><h3>The <code class="literal">“ca-path”</code> property</h3> <pre class="programlisting"> “ca-path” <span class="type">gchar</span> *</pre> -<p></p> +<p>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 <a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-cert" title="The “ca-cert” property"><span class="type">“ca-cert”</span></a> property.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3724,21 +3610,35 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--client-cert"></a><h3>The <code class="literal">“client-cert”</code> property</h3> <pre class="programlisting"> “client-cert” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>Contains the client certificate if used by the EAP method specified in +the <a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title="The “eap” property"><span class="type">“eap”</span></a> property.</p> +<p>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.</p> +<p>Setting this property directly is discouraged; use the +<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-client-cert" title="nm_setting_802_1x_set_client_cert ()"><code class="function">nm_setting_802_1x_set_client_cert()</code></a> function instead.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSetting8021x--eap"></a><h3>The <code class="literal">“eap”</code> property</h3> <pre class="programlisting"> “eap” <span class="type">GSList_gchararray_</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSetting8021x--identity"></a><h3>The <code class="literal">“identity”</code> property</h3> <pre class="programlisting"> “identity” <span class="type">gchar</span> *</pre> -<p></p> +<p>Identity string for EAP authentication methods. Often the user's user or +login name.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3746,7 +3646,7 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--pac-file"></a><h3>The <code class="literal">“pac-file”</code> property</h3> <pre class="programlisting"> “pac-file” <span class="type">gchar</span> *</pre> -<p></p> +<p>UTF-8 encoded file path containing PAC for EAP-FAST.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3754,7 +3654,9 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--password"></a><h3>The <code class="literal">“password”</code> property</h3> <pre class="programlisting"> “password” <span class="type">gchar</span> *</pre> -<p></p> +<p>UTF-8 encoded password used for EAP authentication methods. If both the +<a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title="The “password” property"><span class="type">“password”</span></a> property and the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password-raw" title="The “password-raw” property"><span class="type">“password-raw”</span></a> +property are specified, <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title="The “password” property"><span class="type">“password”</span></a> is preferred.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3762,7 +3664,7 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--password-flags"></a><h3>The <code class="literal">“password-flags”</code> property</h3> <pre class="programlisting"> “password-flags” <span class="type">guint</span></pre> -<p></p> +<p>Flags indicating how to handle the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title="The “password” property"><span class="type">“password”</span></a> property.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> @@ -3771,14 +3673,17 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--password-raw"></a><h3>The <code class="literal">“password-raw”</code> property</h3> <pre class="programlisting"> “password-raw” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>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 +<a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title="The “password” property"><span class="type">“password”</span></a> property and the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password-raw" title="The “password-raw” property"><span class="type">“password-raw”</span></a> +property are specified, <a class="link" href="NMSetting8021x.html#NMSetting8021x--password" title="The “password” property"><span class="type">“password”</span></a> is preferred.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSetting8021x--password-raw-flags"></a><h3>The <code class="literal">“password-raw-flags”</code> property</h3> <pre class="programlisting"> “password-raw-flags” <span class="type">guint</span></pre> -<p></p> +<p>Flags indicating how to handle the <a class="link" href="NMSetting8021x.html#NMSetting8021x--password-raw" title="The “password-raw” property"><span class="type">“password-raw”</span></a> property.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> @@ -3787,7 +3692,12 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--phase1-fast-provisioning"></a><h3>The <code class="literal">“phase1-fast-provisioning”</code> property</h3> <pre class="programlisting"> “phase1-fast-provisioning” <span class="type">gchar</span> *</pre> -<p></p> +<p>Enables or disables in-line provisioning of EAP-FAST credentials when +FAST is specified as the EAP method in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title="The “eap” property"><span class="type">“eap”</span></a> 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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3795,7 +3705,10 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--phase1-peaplabel"></a><h3>The <code class="literal">“phase1-peaplabel”</code> property</h3> <pre class="programlisting"> “phase1-peaplabel” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3803,7 +3716,12 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--phase1-peapver"></a><h3>The <code class="literal">“phase1-peapver”</code> property</h3> <pre class="programlisting"> “phase1-peapver” <span class="type">gchar</span> *</pre> -<p></p> +<p>Forces which PEAP version is used when PEAP is set as the EAP method in +the <a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title="The “eap” property"><span class="type">“eap”</span></a> 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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3811,14 +3729,22 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--phase2-altsubject-matches"></a><h3>The <code class="literal">“phase2-altsubject-matches”</code> property</h3> <pre class="programlisting"> “phase2-altsubject-matches” <span class="type">GSList_gchararray_</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSetting8021x--phase2-auth"></a><h3>The <code class="literal">“phase2-auth”</code> property</h3> <pre class="programlisting"> “phase2-auth” <span class="type">gchar</span> *</pre> -<p></p> +<p>Specifies the allowed "phase 2" inner non-EAP authentication methods when +an EAP method that uses an inner TLS tunnel is specified in the +<a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title="The “eap” property"><span class="type">“eap”</span></a> 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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3826,7 +3752,12 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--phase2-autheap"></a><h3>The <code class="literal">“phase2-autheap”</code> property</h3> <pre class="programlisting"> “phase2-autheap” <span class="type">gchar</span> *</pre> -<p></p> +<p>Specifies the allowed "phase 2" inner EAP-based authentication methods +when an EAP method that uses an inner TLS tunnel is specified in the +<a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title="The “eap” property"><span class="type">“eap”</span></a> 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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3834,14 +3765,28 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--phase2-ca-cert"></a><h3>The <code class="literal">“phase2-ca-cert”</code> property</h3> <pre class="programlisting"> “phase2-ca-cert” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>Contains the "phase 2" CA certificate if used by the EAP method specified +in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-auth" title="The “phase2-auth” property"><span class="type">“phase2-auth”</span></a> or <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-autheap" title="The “phase2-autheap” property"><span class="type">“phase2-autheap”</span></a> +properties.</p> +<p>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.</p> +<p>Setting this property directly is discouraged; use the +<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-ca-cert" title="nm_setting_802_1x_set_phase2_ca_cert ()"><code class="function">nm_setting_802_1x_set_phase2_ca_cert()</code></a> function instead.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSetting8021x--phase2-ca-path"></a><h3>The <code class="literal">“phase2-ca-path”</code> property</h3> <pre class="programlisting"> “phase2-ca-path” <span class="type">gchar</span> *</pre> -<p></p> +<p>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 <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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3849,21 +3794,56 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--phase2-client-cert"></a><h3>The <code class="literal">“phase2-client-cert”</code> property</h3> <pre class="programlisting"> “phase2-client-cert” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>Contains the "phase 2" client certificate if used by the EAP method +specified in the <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-auth" title="The “phase2-auth” property"><span class="type">“phase2-auth”</span></a> or +<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-autheap" title="The “phase2-autheap” property"><span class="type">“phase2-autheap”</span></a> properties.</p> +<p>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.</p> +<p>Setting this property directly is discouraged; use the +<a class="link" href="NMSetting8021x.html#nm-setting-802-1x-set-phase2-client-cert" title="nm_setting_802_1x_set_phase2_client_cert ()"><code class="function">nm_setting_802_1x_set_phase2_client_cert()</code></a> function instead.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSetting8021x--phase2-private-key"></a><h3>The <code class="literal">“phase2-private-key”</code> property</h3> <pre class="programlisting"> “phase2-private-key” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>Contains the "phase 2" inner private key when the +<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-auth" title="The “phase2-auth” property"><span class="type">“phase2-auth”</span></a> or <a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-autheap" title="The “phase2-autheap” property"><span class="type">“phase2-autheap”</span></a> property is +set to "tls".</p> +<p>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 +<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 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 <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 must be set to +the password used to decode the PKCS#12 private key and certificate.</p> +<p>Setting this property directly is discouraged; use the +<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> function instead.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSetting8021x--phase2-private-key-password"></a><h3>The <code class="literal">“phase2-private-key-password”</code> property</h3> <pre class="programlisting"> “phase2-private-key-password” <span class="type">gchar</span> *</pre> -<p></p> +<p>The password used to decrypt the "phase 2" private key specified 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 when the private key either +uses the path scheme, or is a PKCS#12 format key. Setting this property +directly is not generally necessary except when returning secrets to +NetworkManager; it is generally set automatically when setting the +private key by the <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> function.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3871,7 +3851,8 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--phase2-private-key-password-flags"></a><h3>The <code class="literal">“phase2-private-key-password-flags”</code> property</h3> <pre class="programlisting"> “phase2-private-key-password-flags” <span class="type">guint</span></pre> -<p></p> +<p>Flags indicating how to handle 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> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> @@ -3880,7 +3861,10 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--phase2-subject-match"></a><h3>The <code class="literal">“phase2-subject-match”</code> property</h3> <pre class="programlisting"> “phase2-subject-match” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3888,7 +3872,7 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--pin"></a><h3>The <code class="literal">“pin”</code> property</h3> <pre class="programlisting"> “pin” <span class="type">gchar</span> *</pre> -<p></p> +<p>PIN used for EAP authentication methods.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3896,7 +3880,7 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--pin-flags"></a><h3>The <code class="literal">“pin-flags”</code> property</h3> <pre class="programlisting"> “pin-flags” <span class="type">guint</span></pre> -<p></p> +<p>Flags indicating how to handle the <a class="link" href="NMSetting8021x.html#NMSetting8021x--pin" title="The “pin” property"><span class="type">“pin”</span></a> property.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> @@ -3905,14 +3889,41 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--private-key"></a><h3>The <code class="literal">“private-key”</code> property</h3> <pre class="programlisting"> “private-key” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>Contains the private key when the <a class="link" href="NMSetting8021x.html#NMSetting8021x--eap" title="The “eap” property"><span class="type">“eap”</span></a> property is set to +"tls".</p> +<p>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 +<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 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.</p> +<p>Setting this property directly is discouraged; use the +<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> function instead.</p> +<p>WARNING: <a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key" title="The “private-key” property"><span class="type">“private-key”</span></a> 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.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSetting8021x--private-key-password"></a><h3>The <code class="literal">“private-key-password”</code> property</h3> <pre class="programlisting"> “private-key-password” <span class="type">gchar</span> *</pre> -<p></p> +<p>The password used to decrypt the private key specified in the +<a class="link" href="NMSetting8021x.html#NMSetting8021x--private-key" title="The “private-key” property"><span class="type">“private-key”</span></a> property when the private key either uses the +path scheme, or if the private key is a PKCS#12 format key. Setting this +property directly is not generally necessary except when returning +secrets to NetworkManager; it is generally set automatically when setting +the private key by the <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> function.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3920,7 +3931,8 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--private-key-password-flags"></a><h3>The <code class="literal">“private-key-password-flags”</code> property</h3> <pre class="programlisting"> “private-key-password-flags” <span class="type">guint</span></pre> -<p></p> +<p>Flags indicating how to handle 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> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> @@ -3929,7 +3941,9 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--subject-match"></a><h3>The <code class="literal">“subject-match”</code> property</h3> <pre class="programlisting"> “subject-match” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -3937,14 +3951,18 @@ required</p> <div class="refsect2"> <a name="NMSetting8021x--system-ca-certs"></a><h3>The <code class="literal">“system-ca-certs”</code> property</h3> <pre class="programlisting"> “system-ca-certs” <span class="type">gboolean</span></pre> -<p></p> +<p>When <code class="literal">TRUE</code>, overrides the <a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-path" title="The “ca-path” property"><span class="type">“ca-path”</span></a> and +<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-path" title="The “phase2-ca-path” property"><span class="type">“phase2-ca-path”</span></a> 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 <a class="link" href="NMSetting8021x.html#NMSetting8021x--ca-cert" title="The “ca-cert” property"><span class="type">“ca-cert”</span></a> and +<a class="link" href="NMSetting8021x.html#NMSetting8021x--phase2-ca-cert" title="The “phase2-ca-cert” property"><span class="type">“phase2-ca-cert”</span></a> properties.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 3b2aef23..165177b5 100644 --- a/docs/libnm-util/html/NMSettingAdsl.html +++ b/docs/libnm-util/html/NMSettingAdsl.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingAdsl</title> +<title>NMSettingAdsl: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -263,7 +263,6 @@ nm_setting_adsl_error_quark (<em class="parameter"><code><span class="type">void <div class="refsect3"> <a name="id-1.2.22.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -275,7 +274,6 @@ nm_setting_adsl_new (<em class="parameter"><code><span class="type">void</span>< <div class="refsect3"> <a name="id-1.2.22.9.3.5"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingAdsl.html" title="NMSettingAdsl"><span class="type">NMSettingAdsl</span></a> object</p> -<p></p> </div> </div> <hr> @@ -301,7 +299,6 @@ nm_setting_adsl_get_username (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.22.9.4.5"></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> -<p></p> </div> </div> <hr> @@ -327,7 +324,6 @@ nm_setting_adsl_get_password (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.22.9.5.5"></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> -<p></p> </div> </div> <hr> @@ -353,7 +349,6 @@ nm_setting_adsl_get_protocol (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.22.9.6.5"></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> -<p></p> </div> </div> <hr> @@ -379,7 +374,6 @@ nm_setting_adsl_get_encapsulation (<em class="parameter"><code><a class="link" h <div class="refsect3"> <a name="id-1.2.22.9.7.5"></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> -<p></p> </div> </div> <hr> @@ -405,7 +399,6 @@ nm_setting_adsl_get_vpi (<em class="parameter"><code><a class="link" href="NMSet <div class="refsect3"> <a name="id-1.2.22.9.8.5"></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> -<p></p> </div> </div> <hr> @@ -431,7 +424,6 @@ nm_setting_adsl_get_vci (<em class="parameter"><code><a class="link" href="NMSet <div class="refsect3"> <a name="id-1.2.22.9.9.5"></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> -<p></p> </div> </div> <hr> @@ -457,7 +449,6 @@ nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.22.9.10.5"></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> -<p></p> </div> </div> </div> @@ -467,8 +458,6 @@ nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" <a name="NM-SETTING-ADSL-SETTING-NAME:CAPS"></a><h3>NM_SETTING_ADSL_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_ADSL_SETTING_NAME "adsl" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -513,104 +502,78 @@ required</p> <a name="NM-SETTING-ADSL-ERROR:CAPS"></a><h3>NM_SETTING_ADSL_ERROR</h3> <pre class="programlisting">#define NM_SETTING_ADSL_ERROR nm_setting_adsl_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-ADSL-USERNAME:CAPS"></a><h3>NM_SETTING_ADSL_USERNAME</h3> <pre class="programlisting">#define NM_SETTING_ADSL_USERNAME "username" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-ADSL-PASSWORD:CAPS"></a><h3>NM_SETTING_ADSL_PASSWORD</h3> <pre class="programlisting">#define NM_SETTING_ADSL_PASSWORD "password" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-ADSL-PASSWORD-FLAGS:CAPS"></a><h3>NM_SETTING_ADSL_PASSWORD_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_ADSL_PASSWORD_FLAGS "password-flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-ADSL-PROTOCOL:CAPS"></a><h3>NM_SETTING_ADSL_PROTOCOL</h3> <pre class="programlisting">#define NM_SETTING_ADSL_PROTOCOL "protocol" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-ADSL-ENCAPSULATION:CAPS"></a><h3>NM_SETTING_ADSL_ENCAPSULATION</h3> <pre class="programlisting">#define NM_SETTING_ADSL_ENCAPSULATION "encapsulation" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-ADSL-VPI:CAPS"></a><h3>NM_SETTING_ADSL_VPI</h3> <pre class="programlisting">#define NM_SETTING_ADSL_VPI "vpi" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-ADSL-VCI:CAPS"></a><h3>NM_SETTING_ADSL_VCI</h3> <pre class="programlisting">#define NM_SETTING_ADSL_VCI "vci" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-ADSL-PROTOCOL-PPPOA:CAPS"></a><h3>NM_SETTING_ADSL_PROTOCOL_PPPOA</h3> <pre class="programlisting">#define NM_SETTING_ADSL_PROTOCOL_PPPOA "pppoa" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-ADSL-PROTOCOL-PPPOE:CAPS"></a><h3>NM_SETTING_ADSL_PROTOCOL_PPPOE</h3> <pre class="programlisting">#define NM_SETTING_ADSL_PROTOCOL_PPPOE "pppoe" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-ADSL-PROTOCOL-IPOATM:CAPS"></a><h3>NM_SETTING_ADSL_PROTOCOL_IPOATM</h3> <pre class="programlisting">#define NM_SETTING_ADSL_PROTOCOL_IPOATM "ipoatm" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-ADSL-ENCAPSULATION-VCMUX:CAPS"></a><h3>NM_SETTING_ADSL_ENCAPSULATION_VCMUX</h3> <pre class="programlisting">#define NM_SETTING_ADSL_ENCAPSULATION_VCMUX "vcmux" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-ADSL-ENCAPSULATION-LLC:CAPS"></a><h3>NM_SETTING_ADSL_ENCAPSULATION_LLC</h3> <pre class="programlisting">#define NM_SETTING_ADSL_ENCAPSULATION_LLC "llc" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -618,7 +581,7 @@ required</p> <div class="refsect2"> <a name="NMSettingAdsl--encapsulation"></a><h3>The <code class="literal">“encapsulation”</code> property</h3> <pre class="programlisting"> “encapsulation” <span class="type">gchar</span> *</pre> -<p></p> +<p>Encapsulation of ADSL connection. Can be "vcmux" or "llc".</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -626,7 +589,7 @@ required</p> <div class="refsect2"> <a name="NMSettingAdsl--password"></a><h3>The <code class="literal">“password”</code> property</h3> <pre class="programlisting"> “password” <span class="type">gchar</span> *</pre> -<p></p> +<p>Password used to authenticate with the ADSL service.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -634,7 +597,7 @@ required</p> <div class="refsect2"> <a name="NMSettingAdsl--password-flags"></a><h3>The <code class="literal">“password-flags”</code> property</h3> <pre class="programlisting"> “password-flags” <span class="type">guint</span></pre> -<p></p> +<p>Flags indicating how to handle the <a class="link" href="NMSettingAdsl.html#NMSettingAdsl--password" title="The “password” property"><span class="type">“password”</span></a> property.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> @@ -643,7 +606,7 @@ required</p> <div class="refsect2"> <a name="NMSettingAdsl--protocol"></a><h3>The <code class="literal">“protocol”</code> property</h3> <pre class="programlisting"> “protocol” <span class="type">gchar</span> *</pre> -<p></p> +<p>ADSL connection protocol. Can be "pppoa", "pppoe" or "ipoatm".</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -651,7 +614,7 @@ required</p> <div class="refsect2"> <a name="NMSettingAdsl--username"></a><h3>The <code class="literal">“username”</code> property</h3> <pre class="programlisting"> “username” <span class="type">gchar</span> *</pre> -<p></p> +<p>Username used to authenticate with the ADSL service.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -659,7 +622,7 @@ required</p> <div class="refsect2"> <a name="NMSettingAdsl--vci"></a><h3>The <code class="literal">“vci”</code> property</h3> <pre class="programlisting"> “vci” <span class="type">guint</span></pre> -<p></p> +<p>VCI of ADSL connection</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 65536</p> <p>Default value: 0</p> @@ -668,7 +631,7 @@ required</p> <div class="refsect2"> <a name="NMSettingAdsl--vpi"></a><h3>The <code class="literal">“vpi”</code> property</h3> <pre class="programlisting"> “vpi” <span class="type">guint</span></pre> -<p></p> +<p>VPI of ADSL connection</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 65536</p> <p>Default value: 0</p> @@ -676,7 +639,6 @@ required</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 cf501a32..b011f98f 100644 --- a/docs/libnm-util/html/NMSettingBluetooth.html +++ b/docs/libnm-util/html/NMSettingBluetooth.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingBluetooth</title> +<title>NMSettingBluetooth: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -168,7 +168,6 @@ nm_setting_bluetooth_error_quark (<em class="parameter"><code><span class="type" <div class="refsect3"> <a name="id-1.2.8.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -208,7 +207,6 @@ describes a connection to.</p> <div class="refsect3"> <a name="id-1.2.8.9.4.6"></a><h4>Returns</h4> <p> the Bluetooth address</p> -<p></p> </div> </div> <hr> @@ -238,7 +236,6 @@ either DUN to a DUN-capable device or PANU to a NAP-capable device).</p> <a name="id-1.2.8.9.5.6"></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> -<p></p> </div> </div> </div> @@ -248,8 +245,6 @@ either DUN to a DUN-capable device or PANU to a NAP-capable device).</p> <a name="NM-SETTING-BLUETOOTH-SETTING-NAME:CAPS"></a><h3>NM_SETTING_BLUETOOTH_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_BLUETOOTH_SETTING_NAME "bluetooth" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -303,24 +298,18 @@ must also contain an <a class="link" href="NMSettingGsm.html" title="NMSettingGs <a name="NM-SETTING-BLUETOOTH-ERROR:CAPS"></a><h3>NM_SETTING_BLUETOOTH_ERROR</h3> <pre class="programlisting">#define NM_SETTING_BLUETOOTH_ERROR nm_setting_bluetooth_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BLUETOOTH-BDADDR:CAPS"></a><h3>NM_SETTING_BLUETOOTH_BDADDR</h3> <pre class="programlisting">#define NM_SETTING_BLUETOOTH_BDADDR "bdaddr" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BLUETOOTH-TYPE:CAPS"></a><h3>NM_SETTING_BLUETOOTH_TYPE</h3> <pre class="programlisting">#define NM_SETTING_BLUETOOTH_TYPE "type" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -344,21 +333,21 @@ NAP (Network Access Point) protocol, which accepts connections via PANU.</p> <div class="refsect2"> <a name="NMSettingBluetooth--bdaddr"></a><h3>The <code class="literal">“bdaddr”</code> property</h3> <pre class="programlisting"> “bdaddr” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>The Bluetooth address of the device.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingBluetooth--type"></a><h3>The <code class="literal">“type”</code> property</h3> <pre class="programlisting"> “type” <span class="type">gchar</span> *</pre> -<p></p> +<p>Either "dun" for Dial-Up Networking connections or "panu" for Personal +Area Networking connections to devices supporting the NAP profile.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 f0dae1ec..8d0e4d48 100644 --- a/docs/libnm-util/html/NMSettingBond.html +++ b/docs/libnm-util/html/NMSettingBond.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingBond</title> +<title>NMSettingBond: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (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,6 @@ nm_setting_bond_error_quark (<em class="parameter"><code><span class="type">void <div class="refsect3"> <a name="id-1.2.13.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -309,7 +308,6 @@ nm_setting_bond_get_interface_name (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.13.9.4.5"></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> -<p></p> </div> </div> <hr> @@ -338,7 +336,6 @@ using <a class="link" href="NMSettingBond.html#nm-setting-bond-get-option" title <div class="refsect3"> <a name="id-1.2.13.9.5.6"></a><h4>Returns</h4> <p> the number of bonding options</p> -<p></p> </div> </div> <hr> @@ -394,7 +391,6 @@ option; this value is owned by the setting and should not be modified. </p></td> <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> -<p></p> </div> </div> <hr> @@ -432,7 +428,6 @@ nm_setting_bond_get_option_by_name (<em class="parameter"><code><a class="link" <a name="id-1.2.13.9.7.6"></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> -<p></p> </div> </div> <hr> @@ -479,7 +474,6 @@ that conflict with each other.</p> <a name="id-1.2.13.9.8.7"></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> -<p></p> </div> </div> <hr> @@ -517,7 +511,6 @@ list.</p> <a name="id-1.2.13.9.9.6"></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> -<p></p> </div> </div> <hr> @@ -560,9 +553,8 @@ the <em class="parameter"><code>name</code></em> is valid for the given name. If the <em class="parameter"><code>name</code></em> is not a valid option, <code class="literal">FALSE</code> will be returned.</p> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -623,7 +615,6 @@ nm_setting_bond_get_option_default (<em class="parameter"><code><a class="link" <a name="id-1.2.13.9.12.5"></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> -<p></p> </div> </div> </div> @@ -633,8 +624,6 @@ the <a class="link" href="NMSettingBond.html#NMSettingBond--options" title="The <a name="NM-SETTING-BOND-SETTING-NAME:CAPS"></a><h3>NM_SETTING_BOND_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_BOND_SETTING_NAME "bond" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -672,13 +661,13 @@ required</p> </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 class="enum_member_description"> </td> -<td class="enum_member_annotations"> </td> +<td> </td> +<td> </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 class="enum_member_description"> </td> -<td class="enum_member_annotations"> </td> +<td> </td> +<td> </td> </tr> </tbody> </table></div> @@ -689,144 +678,108 @@ required</p> <a name="NM-SETTING-BOND-ERROR:CAPS"></a><h3>NM_SETTING_BOND_ERROR</h3> <pre class="programlisting">#define NM_SETTING_BOND_ERROR nm_setting_bond_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-INTERFACE-NAME:CAPS"></a><h3>NM_SETTING_BOND_INTERFACE_NAME</h3> <pre class="programlisting">#define NM_SETTING_BOND_INTERFACE_NAME "interface-name" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTIONS:CAPS"></a><h3>NM_SETTING_BOND_OPTIONS</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTIONS "options" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTION-MODE:CAPS"></a><h3>NM_SETTING_BOND_OPTION_MODE</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTION_MODE "mode" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTION-MIIMON:CAPS"></a><h3>NM_SETTING_BOND_OPTION_MIIMON</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTION_MIIMON "miimon" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTION-DOWNDELAY:CAPS"></a><h3>NM_SETTING_BOND_OPTION_DOWNDELAY</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTION_DOWNDELAY "downdelay" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTION-UPDELAY:CAPS"></a><h3>NM_SETTING_BOND_OPTION_UPDELAY</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTION_UPDELAY "updelay" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTION-ARP-INTERVAL:CAPS"></a><h3>NM_SETTING_BOND_OPTION_ARP_INTERVAL</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTION_ARP_INTERVAL "arp_interval" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTION-ARP-IP-TARGET:CAPS"></a><h3>NM_SETTING_BOND_OPTION_ARP_IP_TARGET</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTION_ARP_IP_TARGET "arp_ip_target" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTION-ARP-VALIDATE:CAPS"></a><h3>NM_SETTING_BOND_OPTION_ARP_VALIDATE</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTION_ARP_VALIDATE "arp_validate" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTION-PRIMARY:CAPS"></a><h3>NM_SETTING_BOND_OPTION_PRIMARY</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTION_PRIMARY "primary" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTION-PRIMARY-RESELECT:CAPS"></a><h3>NM_SETTING_BOND_OPTION_PRIMARY_RESELECT</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTION_PRIMARY_RESELECT "primary_reselect" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTION-FAIL-OVER-MAC:CAPS"></a><h3>NM_SETTING_BOND_OPTION_FAIL_OVER_MAC</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTION_FAIL_OVER_MAC "fail_over_mac" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTION-USE-CARRIER:CAPS"></a><h3>NM_SETTING_BOND_OPTION_USE_CARRIER</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTION_USE_CARRIER "use_carrier" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTION-AD-SELECT:CAPS"></a><h3>NM_SETTING_BOND_OPTION_AD_SELECT</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTION_AD_SELECT "ad_select" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTION-XMIT-HASH-POLICY:CAPS"></a><h3>NM_SETTING_BOND_OPTION_XMIT_HASH_POLICY</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTION_XMIT_HASH_POLICY "xmit_hash_policy" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTION-RESEND-IGMP:CAPS"></a><h3>NM_SETTING_BOND_OPTION_RESEND_IGMP</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTION_RESEND_IGMP "resend_igmp" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BOND-OPTION-LACP-RATE:CAPS"></a><h3>NM_SETTING_BOND_OPTION_LACP_RATE</h3> <pre class="programlisting">#define NM_SETTING_BOND_OPTION_LACP_RATE "lacp_rate" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -834,7 +787,7 @@ required</p> <div class="refsect2"> <a name="NMSettingBond--interface-name"></a><h3>The <code class="literal">“interface-name”</code> property</h3> <pre class="programlisting"> “interface-name” <span class="type">gchar</span> *</pre> -<p></p> +<p>The name of the virtual in-kernel bonding network interface</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -842,13 +795,14 @@ required</p> <div class="refsect2"> <a name="NMSettingBond--options"></a><h3>The <code class="literal">“options”</code> property</h3> <pre class="programlisting"> “options” <span class="type">GHashTable_gchararray+gchararray_*</span></pre> -<p></p> +<p>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]).</p> <p>Flags: Read / Write</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 a3292475..71cdd58f 100644 --- a/docs/libnm-util/html/NMSettingBridge.html +++ b/docs/libnm-util/html/NMSettingBridge.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingBridge</title> +<title>NMSettingBridge: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -260,9 +260,8 @@ nm_setting_bridge_error_quark (<em class="parameter"><code><span class="type">vo <div class="refsect3"> <a name="id-1.2.14.9.2.5"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -275,7 +274,7 @@ nm_setting_bridge_new (<em class="parameter"><code><span class="type">void</span <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> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -300,9 +299,8 @@ nm_setting_bridge_get_interface_name (<em class="parameter"><code><a class="link <div class="refsect3"> <a name="id-1.2.14.9.4.5"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -327,9 +325,8 @@ nm_setting_bridge_get_mac_address (<em class="parameter"><code><a class="link" h <div class="refsect3"> <a name="id-1.2.14.9.5.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -354,9 +351,8 @@ nm_setting_bridge_get_stp (<em class="parameter"><code><a class="link" href="NMS <div class="refsect3"> <a name="id-1.2.14.9.6.5"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -381,9 +377,8 @@ nm_setting_bridge_get_priority (<em class="parameter"><code><a class="link" href <div class="refsect3"> <a name="id-1.2.14.9.7.5"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -408,9 +403,8 @@ nm_setting_bridge_get_forward_delay (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.14.9.8.5"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -435,9 +429,8 @@ nm_setting_bridge_get_hello_time (<em class="parameter"><code><a class="link" hr <div class="refsect3"> <a name="id-1.2.14.9.9.5"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -462,9 +455,8 @@ nm_setting_bridge_get_max_age (<em class="parameter"><code><a class="link" href= <div class="refsect3"> <a name="id-1.2.14.9.10.5"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -489,9 +481,8 @@ nm_setting_bridge_get_ageing_time (<em class="parameter"><code><a class="link" h <div class="refsect3"> <a name="id-1.2.14.9.11.5"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> </div> <div class="refsect1"> @@ -500,8 +491,6 @@ nm_setting_bridge_get_ageing_time (<em class="parameter"><code><a class="link" h <a name="NM-SETTING-BRIDGE-SETTING-NAME:CAPS"></a><h3>NM_SETTING_BRIDGE_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_BRIDGE_SETTING_NAME "bridge" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -540,79 +529,61 @@ required</p> </tbody> </table></div> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BRIDGE-ERROR:CAPS"></a><h3>NM_SETTING_BRIDGE_ERROR</h3> <pre class="programlisting">#define NM_SETTING_BRIDGE_ERROR nm_setting_bridge_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BRIDGE-INTERFACE-NAME:CAPS"></a><h3>NM_SETTING_BRIDGE_INTERFACE_NAME</h3> <pre class="programlisting">#define NM_SETTING_BRIDGE_INTERFACE_NAME "interface-name" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BRIDGE-MAC-ADDRESS:CAPS"></a><h3>NM_SETTING_BRIDGE_MAC_ADDRESS</h3> <pre class="programlisting">#define NM_SETTING_BRIDGE_MAC_ADDRESS "mac-address" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BRIDGE-STP:CAPS"></a><h3>NM_SETTING_BRIDGE_STP</h3> <pre class="programlisting">#define NM_SETTING_BRIDGE_STP "stp" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BRIDGE-PRIORITY:CAPS"></a><h3>NM_SETTING_BRIDGE_PRIORITY</h3> <pre class="programlisting">#define NM_SETTING_BRIDGE_PRIORITY "priority" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BRIDGE-FORWARD-DELAY:CAPS"></a><h3>NM_SETTING_BRIDGE_FORWARD_DELAY</h3> <pre class="programlisting">#define NM_SETTING_BRIDGE_FORWARD_DELAY "forward-delay" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BRIDGE-HELLO-TIME:CAPS"></a><h3>NM_SETTING_BRIDGE_HELLO_TIME</h3> <pre class="programlisting">#define NM_SETTING_BRIDGE_HELLO_TIME "hello-time" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BRIDGE-MAX-AGE:CAPS"></a><h3>NM_SETTING_BRIDGE_MAX_AGE</h3> <pre class="programlisting">#define NM_SETTING_BRIDGE_MAX_AGE "max-age" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BRIDGE-AGEING-TIME:CAPS"></a><h3>NM_SETTING_BRIDGE_AGEING_TIME</h3> <pre class="programlisting">#define NM_SETTING_BRIDGE_AGEING_TIME "ageing-time" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -620,82 +591,85 @@ required</p> <div class="refsect2"> <a name="NMSettingBridge--ageing-time"></a><h3>The <code class="literal">“ageing-time”</code> property</h3> <pre class="programlisting"> “ageing-time” <span class="type">guint</span></pre> -<p></p> +<p>The Ethernet MAC address aging time, in seconds.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: <= 1000000</p> <p>Default value: 300</p> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> <a name="NMSettingBridge--forward-delay"></a><h3>The <code class="literal">“forward-delay”</code> property</h3> <pre class="programlisting"> “forward-delay” <span class="type">guint</span></pre> -<p></p> +<p>The Spanning Tree Protocol (STP) forwarding delay, in seconds.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: <= 30</p> <p>Default value: 15</p> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> <a name="NMSettingBridge--hello-time"></a><h3>The <code class="literal">“hello-time”</code> property</h3> <pre class="programlisting"> “hello-time” <span class="type">guint</span></pre> -<p></p> +<p>The Spanning Tree Protocol (STP) hello time, in seconds.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: <= 10</p> <p>Default value: 2</p> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> <a name="NMSettingBridge--interface-name"></a><h3>The <code class="literal">“interface-name”</code> property</h3> <pre class="programlisting"> “interface-name” <span class="type">gchar</span> *</pre> -<p></p> +<p>The name of the virtual in-kernel bridging network interface</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> <a name="NMSettingBridge--mac-address"></a><h3>The <code class="literal">“mac-address”</code> property</h3> <pre class="programlisting"> “mac-address” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NMSettingBridge--max-age"></a><h3>The <code class="literal">“max-age”</code> property</h3> <pre class="programlisting"> “max-age” <span class="type">guint</span></pre> -<p></p> +<p>The Spanning Tree Protocol (STP) maximum message age, in seconds.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: <= 40</p> <p>Default value: 20</p> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> <a name="NMSettingBridge--priority"></a><h3>The <code class="literal">“priority”</code> property</h3> <pre class="programlisting"> “priority” <span class="type">guint</span></pre> -<p></p> +<p>Sets the Spanning Tree Protocol (STP) priority for this bridge. Lower +values are "better"; the lowest priority bridge will be elected the root +bridge.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: <= 65535</p> <p>Default value: 32768</p> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> <a name="NMSettingBridge--stp"></a><h3>The <code class="literal">“stp”</code> property</h3> <pre class="programlisting"> “stp” <span class="type">gboolean</span></pre> -<p></p> +<p>Controls whether Spanning Tree Protocol (STP) is enabled for this bridge.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: TRUE</p> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 00f8ce21..bc204181 100644 --- a/docs/libnm-util/html/NMSettingBridgePort.html +++ b/docs/libnm-util/html/NMSettingBridgePort.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingBridgePort</title> +<title>NMSettingBridgePort: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -175,9 +175,8 @@ nm_setting_bridge_port_error_quark (<em class="parameter"><code><span class="typ <div class="refsect3"> <a name="id-1.2.15.9.2.5"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -190,7 +189,7 @@ nm_setting_bridge_port_new (<em class="parameter"><code><span class="type">void< <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> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -215,9 +214,8 @@ nm_setting_bridge_port_get_priority (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.15.9.4.5"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -242,9 +240,8 @@ nm_setting_bridge_port_get_path_cost (<em class="parameter"><code><a class="link <div class="refsect3"> <a name="id-1.2.15.9.5.5"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -270,9 +267,8 @@ nm_setting_bridge_port_get_hairpin_mode <div class="refsect3"> <a name="id-1.2.15.9.6.5"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> </div> <div class="refsect1"> @@ -281,8 +277,6 @@ nm_setting_bridge_port_get_hairpin_mode <a name="NM-SETTING-BRIDGE-PORT-SETTING-NAME:CAPS"></a><h3>NM_SETTING_BRIDGE_PORT_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_BRIDGE_PORT_SETTING_NAME "bridge-port" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -321,39 +315,31 @@ is required</p> </tbody> </table></div> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BRIDGE-PORT-ERROR:CAPS"></a><h3>NM_SETTING_BRIDGE_PORT_ERROR</h3> <pre class="programlisting">#define NM_SETTING_BRIDGE_PORT_ERROR nm_setting_bridge_port_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BRIDGE-PORT-PRIORITY:CAPS"></a><h3>NM_SETTING_BRIDGE_PORT_PRIORITY</h3> <pre class="programlisting">#define NM_SETTING_BRIDGE_PORT_PRIORITY "priority" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BRIDGE-PORT-PATH-COST:CAPS"></a><h3>NM_SETTING_BRIDGE_PORT_PATH_COST</h3> <pre class="programlisting">#define NM_SETTING_BRIDGE_PORT_PATH_COST "path-cost" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-BRIDGE-PORT-HAIRPIN-MODE:CAPS"></a><h3>NM_SETTING_BRIDGE_PORT_HAIRPIN_MODE</h3> <pre class="programlisting">#define NM_SETTING_BRIDGE_PORT_HAIRPIN_MODE "hairpin-mode" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -361,35 +347,36 @@ is required</p> <div class="refsect2"> <a name="NMSettingBridgePort--hairpin-mode"></a><h3>The <code class="literal">“hairpin-mode”</code> property</h3> <pre class="programlisting"> “hairpin-mode” <span class="type">gboolean</span></pre> -<p></p> +<p>Enables or disabled "hairpin mode" for the port, which allows frames to +be sent back out through the port the frame was received on.</p> <p>Flags: Read / Write</p> <p>Default value: FALSE</p> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> <a name="NMSettingBridgePort--path-cost"></a><h3>The <code class="literal">“path-cost”</code> property</h3> <pre class="programlisting"> “path-cost” <span class="type">guint</span></pre> -<p></p> +<p>The Spanning Tree Protocol (STP) port cost for destinations via this +port.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: <= 65535</p> <p>Default value: 100</p> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> <a name="NMSettingBridgePort--priority"></a><h3>The <code class="literal">“priority”</code> property</h3> <pre class="programlisting"> “priority” <span class="type">guint</span></pre> -<p></p> +<p>The Spanning Tree Protocol (STP) priority of this bridge port.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: <= 63</p> <p>Default value: 32</p> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 e0d32198..43980d9d 100644 --- a/docs/libnm-util/html/NMSettingCdma.html +++ b/docs/libnm-util/html/NMSettingCdma.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingCdma</title> +<title>NMSettingCdma: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -193,7 +193,6 @@ nm_setting_cdma_error_quark (<em class="parameter"><code><span class="type">void <div class="refsect3"> <a name="id-1.2.10.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -205,7 +204,6 @@ nm_setting_cdma_new (<em class="parameter"><code><span class="type">void</span>< <div class="refsect3"> <a name="id-1.2.10.9.3.5"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingCdma.html" title="NMSettingCdma"><span class="type">NMSettingCdma</span></a> object</p> -<p></p> </div> </div> <hr> @@ -231,7 +229,6 @@ nm_setting_cdma_get_number (<em class="parameter"><code><a class="link" href="NM <div class="refsect3"> <a name="id-1.2.10.9.4.5"></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> -<p></p> </div> </div> <hr> @@ -257,7 +254,6 @@ nm_setting_cdma_get_username (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.10.9.5.5"></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> -<p></p> </div> </div> <hr> @@ -283,7 +279,6 @@ nm_setting_cdma_get_password (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.10.9.6.5"></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> -<p></p> </div> </div> <hr> @@ -309,7 +304,6 @@ nm_setting_cdma_get_password_flags (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.10.9.7.5"></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> -<p></p> </div> </div> </div> @@ -319,8 +313,6 @@ nm_setting_cdma_get_password_flags (<em class="parameter"><code><a class="link" <a name="NM-SETTING-CDMA-SETTING-NAME:CAPS"></a><h3>NM_SETTING_CDMA_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_CDMA_SETTING_NAME "cdma" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -373,40 +365,30 @@ is missing in the connection</p> <a name="NM-SETTING-CDMA-ERROR:CAPS"></a><h3>NM_SETTING_CDMA_ERROR</h3> <pre class="programlisting">#define NM_SETTING_CDMA_ERROR nm_setting_cdma_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CDMA-NUMBER:CAPS"></a><h3>NM_SETTING_CDMA_NUMBER</h3> <pre class="programlisting">#define NM_SETTING_CDMA_NUMBER "number" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CDMA-USERNAME:CAPS"></a><h3>NM_SETTING_CDMA_USERNAME</h3> <pre class="programlisting">#define NM_SETTING_CDMA_USERNAME "username" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CDMA-PASSWORD:CAPS"></a><h3>NM_SETTING_CDMA_PASSWORD</h3> <pre class="programlisting">#define NM_SETTING_CDMA_PASSWORD "password" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CDMA-PASSWORD-FLAGS:CAPS"></a><h3>NM_SETTING_CDMA_PASSWORD_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_CDMA_PASSWORD_FLAGS "password-flags" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -414,7 +396,9 @@ is missing in the connection</p> <div class="refsect2"> <a name="NMSettingCdma--number"></a><h3>The <code class="literal">“number”</code> property</h3> <pre class="programlisting"> “number” <span class="type">gchar</span> *</pre> -<p></p> +<p>The number to dial to establish the connection to the CDMA-based mobile +broadband network, if any. If not specified, the default number (<span class="type">777</span>) +is used when required.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -422,7 +406,9 @@ is missing in the connection</p> <div class="refsect2"> <a name="NMSettingCdma--password"></a><h3>The <code class="literal">“password”</code> property</h3> <pre class="programlisting"> “password” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -430,7 +416,7 @@ is missing in the connection</p> <div class="refsect2"> <a name="NMSettingCdma--password-flags"></a><h3>The <code class="literal">“password-flags”</code> property</h3> <pre class="programlisting"> “password-flags” <span class="type">guint</span></pre> -<p></p> +<p>Flags indicating how to handle the <a class="link" href="NMSettingCdma.html#NMSettingCdma--password" title="The “password” property"><span class="type">“password”</span></a> property.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> @@ -439,14 +425,15 @@ is missing in the connection</p> <div class="refsect2"> <a name="NMSettingCdma--username"></a><h3>The <code class="literal">“username”</code> property</h3> <pre class="programlisting"> “username” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 f029e3c0..ba73eb00 100644 --- a/docs/libnm-util/html/NMSettingConnection.html +++ b/docs/libnm-util/html/NMSettingConnection.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingConnection</title> +<title>NMSettingConnection: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -432,7 +432,6 @@ nm_setting_connection_error_quark (<em class="parameter"><code><span class="type <div class="refsect3"> <a name="id-1.2.4.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -444,7 +443,6 @@ nm_setting_connection_new (<em class="parameter"><code><span class="type">void</ <div class="refsect3"> <a name="id-1.2.4.9.3.5"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingConnection.html" title="NMSettingConnection"><span class="type">NMSettingConnection</span></a> object</p> -<p></p> </div> </div> <hr> @@ -471,7 +469,6 @@ nm_setting_connection_get_id (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.4.9.4.6"></a><h4>Returns</h4> <p> the connection ID</p> -<p></p> </div> </div> <hr> @@ -498,7 +495,6 @@ nm_setting_connection_get_uuid (<em class="parameter"><code><a class="link" href <div class="refsect3"> <a name="id-1.2.4.9.5.6"></a><h4>Returns</h4> <p> the connection UUID</p> -<p></p> </div> </div> <hr> @@ -526,9 +522,8 @@ nm_setting_connection_get_interface_name <div class="refsect3"> <a name="id-1.2.4.9.6.6"></a><h4>Returns</h4> <p> the connection's interface name</p> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -555,7 +550,6 @@ nm_setting_connection_get_connection_type <div class="refsect3"> <a name="id-1.2.4.9.7.6"></a><h4>Returns</h4> <p> the connection type</p> -<p></p> </div> </div> <hr> @@ -582,7 +576,6 @@ nm_setting_connection_get_autoconnect (<em class="parameter"><code><a class="lin <div class="refsect3"> <a name="id-1.2.4.9.8.6"></a><h4>Returns</h4> <p> the connection's autoconnect behavior</p> -<p></p> </div> </div> <hr> @@ -609,7 +602,6 @@ nm_setting_connection_get_timestamp (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.4.9.9.6"></a><h4>Returns</h4> <p> the connection's timestamp</p> -<p></p> </div> </div> <hr> @@ -636,7 +628,6 @@ nm_setting_connection_get_read_only (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.4.9.10.6"></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> -<p></p> </div> </div> <hr> @@ -665,7 +656,6 @@ property of this setting.</p> <div class="refsect3"> <a name="id-1.2.4.9.11.6"></a><h4>Returns</h4> <p> the number of permissions entires</p> -<p></p> </div> </div> <hr> @@ -722,7 +712,6 @@ of this setting.</p> <a name="id-1.2.4.9.12.6"></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> -<p></p> </div> </div> <hr> @@ -749,7 +738,6 @@ nm_setting_connection_get_zone (<em class="parameter"><code><a class="link" href <div class="refsect3"> <a name="id-1.2.4.9.13.6"></a><h4>Returns</h4> <p> the trust level of a connection</p> -<p></p> </div> </div> <hr> @@ -786,7 +774,6 @@ nm_setting_connection_permissions_user_allowed <a name="id-1.2.4.9.14.6"></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> -<p></p> </div> </div> <hr> @@ -841,7 +828,6 @@ list, <code class="literal">FALSE</code> if <em class="parameter"><code>ptype</c or <em class="parameter"><code>pitem</code></em> was invalid or it the permission was already present in the list</p> -<p></p> </div> </div> <hr> @@ -925,9 +911,8 @@ be a username. See <a class="link" href="NMSettingConnection.html#NMSettingConne <div class="refsect3"> <a name="id-1.2.4.9.17.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -954,7 +939,6 @@ nm_setting_connection_get_master (<em class="parameter"><code><a class="link" hr <a name="id-1.2.4.9.18.6"></a><h4>Returns</h4> <p> interface name of the master device or UUID of the master connection.</p> -<p></p> </div> </div> <hr> @@ -991,7 +975,6 @@ against <em class="parameter"><code>setting</code></em> <a name="id-1.2.4.9.19.5"></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> -<p></p> </div> </div> <hr> @@ -1018,7 +1001,6 @@ nm_setting_connection_get_slave_type (<em class="parameter"><code><a class="link <div class="refsect3"> <a name="id-1.2.4.9.20.6"></a><h4>Returns</h4> <p> the type of slave this connection is, if any</p> -<p></p> </div> </div> <hr> @@ -1045,9 +1027,8 @@ nm_setting_connection_get_num_secondaries <div class="refsect3"> <a name="id-1.2.4.9.21.5"></a><h4>Returns</h4> <p> the number of configured secondary connection UUIDs</p> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -1081,9 +1062,8 @@ nm_setting_connection_get_secondary (<em class="parameter"><code><a class="link" <a name="id-1.2.4.9.22.5"></a><h4>Returns</h4> <p> the secondary connection UUID at index <em class="parameter"><code>idx</code></em> </p> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -1118,9 +1098,8 @@ nm_setting_connection_add_secondary (<em class="parameter"><code><a class="link" <a name="id-1.2.4.9.23.6"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -1153,7 +1132,7 @@ nm_setting_connection_remove_secondary </tbody> </table></div> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -1189,9 +1168,8 @@ nm_setting_connection_remove_secondary_by_value <div class="refsect3"> <a name="id-1.2.4.9.25.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1218,9 +1196,8 @@ nm_setting_connection_get_gateway_ping_timeout <a name="id-1.2.4.9.26.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> </div> <div class="refsect1"> @@ -1229,8 +1206,6 @@ property.</p> <a name="NM-SETTING-CONNECTION-SETTING-NAME:CAPS"></a><h3>NM_SETTING_CONNECTION_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_SETTING_NAME "connection" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -1295,112 +1270,84 @@ property.</p> <a name="NM-SETTING-CONNECTION-ERROR:CAPS"></a><h3>NM_SETTING_CONNECTION_ERROR</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_ERROR nm_setting_connection_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CONNECTION-ID:CAPS"></a><h3>NM_SETTING_CONNECTION_ID</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_ID "id" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CONNECTION-UUID:CAPS"></a><h3>NM_SETTING_CONNECTION_UUID</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_UUID "uuid" </pre> -<p> -</p> </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> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CONNECTION-TYPE:CAPS"></a><h3>NM_SETTING_CONNECTION_TYPE</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_TYPE "type" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CONNECTION-AUTOCONNECT:CAPS"></a><h3>NM_SETTING_CONNECTION_AUTOCONNECT</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_AUTOCONNECT "autoconnect" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CONNECTION-TIMESTAMP:CAPS"></a><h3>NM_SETTING_CONNECTION_TIMESTAMP</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_TIMESTAMP "timestamp" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CONNECTION-READ-ONLY:CAPS"></a><h3>NM_SETTING_CONNECTION_READ_ONLY</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_READ_ONLY "read-only" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CONNECTION-PERMISSIONS:CAPS"></a><h3>NM_SETTING_CONNECTION_PERMISSIONS</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_PERMISSIONS "permissions" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CONNECTION-ZONE:CAPS"></a><h3>NM_SETTING_CONNECTION_ZONE</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_ZONE "zone" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CONNECTION-MASTER:CAPS"></a><h3>NM_SETTING_CONNECTION_MASTER</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_MASTER "master" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CONNECTION-SLAVE-TYPE:CAPS"></a><h3>NM_SETTING_CONNECTION_SLAVE_TYPE</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_SLAVE_TYPE "slave-type" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CONNECTION-SECONDARIES:CAPS"></a><h3>NM_SETTING_CONNECTION_SECONDARIES</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_SECONDARIES "secondaries" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-CONNECTION-GATEWAY-PING-TIMEOUT:CAPS"></a><h3>NM_SETTING_CONNECTION_GATEWAY_PING_TIMEOUT</h3> <pre class="programlisting">#define NM_SETTING_CONNECTION_GATEWAY_PING_TIMEOUT "gateway-ping-timeout" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -1431,7 +1378,7 @@ timeout is reached, or an IP gateway replies to a ping.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: <= 30</p> <p>Default value: 0</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1457,7 +1404,7 @@ can be used with, and if interface names change or are reordered the connection may be applied to the wrong interface.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1501,7 +1448,7 @@ connection is read-only and cannot be modified.</p> connection itself is activated. Currently only VPN connections are supported.</p> <p>Flags: Read / Write</p> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -1570,7 +1517,6 @@ firewall.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 8f2d90ea..5cd1cd53 100644 --- a/docs/libnm-util/html/NMSettingDcb.html +++ b/docs/libnm-util/html/NMSettingDcb.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingDcb</title> +<title>NMSettingDcb: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -449,9 +449,8 @@ nm_setting_dcb_error_quark (<em class="parameter"><code><span class="type">void< <div class="refsect3"> <a name="id-1.2.23.9.2.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -464,7 +463,7 @@ nm_setting_dcb_new (<em class="parameter"><code><span class="type">void</span></ <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> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -489,9 +488,8 @@ nm_setting_dcb_get_app_fcoe_flags (<em class="parameter"><code><a class="link" h <div class="refsect3"> <a name="id-1.2.23.9.4.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -516,9 +514,8 @@ nm_setting_dcb_get_app_fcoe_priority (<em class="parameter"><code><a class="link <div class="refsect3"> <a name="id-1.2.23.9.5.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -543,9 +540,8 @@ nm_setting_dcb_get_app_fcoe_mode (<em class="parameter"><code><a class="link" hr <div class="refsect3"> <a name="id-1.2.23.9.6.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -570,9 +566,8 @@ nm_setting_dcb_get_app_iscsi_flags (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.23.9.7.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -597,9 +592,8 @@ nm_setting_dcb_get_app_iscsi_priority (<em class="parameter"><code><a class="lin <div class="refsect3"> <a name="id-1.2.23.9.8.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -624,9 +618,8 @@ nm_setting_dcb_get_app_fip_flags (<em class="parameter"><code><a class="link" hr <div class="refsect3"> <a name="id-1.2.23.9.9.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -651,9 +644,8 @@ nm_setting_dcb_get_app_fip_priority (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.23.9.10.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -679,9 +671,8 @@ nm_setting_dcb_get_priority_flow_control_flags <div class="refsect3"> <a name="id-1.2.23.9.11.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -717,9 +708,8 @@ nm_setting_dcb_get_priority_flow_control <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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -758,7 +748,7 @@ the <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><co </tbody> </table></div> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -784,9 +774,8 @@ nm_setting_dcb_get_priority_group_flags <div class="refsect3"> <a name="id-1.2.23.9.14.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -822,9 +811,8 @@ nm_setting_dcb_get_priority_group_id (<em class="parameter"><code><a class="link 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 <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -864,7 +852,7 @@ unrestricted group.</p></td> </tbody> </table></div> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -901,9 +889,8 @@ nm_setting_dcb_get_priority_group_bandwidth . 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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -943,7 +930,7 @@ to</p></td> </tbody> </table></div> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -979,9 +966,8 @@ nm_setting_dcb_get_priority_bandwidth (<em class="parameter"><code><a class="lin 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 <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a> flag.</p> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1021,7 +1007,7 @@ allowed to use within its priority group</p></td> </tbody> </table></div> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1058,9 +1044,8 @@ nm_setting_dcb_get_priority_strict_bandwidth 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 <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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1101,7 +1086,7 @@ its priority group, or <code class="literal">FALSE</code> if not</p></td> </tbody> </table></div> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1138,9 +1123,8 @@ nm_setting_dcb_get_priority_traffic_class . 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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1150,8 +1134,6 @@ nm_setting_dcb_set_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>, <em class="parameter"><code><span class="type">guint</span> traffic_class</code></em>);</pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -1160,8 +1142,6 @@ nm_setting_dcb_set_priority_traffic_class <a name="NM-SETTING-DCB-SETTING-NAME:CAPS"></a><h3>NM_SETTING_DCB_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_DCB_SETTING_NAME "dcb" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -1206,8 +1186,6 @@ required</p> <a name="NM-SETTING-DCB-ERROR:CAPS"></a><h3>NM_SETTING_DCB_ERROR</h3> <pre class="programlisting">#define NM_SETTING_DCB_ERROR nm_setting_dcb_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -1254,7 +1232,7 @@ peer configuration advertisements</p> </tbody> </table></div> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1262,7 +1240,7 @@ peer configuration advertisements</p> <pre class="programlisting">#define NM_SETTING_DCB_FCOE_MODE_FABRIC "fabric" </pre> <p>Indicates that the FCoE controller should use "fabric" mode (default)</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1270,127 +1248,97 @@ peer configuration advertisements</p> <pre class="programlisting">#define NM_SETTING_DCB_FCOE_MODE_VN2VN "vn2vn" </pre> <p>Indicates that the FCoE controller should use "VN2VN" mode.</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-DCB-APP-FCOE-FLAGS:CAPS"></a><h3>NM_SETTING_DCB_APP_FCOE_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_DCB_APP_FCOE_FLAGS "app-fcoe-flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-DCB-APP-FCOE-PRIORITY:CAPS"></a><h3>NM_SETTING_DCB_APP_FCOE_PRIORITY</h3> <pre class="programlisting">#define NM_SETTING_DCB_APP_FCOE_PRIORITY "app-fcoe-priority" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-DCB-APP-FCOE-MODE:CAPS"></a><h3>NM_SETTING_DCB_APP_FCOE_MODE</h3> <pre class="programlisting">#define NM_SETTING_DCB_APP_FCOE_MODE "app-fcoe-mode" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-DCB-APP-ISCSI-FLAGS:CAPS"></a><h3>NM_SETTING_DCB_APP_ISCSI_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_DCB_APP_ISCSI_FLAGS "app-iscsi-flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-DCB-APP-ISCSI-PRIORITY:CAPS"></a><h3>NM_SETTING_DCB_APP_ISCSI_PRIORITY</h3> <pre class="programlisting">#define NM_SETTING_DCB_APP_ISCSI_PRIORITY "app-iscsi-priority" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-DCB-APP-FIP-FLAGS:CAPS"></a><h3>NM_SETTING_DCB_APP_FIP_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_DCB_APP_FIP_FLAGS "app-fip-flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-DCB-APP-FIP-PRIORITY:CAPS"></a><h3>NM_SETTING_DCB_APP_FIP_PRIORITY</h3> <pre class="programlisting">#define NM_SETTING_DCB_APP_FIP_PRIORITY "app-fip-priority" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-DCB-PRIORITY-FLOW-CONTROL-FLAGS:CAPS"></a><h3>NM_SETTING_DCB_PRIORITY_FLOW_CONTROL_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_DCB_PRIORITY_FLOW_CONTROL_FLAGS "priority-flow-control-flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-DCB-PRIORITY-FLOW-CONTROL:CAPS"></a><h3>NM_SETTING_DCB_PRIORITY_FLOW_CONTROL</h3> <pre class="programlisting">#define NM_SETTING_DCB_PRIORITY_FLOW_CONTROL "priority-flow-control" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-DCB-PRIORITY-GROUP-FLAGS:CAPS"></a><h3>NM_SETTING_DCB_PRIORITY_GROUP_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_DCB_PRIORITY_GROUP_FLAGS "priority-group-flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-DCB-PRIORITY-GROUP-ID:CAPS"></a><h3>NM_SETTING_DCB_PRIORITY_GROUP_ID</h3> <pre class="programlisting">#define NM_SETTING_DCB_PRIORITY_GROUP_ID "priority-group-id" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-DCB-PRIORITY-GROUP-BANDWIDTH:CAPS"></a><h3>NM_SETTING_DCB_PRIORITY_GROUP_BANDWIDTH</h3> <pre class="programlisting">#define NM_SETTING_DCB_PRIORITY_GROUP_BANDWIDTH "priority-group-bandwidth" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-DCB-PRIORITY-BANDWIDTH:CAPS"></a><h3>NM_SETTING_DCB_PRIORITY_BANDWIDTH</h3> <pre class="programlisting">#define NM_SETTING_DCB_PRIORITY_BANDWIDTH "priority-bandwidth" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-DCB-PRIORITY-STRICT-BANDWIDTH:CAPS"></a><h3>NM_SETTING_DCB_PRIORITY_STRICT_BANDWIDTH</h3> <pre class="programlisting">#define NM_SETTING_DCB_PRIORITY_STRICT_BANDWIDTH "priority-strict-bandwidth" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-DCB-PRIORITY-TRAFFIC-CLASS:CAPS"></a><h3>NM_SETTING_DCB_PRIORITY_TRAFFIC_CLASS</h3> <pre class="programlisting">#define NM_SETTING_DCB_PRIORITY_TRAFFIC_CLASS "priority-traffic-class" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -1398,143 +1346,177 @@ peer configuration advertisements</p> <div class="refsect2"> <a name="NMSettingDcb--app-fcoe-flags"></a><h3>The <code class="literal">“app-fcoe-flags”</code> property</h3> <pre class="programlisting"> “app-fcoe-flags” <span class="type">guint</span></pre> -<p></p> +<p>Specifies the <a class="link" href="NMSettingDcb.html#NMSettingDcbFlags" title="enum NMSettingDcbFlags"><span class="type">NMSettingDcbFlags</span></a> for the DCB FCoE application. Flags may +be any combination of <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a>, +<a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ADVERTISE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ADVERTISE</code></a>, and <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-WILLING:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_WILLING</code></a>.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NMSettingDcb--app-fcoe-mode"></a><h3>The <code class="literal">“app-fcoe-mode”</code> property</h3> <pre class="programlisting"> “app-fcoe-mode” <span class="type">gchar</span> *</pre> -<p></p> +<p>The FCoE controller mode; either <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FCOE-MODE-FABRIC:CAPS" title="NM_SETTING_DCB_FCOE_MODE_FABRIC"><code class="literal">NM_SETTING_DCB_FCOE_MODE_FABRIC</code></a> +(default) or <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FCOE-MODE-VN2VN:CAPS" title="NM_SETTING_DCB_FCOE_MODE_VN2VN"><code class="literal">NM_SETTING_DCB_FCOE_MODE_VN2VN</code></a>.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: "fabric"</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NMSettingDcb--app-fcoe-priority"></a><h3>The <code class="literal">“app-fcoe-priority”</code> property</h3> <pre class="programlisting"> “app-fcoe-priority” <span class="type">gint</span></pre> -<p></p> +<p>The highest User Priority (0 - 7) which FCoE frames should use, or -1 for +default priority. Only used when 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 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> <p>Flags: Read / Write / Construct</p> <p>Allowed values: [-1,7]</p> <p>Default value: -1</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NMSettingDcb--app-fip-flags"></a><h3>The <code class="literal">“app-fip-flags”</code> property</h3> <pre class="programlisting"> “app-fip-flags” <span class="type">guint</span></pre> -<p></p> +<p>Specifies the <a class="link" href="NMSettingDcb.html#NMSettingDcbFlags" title="enum NMSettingDcbFlags"><span class="type">NMSettingDcbFlags</span></a> for the DCB FIP application. Flags may +be any combination of <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a>, +<a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ADVERTISE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ADVERTISE</code></a>, and <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-WILLING:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_WILLING</code></a>.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NMSettingDcb--app-fip-priority"></a><h3>The <code class="literal">“app-fip-priority”</code> property</h3> <pre class="programlisting"> “app-fip-priority” <span class="type">gint</span></pre> -<p></p> +<p>The highest User Priority (0 - 7) which FIP frames should use, or -1 for +default priority. Only used when 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 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> <p>Flags: Read / Write / Construct</p> <p>Allowed values: [-1,7]</p> <p>Default value: -1</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NMSettingDcb--app-iscsi-flags"></a><h3>The <code class="literal">“app-iscsi-flags”</code> property</h3> <pre class="programlisting"> “app-iscsi-flags” <span class="type">guint</span></pre> -<p></p> +<p>Specifies the <a class="link" href="NMSettingDcb.html#NMSettingDcbFlags" title="enum NMSettingDcbFlags"><span class="type">NMSettingDcbFlags</span></a> for the DCB iSCSI application. Flags +may be any combination of <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a>, +<a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ADVERTISE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ADVERTISE</code></a>, and <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-WILLING:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_WILLING</code></a>.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NMSettingDcb--app-iscsi-priority"></a><h3>The <code class="literal">“app-iscsi-priority”</code> property</h3> <pre class="programlisting"> “app-iscsi-priority” <span class="type">gint</span></pre> -<p></p> +<p>The highest User Priority (0 - 7) which iSCSI frames should use, or -1 +for default priority. Only used when 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 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> <p>Flags: Read / Write / Construct</p> <p>Allowed values: [-1,7]</p> <p>Default value: -1</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NMSettingDcb--priority-bandwidth"></a><h3>The <code class="literal">“priority-bandwidth”</code> property</h3> <pre class="programlisting"> “priority-bandwidth” <span class="type">GArray_guint_</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NMSettingDcb--priority-flow-control"></a><h3>The <code class="literal">“priority-flow-control”</code> property</h3> <pre class="programlisting"> “priority-flow-control” <span class="type">GArray_guint_</span> *</pre> -<p></p> +<p>An array of 8 uint 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. Allowed values are 0 (do not +transmit pause) and 1 (transmit pause).</p> <p>Flags: Read / Write</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NMSettingDcb--priority-flow-control-flags"></a><h3>The <code class="literal">“priority-flow-control-flags”</code> property</h3> <pre class="programlisting"> “priority-flow-control-flags” <span class="type">guint</span></pre> -<p></p> +<p>Specifies the <a class="link" href="NMSettingDcb.html#NMSettingDcbFlags" title="enum NMSettingDcbFlags"><span class="type">NMSettingDcbFlags</span></a> for DCB Priority Flow Control (PFC). +Flags may be any combination of <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a>, +<a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ADVERTISE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ADVERTISE</code></a>, and <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-WILLING:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_WILLING</code></a>.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NMSettingDcb--priority-group-bandwidth"></a><h3>The <code class="literal">“priority-group-bandwidth”</code> property</h3> <pre class="programlisting"> “priority-group-bandwidth” <span class="type">GArray_guint_</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NMSettingDcb--priority-group-flags"></a><h3>The <code class="literal">“priority-group-flags”</code> property</h3> <pre class="programlisting"> “priority-group-flags” <span class="type">guint</span></pre> -<p></p> +<p>Specifies the <a class="link" href="NMSettingDcb.html#NMSettingDcbFlags" title="enum NMSettingDcbFlags"><span class="type">NMSettingDcbFlags</span></a> for DCB Priority Groups. Flags may be +any combination of <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ENABLE</code></a>, +<a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ADVERTISE:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_ADVERTISE</code></a>, and <a class="link" href="NMSettingDcb.html#NM-SETTING-DCB-FLAG-WILLING:CAPS"><code class="literal">NM_SETTING_DCB_FLAG_WILLING</code></a>.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NMSettingDcb--priority-group-id"></a><h3>The <code class="literal">“priority-group-id”</code> property</h3> <pre class="programlisting"> “priority-group-id” <span class="type">GArray_guint_</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NMSettingDcb--priority-strict-bandwidth"></a><h3>The <code class="literal">“priority-strict-bandwidth”</code> property</h3> <pre class="programlisting"> “priority-strict-bandwidth” <span class="type">GArray_guint_</span> *</pre> -<p></p> +<p>An array of 8 uint 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. Allowed values +are 0 (the priority may not utilize all bandwidth) or 1 (the priority may +utilize all bandwidth).</p> <p>Flags: Read / Write</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NMSettingDcb--priority-traffic-class"></a><h3>The <code class="literal">“priority-traffic-class”</code> property</h3> <pre class="programlisting"> “priority-traffic-class” <span class="type">GArray_guint_</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 d7f571b1..b6cc9066 100644 --- a/docs/libnm-util/html/NMSettingGeneric.html +++ b/docs/libnm-util/html/NMSettingGeneric.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingGeneric</title> +<title>NMSettingGeneric: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -114,9 +114,8 @@ nm_setting_generic_error_quark (<em class="parameter"><code><span class="type">v <div class="refsect3"> <a name="id-1.2.18.8.2.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -129,7 +128,7 @@ nm_setting_generic_new (<em class="parameter"><code><span class="type">void</spa <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> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> </div> <div class="refsect1"> @@ -138,8 +137,6 @@ nm_setting_generic_new (<em class="parameter"><code><span class="type">void</spa <a name="NM-SETTING-GENERIC-SETTING-NAME:CAPS"></a><h3>NM_SETTING_GENERIC_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_GENERIC_SETTING_NAME "generic" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -178,20 +175,17 @@ is required</p> </tbody> </table></div> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-GENERIC-ERROR:CAPS"></a><h3>NM_SETTING_GENERIC_ERROR</h3> <pre class="programlisting">#define NM_SETTING_GENERIC_ERROR nm_setting_generic_error_quark () </pre> -<p> -</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 39aa12d1..1e725b02 100644 --- a/docs/libnm-util/html/NMSettingGsm.html +++ b/docs/libnm-util/html/NMSettingGsm.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingGsm</title> +<title>NMSettingGsm: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -326,7 +326,6 @@ nm_setting_gsm_error_quark (<em class="parameter"><code><span class="type">void< <div class="refsect3"> <a name="id-1.2.11.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -349,7 +348,6 @@ nm_setting_gsm_new (<em class="parameter"><code><span class="type">void</span></ <div class="refsect3"> <a name="id-1.2.11.9.4.5"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingGsm.html" title="NMSettingGsm"><span class="type">NMSettingGsm</span></a> object</p> -<p></p> </div> </div> <hr> @@ -375,7 +373,6 @@ nm_setting_gsm_get_number (<em class="parameter"><code><a class="link" href="NMS <div class="refsect3"> <a name="id-1.2.11.9.5.5"></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> -<p></p> </div> </div> <hr> @@ -401,7 +398,6 @@ nm_setting_gsm_get_username (<em class="parameter"><code><a class="link" href="N <div class="refsect3"> <a name="id-1.2.11.9.6.5"></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> -<p></p> </div> </div> <hr> @@ -427,7 +423,6 @@ nm_setting_gsm_get_password (<em class="parameter"><code><a class="link" href="N <div class="refsect3"> <a name="id-1.2.11.9.7.5"></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> -<p></p> </div> </div> <hr> @@ -453,7 +448,6 @@ nm_setting_gsm_get_apn (<em class="parameter"><code><a class="link" href="NMSett <div class="refsect3"> <a name="id-1.2.11.9.8.5"></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> -<p></p> </div> </div> <hr> @@ -479,7 +473,6 @@ nm_setting_gsm_get_network_id (<em class="parameter"><code><a class="link" href= <div class="refsect3"> <a name="id-1.2.11.9.9.5"></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> -<p></p> </div> </div> <hr> @@ -505,7 +498,6 @@ nm_setting_gsm_get_pin (<em class="parameter"><code><a class="link" href="NMSett <div class="refsect3"> <a name="id-1.2.11.9.10.5"></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> -<p></p> </div> </div> <hr> @@ -531,7 +523,6 @@ nm_setting_gsm_get_home_only (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.11.9.11.5"></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> -<p></p> </div> </div> <hr> @@ -557,7 +548,6 @@ nm_setting_gsm_get_pin_flags (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.11.9.12.5"></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> -<p></p> </div> </div> <hr> @@ -583,7 +573,6 @@ nm_setting_gsm_get_password_flags (<em class="parameter"><code><a class="link" h <div class="refsect3"> <a name="id-1.2.11.9.13.5"></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> -<p></p> </div> </div> <hr> @@ -613,7 +602,6 @@ nm_setting_gsm_get_network_type (<em class="parameter"><code><a class="link" hre <div class="refsect3"> <a name="id-1.2.11.9.14.6"></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> -<p></p> </div> </div> <hr> @@ -643,7 +631,6 @@ nm_setting_gsm_get_allowed_bands (<em class="parameter"><code><a class="link" hr <div class="refsect3"> <a name="id-1.2.11.9.15.6"></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> -<p></p> </div> </div> </div> @@ -653,8 +640,6 @@ nm_setting_gsm_get_allowed_bands (<em class="parameter"><code><a class="link" hr <a name="NM-SETTING-GSM-SETTING-NAME:CAPS"></a><h3>NM_SETTING_GSM_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_GSM_SETTING_NAME "gsm" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -707,96 +692,72 @@ is missing in the connection</p> <a name="NM-SETTING-GSM-ERROR:CAPS"></a><h3>NM_SETTING_GSM_ERROR</h3> <pre class="programlisting">#define NM_SETTING_GSM_ERROR nm_setting_gsm_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-GSM-NUMBER:CAPS"></a><h3>NM_SETTING_GSM_NUMBER</h3> <pre class="programlisting">#define NM_SETTING_GSM_NUMBER "number" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-GSM-USERNAME:CAPS"></a><h3>NM_SETTING_GSM_USERNAME</h3> <pre class="programlisting">#define NM_SETTING_GSM_USERNAME "username" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-GSM-PASSWORD:CAPS"></a><h3>NM_SETTING_GSM_PASSWORD</h3> <pre class="programlisting">#define NM_SETTING_GSM_PASSWORD "password" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-GSM-PASSWORD-FLAGS:CAPS"></a><h3>NM_SETTING_GSM_PASSWORD_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_GSM_PASSWORD_FLAGS "password-flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-GSM-APN:CAPS"></a><h3>NM_SETTING_GSM_APN</h3> <pre class="programlisting">#define NM_SETTING_GSM_APN "apn" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-GSM-NETWORK-ID:CAPS"></a><h3>NM_SETTING_GSM_NETWORK_ID</h3> <pre class="programlisting">#define NM_SETTING_GSM_NETWORK_ID "network-id" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-GSM-PIN:CAPS"></a><h3>NM_SETTING_GSM_PIN</h3> <pre class="programlisting">#define NM_SETTING_GSM_PIN "pin" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-GSM-PIN-FLAGS:CAPS"></a><h3>NM_SETTING_GSM_PIN_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_GSM_PIN_FLAGS "pin-flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-GSM-HOME-ONLY:CAPS"></a><h3>NM_SETTING_GSM_HOME_ONLY</h3> <pre class="programlisting">#define NM_SETTING_GSM_HOME_ONLY "home-only" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-GSM-ALLOWED-BANDS:CAPS"></a><h3>NM_SETTING_GSM_ALLOWED_BANDS</h3> <pre class="programlisting">#define NM_SETTING_GSM_ALLOWED_BANDS "allowed-bands" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-GSM-NETWORK-TYPE:CAPS"></a><h3>NM_SETTING_GSM_NETWORK_TYPE</h3> <pre class="programlisting">#define NM_SETTING_GSM_NETWORK_TYPE "network-type" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -1008,7 +969,9 @@ the device may use when connecting to this network.</p> <div class="refsect2"> <a name="NMSettingGsm--allowed-bands"></a><h3>The <code class="literal">“allowed-bands”</code> property</h3> <pre class="programlisting"> “allowed-bands” <span class="type">guint</span></pre> -<p></p> +<p>Bitfield of allowed frequency bands. Note that not all devices allow +frequency band control. Permitted values are those specified by +<a class="link" href="NMSettingGsm.html#NMSettingGsmNetworkBand" title="enum NMSettingGsmNetworkBand"><span class="type">NMSettingGsmNetworkBand</span></a>.</p> <div class="warning"> <p><code class="literal">NMSettingGsm:allowed-bands</code> has been deprecated since version 0.9.10 and should not be used in newly-written code.</p> <p>No longer used. Band setting should be done by @@ -1022,7 +985,13 @@ talking to ModemManager directly.</p> <div class="refsect2"> <a name="NMSettingGsm--apn"></a><h3>The <code class="literal">“apn”</code> property</h3> <pre class="programlisting"> “apn” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1030,7 +999,8 @@ talking to ModemManager directly.</p> <div class="refsect2"> <a name="NMSettingGsm--home-only"></a><h3>The <code class="literal">“home-only”</code> property</h3> <pre class="programlisting"> “home-only” <span class="type">gboolean</span></pre> -<p></p> +<p>When <code class="literal">TRUE</code>, only connections to the home network will be allowed. +Connections to roaming networks will not be made.</p> <p>Flags: Read / Write</p> <p>Default value: FALSE</p> </div> @@ -1038,7 +1008,11 @@ talking to ModemManager directly.</p> <div class="refsect2"> <a name="NMSettingGsm--network-id"></a><h3>The <code class="literal">“network-id”</code> property</h3> <pre class="programlisting"> “network-id” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1046,7 +1020,15 @@ talking to ModemManager directly.</p> <div class="refsect2"> <a name="NMSettingGsm--network-type"></a><h3>The <code class="literal">“network-type”</code> property</h3> <pre class="programlisting"> “network-type” <span class="type">gint</span></pre> -<p></p> +<p>Network preference to force the device to only use specific network +technologies. The permitted values are <a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-ANY:CAPS"><code class="literal">NM_SETTING_GSM_NETWORK_TYPE_ANY</code></a>, +<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-UMTS-HSPA:CAPS"><code class="literal">NM_SETTING_GSM_NETWORK_TYPE_UMTS_HSPA</code></a>, +<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-GPRS-EDGE:CAPS"><code class="literal">NM_SETTING_GSM_NETWORK_TYPE_GPRS_EDGE</code></a>, +<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-PREFER-UMTS-HSPA:CAPS"><code class="literal">NM_SETTING_GSM_NETWORK_TYPE_PREFER_UMTS_HSPA</code></a>, +<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-PREFER-GPRS-EDGE:CAPS"><code class="literal">NM_SETTING_GSM_NETWORK_TYPE_PREFER_GPRS_EDGE</code></a>, +<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-PREFER-4G:CAPS"><code class="literal">NM_SETTING_GSM_NETWORK_TYPE_PREFER_4G</code></a>, and +<a class="link" href="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-4G:CAPS"><code class="literal">NM_SETTING_GSM_NETWORK_TYPE_4G</code></a>. Note that not all devices allow network +preference control.</p> <div class="warning"> <p><code class="literal">NMSettingGsm:network-type</code> has been deprecated since version 0.9.10 and should not be used in newly-written code.</p> <p>No longer used. Network type setting should be done @@ -1060,7 +1042,10 @@ by talking to ModemManager directly.</p> <div class="refsect2"> <a name="NMSettingGsm--number"></a><h3>The <code class="literal">“number”</code> property</h3> <pre class="programlisting"> “number” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1068,7 +1053,9 @@ by talking to ModemManager directly.</p> <div class="refsect2"> <a name="NMSettingGsm--password"></a><h3>The <code class="literal">“password”</code> property</h3> <pre class="programlisting"> “password” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1076,7 +1063,7 @@ by talking to ModemManager directly.</p> <div class="refsect2"> <a name="NMSettingGsm--password-flags"></a><h3>The <code class="literal">“password-flags”</code> property</h3> <pre class="programlisting"> “password-flags” <span class="type">guint</span></pre> -<p></p> +<p>Flags indicating how to handle the <a class="link" href="NMSettingGsm.html#NMSettingGsm--password" title="The “password” property"><span class="type">“password”</span></a> property.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> @@ -1085,7 +1072,9 @@ by talking to ModemManager directly.</p> <div class="refsect2"> <a name="NMSettingGsm--pin"></a><h3>The <code class="literal">“pin”</code> property</h3> <pre class="programlisting"> “pin” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1093,7 +1082,7 @@ by talking to ModemManager directly.</p> <div class="refsect2"> <a name="NMSettingGsm--pin-flags"></a><h3>The <code class="literal">“pin-flags”</code> property</h3> <pre class="programlisting"> “pin-flags” <span class="type">guint</span></pre> -<p></p> +<p>Flags indicating how to handle the <a class="link" href="NMSettingGsm.html#NMSettingGsm--pin" title="The “pin” property"><span class="type">“pin”</span></a> property.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> @@ -1102,14 +1091,15 @@ by talking to ModemManager directly.</p> <div class="refsect2"> <a name="NMSettingGsm--username"></a><h3>The <code class="literal">“username”</code> property</h3> <pre class="programlisting"> “username” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 c96dc86d..08d29926 100644 --- a/docs/libnm-util/html/NMSettingIP4Config.html +++ b/docs/libnm-util/html/NMSettingIP4Config.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingIP4Config</title> +<title>NMSettingIP4Config: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -723,7 +723,6 @@ nm_setting_ip4_config_error_quark (<em class="parameter"><code><span class="type <div class="refsect3"> <a name="id-1.2.25.11.2.5"></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> -<p></p> </div> </div> <hr> @@ -843,7 +842,6 @@ to.</p></td> <div class="refsect3"> <a name="id-1.2.25.11.7.6"></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> -<p></p> </div> </div> <hr> @@ -870,7 +868,6 @@ nm_ip4_address_get_address (<em class="parameter"><code><a class="link" href="NM <div class="refsect3"> <a name="id-1.2.25.11.8.6"></a><h4>Returns</h4> <p> the IPv4 address in network byte order</p> -<p></p> </div> </div> <hr> @@ -928,7 +925,6 @@ object.</p> <div class="refsect3"> <a name="id-1.2.25.11.10.6"></a><h4>Returns</h4> <p> the IPv4 address prefix</p> -<p></p> </div> </div> <hr> @@ -985,7 +981,6 @@ nm_ip4_address_get_gateway (<em class="parameter"><code><a class="link" href="NM <div class="refsect3"> <a name="id-1.2.25.11.12.6"></a><h4>Returns</h4> <p> the IPv4 gateway address in network byte order</p> -<p></p> </div> </div> <hr> @@ -1135,7 +1130,6 @@ to.</p></td> <div class="refsect3"> <a name="id-1.2.25.11.18.6"></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> -<p></p> </div> </div> <hr> @@ -1162,7 +1156,6 @@ nm_ip4_route_get_dest (<em class="parameter"><code><a class="link" href="NMSetti <div class="refsect3"> <a name="id-1.2.25.11.19.6"></a><h4>Returns</h4> <p> the IPv4 address in network byte order</p> -<p></p> </div> </div> <hr> @@ -1219,7 +1212,6 @@ nm_ip4_route_get_prefix (<em class="parameter"><code><a class="link" href="NMSet <div class="refsect3"> <a name="id-1.2.25.11.21.6"></a><h4>Returns</h4> <p> the IPv4 prefix</p> -<p></p> </div> </div> <hr> @@ -1276,7 +1268,6 @@ nm_ip4_route_get_next_hop (<em class="parameter"><code><a class="link" href="NMS <div class="refsect3"> <a name="id-1.2.25.11.23.6"></a><h4>Returns</h4> <p> the IPv4 address in network byte order</p> -<p></p> </div> </div> <hr> @@ -1334,7 +1325,6 @@ nm_ip4_route_get_metric (<em class="parameter"><code><a class="link" href="NMSet <div class="refsect3"> <a name="id-1.2.25.11.25.6"></a><h4>Returns</h4> <p> the route metric</p> -<p></p> </div> </div> <hr> @@ -1403,7 +1393,6 @@ nm_setting_ip4_config_get_method (<em class="parameter"><code><a class="link" hr <div class="refsect3"> <a name="id-1.2.25.11.28.5"></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> -<p></p> </div> </div> <hr> @@ -1429,7 +1418,6 @@ nm_setting_ip4_config_get_num_dns (<em class="parameter"><code><a class="link" h <div class="refsect3"> <a name="id-1.2.25.11.29.5"></a><h4>Returns</h4> <p> the number of configured DNS servers</p> -<p></p> </div> </div> <hr> @@ -1465,7 +1453,6 @@ nm_setting_ip4_config_get_dns (<em class="parameter"><code><a class="link" href= <p> the IPv4 address (network byte order) of the DNS server at index <em class="parameter"><code>i</code></em> </p> -<p></p> </div> </div> <hr> @@ -1501,7 +1488,6 @@ nm_setting_ip4_config_add_dns (<em class="parameter"><code><a class="link" href= <a name="id-1.2.25.11.31.6"></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> -<p></p> </div> </div> <hr> @@ -1570,9 +1556,8 @@ nm_setting_ip4_config_remove_dns_by_value <a name="id-1.2.25.11.33.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1620,7 +1605,6 @@ nm_setting_ip4_config_get_num_dns_searches <div class="refsect3"> <a name="id-1.2.25.11.35.5"></a><h4>Returns</h4> <p> the number of configured DNS search domains</p> -<p></p> </div> </div> <hr> @@ -1655,7 +1639,6 @@ nm_setting_ip4_config_get_dns_search (<em class="parameter"><code><a class="link <a name="id-1.2.25.11.36.5"></a><h4>Returns</h4> <p> the DNS search domain at index <em class="parameter"><code>i</code></em> </p> -<p></p> </div> </div> <hr> @@ -1691,7 +1674,6 @@ nm_setting_ip4_config_add_dns_search (<em class="parameter"><code><a class="link <a name="id-1.2.25.11.37.6"></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> -<p></p> </div> </div> <hr> @@ -1761,7 +1743,6 @@ nm_setting_ip4_config_remove_dns_search_by_value <a name="id-1.2.25.11.39.6"></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> -<p></p> </div> </div> <hr> @@ -1811,7 +1792,6 @@ nm_setting_ip4_config_get_num_addresses <div class="refsect3"> <a name="id-1.2.25.11.41.5"></a><h4>Returns</h4> <p> the number of configured addresses</p> -<p></p> </div> </div> <hr> @@ -1846,7 +1826,6 @@ nm_setting_ip4_config_get_address (<em class="parameter"><code><a class="link" h <a name="id-1.2.25.11.42.5"></a><h4>Returns</h4> <p> the address at index <em class="parameter"><code>i</code></em> </p> -<p></p> </div> </div> <hr> @@ -1883,7 +1862,6 @@ given address is duplicated internally and is not changed by this function.</p> <a name="id-1.2.25.11.43.6"></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> -<p></p> </div> </div> <hr> @@ -1951,9 +1929,8 @@ nm_setting_ip4_config_remove_address_by_value <div class="refsect3"> <a name="id-1.2.25.11.45.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2000,7 +1977,6 @@ nm_setting_ip4_config_get_num_routes (<em class="parameter"><code><a class="link <div class="refsect3"> <a name="id-1.2.25.11.47.5"></a><h4>Returns</h4> <p> the number of configured routes</p> -<p></p> </div> </div> <hr> @@ -2035,7 +2011,6 @@ nm_setting_ip4_config_get_route (<em class="parameter"><code><a class="link" hre <a name="id-1.2.25.11.48.5"></a><h4>Returns</h4> <p> the route at index <em class="parameter"><code>i</code></em> </p> -<p></p> </div> </div> <hr> @@ -2071,7 +2046,6 @@ given route is duplicated internally and is not changed by this function.</p> <div class="refsect3"> <a name="id-1.2.25.11.49.6"></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> -<p></p> </div> </div> <hr> @@ -2139,9 +2113,8 @@ nm_setting_ip4_config_remove_route_by_value <div class="refsect3"> <a name="id-1.2.25.11.51.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2192,9 +2165,8 @@ property.</p> <a name="id-1.2.25.11.53.6"></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> -<p></p> </div> -<p class="since">Since 1.0</p> +<p class="since">Since: 1.0</p> </div> <hr> <div class="refsect2"> @@ -2223,7 +2195,6 @@ property.</p> <a name="id-1.2.25.11.54.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if automatically configured (ie via DHCP) routes should be ignored.</p> -<p></p> </div> </div> <hr> @@ -2253,7 +2224,6 @@ property.</p> <a name="id-1.2.25.11.55.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if automatically configured (ie via DHCP) DNS information should be ignored.</p> -<p></p> </div> </div> <hr> @@ -2283,7 +2253,6 @@ property.</p> <a name="id-1.2.25.11.56.6"></a><h4>Returns</h4> <p> the configured Client ID to send to the DHCP server when requesting addresses via DHCP.</p> -<p></p> </div> </div> <hr> @@ -2314,7 +2283,6 @@ property.</p> <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> -<p></p> </div> </div> <hr> @@ -2343,7 +2311,6 @@ property.</p> <div class="refsect3"> <a name="id-1.2.25.11.58.6"></a><h4>Returns</h4> <p> the configured hostname to send to the DHCP server</p> -<p></p> </div> </div> <hr> @@ -2373,7 +2340,6 @@ property.</p> <a name="id-1.2.25.11.59.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if this connection should never be the default connection for IPv4 addressing</p> -<p></p> </div> </div> <hr> @@ -2402,7 +2368,6 @@ property.</p> <a name="id-1.2.25.11.60.6"></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> -<p></p> </div> </div> </div> @@ -2412,8 +2377,6 @@ for the connection to succeed.</p> <a name="NM-SETTING-IP4-CONFIG-SETTING-NAME:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_SETTING_NAME "ipv4" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -2466,112 +2429,84 @@ not valid with the given IP4 method</p> <a name="NM-SETTING-IP4-CONFIG-ERROR:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_ERROR</h3> <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_ERROR nm_setting_ip4_config_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP4-CONFIG-METHOD:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_METHOD</h3> <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_METHOD "method" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP4-CONFIG-DNS:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_DNS</h3> <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_DNS "dns" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP4-CONFIG-DNS-SEARCH:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_DNS_SEARCH</h3> <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_DNS_SEARCH "dns-search" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP4-CONFIG-ADDRESSES:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_ADDRESSES</h3> <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_ADDRESSES "addresses" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP4-CONFIG-ROUTES:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_ROUTES</h3> <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_ROUTES "routes" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP4-CONFIG-ROUTE-METRIC:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_ROUTE_METRIC</h3> <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_ROUTE_METRIC "route-metric" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP4-CONFIG-IGNORE-AUTO-ROUTES:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_IGNORE_AUTO_ROUTES</h3> <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_IGNORE_AUTO_ROUTES "ignore-auto-routes" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP4-CONFIG-IGNORE-AUTO-DNS:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_IGNORE_AUTO_DNS</h3> <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_IGNORE_AUTO_DNS "ignore-auto-dns" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP4-CONFIG-DHCP-CLIENT-ID:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID</h3> <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID "dhcp-client-id" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP4-CONFIG-DHCP-SEND-HOSTNAME:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME</h3> <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME "dhcp-send-hostname" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP4-CONFIG-DHCP-HOSTNAME:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_DHCP_HOSTNAME</h3> <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_DHCP_HOSTNAME "dhcp-hostname" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP4-CONFIG-NEVER-DEFAULT:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_NEVER_DEFAULT</h3> <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_NEVER_DEFAULT "never-default" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP4-CONFIG-MAY-FAIL:CAPS"></a><h3>NM_SETTING_IP4_CONFIG_MAY_FAIL</h3> <pre class="programlisting">#define NM_SETTING_IP4_CONFIG_MAY_FAIL "may-fail" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -2623,14 +2558,22 @@ through that interface to the default network.</p> <div class="refsect2"> <a name="NMSettingIP4Config--addresses"></a><h3>The <code class="literal">“addresses”</code> property</h3> <pre class="programlisting"> “addresses” <span class="type">GPtrArray_GArray_guint__</span> *</pre> -<p></p> +<p>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. For the "auto" method, given IP addresses are appended +to those returned by automatic configuration. Addresses cannot be used +with the "shared", "link-local", or "disabled" methods as addressing is +either automatic or disabled with these methods.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingIP4Config--dhcp-client-id"></a><h3>The <code class="literal">“dhcp-client-id”</code> property</h3> <pre class="programlisting"> “dhcp-client-id” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -2638,7 +2581,8 @@ through that interface to the default network.</p> <div class="refsect2"> <a name="NMSettingIP4Config--dhcp-hostname"></a><h3>The <code class="literal">“dhcp-hostname”</code> property</h3> <pre class="programlisting"> “dhcp-hostname” <span class="type">gchar</span> *</pre> -<p></p> +<p>If 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 is <code class="literal">TRUE</code>, then the +specified name will be sent to the DHCP server when acquiring a lease.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -2646,7 +2590,11 @@ through that interface to the default network.</p> <div class="refsect2"> <a name="NMSettingIP4Config--dhcp-send-hostname"></a><h3>The <code class="literal">“dhcp-send-hostname”</code> property</h3> <pre class="programlisting"> “dhcp-send-hostname” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, 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 +<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dhcp-hostname" title="The “dhcp-hostname” property"><span class="type">“dhcp-hostname”</span></a> property is empty and this property is +<code class="literal">TRUE</code>, the current persistent hostname of the computer is sent.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: TRUE</p> </div> @@ -2654,21 +2602,34 @@ through that interface to the default network.</p> <div class="refsect2"> <a name="NMSettingIP4Config--dns"></a><h3>The <code class="literal">“dns”</code> property</h3> <pre class="programlisting"> “dns” <span class="type">GArray_guint_</span> *</pre> -<p></p> +<p>List of DNS servers (network byte order). For the "auto" method, these +DNS servers are appended to those (if any) returned by automatic +configuration. DNS servers cannot be used with the "shared", +"link-local", or "disabled" methods as there is no upstream network. In +all other methods, these DNS servers are used as the only DNS servers for +this connection.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingIP4Config--dns-search"></a><h3>The <code class="literal">“dns-search”</code> property</h3> <pre class="programlisting"> “dns-search” <span class="type">GSList_gchararray_</span> *</pre> -<p></p> +<p>List of DNS search domains. For the "auto" method, these search domains +are appended to those returned by automatic configuration. Search domains +cannot be used with the "shared", "link-local", or "disabled" methods as +there is no upstream network. In all other methods, these search domains +are used as the only search domains for this connection.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingIP4Config--ignore-auto-dns"></a><h3>The <code class="literal">“ignore-auto-dns”</code> property</h3> <pre class="programlisting"> “ignore-auto-dns” <span class="type">gboolean</span></pre> -<p></p> +<p>When the method is set to "auto" and this property to <code class="literal">TRUE</code>, +automatically configured nameservers and search domains are ignored and +only nameservers and search domains specified in the +<a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dns" title="The “dns” property"><span class="type">“dns”</span></a> and <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--dns-search" title="The “dns-search” property"><span class="type">“dns-search”</span></a> properties, if +any, are used.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -2676,7 +2637,9 @@ through that interface to the default network.</p> <div class="refsect2"> <a name="NMSettingIP4Config--ignore-auto-routes"></a><h3>The <code class="literal">“ignore-auto-routes”</code> property</h3> <pre class="programlisting"> “ignore-auto-routes” <span class="type">gboolean</span></pre> -<p></p> +<p>When the method is set to "auto" and this property to <code class="literal">TRUE</code>, +automatically configured routes are ignored and only routes specified in +the <a class="link" href="NMSettingIP4Config.html#NMSettingIP4Config--routes" title="The “routes” property"><span class="type">“routes”</span></a> property, if any, are used.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -2684,7 +2647,12 @@ through that interface to the default network.</p> <div class="refsect2"> <a name="NMSettingIP4Config--may-fail"></a><h3>The <code class="literal">“may-fail”</code> property</h3> <pre class="programlisting"> “may-fail” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, allow overall network configuration to proceed even if IPv4 +configuration 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 <code class="literal">TRUE</code> allows the overall +network configuration to succeed if IPv4 configuration fails but IPv6 +configuration completes successfully.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: TRUE</p> </div> @@ -2692,7 +2660,18 @@ through that interface to the default network.</p> <div class="refsect2"> <a name="NMSettingIP4Config--method"></a><h3>The <code class="literal">“method”</code> property</h3> <pre class="programlisting"> “method” <span class="type">gchar</span> *</pre> -<p></p> +<p>IPv4 configuration method. If "auto" is specified then the appropriate +automatic method (DHCP, PPP, etc) is used for the interface and most +other properties can be left unset. If "link-local" is specified, then a +link-local address in the 169.254/16 range will be assigned to the +interface. If "manual" is specified, static IP addressing is used and at +least one IP address must be given in the "addresses" property. If +"shared" is specified (indicating that this connection will provide +network access to other computers) then the interface is assigned an +address in the 10.42.x.1/24 range and a DHCP and forwarding DNS server +are started, and the interface is NAT-ed to the current default network +connection. "disabled" means IPv4 will not be used on this connection. +This property must be set.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -2700,7 +2679,8 @@ through that interface to the default network.</p> <div class="refsect2"> <a name="NMSettingIP4Config--never-default"></a><h3>The <code class="literal">“never-default”</code> property</h3> <pre class="programlisting"> “never-default” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, this connection will never be the default IPv4 connection, +meaning it will never be assigned the default route by NetworkManager.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -2708,23 +2688,36 @@ through that interface to the default network.</p> <div class="refsect2"> <a name="NMSettingIP4Config--route-metric"></a><h3>The <code class="literal">“route-metric”</code> property</h3> <pre class="programlisting"> “route-metric” <span class="type">gint64</span></pre> -<p></p> +<p>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. +As the linux kernel accepts zero (0) as a valid metric, zero is +a valid value.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: [-1,4294967295]</p> <p>Default value: -1</p> -<p class="since">Since 1.0</p> +<p class="since">Since: 1.0</p> </div> <hr> <div class="refsect2"> <a name="NMSettingIP4Config--routes"></a><h3>The <code class="literal">“routes”</code> property</h3> <pre class="programlisting"> “routes” <span class="type">GPtrArray_GArray_guint__</span> *</pre> -<p></p> +<p>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. For the "auto" method, given +IP routes are appended to those returned by automatic configuration. +Routes cannot be used with the "shared", "link-local", or "disabled" +methods because there is no upstream network.</p> <p>Flags: Read / Write</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 67b63a87..eb42de11 100644 --- a/docs/libnm-util/html/NMSettingIP6Config.html +++ b/docs/libnm-util/html/NMSettingIP6Config.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingIP6Config</title> +<title>NMSettingIP6Config: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -708,7 +708,6 @@ nm_setting_ip6_config_error_quark (<em class="parameter"><code><span class="type <div class="refsect3"> <a name="id-1.2.26.11.2.5"></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> -<p></p> </div> </div> <hr> @@ -828,7 +827,6 @@ to.</p></td> <div class="refsect3"> <a name="id-1.2.26.11.7.6"></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> -<p></p> </div> </div> <hr> @@ -912,7 +910,6 @@ nm_ip6_address_get_prefix (<em class="parameter"><code><a class="link" href="NMS <div class="refsect3"> <a name="id-1.2.26.11.10.6"></a><h4>Returns</h4> <p> the IPv6 address prefix</p> -<p></p> </div> </div> <hr> @@ -1119,7 +1116,6 @@ to.</p></td> <div class="refsect3"> <a name="id-1.2.26.11.18.6"></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> -<p></p> </div> </div> <hr> @@ -1203,7 +1199,6 @@ nm_ip6_route_get_prefix (<em class="parameter"><code><a class="link" href="NMSet <div class="refsect3"> <a name="id-1.2.26.11.21.6"></a><h4>Returns</h4> <p> the IPv6 prefix</p> -<p></p> </div> </div> <hr> @@ -1318,7 +1313,6 @@ nm_ip6_route_get_metric (<em class="parameter"><code><a class="link" href="NMSet <div class="refsect3"> <a name="id-1.2.26.11.25.6"></a><h4>Returns</h4> <p> the route metric</p> -<p></p> </div> </div> <hr> @@ -1387,7 +1381,6 @@ nm_setting_ip6_config_get_method (<em class="parameter"><code><a class="link" hr <div class="refsect3"> <a name="id-1.2.26.11.28.5"></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> -<p></p> </div> </div> <hr> @@ -1413,7 +1406,6 @@ nm_setting_ip6_config_get_num_dns (<em class="parameter"><code><a class="link" h <div class="refsect3"> <a name="id-1.2.26.11.29.5"></a><h4>Returns</h4> <p> the number of configured DNS servers</p> -<p></p> </div> </div> <hr> @@ -1484,7 +1476,6 @@ nm_setting_ip6_config_add_dns (<em class="parameter"><code><a class="link" href= <a name="id-1.2.26.11.31.6"></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> -<p></p> </div> </div> <hr> @@ -1552,9 +1543,8 @@ nm_setting_ip6_config_remove_dns_by_value <div class="refsect3"> <a name="id-1.2.26.11.33.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1602,7 +1592,6 @@ nm_setting_ip6_config_get_num_dns_searches <div class="refsect3"> <a name="id-1.2.26.11.35.5"></a><h4>Returns</h4> <p> the number of configured DNS search domains</p> -<p></p> </div> </div> <hr> @@ -1637,7 +1626,6 @@ nm_setting_ip6_config_get_dns_search (<em class="parameter"><code><a class="link <a name="id-1.2.26.11.36.5"></a><h4>Returns</h4> <p> the DNS search domain at index <em class="parameter"><code>i</code></em> </p> -<p></p> </div> </div> <hr> @@ -1673,7 +1661,6 @@ nm_setting_ip6_config_add_dns_search (<em class="parameter"><code><a class="link <a name="id-1.2.26.11.37.6"></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> -<p></p> </div> </div> <hr> @@ -1743,7 +1730,6 @@ nm_setting_ip6_config_remove_dns_search_by_value <a name="id-1.2.26.11.39.6"></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> -<p></p> </div> </div> <hr> @@ -1793,7 +1779,6 @@ nm_setting_ip6_config_get_num_addresses <div class="refsect3"> <a name="id-1.2.26.11.41.5"></a><h4>Returns</h4> <p> the number of configured addresses</p> -<p></p> </div> </div> <hr> @@ -1828,7 +1813,6 @@ nm_setting_ip6_config_get_address (<em class="parameter"><code><a class="link" h <a name="id-1.2.26.11.42.5"></a><h4>Returns</h4> <p> the address at index <em class="parameter"><code>i</code></em> </p> -<p></p> </div> </div> <hr> @@ -1865,7 +1849,6 @@ given address is duplicated internally and is not changed by this function.</p> <a name="id-1.2.26.11.43.6"></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> -<p></p> </div> </div> <hr> @@ -1933,9 +1916,8 @@ nm_setting_ip6_config_remove_address_by_value <div class="refsect3"> <a name="id-1.2.26.11.45.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1982,7 +1964,6 @@ nm_setting_ip6_config_get_num_routes (<em class="parameter"><code><a class="link <div class="refsect3"> <a name="id-1.2.26.11.47.5"></a><h4>Returns</h4> <p> the number of configured routes</p> -<p></p> </div> </div> <hr> @@ -2017,7 +1998,6 @@ nm_setting_ip6_config_get_route (<em class="parameter"><code><a class="link" hre <a name="id-1.2.26.11.48.5"></a><h4>Returns</h4> <p> the route at index <em class="parameter"><code>i</code></em> </p> -<p></p> </div> </div> <hr> @@ -2053,7 +2033,6 @@ given route is duplicated internally and is not changed by this function.</p> <div class="refsect3"> <a name="id-1.2.26.11.49.6"></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> -<p></p> </div> </div> <hr> @@ -2121,9 +2100,8 @@ nm_setting_ip6_config_remove_route_by_value <div class="refsect3"> <a name="id-1.2.26.11.51.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2174,7 +2152,6 @@ property.</p> <a name="id-1.2.26.11.53.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if automatically configured (ie via DHCP) routes should be ignored.</p> -<p></p> </div> </div> <hr> @@ -2204,9 +2181,8 @@ property.</p> <a name="id-1.2.26.11.54.6"></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> -<p></p> </div> -<p class="since">Since 1.0</p> +<p class="since">Since: 1.0</p> </div> <hr> <div class="refsect2"> @@ -2235,7 +2211,6 @@ property.</p> <a name="id-1.2.26.11.55.6"></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> -<p></p> </div> </div> <hr> @@ -2264,9 +2239,8 @@ property.</p> <div class="refsect3"> <a name="id-1.2.26.11.56.6"></a><h4>Returns</h4> <p> the configured hostname to send to the DHCP server</p> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -2295,7 +2269,6 @@ property.</p> <a name="id-1.2.26.11.57.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if this connection should never be the default connection for IPv6 addressing</p> -<p></p> </div> </div> <hr> @@ -2324,7 +2297,6 @@ property.</p> <a name="id-1.2.26.11.58.6"></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> -<p></p> </div> </div> <hr> @@ -2352,7 +2324,6 @@ property.</p> <div class="refsect3"> <a name="id-1.2.26.11.59.6"></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> -<p></p> </div> </div> </div> @@ -2362,8 +2333,6 @@ property.</p> <a name="NM-SETTING-IP6-CONFIG-SETTING-NAME:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_SETTING_NAME "ipv6" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -2416,104 +2385,78 @@ not valid with the given IPv6 method</p> <a name="NM-SETTING-IP6-CONFIG-ERROR:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_ERROR</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_ERROR nm_setting_ip6_config_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP6-CONFIG-METHOD:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_METHOD</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_METHOD "method" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP6-CONFIG-DNS:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_DNS</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_DNS "dns" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP6-CONFIG-DNS-SEARCH:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_DNS_SEARCH</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_DNS_SEARCH "dns-search" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP6-CONFIG-ADDRESSES:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_ADDRESSES</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_ADDRESSES "addresses" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP6-CONFIG-ROUTES:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_ROUTES</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_ROUTES "routes" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP6-CONFIG-ROUTE-METRIC:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_ROUTE_METRIC</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_ROUTE_METRIC "route-metric" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP6-CONFIG-IGNORE-AUTO-ROUTES:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_IGNORE_AUTO_ROUTES</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_IGNORE_AUTO_ROUTES "ignore-auto-routes" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP6-CONFIG-IGNORE-AUTO-DNS:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_IGNORE_AUTO_DNS</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_IGNORE_AUTO_DNS "ignore-auto-dns" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP6-CONFIG-NEVER-DEFAULT:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_NEVER_DEFAULT</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_NEVER_DEFAULT "never-default" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP6-CONFIG-MAY-FAIL:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_MAY_FAIL</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_MAY_FAIL "may-fail" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP6-CONFIG-IP6-PRIVACY:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_IP6_PRIVACY</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_IP6_PRIVACY "ip6-privacy" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-IP6-CONFIG-DHCP-HOSTNAME:CAPS"></a><h3>NM_SETTING_IP6_CONFIG_DHCP_HOSTNAME</h3> <pre class="programlisting">#define NM_SETTING_IP6_CONFIG_DHCP_HOSTNAME "dhcp-hostname" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -2623,37 +2566,61 @@ are enabled and temporary addresses are preferred over public addresses</p> <div class="refsect2"> <a name="NMSettingIP6Config--addresses"></a><h3>The <code class="literal">“addresses”</code> property</h3> <pre class="programlisting"> “addresses” <span class="type">GPtrArray_GValueArray_GArray_guchar_+guint+GArray_guchar___*</span></pre> -<p></p> +<p>Array of IPv6 address structures. Each IPv6 address structure is +composed of 3 members, the first being a byte array containing the IPv6 +address (network byte order), the second a 32-bit integer containing the +IPv6 address prefix, and the third a byte array containing the IPv6 +address (network byte order) of the gateway associated with this address, +if any. If no gateway is given, the third element should be given as all +zeros. For the "auto" method, given IP addresses are appended to those +returned by automatic configuration. Addresses cannot be used with the +"shared" or "link-local" methods as the interface is automatically +assigned an address with these methods.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingIP6Config--dhcp-hostname"></a><h3>The <code class="literal">“dhcp-hostname”</code> property</h3> <pre class="programlisting"> “dhcp-hostname” <span class="type">gchar</span> *</pre> -<p></p> +<p>The specified name will be sent to the DHCP server when acquiring a +lease.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> <a name="NMSettingIP6Config--dns"></a><h3>The <code class="literal">“dns”</code> property</h3> <pre class="programlisting"> “dns” <span class="type">GPtrArray_GArray_guchar__</span> *</pre> -<p></p> +<p>Array of DNS servers, where each member of the array is a byte array +containing the IPv6 address of the DNS server (in network byte order). +For the "auto" method, these DNS servers are appended to those (if any) +returned by automatic configuration. DNS servers cannot be used with the +"shared" or "link-local" methods as there is no usptream network. In all +other methods, these DNS servers are used as the only DNS servers for +this connection.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingIP6Config--dns-search"></a><h3>The <code class="literal">“dns-search”</code> property</h3> <pre class="programlisting"> “dns-search” <span class="type">GSList_gchararray_</span> *</pre> -<p></p> +<p>List of DNS search domains. For the "auto" method, these search domains +are appended to those returned by automatic configuration. Search domains +cannot be used with the "shared" or "link-local" methods as there is no +upstream network. In all other methods, these search domains are used as +the only search domains for this connection.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingIP6Config--ignore-auto-dns"></a><h3>The <code class="literal">“ignore-auto-dns”</code> property</h3> <pre class="programlisting"> “ignore-auto-dns” <span class="type">gboolean</span></pre> -<p></p> +<p>When the method is set to "auto" or "dhcp" and this property is set to +<code class="literal">TRUE</code>, automatically configured nameservers and search domains are +ignored and only nameservers and search domains specified in the +<a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--dns" title="The “dns” property"><span class="type">“dns”</span></a> and <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--dns-search" title="The “dns-search” property"><span class="type">“dns-search”</span></a> properties, if +any, are used.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -2661,7 +2628,9 @@ are enabled and temporary addresses are preferred over public addresses</p> <div class="refsect2"> <a name="NMSettingIP6Config--ignore-auto-routes"></a><h3>The <code class="literal">“ignore-auto-routes”</code> property</h3> <pre class="programlisting"> “ignore-auto-routes” <span class="type">gboolean</span></pre> -<p></p> +<p>When the method is set to "auto" or "dhcp" and this property is set to +<code class="literal">TRUE</code>, automatically configured routes are ignored and only routes +specified in the <a class="link" href="NMSettingIP6Config.html#NMSettingIP6Config--routes" title="The “routes” property"><span class="type">“routes”</span></a> property, if any, are used.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -2669,7 +2638,13 @@ are enabled and temporary addresses are preferred over public addresses</p> <div class="refsect2"> <a name="NMSettingIP6Config--ip6-privacy"></a><h3>The <code class="literal">“ip6-privacy”</code> property</h3> <pre class="programlisting"> “ip6-privacy” <span class="type">gint</span></pre> -<p></p> +<p>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: 0: disabled, +1: enabled (prefer public address), 2: enabled (prefer temporary +addresses).</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: [-1,2]</p> <p>Default value: -1</p> @@ -2678,7 +2653,12 @@ are enabled and temporary addresses are preferred over public addresses</p> <div class="refsect2"> <a name="NMSettingIP6Config--may-fail"></a><h3>The <code class="literal">“may-fail”</code> property</h3> <pre class="programlisting"> “may-fail” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, allow overall network configuration to proceed even if IPv6 +configuration times out. Note that at least one IP configuration must +succeed or overall network configuration will still fail. For example, +in IPv4-only networks, setting this property to <code class="literal">TRUE</code> allows the overall +network configuration to succeed if IPv6 configuration fails but IPv4 +configuration completes successfully.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: TRUE</p> </div> @@ -2686,7 +2666,16 @@ are enabled and temporary addresses are preferred over public addresses</p> <div class="refsect2"> <a name="NMSettingIP6Config--method"></a><h3>The <code class="literal">“method”</code> property</h3> <pre class="programlisting"> “method” <span class="type">gchar</span> *</pre> -<p></p> +<p>IPv6 configuration method. If "auto" is specified then the appropriate +automatic method (PPP, router advertisement, etc) is used for the device +and most other properties can be left unset. To force the use of DHCP +only, specify "dhcp"; this method is only valid for Ethernet- based +hardware. If "link-local" is specified, then an IPv6 link-local address +will be assigned to the interface. If "manual" is specified, static IP +addressing is used and at least one IP address must be given in the +"addresses" property. If "ignore" is specified, IPv6 configuration is +not done. This property must be set. Note: the "shared" method is not +yet supported.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -2694,7 +2683,9 @@ are enabled and temporary addresses are preferred over public addresses</p> <div class="refsect2"> <a name="NMSettingIP6Config--never-default"></a><h3>The <code class="literal">“never-default”</code> property</h3> <pre class="programlisting"> “never-default” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, this connection will never be the default IPv6 connection, +meaning it will never be assigned the default IPv6 route by +NetworkManager.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -2702,23 +2693,36 @@ are enabled and temporary addresses are preferred over public addresses</p> <div class="refsect2"> <a name="NMSettingIP6Config--route-metric"></a><h3>The <code class="literal">“route-metric”</code> property</h3> <pre class="programlisting"> “route-metric” <span class="type">gint64</span></pre> -<p></p> +<p>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. +As the linux kernel replaces zero (0) by 1024 (user-default), setting +this property to 0 means effectively setting it to 1024.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: [-1,4294967295]</p> <p>Default value: -1</p> -<p class="since">Since 1.0</p> +<p class="since">Since: 1.0</p> </div> <hr> <div class="refsect2"> <a name="NMSettingIP6Config--routes"></a><h3>The <code class="literal">“routes”</code> property</h3> <pre class="programlisting"> “routes” <span class="type">GPtrArray_GValueArray_GArray_guchar_+guint+GArray_guchar_+guint__*</span></pre> -<p></p> +<p>Array of IPv6 route structures. Each IPv6 route structure is composed of +4 members; the first being the destination IPv6 network or address +(network byte order) as a byte array, the second the destination network +or address IPv6 prefix, the third being the next-hop IPv6 address +(network byte order) if any, and the fourth being the route metric. For +the "auto" method, given IP routes are appended to those returned by +automatic configuration. Routes cannot be used with the "shared" or +"link-local" methods because there is no upstream network.</p> <p>Flags: Read / Write</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 f61fe6f7..82db623e 100644 --- a/docs/libnm-util/html/NMSettingInfiniband.html +++ b/docs/libnm-util/html/NMSettingInfiniband.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingInfiniband</title> +<title>NMSettingInfiniband: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (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,6 @@ nm_setting_infiniband_error_quark (<em class="parameter"><code><span class="type <div class="refsect3"> <a name="id-1.2.19.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -247,7 +246,6 @@ nm_setting_infiniband_get_mac_address (<em class="parameter"><code><a class="lin <div class="refsect3"> <a name="id-1.2.19.9.4.5"></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> -<p></p> </div> </div> <hr> @@ -273,7 +271,6 @@ nm_setting_infiniband_get_mtu (<em class="parameter"><code><a class="link" href= <div class="refsect3"> <a name="id-1.2.19.9.5.5"></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> -<p></p> </div> </div> <hr> @@ -302,7 +299,6 @@ nm_setting_infiniband_get_transport_mode <div class="refsect3"> <a name="id-1.2.19.9.6.6"></a><h4>Returns</h4> <p> the IPoIB transport mode</p> -<p></p> </div> </div> <hr> @@ -331,7 +327,6 @@ a 16-bit unsigned integer.</p> <div class="refsect3"> <a name="id-1.2.19.9.7.6"></a><h4>Returns</h4> <p> the IPoIB P_Key</p> -<p></p> </div> </div> <hr> @@ -358,7 +353,6 @@ nm_setting_infiniband_get_parent (<em class="parameter"><code><a class="link" hr <div class="refsect3"> <a name="id-1.2.19.9.8.6"></a><h4>Returns</h4> <p> the parent interface name</p> -<p></p> </div> </div> </div> @@ -368,8 +362,6 @@ nm_setting_infiniband_get_parent (<em class="parameter"><code><a class="link" hr <a name="NM-SETTING-INFINIBAND-SETTING-NAME:CAPS"></a><h3>NM_SETTING_INFINIBAND_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_INFINIBAND_SETTING_NAME "infiniband" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -414,48 +406,36 @@ required</p> <a name="NM-SETTING-INFINIBAND-ERROR:CAPS"></a><h3>NM_SETTING_INFINIBAND_ERROR</h3> <pre class="programlisting">#define NM_SETTING_INFINIBAND_ERROR nm_setting_infiniband_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-INFINIBAND-MAC-ADDRESS:CAPS"></a><h3>NM_SETTING_INFINIBAND_MAC_ADDRESS</h3> <pre class="programlisting">#define NM_SETTING_INFINIBAND_MAC_ADDRESS "mac-address" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-INFINIBAND-MTU:CAPS"></a><h3>NM_SETTING_INFINIBAND_MTU</h3> <pre class="programlisting">#define NM_SETTING_INFINIBAND_MTU "mtu" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-INFINIBAND-TRANSPORT-MODE:CAPS"></a><h3>NM_SETTING_INFINIBAND_TRANSPORT_MODE</h3> <pre class="programlisting">#define NM_SETTING_INFINIBAND_TRANSPORT_MODE "transport-mode" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-INFINIBAND-P-KEY:CAPS"></a><h3>NM_SETTING_INFINIBAND_P_KEY</h3> <pre class="programlisting">#define NM_SETTING_INFINIBAND_P_KEY "p-key" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-INFINIBAND-PARENT:CAPS"></a><h3>NM_SETTING_INFINIBAND_PARENT</h3> <pre class="programlisting">#define NM_SETTING_INFINIBAND_PARENT "parent" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -463,14 +443,17 @@ required</p> <div class="refsect2"> <a name="NMSettingInfiniband--mac-address"></a><h3>The <code class="literal">“mac-address”</code> property</h3> <pre class="programlisting"> “mac-address” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>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).</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingInfiniband--mtu"></a><h3>The <code class="literal">“mtu”</code> property</h3> <pre class="programlisting"> “mtu” <span class="type">guint</span></pre> -<p></p> +<p>If non-zero, only transmit packets of the specified size or smaller, +breaking larger packets up into multiple frames.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 0</p> </div> @@ -478,7 +461,10 @@ required</p> <div class="refsect2"> <a name="NMSettingInfiniband--p-key"></a><h3>The <code class="literal">“p-key”</code> property</h3> <pre class="programlisting"> “p-key” <span class="type">gint</span></pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: [-1,65535]</p> <p>Default value: -1</p> @@ -487,7 +473,10 @@ required</p> <div class="refsect2"> <a name="NMSettingInfiniband--parent"></a><h3>The <code class="literal">“parent”</code> property</h3> <pre class="programlisting"> “parent” <span class="type">gchar</span> *</pre> -<p></p> +<p>The interface name of the parent device of this device. Normally <code class="literal">NULL</code>, +but if the <a class="link" href="NMSettingInfiniband.html#NMSettingInfiniband--p-key" title="The “p-key” property"><span class="type">“p_key”</span></a> property is set, then you must +specify the base device by setting either this property or +<a class="link" href="NMSettingInfiniband.html#NMSettingInfiniband--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a>.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: NULL</p> </div> @@ -495,14 +484,14 @@ required</p> <div class="refsect2"> <a name="NMSettingInfiniband--transport-mode"></a><h3>The <code class="literal">“transport-mode”</code> property</h3> <pre class="programlisting"> “transport-mode” <span class="type">gchar</span> *</pre> -<p></p> +<p>The IP-over-InfiniBand transport mode. Either "datagram" or +"connected".</p> <p>Flags: Read / Write / Construct</p> <p>Default value: NULL</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 c43b6dd8..d9a5d1d0 100644 --- a/docs/libnm-util/html/NMSettingOlpcMesh.html +++ b/docs/libnm-util/html/NMSettingOlpcMesh.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingOlpcMesh</title> +<title>NMSettingOlpcMesh: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -157,8 +157,6 @@ </div> <div class="refsect1"> <a name="NMSettingOlpcMesh.description"></a><h2>Description</h2> -<p> -</p> </div> <div class="refsect1"> <a name="NMSettingOlpcMesh.functions_details"></a><h2>Functions</h2> @@ -166,12 +164,6 @@ <a name="nm-setting-olpc-mesh-error-quark"></a><h3>nm_setting_olpc_mesh_error_quark ()</h3> <pre class="programlisting"><span class="returnvalue">GQuark</span> nm_setting_olpc_mesh_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> -<p> -</p> -<div class="refsect3"> -<a name="id-1.2.21.8.2.5"></a><h4>Returns</h4> -<p></p> -</div> </div> <hr> <div class="refsect2"> @@ -182,7 +174,6 @@ nm_setting_olpc_mesh_new (<em class="parameter"><code><span class="type">void</s <div class="refsect3"> <a name="id-1.2.21.8.3.5"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> object</p> -<p></p> </div> </div> <hr> @@ -190,24 +181,12 @@ nm_setting_olpc_mesh_new (<em class="parameter"><code><span class="type">void</s <a name="nm-setting-olpc-mesh-get-ssid"></a><h3>nm_setting_olpc_mesh_get_ssid ()</h3> <pre class="programlisting">const <span class="returnvalue">GByteArray</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> -<p> -</p> -<div class="refsect3"> -<a name="id-1.2.21.8.4.5"></a><h4>Returns</h4> -<p></p> -</div> </div> <hr> <div class="refsect2"> <a name="nm-setting-olpc-mesh-get-channel"></a><h3>nm_setting_olpc_mesh_get_channel ()</h3> <pre class="programlisting"><span class="returnvalue">guint32</span> nm_setting_olpc_mesh_get_channel (<em class="parameter"><code><a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> *setting</code></em>);</pre> -<p> -</p> -<div class="refsect3"> -<a name="id-1.2.21.8.5.5"></a><h4>Returns</h4> -<p></p> -</div> </div> <hr> <div class="refsect2"> @@ -215,12 +194,6 @@ nm_setting_olpc_mesh_get_channel (<em class="parameter"><code><a class="link" hr <pre class="programlisting">const <span class="returnvalue">GByteArray</span> * nm_setting_olpc_mesh_get_dhcp_anycast_address (<em class="parameter"><code><a class="link" href="NMSettingOlpcMesh.html" title="NMSettingOlpcMesh"><span class="type">NMSettingOlpcMesh</span></a> *setting</code></em>);</pre> -<p> -</p> -<div class="refsect3"> -<a name="id-1.2.21.8.6.5"></a><h4>Returns</h4> -<p></p> -</div> </div> </div> <div class="refsect1"> @@ -229,8 +202,6 @@ nm_setting_olpc_mesh_get_dhcp_anycast_address <a name="NM-SETTING-OLPC-MESH-SETTING-NAME:CAPS"></a><h3>NM_SETTING_OLPC_MESH_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_OLPC_MESH_SETTING_NAME "802-11-olpc-mesh" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -275,32 +246,24 @@ required</p> <a name="NM-SETTING-OLPC-MESH-ERROR:CAPS"></a><h3>NM_SETTING_OLPC_MESH_ERROR</h3> <pre class="programlisting">#define NM_SETTING_OLPC_MESH_ERROR nm_setting_olpc_mesh_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-OLPC-MESH-SSID:CAPS"></a><h3>NM_SETTING_OLPC_MESH_SSID</h3> <pre class="programlisting">#define NM_SETTING_OLPC_MESH_SSID "ssid" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-OLPC-MESH-CHANNEL:CAPS"></a><h3>NM_SETTING_OLPC_MESH_CHANNEL</h3> <pre class="programlisting">#define NM_SETTING_OLPC_MESH_CHANNEL "channel" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-OLPC-MESH-DHCP-ANYCAST-ADDRESS:CAPS"></a><h3>NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS</h3> <pre class="programlisting">#define NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS "dhcp-anycast-address" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -308,7 +271,7 @@ required</p> <div class="refsect2"> <a name="NMSettingOlpcMesh--channel"></a><h3>The <code class="literal">“channel”</code> property</h3> <pre class="programlisting"> “channel” <span class="type">guint</span></pre> -<p></p> +<p>Channel on which the mesh network to join is located.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 0</p> </div> @@ -316,20 +279,21 @@ required</p> <div class="refsect2"> <a name="NMSettingOlpcMesh--dhcp-anycast-address"></a><h3>The <code class="literal">“dhcp-anycast-address”</code> property</h3> <pre class="programlisting"> “dhcp-anycast-address” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingOlpcMesh--ssid"></a><h3>The <code class="literal">“ssid”</code> property</h3> <pre class="programlisting"> “ssid” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>SSID of the mesh network to join.</p> <p>Flags: Read / Write</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 d71e91f5..c66bd595 100644 --- a/docs/libnm-util/html/NMSettingPPP.html +++ b/docs/libnm-util/html/NMSettingPPP.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingPPP</title> +<title>NMSettingPPP: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -432,7 +432,6 @@ nm_setting_ppp_error_quark (<em class="parameter"><code><span class="type">void< <div class="refsect3"> <a name="id-1.2.27.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -470,7 +469,6 @@ nm_setting_ppp_get_noauth (<em class="parameter"><code><a class="link" href="NMS <div class="refsect3"> <a name="id-1.2.27.9.4.5"></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> -<p></p> </div> </div> <hr> @@ -496,7 +494,6 @@ nm_setting_ppp_get_refuse_eap (<em class="parameter"><code><a class="link" href= <div class="refsect3"> <a name="id-1.2.27.9.5.5"></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> -<p></p> </div> </div> <hr> @@ -522,7 +519,6 @@ nm_setting_ppp_get_refuse_pap (<em class="parameter"><code><a class="link" href= <div class="refsect3"> <a name="id-1.2.27.9.6.5"></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> -<p></p> </div> </div> <hr> @@ -548,7 +544,6 @@ nm_setting_ppp_get_refuse_chap (<em class="parameter"><code><a class="link" href <div class="refsect3"> <a name="id-1.2.27.9.7.5"></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> -<p></p> </div> </div> <hr> @@ -574,7 +569,6 @@ nm_setting_ppp_get_refuse_mschap (<em class="parameter"><code><a class="link" hr <div class="refsect3"> <a name="id-1.2.27.9.8.5"></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> -<p></p> </div> </div> <hr> @@ -600,7 +594,6 @@ nm_setting_ppp_get_refuse_mschapv2 (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.27.9.9.5"></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> -<p></p> </div> </div> <hr> @@ -626,7 +619,6 @@ nm_setting_ppp_get_nobsdcomp (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.27.9.10.5"></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> -<p></p> </div> </div> <hr> @@ -652,7 +644,6 @@ nm_setting_ppp_get_nodeflate (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.27.9.11.5"></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> -<p></p> </div> </div> <hr> @@ -678,7 +669,6 @@ nm_setting_ppp_get_no_vj_comp (<em class="parameter"><code><a class="link" href= <div class="refsect3"> <a name="id-1.2.27.9.12.5"></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> -<p></p> </div> </div> <hr> @@ -704,7 +694,6 @@ nm_setting_ppp_get_require_mppe (<em class="parameter"><code><a class="link" hre <div class="refsect3"> <a name="id-1.2.27.9.13.5"></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> -<p></p> </div> </div> <hr> @@ -730,7 +719,6 @@ nm_setting_ppp_get_require_mppe_128 (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.27.9.14.5"></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> -<p></p> </div> </div> <hr> @@ -756,7 +744,6 @@ nm_setting_ppp_get_mppe_stateful (<em class="parameter"><code><a class="link" hr <div class="refsect3"> <a name="id-1.2.27.9.15.5"></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> -<p></p> </div> </div> <hr> @@ -782,7 +769,6 @@ nm_setting_ppp_get_crtscts (<em class="parameter"><code><a class="link" href="NM <div class="refsect3"> <a name="id-1.2.27.9.16.5"></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> -<p></p> </div> </div> <hr> @@ -808,7 +794,6 @@ nm_setting_ppp_get_baud (<em class="parameter"><code><a class="link" href="NMSet <div class="refsect3"> <a name="id-1.2.27.9.17.5"></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> -<p></p> </div> </div> <hr> @@ -834,7 +819,6 @@ nm_setting_ppp_get_mru (<em class="parameter"><code><a class="link" href="NMSett <div class="refsect3"> <a name="id-1.2.27.9.18.5"></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> -<p></p> </div> </div> <hr> @@ -860,7 +844,6 @@ nm_setting_ppp_get_mtu (<em class="parameter"><code><a class="link" href="NMSett <div class="refsect3"> <a name="id-1.2.27.9.19.5"></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> -<p></p> </div> </div> <hr> @@ -886,7 +869,6 @@ nm_setting_ppp_get_lcp_echo_failure (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.27.9.20.5"></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> -<p></p> </div> </div> <hr> @@ -912,7 +894,6 @@ nm_setting_ppp_get_lcp_echo_interval (<em class="parameter"><code><a class="link <div class="refsect3"> <a name="id-1.2.27.9.21.5"></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> -<p></p> </div> </div> </div> @@ -922,8 +903,6 @@ nm_setting_ppp_get_lcp_echo_interval (<em class="parameter"><code><a class="link <a name="NM-SETTING-PPP-SETTING-NAME:CAPS"></a><h3>NM_SETTING_PPP_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_PPP_SETTING_NAME "ppp" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -976,152 +955,114 @@ with other setting configuration parameters</p> <a name="NM-SETTING-PPP-ERROR:CAPS"></a><h3>NM_SETTING_PPP_ERROR</h3> <pre class="programlisting">#define NM_SETTING_PPP_ERROR nm_setting_ppp_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-NOAUTH:CAPS"></a><h3>NM_SETTING_PPP_NOAUTH</h3> <pre class="programlisting">#define NM_SETTING_PPP_NOAUTH "noauth" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-REFUSE-EAP:CAPS"></a><h3>NM_SETTING_PPP_REFUSE_EAP</h3> <pre class="programlisting">#define NM_SETTING_PPP_REFUSE_EAP "refuse-eap" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-REFUSE-PAP:CAPS"></a><h3>NM_SETTING_PPP_REFUSE_PAP</h3> <pre class="programlisting">#define NM_SETTING_PPP_REFUSE_PAP "refuse-pap" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-REFUSE-CHAP:CAPS"></a><h3>NM_SETTING_PPP_REFUSE_CHAP</h3> <pre class="programlisting">#define NM_SETTING_PPP_REFUSE_CHAP "refuse-chap" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-REFUSE-MSCHAP:CAPS"></a><h3>NM_SETTING_PPP_REFUSE_MSCHAP</h3> <pre class="programlisting">#define NM_SETTING_PPP_REFUSE_MSCHAP "refuse-mschap" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-REFUSE-MSCHAPV2:CAPS"></a><h3>NM_SETTING_PPP_REFUSE_MSCHAPV2</h3> <pre class="programlisting">#define NM_SETTING_PPP_REFUSE_MSCHAPV2 "refuse-mschapv2" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-NOBSDCOMP:CAPS"></a><h3>NM_SETTING_PPP_NOBSDCOMP</h3> <pre class="programlisting">#define NM_SETTING_PPP_NOBSDCOMP "nobsdcomp" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-NODEFLATE:CAPS"></a><h3>NM_SETTING_PPP_NODEFLATE</h3> <pre class="programlisting">#define NM_SETTING_PPP_NODEFLATE "nodeflate" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-NO-VJ-COMP:CAPS"></a><h3>NM_SETTING_PPP_NO_VJ_COMP</h3> <pre class="programlisting">#define NM_SETTING_PPP_NO_VJ_COMP "no-vj-comp" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-REQUIRE-MPPE:CAPS"></a><h3>NM_SETTING_PPP_REQUIRE_MPPE</h3> <pre class="programlisting">#define NM_SETTING_PPP_REQUIRE_MPPE "require-mppe" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-REQUIRE-MPPE-128:CAPS"></a><h3>NM_SETTING_PPP_REQUIRE_MPPE_128</h3> <pre class="programlisting">#define NM_SETTING_PPP_REQUIRE_MPPE_128 "require-mppe-128" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-MPPE-STATEFUL:CAPS"></a><h3>NM_SETTING_PPP_MPPE_STATEFUL</h3> <pre class="programlisting">#define NM_SETTING_PPP_MPPE_STATEFUL "mppe-stateful" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-CRTSCTS:CAPS"></a><h3>NM_SETTING_PPP_CRTSCTS</h3> <pre class="programlisting">#define NM_SETTING_PPP_CRTSCTS "crtscts" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-BAUD:CAPS"></a><h3>NM_SETTING_PPP_BAUD</h3> <pre class="programlisting">#define NM_SETTING_PPP_BAUD "baud" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-MRU:CAPS"></a><h3>NM_SETTING_PPP_MRU</h3> <pre class="programlisting">#define NM_SETTING_PPP_MRU "mru" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-MTU:CAPS"></a><h3>NM_SETTING_PPP_MTU</h3> <pre class="programlisting">#define NM_SETTING_PPP_MTU "mtu" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-LCP-ECHO-FAILURE:CAPS"></a><h3>NM_SETTING_PPP_LCP_ECHO_FAILURE</h3> <pre class="programlisting">#define NM_SETTING_PPP_LCP_ECHO_FAILURE "lcp-echo-failure" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPP-LCP-ECHO-INTERVAL:CAPS"></a><h3>NM_SETTING_PPP_LCP_ECHO_INTERVAL</h3> <pre class="programlisting">#define NM_SETTING_PPP_LCP_ECHO_INTERVAL "lcp-echo-interval" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -1129,7 +1070,9 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--baud"></a><h3>The <code class="literal">“baud”</code> property</h3> <pre class="programlisting"> “baud” <span class="type">guint</span></pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 0</p> </div> @@ -1137,7 +1080,9 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--crtscts"></a><h3>The <code class="literal">“crtscts”</code> property</h3> <pre class="programlisting"> “crtscts” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, 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 <code class="literal">FALSE</code>.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -1145,7 +1090,10 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--lcp-echo-failure"></a><h3>The <code class="literal">“lcp-echo-failure”</code> property</h3> <pre class="programlisting"> “lcp-echo-failure” <span class="type">guint</span></pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 0</p> </div> @@ -1153,7 +1101,10 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--lcp-echo-interval"></a><h3>The <code class="literal">“lcp-echo-interval”</code> property</h3> <pre class="programlisting"> “lcp-echo-interval” <span class="type">guint</span></pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 0</p> </div> @@ -1161,7 +1112,8 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--mppe-stateful"></a><h3>The <code class="literal">“mppe-stateful”</code> property</h3> <pre class="programlisting"> “mppe-stateful” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, stateful MPPE is used. See pppd documentation for more +information on stateful MPPE.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -1169,7 +1121,9 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--mru"></a><h3>The <code class="literal">“mru”</code> property</h3> <pre class="programlisting"> “mru” <span class="type">guint</span></pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: <= 16384</p> <p>Default value: 0</p> @@ -1178,7 +1132,8 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--mtu"></a><h3>The <code class="literal">“mtu”</code> property</h3> <pre class="programlisting"> “mtu” <span class="type">guint</span></pre> -<p></p> +<p>If non-zero, instruct pppd to send packets no larger than the specified +size.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 0</p> </div> @@ -1186,7 +1141,7 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--no-vj-comp"></a><h3>The <code class="literal">“no-vj-comp”</code> property</h3> <pre class="programlisting"> “no-vj-comp” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, Van Jacobsen TCP header compression will not be requested.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -1194,7 +1149,9 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--noauth"></a><h3>The <code class="literal">“noauth”</code> property</h3> <pre class="programlisting"> “noauth” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, do not require the other side (usually the PPP server) to +authenticate itself to the client. If <code class="literal">FALSE</code>, require authentication +from the remote side. In almost all cases, this should be <code class="literal">TRUE</code>.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: TRUE</p> </div> @@ -1202,7 +1159,7 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--nobsdcomp"></a><h3>The <code class="literal">“nobsdcomp”</code> property</h3> <pre class="programlisting"> “nobsdcomp” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, BSD compression will not be requested.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -1210,7 +1167,7 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--nodeflate"></a><h3>The <code class="literal">“nodeflate”</code> property</h3> <pre class="programlisting"> “nodeflate” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, "deflate" compression will not be requested.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -1218,7 +1175,7 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--refuse-chap"></a><h3>The <code class="literal">“refuse-chap”</code> property</h3> <pre class="programlisting"> “refuse-chap” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, the CHAP authentication method will not be used.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -1226,7 +1183,7 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--refuse-eap"></a><h3>The <code class="literal">“refuse-eap”</code> property</h3> <pre class="programlisting"> “refuse-eap” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, the EAP authentication method will not be used.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -1234,7 +1191,7 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--refuse-mschap"></a><h3>The <code class="literal">“refuse-mschap”</code> property</h3> <pre class="programlisting"> “refuse-mschap” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, the MSCHAP authentication method will not be used.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -1242,7 +1199,7 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--refuse-mschapv2"></a><h3>The <code class="literal">“refuse-mschapv2”</code> property</h3> <pre class="programlisting"> “refuse-mschapv2” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, the MSCHAPv2 authentication method will not be used.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -1250,7 +1207,7 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--refuse-pap"></a><h3>The <code class="literal">“refuse-pap”</code> property</h3> <pre class="programlisting"> “refuse-pap” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, the PAP authentication method will not be used.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -1258,7 +1215,10 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--require-mppe"></a><h3>The <code class="literal">“require-mppe”</code> property</h3> <pre class="programlisting"> “require-mppe” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, 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.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> @@ -1266,14 +1226,15 @@ with other setting configuration parameters</p> <div class="refsect2"> <a name="NMSettingPPP--require-mppe-128"></a><h3>The <code class="literal">“require-mppe-128”</code> property</h3> <pre class="programlisting"> “require-mppe-128” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, 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 <code class="literal">TRUE</code>. If 128-bit MPPE is not available the session will fail.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: FALSE</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 97d3edde..c7abaffe 100644 --- a/docs/libnm-util/html/NMSettingPPPOE.html +++ b/docs/libnm-util/html/NMSettingPPPOE.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingPPPOE</title> +<title>NMSettingPPPOE: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -193,7 +193,6 @@ nm_setting_pppoe_error_quark (<em class="parameter"><code><span class="type">voi <div class="refsect3"> <a name="id-1.2.28.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -231,7 +230,6 @@ nm_setting_pppoe_get_service (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.28.9.4.5"></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> -<p></p> </div> </div> <hr> @@ -257,7 +255,6 @@ nm_setting_pppoe_get_username (<em class="parameter"><code><a class="link" href= <div class="refsect3"> <a name="id-1.2.28.9.5.5"></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> -<p></p> </div> </div> <hr> @@ -283,7 +280,6 @@ nm_setting_pppoe_get_password (<em class="parameter"><code><a class="link" href= <div class="refsect3"> <a name="id-1.2.28.9.6.5"></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> -<p></p> </div> </div> <hr> @@ -309,7 +305,6 @@ nm_setting_pppoe_get_password_flags (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.28.9.7.5"></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> -<p></p> </div> </div> </div> @@ -319,8 +314,6 @@ nm_setting_pppoe_get_password_flags (<em class="parameter"><code><a class="link" <a name="NM-SETTING-PPPOE-SETTING-NAME:CAPS"></a><h3>NM_SETTING_PPPOE_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_PPPOE_SETTING_NAME "pppoe" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -373,40 +366,30 @@ did not contain a required PPP setting for PPP related options</p> <a name="NM-SETTING-PPPOE-ERROR:CAPS"></a><h3>NM_SETTING_PPPOE_ERROR</h3> <pre class="programlisting">#define NM_SETTING_PPPOE_ERROR nm_setting_pppoe_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPPOE-SERVICE:CAPS"></a><h3>NM_SETTING_PPPOE_SERVICE</h3> <pre class="programlisting">#define NM_SETTING_PPPOE_SERVICE "service" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPPOE-USERNAME:CAPS"></a><h3>NM_SETTING_PPPOE_USERNAME</h3> <pre class="programlisting">#define NM_SETTING_PPPOE_USERNAME "username" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPPOE-PASSWORD:CAPS"></a><h3>NM_SETTING_PPPOE_PASSWORD</h3> <pre class="programlisting">#define NM_SETTING_PPPOE_PASSWORD "password" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-PPPOE-PASSWORD-FLAGS:CAPS"></a><h3>NM_SETTING_PPPOE_PASSWORD_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_PPPOE_PASSWORD_FLAGS "password-flags" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -414,7 +397,7 @@ did not contain a required PPP setting for PPP related options</p> <div class="refsect2"> <a name="NMSettingPPPOE--password"></a><h3>The <code class="literal">“password”</code> property</h3> <pre class="programlisting"> “password” <span class="type">gchar</span> *</pre> -<p></p> +<p>Password used to authenticate with the PPPoE service.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -422,7 +405,7 @@ did not contain a required PPP setting for PPP related options</p> <div class="refsect2"> <a name="NMSettingPPPOE--password-flags"></a><h3>The <code class="literal">“password-flags”</code> property</h3> <pre class="programlisting"> “password-flags” <span class="type">guint</span></pre> -<p></p> +<p>Flags indicating how to handle the <a class="link" href="NMSettingPPPOE.html#NMSettingPPPOE--password" title="The “password” property"><span class="type">“password”</span></a> property.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> @@ -431,7 +414,10 @@ did not contain a required PPP setting for PPP related options</p> <div class="refsect2"> <a name="NMSettingPPPOE--service"></a><h3>The <code class="literal">“service”</code> property</h3> <pre class="programlisting"> “service” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -439,14 +425,13 @@ did not contain a required PPP setting for PPP related options</p> <div class="refsect2"> <a name="NMSettingPPPOE--username"></a><h3>The <code class="literal">“username”</code> property</h3> <pre class="programlisting"> “username” <span class="type">gchar</span> *</pre> -<p></p> +<p>Username used to authenticate with the PPPoE service.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 6e9ede6a..43c21e9e 100644 --- a/docs/libnm-util/html/NMSettingSerial.html +++ b/docs/libnm-util/html/NMSettingSerial.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingSerial</title> +<title>NMSettingSerial: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (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,6 @@ nm_setting_serial_error_quark (<em class="parameter"><code><span class="type">vo <div class="refsect3"> <a name="id-1.2.9.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -249,7 +248,6 @@ nm_setting_serial_get_baud (<em class="parameter"><code><a class="link" href="NM <div class="refsect3"> <a name="id-1.2.9.9.4.5"></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> -<p></p> </div> </div> <hr> @@ -275,7 +273,6 @@ nm_setting_serial_get_bits (<em class="parameter"><code><a class="link" href="NM <div class="refsect3"> <a name="id-1.2.9.9.5.5"></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> -<p></p> </div> </div> <hr> @@ -301,7 +298,6 @@ nm_setting_serial_get_parity (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.9.9.6.5"></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> -<p></p> </div> </div> <hr> @@ -327,7 +323,6 @@ nm_setting_serial_get_stopbits (<em class="parameter"><code><a class="link" href <div class="refsect3"> <a name="id-1.2.9.9.7.5"></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> -<p></p> </div> </div> <hr> @@ -353,7 +348,6 @@ nm_setting_serial_get_send_delay (<em class="parameter"><code><a class="link" hr <div class="refsect3"> <a name="id-1.2.9.9.8.5"></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> -<p></p> </div> </div> </div> @@ -363,8 +357,6 @@ nm_setting_serial_get_send_delay (<em class="parameter"><code><a class="link" hr <a name="NM-SETTING-SERIAL-SETTING-NAME:CAPS"></a><h3>NM_SETTING_SERIAL_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_SERIAL_SETTING_NAME "serial" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -417,48 +409,36 @@ setting requires the connection to contain an <a class="link" href="NMSettingPPP <a name="NM-SETTING-SERIAL-ERROR:CAPS"></a><h3>NM_SETTING_SERIAL_ERROR</h3> <pre class="programlisting">#define NM_SETTING_SERIAL_ERROR nm_setting_serial_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-SERIAL-BAUD:CAPS"></a><h3>NM_SETTING_SERIAL_BAUD</h3> <pre class="programlisting">#define NM_SETTING_SERIAL_BAUD "baud" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-SERIAL-BITS:CAPS"></a><h3>NM_SETTING_SERIAL_BITS</h3> <pre class="programlisting">#define NM_SETTING_SERIAL_BITS "bits" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-SERIAL-PARITY:CAPS"></a><h3>NM_SETTING_SERIAL_PARITY</h3> <pre class="programlisting">#define NM_SETTING_SERIAL_PARITY "parity" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-SERIAL-STOPBITS:CAPS"></a><h3>NM_SETTING_SERIAL_STOPBITS</h3> <pre class="programlisting">#define NM_SETTING_SERIAL_STOPBITS "stopbits" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-SERIAL-SEND-DELAY:CAPS"></a><h3>NM_SETTING_SERIAL_SEND_DELAY</h3> <pre class="programlisting">#define NM_SETTING_SERIAL_SEND_DELAY "send-delay" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -466,7 +446,9 @@ setting requires the connection to contain an <a class="link" href="NMSettingPPP <div class="refsect2"> <a name="NMSettingSerial--baud"></a><h3>The <code class="literal">“baud”</code> property</h3> <pre class="programlisting"> “baud” <span class="type">guint</span></pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 57600</p> </div> @@ -474,7 +456,7 @@ setting requires the connection to contain an <a class="link" href="NMSettingPPP <div class="refsect2"> <a name="NMSettingSerial--bits"></a><h3>The <code class="literal">“bits”</code> property</h3> <pre class="programlisting"> “bits” <span class="type">guint</span></pre> -<p></p> +<p>Byte-width of the serial communication. The 8 in "8n1" for example.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: [5,8]</p> <p>Default value: 8</p> @@ -483,7 +465,8 @@ setting requires the connection to contain an <a class="link" href="NMSettingPPP <div class="refsect2"> <a name="NMSettingSerial--parity"></a><h3>The <code class="literal">“parity”</code> property</h3> <pre class="programlisting"> “parity” <span class="type">gchar</span></pre> -<p></p> +<p>Parity setting of the serial port. Either 'E' for even parity, 'o' for +odd parity, or 'n' for no parity.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: [69,111]</p> <p>Default value: 110</p> @@ -492,7 +475,7 @@ setting requires the connection to contain an <a class="link" href="NMSettingPPP <div class="refsect2"> <a name="NMSettingSerial--send-delay"></a><h3>The <code class="literal">“send-delay”</code> property</h3> <pre class="programlisting"> “send-delay” <span class="type">guint64</span></pre> -<p></p> +<p>Time to delay between each byte sent to the modem, in microseconds.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 0</p> </div> @@ -500,7 +483,8 @@ setting requires the connection to contain an <a class="link" href="NMSettingPPP <div class="refsect2"> <a name="NMSettingSerial--stopbits"></a><h3>The <code class="literal">“stopbits”</code> property</h3> <pre class="programlisting"> “stopbits” <span class="type">guint</span></pre> -<p></p> +<p>Number of stop bits for communication on the serial port. Either 1 or 2. +The 1 in "8n1" for example.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: [1,2]</p> <p>Default value: 1</p> @@ -508,7 +492,6 @@ setting requires the connection to contain an <a class="link" href="NMSettingPPP </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 fb7ee6a7..2e40a312 100644 --- a/docs/libnm-util/html/NMSettingTeam.html +++ b/docs/libnm-util/html/NMSettingTeam.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingTeam</title> +<title>NMSettingTeam: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -158,9 +158,8 @@ nm_setting_team_error_quark (<em class="parameter"><code><span class="type">void <div class="refsect3"> <a name="id-1.2.16.9.2.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -173,7 +172,7 @@ nm_setting_team_new (<em class="parameter"><code><span class="type">void</span>< <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> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -198,9 +197,8 @@ nm_setting_team_get_interface_name (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.16.9.4.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -225,9 +223,8 @@ nm_setting_team_get_config (<em class="parameter"><code><a class="link" href="NM <div class="refsect3"> <a name="id-1.2.16.9.5.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> </div> <div class="refsect1"> @@ -236,8 +233,6 @@ nm_setting_team_get_config (<em class="parameter"><code><a class="link" href="NM <a name="NM-SETTING-TEAM-SETTING-NAME:CAPS"></a><h3>NM_SETTING_TEAM_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_TEAM_SETTING_NAME "team" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -282,24 +277,18 @@ required</p> <a name="NM-SETTING-TEAM-ERROR:CAPS"></a><h3>NM_SETTING_TEAM_ERROR</h3> <pre class="programlisting">#define NM_SETTING_TEAM_ERROR nm_setting_team_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-TEAM-INTERFACE-NAME:CAPS"></a><h3>NM_SETTING_TEAM_INTERFACE_NAME</h3> <pre class="programlisting">#define NM_SETTING_TEAM_INTERFACE_NAME "interface-name" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-TEAM-CONFIG:CAPS"></a><h3>NM_SETTING_TEAM_CONFIG</h3> <pre class="programlisting">#define NM_SETTING_TEAM_CONFIG "config" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -307,7 +296,10 @@ required</p> <div class="refsect2"> <a name="NMSettingTeam--config"></a><h3>The <code class="literal">“config”</code> property</h3> <pre class="programlisting"> “config” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -315,14 +307,13 @@ required</p> <div class="refsect2"> <a name="NMSettingTeam--interface-name"></a><h3>The <code class="literal">“interface-name”</code> property</h3> <pre class="programlisting"> “interface-name” <span class="type">gchar</span> *</pre> -<p></p> +<p>The name of the virtual in-kernel team network interface</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 f29e7b88..c08a4eb0 100644 --- a/docs/libnm-util/html/NMSettingTeamPort.html +++ b/docs/libnm-util/html/NMSettingTeamPort.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingTeamPort</title> +<title>NMSettingTeamPort: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -139,9 +139,8 @@ nm_setting_team_port_error_quark (<em class="parameter"><code><span class="type" <div class="refsect3"> <a name="id-1.2.17.9.2.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -154,7 +153,7 @@ nm_setting_team_port_new (<em class="parameter"><code><span class="type">void</s <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> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -179,9 +178,8 @@ nm_setting_team_port_get_config (<em class="parameter"><code><a class="link" hre <div class="refsect3"> <a name="id-1.2.17.9.4.5"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> </div> <div class="refsect1"> @@ -190,8 +188,6 @@ nm_setting_team_port_get_config (<em class="parameter"><code><a class="link" hre <a name="NM-SETTING-TEAM-PORT-SETTING-NAME:CAPS"></a><h3>NM_SETTING_TEAM_PORT_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_TEAM_PORT_SETTING_NAME "team-port" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -236,16 +232,12 @@ is required</p> <a name="NM-SETTING-TEAM-PORT-ERROR:CAPS"></a><h3>NM_SETTING_TEAM_PORT_ERROR</h3> <pre class="programlisting">#define NM_SETTING_TEAM_PORT_ERROR nm_setting_team_port_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-TEAM-PORT-CONFIG:CAPS"></a><h3>NM_SETTING_TEAM_PORT_CONFIG</h3> <pre class="programlisting">#define NM_SETTING_TEAM_PORT_CONFIG "config" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -253,14 +245,16 @@ is required</p> <div class="refsect2"> <a name="NMSettingTeamPort--config"></a><h3>The <code class="literal">“config”</code> property</h3> <pre class="programlisting"> “config” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 52bf704f..7f44ba65 100644 --- a/docs/libnm-util/html/NMSettingVPN.html +++ b/docs/libnm-util/html/NMSettingVPN.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingVPN</title> +<title>NMSettingVPN: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (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,6 @@ nm_setting_vpn_error_quark (<em class="parameter"><code><span class="type">void< <div class="refsect3"> <a name="id-1.2.29.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -360,7 +359,6 @@ plugin that should be used to connect to this VPN.</p> <div class="refsect3"> <a name="id-1.2.29.9.5.6"></a><h4>Returns</h4> <p> the VPN plugin's service name</p> -<p></p> </div> </div> <hr> @@ -386,7 +384,6 @@ nm_setting_vpn_get_user_name (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.29.9.6.5"></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> -<p></p> </div> </div> <hr> @@ -412,7 +409,6 @@ nm_setting_vpn_get_persistent (<em class="parameter"><code><a class="link" href= <div class="refsect3"> <a name="id-1.2.29.9.7.5"></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> -<p></p> </div> </div> <hr> @@ -439,7 +435,6 @@ nm_setting_vpn_get_num_data_items (<em class="parameter"><code><a class="link" h <div class="refsect3"> <a name="id-1.2.29.9.8.6"></a><h4>Returns</h4> <p> the number of VPN plugin specific configuration data items</p> -<p></p> </div> </div> <hr> @@ -517,7 +512,6 @@ by <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-data-item" title=" <div class="refsect3"> <a name="id-1.2.29.9.10.6"></a><h4>Returns</h4> <p> the data item, if any</p> -<p></p> </div> </div> <hr> @@ -554,7 +548,6 @@ nm_setting_vpn_remove_data_item (<em class="parameter"><code><a class="link" hre <a name="id-1.2.29.9.11.6"></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> -<p></p> </div> </div> <hr> @@ -621,7 +614,6 @@ nm_setting_vpn_get_num_secrets (<em class="parameter"><code><a class="link" href <div class="refsect3"> <a name="id-1.2.29.9.13.6"></a><h4>Returns</h4> <p> the number of VPN plugin specific secrets</p> -<p></p> </div> </div> <hr> @@ -698,7 +690,6 @@ by <a class="link" href="NMSettingVPN.html#nm-setting-vpn-add-secret" title="nm_ <div class="refsect3"> <a name="id-1.2.29.9.15.6"></a><h4>Returns</h4> <p> the secret, if any</p> -<p></p> </div> </div> <hr> @@ -735,7 +726,6 @@ nm_setting_vpn_remove_secret (<em class="parameter"><code><a class="link" href=" <a name="id-1.2.29.9.16.6"></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> -<p></p> </div> </div> <hr> @@ -785,8 +775,6 @@ iteration will not be part of the iteration.</p> <a name="NM-SETTING-VPN-SETTING-NAME:CAPS"></a><h3>NM_SETTING_VPN_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_VPN_SETTING_NAME "vpn" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -831,48 +819,36 @@ required</p> <a name="NM-SETTING-VPN-ERROR:CAPS"></a><h3>NM_SETTING_VPN_ERROR</h3> <pre class="programlisting">#define NM_SETTING_VPN_ERROR nm_setting_vpn_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-VPN-SERVICE-TYPE:CAPS"></a><h3>NM_SETTING_VPN_SERVICE_TYPE</h3> <pre class="programlisting">#define NM_SETTING_VPN_SERVICE_TYPE "service-type" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-VPN-USER-NAME:CAPS"></a><h3>NM_SETTING_VPN_USER_NAME</h3> <pre class="programlisting">#define NM_SETTING_VPN_USER_NAME "user-name" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-VPN-PERSISTENT:CAPS"></a><h3>NM_SETTING_VPN_PERSISTENT</h3> <pre class="programlisting">#define NM_SETTING_VPN_PERSISTENT "persistent" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-VPN-DATA:CAPS"></a><h3>NM_SETTING_VPN_DATA</h3> <pre class="programlisting">#define NM_SETTING_VPN_DATA "data" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-VPN-SECRETS:CAPS"></a><h3>NM_SETTING_VPN_SECRETS</h3> <pre class="programlisting">#define NM_SETTING_VPN_SECRETS "secrets" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -880,14 +856,17 @@ required</p> <div class="refsect2"> <a name="NMSettingVPN--data"></a><h3>The <code class="literal">“data”</code> property</h3> <pre class="programlisting"> “data” <span class="type">GHashTable_gchararray+gchararray_*</span></pre> -<p></p> +<p>Dictionary of key/value pairs of VPN plugin specific data. Both keys and +values must be strings.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingVPN--persistent"></a><h3>The <code class="literal">“persistent”</code> property</h3> <pre class="programlisting"> “persistent” <span class="type">gboolean</span></pre> -<p></p> +<p>If the VPN service supports persistence, and this property is <code class="literal">TRUE</code>, +the VPN will attempt to stay connected across link changes and outages, +until explicitly disconnected.</p> <p>Flags: Read / Write</p> <p>Default value: FALSE</p> </div> @@ -895,14 +874,17 @@ required</p> <div class="refsect2"> <a name="NMSettingVPN--secrets"></a><h3>The <code class="literal">“secrets”</code> property</h3> <pre class="programlisting"> “secrets” <span class="type">GHashTable_gchararray+gchararray_*</span></pre> -<p></p> +<p>Dictionary of key/value pairs of VPN plugin specific secrets like +passwords or private keys. Both keys and values must be strings.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingVPN--service-type"></a><h3>The <code class="literal">“service-type”</code> property</h3> <pre class="programlisting"> “service-type” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -910,14 +892,18 @@ required</p> <div class="refsect2"> <a name="NMSettingVPN--user-name"></a><h3>The <code class="literal">“user-name”</code> property</h3> <pre class="programlisting"> “user-name” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 be791417..35e0e7a9 100644 --- a/docs/libnm-util/html/NMSettingVlan.html +++ b/docs/libnm-util/html/NMSettingVlan.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingVlan</title> +<title>NMSettingVlan: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (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,6 @@ nm_setting_vlan_error_quark (<em class="parameter"><code><span class="type">void <div class="refsect3"> <a name="id-1.2.20.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -324,7 +323,6 @@ nm_setting_vlan_get_interface_name (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.20.9.4.5"></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> -<p></p> </div> </div> <hr> @@ -350,7 +348,6 @@ nm_setting_vlan_get_parent (<em class="parameter"><code><a class="link" href="NM <div class="refsect3"> <a name="id-1.2.20.9.5.5"></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> -<p></p> </div> </div> <hr> @@ -376,7 +373,6 @@ nm_setting_vlan_get_id (<em class="parameter"><code><a class="link" href="NMSett <div class="refsect3"> <a name="id-1.2.20.9.6.5"></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> -<p></p> </div> </div> <hr> @@ -402,7 +398,6 @@ nm_setting_vlan_get_flags (<em class="parameter"><code><a class="link" href="NMS <div class="refsect3"> <a name="id-1.2.20.9.7.5"></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> -<p></p> </div> </div> <hr> @@ -439,7 +434,6 @@ properties of this setting.</p> <div class="refsect3"> <a name="id-1.2.20.9.8.6"></a><h4>Returns</h4> <p> return the number of ingress/egress priority entries, -1 if error</p> -<p></p> </div> </div> <hr> @@ -493,7 +487,6 @@ or <a class="link" href="NMSettingVlan.html#NMSettingVlan--egress-priority-map" <div class="refsect3"> <a name="id-1.2.20.9.9.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if a priority map was returned, <code class="literal">FALSE</code> if error</p> -<p></p> </div> </div> <hr> @@ -558,7 +551,6 @@ to</p></td> <a name="id-1.2.20.9.10.8"></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> -<p></p> </div> </div> <hr> @@ -652,9 +644,8 @@ to</p></td> <div class="refsect3"> <a name="id-1.2.20.9.12.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -699,9 +690,8 @@ properties.</p> <div class="refsect3"> <a name="id-1.2.20.9.13.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -775,7 +765,6 @@ the Linux SKB priorities to 802.1p priorities.</p> <a name="id-1.2.20.9.15.6"></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> -<p></p> </div> </div> </div> @@ -785,8 +774,6 @@ overwrote the old value, <code class="literal">FALSE</code> if error</p> <a name="NM-SETTING-VLAN-SETTING-NAME:CAPS"></a><h3>NM_SETTING_VLAN_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_VLAN_SETTING_NAME "vlan" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -839,56 +826,42 @@ overwrote the old value, <code class="literal">FALSE</code> if error</p> <a name="NM-SETTING-VLAN-ERROR:CAPS"></a><h3>NM_SETTING_VLAN_ERROR</h3> <pre class="programlisting">#define NM_SETTING_VLAN_ERROR nm_setting_vlan_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-VLAN-INTERFACE-NAME:CAPS"></a><h3>NM_SETTING_VLAN_INTERFACE_NAME</h3> <pre class="programlisting">#define NM_SETTING_VLAN_INTERFACE_NAME "interface-name" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-VLAN-PARENT:CAPS"></a><h3>NM_SETTING_VLAN_PARENT</h3> <pre class="programlisting">#define NM_SETTING_VLAN_PARENT "parent" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-VLAN-ID:CAPS"></a><h3>NM_SETTING_VLAN_ID</h3> <pre class="programlisting">#define NM_SETTING_VLAN_ID "id" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-VLAN-FLAGS:CAPS"></a><h3>NM_SETTING_VLAN_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_VLAN_FLAGS "flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-VLAN-INGRESS-PRIORITY-MAP:CAPS"></a><h3>NM_SETTING_VLAN_INGRESS_PRIORITY_MAP</h3> <pre class="programlisting">#define NM_SETTING_VLAN_INGRESS_PRIORITY_MAP "ingress-priority-map" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-VLAN-EGRESS-PRIORITY-MAP:CAPS"></a><h3>NM_SETTING_VLAN_EGRESS_PRIORITY_MAP</h3> <pre class="programlisting">#define NM_SETTING_VLAN_EGRESS_PRIORITY_MAP "egress-priority-map" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -970,14 +943,20 @@ to 802.1p priorities used in VLANs.</p> <div class="refsect2"> <a name="NMSettingVlan--egress-priority-map"></a><h3>The <code class="literal">“egress-priority-map”</code> property</h3> <pre class="programlisting"> “egress-priority-map” <span class="type">GSList_gchararray_</span> *</pre> -<p></p> +<p>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".</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingVlan--flags"></a><h3>The <code class="literal">“flags”</code> property</h3> <pre class="programlisting"> “flags” <span class="type">guint</span></pre> -<p></p> +<p>One or more flags which control the behavior and features of the VLAN +interface. Flags include <a class="link" href="NMSettingVlan.html#NM-VLAN-FLAG-REORDER-HEADERS:CAPS"><code class="literal">NM_VLAN_FLAG_REORDER_HEADERS</code></a> (reordering of +output packet headers), <a class="link" href="NMSettingVlan.html#NM-VLAN-FLAG-GVRP:CAPS"><code class="literal">NM_VLAN_FLAG_GVRP</code></a> (use of the GVRP protocol), +and <a class="link" href="NMSettingVlan.html#NM-VLAN-FLAG-LOOSE-BINDING:CAPS"><code class="literal">NM_VLAN_FLAG_LOOSE_BINDING</code></a> (loose binding of the interface to its +master device's operating state).</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 0</p> </div> @@ -985,7 +964,8 @@ to 802.1p priorities used in VLANs.</p> <div class="refsect2"> <a name="NMSettingVlan--id"></a><h3>The <code class="literal">“id”</code> property</h3> <pre class="programlisting"> “id” <span class="type">guint</span></pre> -<p></p> +<p>The VLAN identifier that the interface created by this connection should +be assigned.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: <= 4095</p> <p>Default value: 0</p> @@ -994,14 +974,20 @@ to 802.1p priorities used in VLANs.</p> <div class="refsect2"> <a name="NMSettingVlan--ingress-priority-map"></a><h3>The <code class="literal">“ingress-priority-map”</code> property</h3> <pre class="programlisting"> “ingress-priority-map” <span class="type">GSList_gchararray_</span> *</pre> -<p></p> +<p>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".</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingVlan--interface-name"></a><h3>The <code class="literal">“interface-name”</code> property</h3> <pre class="programlisting"> “interface-name” <span class="type">gchar</span> *</pre> -<p></p> +<p>If given, specifies the kernel name of the VLAN interface. If not given, +a default name will be constructed from the interface described by the +parent interface and the <a class="link" href="NMSettingVlan.html#NMSettingVlan--id" title="The “id” property"><span class="type">“id”</span></a> property, eg "eth2.1". The +parent interface may be given by the <a class="link" href="NMSettingVlan.html#NMSettingVlan--parent" title="The “parent” property"><span class="type">“parent”</span></a> property or by +the <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a> property of an <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> setting.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: NULL</p> </div> @@ -1009,14 +995,16 @@ to 802.1p priorities used in VLANs.</p> <div class="refsect2"> <a name="NMSettingVlan--parent"></a><h3>The <code class="literal">“parent”</code> property</h3> <pre class="programlisting"> “parent” <span class="type">gchar</span> *</pre> -<p></p> +<p>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 <a class="link" href="NMSettingWired.html" title="NMSettingWired"><span class="type">NMSettingWired</span></a> setting +with a <a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a> property.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: NULL</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 6d0035fb..1b10df76 100644 --- a/docs/libnm-util/html/NMSettingWimax.html +++ b/docs/libnm-util/html/NMSettingWimax.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingWimax</title> +<title>NMSettingWimax: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -158,7 +158,6 @@ nm_setting_wimax_error_quark (<em class="parameter"><code><span class="type">voi <div class="refsect3"> <a name="id-1.2.12.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -170,7 +169,6 @@ nm_setting_wimax_new (<em class="parameter"><code><span class="type">void</span> <div class="refsect3"> <a name="id-1.2.12.9.3.5"></a><h4>Returns</h4> <p> the new empty <a class="link" href="NMSettingWimax.html" title="NMSettingWimax"><span class="type">NMSettingWimax</span></a> object</p> -<p></p> </div> </div> <hr> @@ -198,7 +196,6 @@ specific WiMAX network this setting describes a connection to.</p> <div class="refsect3"> <a name="id-1.2.12.9.4.6"></a><h4>Returns</h4> <p> the WiMAX NSP name</p> -<p></p> </div> </div> <hr> @@ -226,7 +223,6 @@ to.</p> <div class="refsect3"> <a name="id-1.2.12.9.5.6"></a><h4>Returns</h4> <p> the MAC address</p> -<p></p> </div> </div> </div> @@ -236,8 +232,6 @@ to.</p> <a name="NM-SETTING-WIMAX-SETTING-NAME:CAPS"></a><h3>NM_SETTING_WIMAX_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_WIMAX_SETTING_NAME "wimax" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -282,24 +276,18 @@ required</p> <a name="NM-SETTING-WIMAX-ERROR:CAPS"></a><h3>NM_SETTING_WIMAX_ERROR</h3> <pre class="programlisting">#define NM_SETTING_WIMAX_ERROR nm_setting_wimax_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIMAX-NETWORK-NAME:CAPS"></a><h3>NM_SETTING_WIMAX_NETWORK_NAME</h3> <pre class="programlisting">#define NM_SETTING_WIMAX_NETWORK_NAME "network-name" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIMAX-MAC-ADDRESS:CAPS"></a><h3>NM_SETTING_WIMAX_MAC_ADDRESS</h3> <pre class="programlisting">#define NM_SETTING_WIMAX_MAC_ADDRESS "mac-address" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -307,21 +295,23 @@ required</p> <div class="refsect2"> <a name="NMSettingWimax--mac-address"></a><h3>The <code class="literal">“mac-address”</code> property</h3> <pre class="programlisting"> “mac-address” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>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).</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingWimax--network-name"></a><h3>The <code class="literal">“network-name”</code> property</h3> <pre class="programlisting"> “network-name” <span class="type">gchar</span> *</pre> -<p></p> +<p>Network Service Provider (NSP) name of the WiMAX network this connection +should use.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 3b0bfc3f..75184b1b 100644 --- a/docs/libnm-util/html/NMSettingWired.html +++ b/docs/libnm-util/html/NMSettingWired.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingWired</title> +<title>NMSettingWired: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -396,7 +396,6 @@ nm_setting_wired_error_quark (<em class="parameter"><code><span class="type">voi <div class="refsect3"> <a name="id-1.2.5.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -434,7 +433,6 @@ nm_setting_wired_get_port (<em class="parameter"><code><a class="link" href="NMS <div class="refsect3"> <a name="id-1.2.5.9.4.5"></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> -<p></p> </div> </div> <hr> @@ -460,7 +458,6 @@ nm_setting_wired_get_speed (<em class="parameter"><code><a class="link" href="NM <div class="refsect3"> <a name="id-1.2.5.9.5.5"></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> -<p></p> </div> </div> <hr> @@ -486,7 +483,6 @@ nm_setting_wired_get_duplex (<em class="parameter"><code><a class="link" href="N <div class="refsect3"> <a name="id-1.2.5.9.6.5"></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> -<p></p> </div> </div> <hr> @@ -512,7 +508,6 @@ nm_setting_wired_get_auto_negotiate (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.5.9.7.5"></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> -<p></p> </div> </div> <hr> @@ -538,7 +533,6 @@ nm_setting_wired_get_mac_address (<em class="parameter"><code><a class="link" hr <div class="refsect3"> <a name="id-1.2.5.9.8.5"></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> -<p></p> </div> </div> <hr> @@ -565,7 +559,6 @@ nm_setting_wired_get_cloned_mac_address <div class="refsect3"> <a name="id-1.2.5.9.9.5"></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> -<p></p> </div> </div> <hr> @@ -620,9 +613,8 @@ nm_setting_wired_get_num_mac_blacklist_items <div class="refsect3"> <a name="id-1.2.5.9.11.5"></a><h4>Returns</h4> <p> the number of blacklisted MAC addresses</p> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -658,9 +650,8 @@ nm_setting_wired_get_mac_blacklist_item <p> the blacklisted MAC address string (hex-digits-and-colons notation) at index <em class="parameter"><code>idx</code></em> </p> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -696,9 +687,8 @@ nm_setting_wired_add_mac_blacklist_item <a name="id-1.2.5.9.13.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -731,7 +721,7 @@ nm_setting_wired_remove_mac_blacklist_item </tbody> </table></div> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -768,9 +758,8 @@ the blacklist</p></td> <div class="refsect3"> <a name="id-1.2.5.9.15.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -794,7 +783,7 @@ nm_setting_wired_clear_mac_blacklist_items </tr></tbody> </table></div> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -819,7 +808,6 @@ nm_setting_wired_get_mtu (<em class="parameter"><code><a class="link" href="NMSe <div class="refsect3"> <a name="id-1.2.5.9.17.5"></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> -<p></p> </div> </div> <hr> @@ -877,7 +865,6 @@ of 'qeth', 'lcs', or 'ctc'.</p> <div class="refsect3"> <a name="id-1.2.5.9.19.6"></a><h4>Returns</h4> <p> the s390 device type</p> -<p></p> </div> </div> <hr> @@ -906,7 +893,6 @@ option individually using <a class="link" href="NMSettingWired.html#nm-setting-w <div class="refsect3"> <a name="id-1.2.5.9.20.6"></a><h4>Returns</h4> <p> the number of s390-specific device options</p> -<p></p> </div> </div> <hr> @@ -962,7 +948,6 @@ option; this value is owned by the setting and should not be modified. </p></td> <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> -<p></p> </div> </div> <hr> @@ -1001,7 +986,6 @@ nm_setting_wired_get_s390_option_by_key <a name="id-1.2.5.9.22.6"></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> -<p></p> </div> </div> <hr> @@ -1046,7 +1030,6 @@ may already exist.</p> <a name="id-1.2.5.9.23.6"></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> -<p></p> </div> </div> <hr> @@ -1084,7 +1067,6 @@ list.</p> <a name="id-1.2.5.9.24.6"></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> -<p></p> </div> </div> <hr> @@ -1114,7 +1096,7 @@ nm_setting_wired_get_valid_s390_options <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> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> </div> <div class="refsect1"> @@ -1123,8 +1105,6 @@ nm_setting_wired_get_valid_s390_options <a name="NM-SETTING-WIRED-SETTING-NAME:CAPS"></a><h3>NM_SETTING_WIRED_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_WIRED_SETTING_NAME "802-3-ethernet" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -1169,96 +1149,72 @@ required</p> <a name="NM-SETTING-WIRED-ERROR:CAPS"></a><h3>NM_SETTING_WIRED_ERROR</h3> <pre class="programlisting">#define NM_SETTING_WIRED_ERROR nm_setting_wired_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRED-PORT:CAPS"></a><h3>NM_SETTING_WIRED_PORT</h3> <pre class="programlisting">#define NM_SETTING_WIRED_PORT "port" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRED-SPEED:CAPS"></a><h3>NM_SETTING_WIRED_SPEED</h3> <pre class="programlisting">#define NM_SETTING_WIRED_SPEED "speed" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRED-DUPLEX:CAPS"></a><h3>NM_SETTING_WIRED_DUPLEX</h3> <pre class="programlisting">#define NM_SETTING_WIRED_DUPLEX "duplex" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRED-AUTO-NEGOTIATE:CAPS"></a><h3>NM_SETTING_WIRED_AUTO_NEGOTIATE</h3> <pre class="programlisting">#define NM_SETTING_WIRED_AUTO_NEGOTIATE "auto-negotiate" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRED-MAC-ADDRESS:CAPS"></a><h3>NM_SETTING_WIRED_MAC_ADDRESS</h3> <pre class="programlisting">#define NM_SETTING_WIRED_MAC_ADDRESS "mac-address" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRED-CLONED-MAC-ADDRESS:CAPS"></a><h3>NM_SETTING_WIRED_CLONED_MAC_ADDRESS</h3> <pre class="programlisting">#define NM_SETTING_WIRED_CLONED_MAC_ADDRESS "cloned-mac-address" </pre> -<p> -</p> </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> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRED-MTU:CAPS"></a><h3>NM_SETTING_WIRED_MTU</h3> <pre class="programlisting">#define NM_SETTING_WIRED_MTU "mtu" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRED-S390-SUBCHANNELS:CAPS"></a><h3>NM_SETTING_WIRED_S390_SUBCHANNELS</h3> <pre class="programlisting">#define NM_SETTING_WIRED_S390_SUBCHANNELS "s390-subchannels" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRED-S390-NETTYPE:CAPS"></a><h3>NM_SETTING_WIRED_S390_NETTYPE</h3> <pre class="programlisting">#define NM_SETTING_WIRED_S390_NETTYPE "s390-nettype" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRED-S390-OPTIONS:CAPS"></a><h3>NM_SETTING_WIRED_S390_OPTIONS</h3> <pre class="programlisting">#define NM_SETTING_WIRED_S390_OPTIONS "s390-options" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -1266,7 +1222,9 @@ required</p> <div class="refsect2"> <a name="NMSettingWired--auto-negotiate"></a><h3>The <code class="literal">“auto-negotiate”</code> property</h3> <pre class="programlisting"> “auto-negotiate” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, allow auto-negotiation of port speed and duplex mode. If +<code class="literal">FALSE</code>, do not allow auto-negotiation, in which case the "speed" and +"duplex" properties should be set.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: TRUE</p> </div> @@ -1274,14 +1232,16 @@ required</p> <div class="refsect2"> <a name="NMSettingWired--cloned-mac-address"></a><h3>The <code class="literal">“cloned-mac-address”</code> property</h3> <pre class="programlisting"> “cloned-mac-address” <span class="type">GArray_guchar_</span> *</pre> -<p></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>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingWired--duplex"></a><h3>The <code class="literal">“duplex”</code> property</h3> <pre class="programlisting"> “duplex” <span class="type">gchar</span> *</pre> -<p></p> +<p>If specified, request that the device only use the specified duplex mode. +Either "half" or "full".</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1289,21 +1249,27 @@ required</p> <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">GArray_guchar_</span> *</pre> -<p></p> +<p>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).</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingWired--mac-address-blacklist"></a><h3>The <code class="literal">“mac-address-blacklist”</code> property</h3> <pre class="programlisting"> “mac-address-blacklist” <span class="type">GSList_gchararray_</span> *</pre> -<p></p> +<p>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).</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingWired--mtu"></a><h3>The <code class="literal">“mtu”</code> property</h3> <pre class="programlisting"> “mtu” <span class="type">guint</span></pre> -<p></p> +<p>If non-zero, only transmit packets of the specified size or smaller, +breaking larger packets up into multiple Ethernet frames.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 0</p> </div> @@ -1311,7 +1277,10 @@ required</p> <div class="refsect2"> <a name="NMSettingWired--port"></a><h3>The <code class="literal">“port”</code> property</h3> <pre class="programlisting"> “port” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1319,7 +1288,8 @@ required</p> <div class="refsect2"> <a name="NMSettingWired--s390-nettype"></a><h3>The <code class="literal">“s390-nettype”</code> property</h3> <pre class="programlisting"> “s390-nettype” <span class="type">gchar</span> *</pre> -<p></p> +<p>s390 network device type; one of "qeth", "lcs", or "ctc", representing +the different types of virtual network devices available on s390 systems.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1327,28 +1297,37 @@ required</p> <div class="refsect2"> <a name="NMSettingWired--s390-options"></a><h3>The <code class="literal">“s390-options”</code> property</h3> <pre class="programlisting"> “s390-options” <span class="type">GHashTable_gchararray+gchararray_*</span></pre> -<p></p> +<p>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]).</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingWired--s390-subchannels"></a><h3>The <code class="literal">“s390-subchannels”</code> property</h3> <pre class="programlisting"> “s390-subchannels” <span class="type">GPtrArray_gchararray_</span> *</pre> -<p></p> +<p>Identifies specific subchannels that this network device uses for +communication with z/VM or s390 host. Like the +<a class="link" href="NMSettingWired.html#NMSettingWired--mac-address" title="The “mac-address” property"><span class="type">“mac-address”</span></a> 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.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingWired--speed"></a><h3>The <code class="literal">“speed”</code> property</h3> <pre class="programlisting"> “speed” <span class="type">guint</span></pre> -<p></p> +<p>If non-zero, request that the device use only the specified speed. In +Mbit/s, ie 100 == 100Mbit/s.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 0</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 f668698a..4642d621 100644 --- a/docs/libnm-util/html/NMSettingWireless.html +++ b/docs/libnm-util/html/NMSettingWireless.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingWireless</title> +<title>NMSettingWireless: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -445,7 +445,6 @@ nm_setting_wireless_error_quark (<em class="parameter"><code><span class="type"> <div class="refsect3"> <a name="id-1.2.6.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -483,7 +482,6 @@ nm_setting_wireless_get_ssid (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.6.9.4.5"></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></p> </div> </div> <hr> @@ -509,7 +507,6 @@ nm_setting_wireless_get_mode (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.6.9.5.5"></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> -<p></p> </div> </div> <hr> @@ -535,7 +532,6 @@ nm_setting_wireless_get_band (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.6.9.6.5"></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> -<p></p> </div> </div> <hr> @@ -561,7 +557,6 @@ nm_setting_wireless_get_channel (<em class="parameter"><code><a class="link" hre <div class="refsect3"> <a name="id-1.2.6.9.7.5"></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> -<p></p> </div> </div> <hr> @@ -587,7 +582,6 @@ nm_setting_wireless_get_bssid (<em class="parameter"><code><a class="link" href= <div class="refsect3"> <a name="id-1.2.6.9.8.5"></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> -<p></p> </div> </div> <hr> @@ -613,7 +607,6 @@ nm_setting_wireless_get_rate (<em class="parameter"><code><a class="link" href=" <div class="refsect3"> <a name="id-1.2.6.9.9.5"></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> -<p></p> </div> </div> <hr> @@ -639,7 +632,6 @@ nm_setting_wireless_get_tx_power (<em class="parameter"><code><a class="link" hr <div class="refsect3"> <a name="id-1.2.6.9.10.5"></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> -<p></p> </div> </div> <hr> @@ -665,7 +657,6 @@ nm_setting_wireless_get_mac_address (<em class="parameter"><code><a class="link" <div class="refsect3"> <a name="id-1.2.6.9.11.5"></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> -<p></p> </div> </div> <hr> @@ -692,7 +683,6 @@ nm_setting_wireless_get_cloned_mac_address <div class="refsect3"> <a name="id-1.2.6.9.12.5"></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> -<p></p> </div> </div> <hr> @@ -747,9 +737,8 @@ nm_setting_wireless_get_num_mac_blacklist_items <div class="refsect3"> <a name="id-1.2.6.9.14.5"></a><h4>Returns</h4> <p> the number of blacklisted MAC addresses</p> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -785,9 +774,8 @@ nm_setting_wireless_get_mac_blacklist_item <p> the blacklisted MAC address string (hex-digits-and-colons notation) at index <em class="parameter"><code>idx</code></em> </p> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -823,9 +811,8 @@ nm_setting_wireless_add_mac_blacklist_item <a name="id-1.2.6.9.16.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -858,7 +845,7 @@ nm_setting_wireless_remove_mac_blacklist_item </tbody> </table></div> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -895,9 +882,8 @@ the blacklist</p></td> <div class="refsect3"> <a name="id-1.2.6.9.18.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -921,7 +907,7 @@ nm_setting_wireless_clear_mac_blacklist_items </tr></tbody> </table></div> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -946,7 +932,6 @@ nm_setting_wireless_get_mtu (<em class="parameter"><code><a class="link" href="N <div class="refsect3"> <a name="id-1.2.6.9.20.5"></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> -<p></p> </div> </div> <hr> @@ -972,7 +957,6 @@ nm_setting_wireless_get_hidden (<em class="parameter"><code><a class="link" href <div class="refsect3"> <a name="id-1.2.6.9.21.5"></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> -<p></p> </div> </div> <hr> @@ -1011,7 +995,6 @@ not be preserved.</p> <a name="id-1.2.6.9.22.6"></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> -<p></p> </div> </div> <hr> @@ -1038,7 +1021,6 @@ nm_setting_wireless_get_num_seen_bssids <div class="refsect3"> <a name="id-1.2.6.9.23.5"></a><h4>Returns</h4> <p> the number of BSSIDs in the previously seen BSSID list</p> -<p></p> </div> </div> <hr> @@ -1073,7 +1055,6 @@ nm_setting_wireless_get_seen_bssid (<em class="parameter"><code><a class="link" <a name="id-1.2.6.9.24.5"></a><h4>Returns</h4> <p> the BSSID at index <em class="parameter"><code>i</code></em> </p> -<p></p> </div> </div> <hr> @@ -1141,7 +1122,6 @@ capabilities</p></td> <a name="id-1.2.6.9.25.6"></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> -<p></p> </div> </div> <hr> @@ -1172,7 +1152,6 @@ the presence of NM_SETTING_WIRELESS_SECURITY_SETTING_NAME in the connection.</p> <div class="refsect3"> <a name="id-1.2.6.9.26.6"></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> -<p></p> </div> </div> </div> @@ -1182,8 +1161,6 @@ the presence of NM_SETTING_WIRELESS_SECURITY_SETTING_NAME in the connection.</p> <a name="NM-SETTING-WIRELESS-SETTING-NAME:CAPS"></a><h3>NM_SETTING_WIRELESS_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SETTING_NAME "802-11-wireless" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -1244,120 +1221,90 @@ set to a value that requires the <a class="link" href="NMSettingWireless.html#NM <a name="NM-SETTING-WIRELESS-ERROR:CAPS"></a><h3>NM_SETTING_WIRELESS_ERROR</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_ERROR nm_setting_wireless_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SSID:CAPS"></a><h3>NM_SETTING_WIRELESS_SSID</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SSID "ssid" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-MODE:CAPS"></a><h3>NM_SETTING_WIRELESS_MODE</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_MODE "mode" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-BAND:CAPS"></a><h3>NM_SETTING_WIRELESS_BAND</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_BAND "band" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-CHANNEL:CAPS"></a><h3>NM_SETTING_WIRELESS_CHANNEL</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_CHANNEL "channel" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-BSSID:CAPS"></a><h3>NM_SETTING_WIRELESS_BSSID</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_BSSID "bssid" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-RATE:CAPS"></a><h3>NM_SETTING_WIRELESS_RATE</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_RATE "rate" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-TX-POWER:CAPS"></a><h3>NM_SETTING_WIRELESS_TX_POWER</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_TX_POWER "tx-power" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-MAC-ADDRESS:CAPS"></a><h3>NM_SETTING_WIRELESS_MAC_ADDRESS</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_MAC_ADDRESS "mac-address" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-CLONED-MAC-ADDRESS:CAPS"></a><h3>NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS "cloned-mac-address" </pre> -<p> -</p> </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> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-MTU:CAPS"></a><h3>NM_SETTING_WIRELESS_MTU</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_MTU "mtu" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SEEN-BSSIDS:CAPS"></a><h3>NM_SETTING_WIRELESS_SEEN_BSSIDS</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SEEN_BSSIDS "seen-bssids" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-HIDDEN:CAPS"></a><h3>NM_SETTING_WIRELESS_HIDDEN</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_HIDDEN "hidden" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SEC:CAPS"></a><h3>NM_SETTING_WIRELESS_SEC</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SEC "security" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -1373,7 +1320,7 @@ set to a value that requires the <a class="link" href="NMSettingWireless.html#NM </pre> <p>Indicates AP/master mode where the wireless device is started as an access point/hotspot.</p> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -1389,7 +1336,12 @@ for this connection.</p> <div class="refsect2"> <a name="NMSettingWireless--band"></a><h3>The <code class="literal">“band”</code> property</h3> <pre class="programlisting"> “band” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1397,14 +1349,20 @@ for this connection.</p> <div class="refsect2"> <a name="NMSettingWireless--bssid"></a><h3>The <code class="literal">“bssid”</code> property</h3> <pre class="programlisting"> “bssid” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingWireless--channel"></a><h3>The <code class="literal">“channel”</code> property</h3> <pre class="programlisting"> “channel” <span class="type">guint</span></pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 0</p> </div> @@ -1412,14 +1370,19 @@ for this connection.</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">GArray_guchar_</span> *</pre> -<p></p> +<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>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingWireless--hidden"></a><h3>The <code class="literal">“hidden”</code> property</h3> <pre class="programlisting"> “hidden” <span class="type">gboolean</span></pre> -<p></p> +<p>If <code class="literal">TRUE</code>, 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.</p> <p>Flags: Read / Write</p> <p>Default value: FALSE</p> </div> @@ -1427,21 +1390,26 @@ for this connection.</p> <div class="refsect2"> <a name="NMSettingWireless--mac-address"></a><h3>The <code class="literal">“mac-address”</code> property</h3> <pre class="programlisting"> “mac-address” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>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).</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingWireless--mac-address-blacklist"></a><h3>The <code class="literal">“mac-address-blacklist”</code> property</h3> <pre class="programlisting"> “mac-address-blacklist” <span class="type">GSList_gchararray_</span> *</pre> -<p></p> +<p>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").</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingWireless--mode"></a><h3>The <code class="literal">“mode”</code> property</h3> <pre class="programlisting"> “mode” <span class="type">gchar</span> *</pre> -<p></p> +<p>Wi-Fi network mode; one of "infrastructure", "adhoc" or "ap". If blank, +infrastructure is assumed.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1449,7 +1417,8 @@ for this connection.</p> <div class="refsect2"> <a name="NMSettingWireless--mtu"></a><h3>The <code class="literal">“mtu”</code> property</h3> <pre class="programlisting"> “mtu” <span class="type">guint</span></pre> -<p></p> +<p>If non-zero, only transmit packets of the specified size or smaller, +breaking larger packets up into multiple Ethernet frames.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 0</p> </div> @@ -1457,7 +1426,10 @@ for this connection.</p> <div class="refsect2"> <a name="NMSettingWireless--rate"></a><h3>The <code class="literal">“rate”</code> property</h3> <pre class="programlisting"> “rate” <span class="type">guint</span></pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 0</p> </div> @@ -1465,7 +1437,10 @@ for this connection.</p> <div class="refsect2"> <a name="NMSettingWireless--security"></a><h3>The <code class="literal">“security”</code> property</h3> <pre class="programlisting"> “security” <span class="type">gchar</span> *</pre> -<p></p> +<p>If the wireless connection has any security restrictions, like 802.1x, +WEP, or WPA, set this property to +<a class="link" href="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-SETTING-NAME:CAPS" title="NM_SETTING_WIRELESS_SECURITY_SETTING_NAME"><code class="literal">NM_SETTING_WIRELESS_SECURITY_SETTING_NAME</code></a> and ensure the connection +contains a valid <a class="link" href="NMSettingWirelessSecurity.html" title="NMSettingWirelessSecurity"><span class="type">NMSettingWirelessSecurity</span></a> setting.</p> <div class="warning"> <p><code class="literal">NMSettingWireless:security</code> has been deprecated since version 0.9.10 and should not be used in newly-written code.</p> <p>No longer used. Security restrictions are recognized @@ -1479,28 +1454,34 @@ connection.</p> <div class="refsect2"> <a name="NMSettingWireless--seen-bssids"></a><h3>The <code class="literal">“seen-bssids”</code> property</h3> <pre class="programlisting"> “seen-bssids” <span class="type">GSList_gchararray_</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingWireless--ssid"></a><h3>The <code class="literal">“ssid”</code> property</h3> <pre class="programlisting"> “ssid” <span class="type">GArray_guchar_</span> *</pre> -<p></p> +<p>SSID of the Wi-Fi network. Must be specified.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingWireless--tx-power"></a><h3>The <code class="literal">“tx-power”</code> property</h3> <pre class="programlisting"> “tx-power” <span class="type">guint</span></pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write / Construct</p> <p>Default value: 0</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 6f4b21a9..d091dda2 100644 --- a/docs/libnm-util/html/NMSettingWirelessSecurity.html +++ b/docs/libnm-util/html/NMSettingWirelessSecurity.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NMSettingWirelessSecurity</title> +<title>NMSettingWirelessSecurity: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -537,7 +537,6 @@ nm_setting_wireless_security_error_quark <div class="refsect3"> <a name="id-1.2.7.9.2.5"></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> -<p></p> </div> </div> <hr> @@ -576,7 +575,6 @@ nm_setting_wireless_security_get_key_mgmt <div class="refsect3"> <a name="id-1.2.7.9.4.5"></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> -<p></p> </div> </div> <hr> @@ -604,7 +602,6 @@ nm_setting_wireless_security_get_num_protos <a name="id-1.2.7.9.5.5"></a><h4>Returns</h4> <p> the number of security protocols this connection allows when connecting to secure Wi-Fi networks</p> -<p></p> </div> </div> <hr> @@ -640,7 +637,6 @@ nm_setting_wireless_security_get_proto <a name="id-1.2.7.9.6.5"></a><h4>Returns</h4> <p> the protocol at index <em class="parameter"><code>i</code></em> </p> -<p></p> </div> </div> <hr> @@ -682,7 +678,6 @@ with the access point.</p> <a name="id-1.2.7.9.7.6"></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> -<p></p> </div> </div> <hr> @@ -749,9 +744,8 @@ nm_setting_wireless_security_remove_proto_by_value <div class="refsect3"> <a name="id-1.2.7.9.9.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -801,7 +795,6 @@ nm_setting_wireless_security_get_num_pairwise <div class="refsect3"> <a name="id-1.2.7.9.11.5"></a><h4>Returns</h4> <p> the number of pairwise encryption algorithms in the allowed list</p> -<p></p> </div> </div> <hr> @@ -839,7 +832,6 @@ list.</p> <a name="id-1.2.7.9.12.6"></a><h4>Returns</h4> <p> the pairwise encryption algorithm at index <em class="parameter"><code>i</code></em> </p> -<p></p> </div> </div> <hr> @@ -879,7 +871,6 @@ compatible with this connection.</p> <a name="id-1.2.7.9.13.6"></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> -<p></p> </div> </div> <hr> @@ -948,9 +939,8 @@ algorithm list.</p> <div class="refsect3"> <a name="id-1.2.7.9.15.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1000,7 +990,6 @@ nm_setting_wireless_security_get_num_groups <div class="refsect3"> <a name="id-1.2.7.9.17.5"></a><h4>Returns</h4> <p> the number of groupwise encryption algorithms in the allowed list</p> -<p></p> </div> </div> <hr> @@ -1038,7 +1027,6 @@ list.</p> <a name="id-1.2.7.9.18.6"></a><h4>Returns</h4> <p> the groupwise encryption algorithm at index <em class="parameter"><code>i</code></em> </p> -<p></p> </div> </div> <hr> @@ -1079,7 +1067,6 @@ compatible with this connection.</p> <a name="id-1.2.7.9.19.6"></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> -<p></p> </div> </div> <hr> @@ -1149,9 +1136,8 @@ algorithm list.</p> <div class="refsect3"> <a name="id-1.2.7.9.21.6"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -1200,7 +1186,6 @@ nm_setting_wireless_security_get_psk (<em class="parameter"><code><a class="link <div class="refsect3"> <a name="id-1.2.7.9.23.5"></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> -<p></p> </div> </div> <hr> @@ -1228,7 +1213,6 @@ nm_setting_wireless_security_get_psk_flags <a name="id-1.2.7.9.24.5"></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> -<p></p> </div> </div> <hr> @@ -1255,7 +1239,6 @@ nm_setting_wireless_security_get_leap_username <div class="refsect3"> <a name="id-1.2.7.9.25.5"></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> -<p></p> </div> </div> <hr> @@ -1282,7 +1265,6 @@ nm_setting_wireless_security_get_leap_password <div class="refsect3"> <a name="id-1.2.7.9.26.5"></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> -<p></p> </div> </div> <hr> @@ -1310,7 +1292,6 @@ nm_setting_wireless_security_get_leap_password_flags <a name="id-1.2.7.9.27.5"></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> -<p></p> </div> </div> <hr> @@ -1345,7 +1326,6 @@ nm_setting_wireless_security_get_wep_key <div class="refsect3"> <a name="id-1.2.7.9.28.5"></a><h4>Returns</h4> <p> the WEP key at the given index</p> -<p></p> </div> </div> <hr> @@ -1411,7 +1391,6 @@ nm_setting_wireless_security_get_wep_tx_keyidx <div class="refsect3"> <a name="id-1.2.7.9.30.5"></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> -<p></p> </div> </div> <hr> @@ -1438,7 +1417,6 @@ nm_setting_wireless_security_get_auth_alg <div class="refsect3"> <a name="id-1.2.7.9.31.5"></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> -<p></p> </div> </div> <hr> @@ -1465,7 +1443,6 @@ nm_setting_wireless_security_get_wep_key_flags <div class="refsect3"> <a name="id-1.2.7.9.32.5"></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> -<p></p> </div> </div> <hr> @@ -1492,7 +1469,6 @@ nm_setting_wireless_security_get_wep_key_type <div class="refsect3"> <a name="id-1.2.7.9.33.5"></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> -<p></p> </div> </div> </div> @@ -1502,8 +1478,6 @@ nm_setting_wireless_security_get_wep_key_type <a name="NM-SETTING-WIRELESS-SECURITY-SETTING-NAME:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_SETTING_NAME</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_SETTING_NAME "802-11-wireless-security" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -1581,8 +1555,6 @@ encryption protocol</p> <a name="NM-SETTING-WIRELESS-SECURITY-ERROR:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_ERROR</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_ERROR nm_setting_wireless_security_error_quark () </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -1648,136 +1620,102 @@ the actual WEP key using the MD5 hash algorithm.</p> <a name="NM-SETTING-WIRELESS-SECURITY-KEY-MGMT:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_KEY_MGMT</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_KEY_MGMT "key-mgmt" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-WEP-TX-KEYIDX:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX "wep-tx-keyidx" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-AUTH-ALG:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_AUTH_ALG</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_AUTH_ALG "auth-alg" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-PROTO:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_PROTO</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_PROTO "proto" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-PAIRWISE:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_PAIRWISE</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_PAIRWISE "pairwise" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-GROUP:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_GROUP</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_GROUP "group" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-LEAP-USERNAME:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME "leap-username" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY0:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY0</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY0 "wep-key0" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY1:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY1</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY1 "wep-key1" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY2:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY2</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY2 "wep-key2" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY3:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY3</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY3 "wep-key3" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY-FLAGS:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY_FLAGS "wep-key-flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-WEP-KEY-TYPE:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE "wep-key-type" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-PSK:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_PSK</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_PSK "psk" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-PSK-FLAGS:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_PSK_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_PSK_FLAGS "psk-flags" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD "leap-password" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-SETTING-WIRELESS-SECURITY-LEAP-PASSWORD-FLAGS:CAPS"></a><h3>NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD_FLAGS</h3> <pre class="programlisting">#define NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD_FLAGS "leap-password-flags" </pre> -<p> -</p> </div> </div> <div class="refsect1"> @@ -1785,7 +1723,11 @@ the actual WEP key using the MD5 hash algorithm.</p> <div class="refsect2"> <a name="NMSettingWirelessSecurity--auth-alg"></a><h3>The <code class="literal">“auth-alg”</code> property</h3> <pre class="programlisting"> “auth-alg” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1793,14 +1735,20 @@ the actual WEP key using the MD5 hash algorithm.</p> <div class="refsect2"> <a name="NMSettingWirelessSecurity--group"></a><h3>The <code class="literal">“group”</code> property</h3> <pre class="programlisting"> “group” <span class="type">GSList_gchararray_</span> *</pre> -<p></p> +<p>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".</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingWirelessSecurity--key-mgmt"></a><h3>The <code class="literal">“key-mgmt”</code> property</h3> <pre class="programlisting"> “key-mgmt” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1808,7 +1756,8 @@ the actual WEP key using the MD5 hash algorithm.</p> <div class="refsect2"> <a name="NMSettingWirelessSecurity--leap-password"></a><h3>The <code class="literal">“leap-password”</code> property</h3> <pre class="programlisting"> “leap-password” <span class="type">gchar</span> *</pre> -<p></p> +<p>The login password for legacy LEAP connections (ie, key-mgmt = +"ieee8021x" and auth-alg = "leap").</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1816,7 +1765,8 @@ the actual WEP key using the MD5 hash algorithm.</p> <div class="refsect2"> <a name="NMSettingWirelessSecurity--leap-password-flags"></a><h3>The <code class="literal">“leap-password-flags”</code> property</h3> <pre class="programlisting"> “leap-password-flags” <span class="type">guint</span></pre> -<p></p> +<p>Flags indicating how to handle the +<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--leap-password" title="The “leap-password” property"><span class="type">“leap-password”</span></a> property.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> @@ -1825,7 +1775,8 @@ the actual WEP key using the MD5 hash algorithm.</p> <div class="refsect2"> <a name="NMSettingWirelessSecurity--leap-username"></a><h3>The <code class="literal">“leap-username”</code> property</h3> <pre class="programlisting"> “leap-username” <span class="type">gchar</span> *</pre> -<p></p> +<p>The login username for legacy LEAP connections (ie, key-mgmt = +"ieee8021x" and auth-alg = "leap").</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1833,21 +1784,31 @@ the actual WEP key using the MD5 hash algorithm.</p> <div class="refsect2"> <a name="NMSettingWirelessSecurity--pairwise"></a><h3>The <code class="literal">“pairwise”</code> property</h3> <pre class="programlisting"> “pairwise” <span class="type">GSList_gchararray_</span> *</pre> -<p></p> +<p>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".</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingWirelessSecurity--proto"></a><h3>The <code class="literal">“proto”</code> property</h3> <pre class="programlisting"> “proto” <span class="type">GSList_gchararray_</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="NMSettingWirelessSecurity--psk"></a><h3>The <code class="literal">“psk”</code> property</h3> <pre class="programlisting"> “psk” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1855,7 +1816,8 @@ the actual WEP key using the MD5 hash algorithm.</p> <div class="refsect2"> <a name="NMSettingWirelessSecurity--psk-flags"></a><h3>The <code class="literal">“psk-flags”</code> property</h3> <pre class="programlisting"> “psk-flags” <span class="type">guint</span></pre> -<p></p> +<p>Flags indicating how to handle the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--psk" title="The “psk” property"><span class="type">“psk”</span></a> +property.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> @@ -1864,7 +1826,9 @@ the actual WEP key using the MD5 hash algorithm.</p> <div class="refsect2"> <a name="NMSettingWirelessSecurity--wep-key-flags"></a><h3>The <code class="literal">“wep-key-flags”</code> property</h3> <pre class="programlisting"> “wep-key-flags” <span class="type">guint</span></pre> -<p></p> +<p>Flags indicating how to handle the <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key0" title="The “wep-key0” property"><span class="type">“wep-key0”</span></a>, +<a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key1" title="The “wep-key1” property"><span class="type">“wep-key1”</span></a>, <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key2" title="The “wep-key2” property"><span class="type">“wep-key2”</span></a>, +and <a class="link" href="NMSettingWirelessSecurity.html#NMSettingWirelessSecurity--wep-key3" title="The “wep-key3” property"><span class="type">“wep-key3”</span></a> properties.</p> <p>Flags: Read / Write</p> <p>Allowed values: <= 7</p> <p>Default value: 0</p> @@ -1873,7 +1837,12 @@ the actual WEP key using the MD5 hash algorithm.</p> <div class="refsect2"> <a name="NMSettingWirelessSecurity--wep-key-type"></a><h3>The <code class="literal">“wep-key-type”</code> property</h3> <pre class="programlisting"> “wep-key-type” <span class="type">guint</span></pre> -<p></p> +<p>Controls the interpretation of WEP keys. Allowed values are +<a class="link" href="NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-KEY:CAPS"><code class="literal">NM_WEP_KEY_TYPE_KEY</code></a>, in which case the key is either a 10- or +26-character hexadecimal string, or a 5- or 13-character ASCII password; +or <a class="link" href="NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-PASSPHRASE:CAPS"><code class="literal">NM_WEP_KEY_TYPE_PASSPHRASE</code></a>, 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.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: <= 2</p> <p>Default value: 0</p> @@ -1882,7 +1851,8 @@ the actual WEP key using the MD5 hash algorithm.</p> <div class="refsect2"> <a name="NMSettingWirelessSecurity--wep-key0"></a><h3>The <code class="literal">“wep-key0”</code> property</h3> <pre class="programlisting"> “wep-key0” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1890,7 +1860,8 @@ the actual WEP key using the MD5 hash algorithm.</p> <div class="refsect2"> <a name="NMSettingWirelessSecurity--wep-key1"></a><h3>The <code class="literal">“wep-key1”</code> property</h3> <pre class="programlisting"> “wep-key1” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1898,7 +1869,8 @@ the actual WEP key using the MD5 hash algorithm.</p> <div class="refsect2"> <a name="NMSettingWirelessSecurity--wep-key2"></a><h3>The <code class="literal">“wep-key2”</code> property</h3> <pre class="programlisting"> “wep-key2” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1906,7 +1878,8 @@ the actual WEP key using the MD5 hash algorithm.</p> <div class="refsect2"> <a name="NMSettingWirelessSecurity--wep-key3"></a><h3>The <code class="literal">“wep-key3”</code> property</h3> <pre class="programlisting"> “wep-key3” <span class="type">gchar</span> *</pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write</p> <p>Default value: NULL</p> </div> @@ -1914,7 +1887,10 @@ the actual WEP key using the MD5 hash algorithm.</p> <div class="refsect2"> <a name="NMSettingWirelessSecurity--wep-tx-keyidx"></a><h3>The <code class="literal">“wep-tx-keyidx”</code> property</h3> <pre class="programlisting"> “wep-tx-keyidx” <span class="type">guint</span></pre> -<p></p> +<p>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.</p> <p>Flags: Read / Write / Construct</p> <p>Allowed values: <= 3</p> <p>Default value: 0</p> @@ -1922,7 +1898,6 @@ the actual WEP key using the MD5 hash algorithm.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 fbcda20a..76baf202 100644 --- a/docs/libnm-util/html/annotation-glossary.html +++ b/docs/libnm-util/html/annotation-glossary.html @@ -2,12 +2,12 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: Annotation Glossary</title> +<title>Annotation Glossary: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (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,8 @@ <a name="glsS"></a><h3 class="title">S</h3> <dt><span class="glossterm"><a name="annotation-glossterm-scope%20call"></a>scope call</span></dt> <dd class="glossdef"><p>The callback is valid only during the call to the method.</p></dd> +<dt><span class="glossterm"><a name="annotation-glossterm-skip"></a>skip</span></dt> +<dd class="glossdef"><p>Exposed in C code, not necessarily available in other languages.</p></dd> <a name="glsT"></a><h3 class="title">T</h3> <dt><span class="glossterm"><a name="annotation-glossterm-transfer%20container"></a>transfer container</span></dt> <dd class="glossdef"><p>Free data container after the code is done.</p></dd> @@ -62,7 +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.21</div> +<hr>Generated by GTK-Doc V1.24</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 228ba8e6..b7b0aaf5 100644 --- a/docs/libnm-util/html/api-index-full.html +++ b/docs/libnm-util/html/api-index-full.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: API Index</title> +<title>API Index: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <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="object-tree.html" title="Object Hierarchy"> <link rel="next" href="annotation-glossary.html" title="Annotation Glossary"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -5220,7 +5220,6 @@ <dd></dd> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 ef2dca61..44d6c268 100644 --- a/docs/libnm-util/html/ch01.html +++ b/docs/libnm-util/html/ch01.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: libnm-util API Reference</title> +<title>libnm-util API Reference: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <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="index.html" title="libnm-util Reference Manual"> <link rel="next" href="NMConnection.html" title="NMConnection"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (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,6 @@ that require PPP to deliver IP capability</span> </dl></div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 36815443..7be22883 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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (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.0.2 + for libnm-util 1.0.4 The latest version of this documentation can be found on-line at <a class="ulink" href="https://developer.gnome.org/libnm-util/0.9/" target="_top">https://developer.gnome.org/libnm-util/0.9/</a>. @@ -152,7 +152,6 @@ that require PPP to deliver IP capability</span> </dl></div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 index 417ba768..77fff963 100644 --- a/docs/libnm-util/html/index.sgml +++ b/docs/libnm-util/html/index.sgml @@ -73,6 +73,11 @@ <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"> @@ -115,13 +120,37 @@ <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"> @@ -160,6 +189,11 @@ <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"> @@ -224,6 +258,9 @@ <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"> @@ -284,6 +321,11 @@ <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"> @@ -360,8 +402,19 @@ <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"> @@ -412,6 +465,10 @@ <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"> @@ -438,6 +495,10 @@ <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"> @@ -467,6 +528,10 @@ <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"> @@ -502,6 +567,10 @@ <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"> @@ -515,7 +584,29 @@ <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"> @@ -543,6 +634,9 @@ <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"> @@ -571,6 +665,11 @@ <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"> @@ -613,6 +712,9 @@ <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"> @@ -647,6 +749,9 @@ <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"> @@ -670,6 +775,9 @@ <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"> @@ -690,6 +798,9 @@ <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"> @@ -706,6 +817,9 @@ <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"> @@ -725,6 +839,9 @@ <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"> @@ -762,6 +879,10 @@ <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"> @@ -770,7 +891,12 @@ <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="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"> @@ -793,6 +919,9 @@ <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"> @@ -821,6 +950,9 @@ <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"> @@ -876,8 +1008,15 @@ <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"> @@ -990,9 +1129,19 @@ <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"> @@ -1131,6 +1280,10 @@ <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"> @@ -1235,6 +1388,10 @@ <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"> @@ -1255,6 +1412,10 @@ <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"> @@ -1299,6 +1460,10 @@ <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"> @@ -1354,6 +1519,10 @@ <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"> @@ -1391,6 +1560,9 @@ <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"> @@ -1464,6 +1636,15 @@ <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"> @@ -1512,19 +1693,171 @@ <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="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"> @@ -1556,9 +1889,39 @@ <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"> @@ -1599,6 +1962,7 @@ <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 bbad114b..1154416a 100644 --- a/docs/libnm-util/html/libnm-util-NetworkManager.html +++ b/docs/libnm-util/html/libnm-util-NetworkManager.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NetworkManager</title> +<title>NetworkManager: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -260,11 +260,10 @@ </div> <div class="refsect1"> <a name="libnm-util-NetworkManager.description"></a><h2>Description</h2> -<p> -</p> </div> <div class="refsect1"> <a name="libnm-util-NetworkManager.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="libnm-util-NetworkManager.other_details"></a><h2>Types and Values</h2> @@ -272,320 +271,240 @@ <a name="NM-DBUS-SERVICE:CAPS"></a><h3>NM_DBUS_SERVICE</h3> <pre class="programlisting">#define NM_DBUS_SERVICE "org.freedesktop.NetworkManager" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-PATH:CAPS"></a><h3>NM_DBUS_PATH</h3> <pre class="programlisting">#define NM_DBUS_PATH "/org/freedesktop/NetworkManager" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE:CAPS"></a><h3>NM_DBUS_INTERFACE</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE "org.freedesktop.NetworkManager" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE NM_DBUS_INTERFACE ".Device" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-WIRED:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_WIRED</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_WIRED NM_DBUS_INTERFACE_DEVICE ".Wired" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-ADSL:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_ADSL</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_ADSL NM_DBUS_INTERFACE_DEVICE ".Adsl" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-WIRELESS:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_WIRELESS</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_WIRELESS NM_DBUS_INTERFACE_DEVICE ".Wireless" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-BLUETOOTH:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_BLUETOOTH</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_BLUETOOTH NM_DBUS_INTERFACE_DEVICE ".Bluetooth" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-OLPC-MESH:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_OLPC_MESH</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_OLPC_MESH NM_DBUS_INTERFACE_DEVICE ".OlpcMesh" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-PATH-ACCESS-POINT:CAPS"></a><h3>NM_DBUS_PATH_ACCESS_POINT</h3> <pre class="programlisting">#define NM_DBUS_PATH_ACCESS_POINT NM_DBUS_PATH "/AccessPoint" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-ACCESS-POINT:CAPS"></a><h3>NM_DBUS_INTERFACE_ACCESS_POINT</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_ACCESS_POINT NM_DBUS_INTERFACE ".AccessPoint" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-MODEM:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_MODEM</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_MODEM NM_DBUS_INTERFACE_DEVICE ".Modem" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-WIMAX:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_WIMAX</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_WIMAX NM_DBUS_INTERFACE_DEVICE ".WiMax" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-WIMAX-NSP:CAPS"></a><h3>NM_DBUS_INTERFACE_WIMAX_NSP</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_WIMAX_NSP NM_DBUS_INTERFACE ".WiMax.Nsp" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-PATH-WIMAX-NSP:CAPS"></a><h3>NM_DBUS_PATH_WIMAX_NSP</h3> <pre class="programlisting">#define NM_DBUS_PATH_WIMAX_NSP NM_DBUS_PATH "/Nsp" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-ACTIVE-CONNECTION:CAPS"></a><h3>NM_DBUS_INTERFACE_ACTIVE_CONNECTION</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_ACTIVE_CONNECTION NM_DBUS_INTERFACE ".Connection.Active" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-IP4-CONFIG:CAPS"></a><h3>NM_DBUS_INTERFACE_IP4_CONFIG</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_IP4_CONFIG NM_DBUS_INTERFACE ".IP4Config" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DHCP4-CONFIG:CAPS"></a><h3>NM_DBUS_INTERFACE_DHCP4_CONFIG</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DHCP4_CONFIG NM_DBUS_INTERFACE ".DHCP4Config" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-IP6-CONFIG:CAPS"></a><h3>NM_DBUS_INTERFACE_IP6_CONFIG</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_IP6_CONFIG NM_DBUS_INTERFACE ".IP6Config" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DHCP6-CONFIG:CAPS"></a><h3>NM_DBUS_INTERFACE_DHCP6_CONFIG</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DHCP6_CONFIG NM_DBUS_INTERFACE ".DHCP6Config" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-INFINIBAND:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_INFINIBAND</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_INFINIBAND NM_DBUS_INTERFACE_DEVICE ".Infiniband" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-BOND:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_BOND</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_BOND NM_DBUS_INTERFACE_DEVICE ".Bond" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-TEAM:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_TEAM</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_TEAM NM_DBUS_INTERFACE_DEVICE ".Team" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-VLAN:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_VLAN</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_VLAN NM_DBUS_INTERFACE_DEVICE ".Vlan" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-BRIDGE:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_BRIDGE</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_BRIDGE NM_DBUS_INTERFACE_DEVICE ".Bridge" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-GENERIC:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_GENERIC</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_GENERIC NM_DBUS_INTERFACE_DEVICE ".Generic" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-VETH:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_VETH</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_VETH NM_DBUS_INTERFACE_DEVICE ".Veth" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-TUN:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_TUN</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_TUN NM_DBUS_INTERFACE_DEVICE ".Tun" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-MACVLAN:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_MACVLAN</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_MACVLAN NM_DBUS_INTERFACE_DEVICE ".Macvlan" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-VXLAN:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_VXLAN</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_VXLAN NM_DBUS_INTERFACE_DEVICE ".Vxlan" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-DEVICE-GRE:CAPS"></a><h3>NM_DBUS_INTERFACE_DEVICE_GRE</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_DEVICE_GRE NM_DBUS_INTERFACE_DEVICE ".Gre" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-IFACE-SETTINGS:CAPS"></a><h3>NM_DBUS_IFACE_SETTINGS</h3> <pre class="programlisting">#define NM_DBUS_IFACE_SETTINGS "org.freedesktop.NetworkManager.Settings" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-PATH-SETTINGS:CAPS"></a><h3>NM_DBUS_PATH_SETTINGS</h3> <pre class="programlisting">#define NM_DBUS_PATH_SETTINGS "/org/freedesktop/NetworkManager/Settings" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-IFACE-SETTINGS-CONNECTION:CAPS"></a><h3>NM_DBUS_IFACE_SETTINGS_CONNECTION</h3> <pre class="programlisting">#define NM_DBUS_IFACE_SETTINGS_CONNECTION "org.freedesktop.NetworkManager.Settings.Connection" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-PATH-SETTINGS-CONNECTION:CAPS"></a><h3>NM_DBUS_PATH_SETTINGS_CONNECTION</h3> <pre class="programlisting">#define NM_DBUS_PATH_SETTINGS_CONNECTION "/org/freedesktop/NetworkManager/Settings/Connection" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-IFACE-SETTINGS-CONNECTION-SECRETS:CAPS"></a><h3>NM_DBUS_IFACE_SETTINGS_CONNECTION_SECRETS</h3> <pre class="programlisting">#define NM_DBUS_IFACE_SETTINGS_CONNECTION_SECRETS "org.freedesktop.NetworkManager.Settings.Connection.Secrets" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-AGENT-MANAGER:CAPS"></a><h3>NM_DBUS_INTERFACE_AGENT_MANAGER</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_AGENT_MANAGER NM_DBUS_INTERFACE ".AgentManager" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-PATH-AGENT-MANAGER:CAPS"></a><h3>NM_DBUS_PATH_AGENT_MANAGER</h3> <pre class="programlisting">#define NM_DBUS_PATH_AGENT_MANAGER "/org/freedesktop/NetworkManager/AgentManager" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-SECRET-AGENT:CAPS"></a><h3>NM_DBUS_INTERFACE_SECRET_AGENT</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_SECRET_AGENT NM_DBUS_INTERFACE ".SecretAgent" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-PATH-SECRET-AGENT:CAPS"></a><h3>NM_DBUS_PATH_SECRET_AGENT</h3> <pre class="programlisting">#define NM_DBUS_PATH_SECRET_AGENT "/org/freedesktop/NetworkManager/SecretAgent" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -666,8 +585,6 @@ <a name="NM-STATE-CONNECTED:CAPS"></a><h3>NM_STATE_CONNECTED</h3> <pre class="programlisting">#define NM_STATE_CONNECTED NM_STATE_CONNECTED_GLOBAL </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -723,7 +640,7 @@ </tbody> </table></div> </div> -<p class="since">Since 0.9.8.6</p> +<p class="since">Since: 0.9.8.6</p> </div> <hr> <div class="refsect2"> @@ -1865,10 +1782,24 @@ GPRS, EDGE, UMTS, HSDPA, HSUPA, or HSPA+ packet switched data capability</p> <td class="enum_member_annotations"> </td> </tr> <tr> -<td class="enum_member_name"><p><a name="NM-DEVICE-STATE-REASON-LAST:CAPS"></a>NM_DEVICE_STATE_REASON_LAST</p></td> -<td class="enum_member_description"> </td> +<td class="enum_member_name"><p><a name="NM-DEVICE-STATE-REASON-PARENT-CHANGED:CAPS"></a>NM_DEVICE_STATE_REASON_PARENT_CHANGED</p></td> +<td class="enum_member_description"> +<p>the device's parent changed</p> +</td> +<td class="enum_member_annotations"> </td> +</tr> +<tr> +<td class="enum_member_name"><p><a name="NM-DEVICE-STATE-REASON-PARENT-MANAGED-CHANGED:CAPS"></a>NM_DEVICE_STATE_REASON_PARENT_MANAGED_CHANGED</p></td> +<td class="enum_member_description"> +<p>the device parent's management changed</p> +</td> <td class="enum_member_annotations"> </td> </tr> +<tr> +<td class="enum_member_name"><p><a name="NM-DEVICE-STATE-REASON-LAST:CAPS"></a>NM_DEVICE_STATE_REASON_LAST</p></td> +<td> </td> +<td> </td> +</tr> </tbody> </table></div> </div> @@ -1933,7 +1864,6 @@ network.</p> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 3d488c04..cee007fc 100644 --- a/docs/libnm-util/html/libnm-util-NetworkManagerVPN.html +++ b/docs/libnm-util/html/libnm-util-NetworkManagerVPN.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: NetworkManagerVPN</title> +<title>NetworkManagerVPN: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -292,11 +292,10 @@ </div> <div class="refsect1"> <a name="libnm-util-NetworkManagerVPN.description"></a><h2>Description</h2> -<p> -</p> </div> <div class="refsect1"> <a name="libnm-util-NetworkManagerVPN.functions_details"></a><h2>Functions</h2> +<p></p> </div> <div class="refsect1"> <a name="libnm-util-NetworkManagerVPN.other_details"></a><h2>Types and Values</h2> @@ -304,200 +303,150 @@ <a name="NM-DBUS-PATH-VPN:CAPS"></a><h3>NM_DBUS_PATH_VPN</h3> <pre class="programlisting">#define NM_DBUS_PATH_VPN "/org/freedesktop/NetworkManager/VPN/Manager" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-VPN:CAPS"></a><h3>NM_DBUS_INTERFACE_VPN</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_VPN "org.freedesktop.NetworkManager.VPN.Manager" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-PATH-VPN-CONNECTION:CAPS"></a><h3>NM_DBUS_PATH_VPN_CONNECTION</h3> <pre class="programlisting">#define NM_DBUS_PATH_VPN_CONNECTION "/org/freedesktop/NetworkManager/VPN/Connection" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INTERFACE-VPN-CONNECTION:CAPS"></a><h3>NM_DBUS_INTERFACE_VPN_CONNECTION</h3> <pre class="programlisting">#define NM_DBUS_INTERFACE_VPN_CONNECTION "org.freedesktop.NetworkManager.VPN.Connection" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-DBUS-PLUGIN-PATH:CAPS"></a><h3>NM_VPN_DBUS_PLUGIN_PATH</h3> <pre class="programlisting">#define NM_VPN_DBUS_PLUGIN_PATH "/org/freedesktop/NetworkManager/VPN/Plugin" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-DBUS-PLUGIN-INTERFACE:CAPS"></a><h3>NM_VPN_DBUS_PLUGIN_INTERFACE</h3> <pre class="programlisting">#define NM_VPN_DBUS_PLUGIN_INTERFACE "org.freedesktop.NetworkManager.VPN.Plugin" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-NO-ACTIVE-VPN-CONNECTION:CAPS"></a><h3>NM_DBUS_NO_ACTIVE_VPN_CONNECTION</h3> <pre class="programlisting">#define NM_DBUS_NO_ACTIVE_VPN_CONNECTION "org.freedesktop.NetworkManager.VPNConnections.NoActiveVPNConnection" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-NO-VPN-CONNECTIONS:CAPS"></a><h3>NM_DBUS_NO_VPN_CONNECTIONS</h3> <pre class="programlisting">#define NM_DBUS_NO_VPN_CONNECTIONS "org.freedesktop.NetworkManager.VPNConnections.NoVPNConnections" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-INVALID-VPN-CONNECTION:CAPS"></a><h3>NM_DBUS_INVALID_VPN_CONNECTION</h3> <pre class="programlisting">#define NM_DBUS_INVALID_VPN_CONNECTION "org.freedesktop.NetworkManager.VPNConnections.InvalidVPNConnection" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-ERROR-PREFIX:CAPS"></a><h3>NM_DBUS_VPN_ERROR_PREFIX</h3> <pre class="programlisting">#define NM_DBUS_VPN_ERROR_PREFIX "org.freedesktop.NetworkManager.VPN.Error" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-STARTING-IN-PROGRESS:CAPS"></a><h3>NM_DBUS_VPN_STARTING_IN_PROGRESS</h3> <pre class="programlisting">#define NM_DBUS_VPN_STARTING_IN_PROGRESS "StartingInProgress" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-ALREADY-STARTED:CAPS"></a><h3>NM_DBUS_VPN_ALREADY_STARTED</h3> <pre class="programlisting">#define NM_DBUS_VPN_ALREADY_STARTED "AlreadyStarted" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-STOPPING-IN-PROGRESS:CAPS"></a><h3>NM_DBUS_VPN_STOPPING_IN_PROGRESS</h3> <pre class="programlisting">#define NM_DBUS_VPN_STOPPING_IN_PROGRESS "StoppingInProgress" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-ALREADY-STOPPED:CAPS"></a><h3>NM_DBUS_VPN_ALREADY_STOPPED</h3> <pre class="programlisting">#define NM_DBUS_VPN_ALREADY_STOPPED "AlreadyStopped" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-WRONG-STATE:CAPS"></a><h3>NM_DBUS_VPN_WRONG_STATE</h3> <pre class="programlisting">#define NM_DBUS_VPN_WRONG_STATE "WrongState" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-BAD-ARGUMENTS:CAPS"></a><h3>NM_DBUS_VPN_BAD_ARGUMENTS</h3> <pre class="programlisting">#define NM_DBUS_VPN_BAD_ARGUMENTS "BadArguments" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-INTERACTIVE-NOT-SUPPORTED:CAPS"></a><h3>NM_DBUS_VPN_INTERACTIVE_NOT_SUPPORTED</h3> <pre class="programlisting">#define NM_DBUS_VPN_INTERACTIVE_NOT_SUPPORTED "InteractiveNotSupported" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-SIGNAL-LOGIN-BANNER:CAPS"></a><h3>NM_DBUS_VPN_SIGNAL_LOGIN_BANNER</h3> <pre class="programlisting">#define NM_DBUS_VPN_SIGNAL_LOGIN_BANNER "LoginBanner" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-SIGNAL-LOGIN-FAILED:CAPS"></a><h3>NM_DBUS_VPN_SIGNAL_LOGIN_FAILED</h3> <pre class="programlisting">#define NM_DBUS_VPN_SIGNAL_LOGIN_FAILED "LoginFailed" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-SIGNAL-LAUNCH-FAILED:CAPS"></a><h3>NM_DBUS_VPN_SIGNAL_LAUNCH_FAILED</h3> <pre class="programlisting">#define NM_DBUS_VPN_SIGNAL_LAUNCH_FAILED "LaunchFailed" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-SIGNAL-CONNECT-FAILED:CAPS"></a><h3>NM_DBUS_VPN_SIGNAL_CONNECT_FAILED</h3> <pre class="programlisting">#define NM_DBUS_VPN_SIGNAL_CONNECT_FAILED "ConnectFailed" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-SIGNAL-VPN-CONFIG-BAD:CAPS"></a><h3>NM_DBUS_VPN_SIGNAL_VPN_CONFIG_BAD</h3> <pre class="programlisting">#define NM_DBUS_VPN_SIGNAL_VPN_CONFIG_BAD "VPNConfigBad" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-SIGNAL-IP-CONFIG-BAD:CAPS"></a><h3>NM_DBUS_VPN_SIGNAL_IP_CONFIG_BAD</h3> <pre class="programlisting">#define NM_DBUS_VPN_SIGNAL_IP_CONFIG_BAD "IPConfigBad" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-SIGNAL-STATE-CHANGE:CAPS"></a><h3>NM_DBUS_VPN_SIGNAL_STATE_CHANGE</h3> <pre class="programlisting">#define NM_DBUS_VPN_SIGNAL_STATE_CHANGE "StateChange" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-DBUS-VPN-SIGNAL-IP4-CONFIG:CAPS"></a><h3>NM_DBUS_VPN_SIGNAL_IP4_CONFIG</h3> <pre class="programlisting">#define NM_DBUS_VPN_SIGNAL_IP4_CONFIG "IP4Config" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> @@ -803,269 +752,202 @@ <a name="NM-VPN-PLUGIN-CONFIG-TUNDEV:CAPS"></a><h3>NM_VPN_PLUGIN_CONFIG_TUNDEV</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_CONFIG_TUNDEV "tundev" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-CONFIG-BANNER:CAPS"></a><h3>NM_VPN_PLUGIN_CONFIG_BANNER</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_CONFIG_BANNER "banner" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-CONFIG-EXT-GATEWAY:CAPS"></a><h3>NM_VPN_PLUGIN_CONFIG_EXT_GATEWAY</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_CONFIG_EXT_GATEWAY "gateway" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-CONFIG-MTU:CAPS"></a><h3>NM_VPN_PLUGIN_CONFIG_MTU</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_CONFIG_MTU "mtu" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-CONFIG-HAS-IP4:CAPS"></a><h3>NM_VPN_PLUGIN_CONFIG_HAS_IP4</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_CONFIG_HAS_IP4 "has-ip4" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-CONFIG-HAS-IP6:CAPS"></a><h3>NM_VPN_PLUGIN_CONFIG_HAS_IP6</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_CONFIG_HAS_IP6 "has-ip6" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-CAN-PERSIST:CAPS"></a><h3>NM_VPN_PLUGIN_CAN_PERSIST</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_CAN_PERSIST "can-persist" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-INT-GATEWAY:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_INT_GATEWAY</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_INT_GATEWAY "internal-gateway" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-ADDRESS:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_ADDRESS</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_ADDRESS "address" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-PTP:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_PTP</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_PTP "ptp" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-PREFIX:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_PREFIX</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_PREFIX "prefix" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-DNS:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_DNS</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_DNS "dns" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-NBNS:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_NBNS</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_NBNS "nbns" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-MSS:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_MSS</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_MSS "mss" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-DOMAIN:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_DOMAIN</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_DOMAIN "domain" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-DOMAINS:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_DOMAINS</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_DOMAINS "domains" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-ROUTES:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_ROUTES</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_ROUTES "routes" </pre> -<p> -</p> </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> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-GATEWAY:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_GATEWAY</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_GATEWAY NM_VPN_PLUGIN_IP4_CONFIG_EXT_GATEWAY </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-BANNER:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_BANNER</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_BANNER NM_VPN_PLUGIN_CONFIG_BANNER </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-EXT-GATEWAY:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_EXT_GATEWAY</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_EXT_GATEWAY NM_VPN_PLUGIN_CONFIG_EXT_GATEWAY </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-MTU:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_MTU</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_MTU NM_VPN_PLUGIN_CONFIG_MTU </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP4-CONFIG-TUNDEV:CAPS"></a><h3>NM_VPN_PLUGIN_IP4_CONFIG_TUNDEV</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP4_CONFIG_TUNDEV NM_VPN_PLUGIN_CONFIG_TUNDEV </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP6-CONFIG-INT-GATEWAY:CAPS"></a><h3>NM_VPN_PLUGIN_IP6_CONFIG_INT_GATEWAY</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP6_CONFIG_INT_GATEWAY "internal-gateway" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP6-CONFIG-ADDRESS:CAPS"></a><h3>NM_VPN_PLUGIN_IP6_CONFIG_ADDRESS</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP6_CONFIG_ADDRESS "address" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP6-CONFIG-PTP:CAPS"></a><h3>NM_VPN_PLUGIN_IP6_CONFIG_PTP</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP6_CONFIG_PTP "ptp" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP6-CONFIG-PREFIX:CAPS"></a><h3>NM_VPN_PLUGIN_IP6_CONFIG_PREFIX</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP6_CONFIG_PREFIX "prefix" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP6-CONFIG-DNS:CAPS"></a><h3>NM_VPN_PLUGIN_IP6_CONFIG_DNS</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP6_CONFIG_DNS "dns" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP6-CONFIG-MSS:CAPS"></a><h3>NM_VPN_PLUGIN_IP6_CONFIG_MSS</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP6_CONFIG_MSS "mss" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP6-CONFIG-DOMAIN:CAPS"></a><h3>NM_VPN_PLUGIN_IP6_CONFIG_DOMAIN</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP6_CONFIG_DOMAIN "domain" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP6-CONFIG-DOMAINS:CAPS"></a><h3>NM_VPN_PLUGIN_IP6_CONFIG_DOMAINS</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP6_CONFIG_DOMAINS "domains" </pre> -<p> -</p> </div> <hr> <div class="refsect2"> <a name="NM-VPN-PLUGIN-IP6-CONFIG-ROUTES:CAPS"></a><h3>NM_VPN_PLUGIN_IP6_CONFIG_ROUTES</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_IP6_CONFIG_ROUTES "routes" </pre> -<p> -</p> </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> -<p> -</p> </div> </div> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</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 bdd5ddbd..9507d0ab 100644 --- a/docs/libnm-util/html/libnm-util-nm-utils.html +++ b/docs/libnm-util/html/libnm-util-nm-utils.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: nm-utils</title> +<title>nm-utils: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="libnm-util Reference Manual"> <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.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -520,7 +520,6 @@ uses libnm-util. This function can be called more than once.</p> <div class="refsect3"> <a name="id-1.2.30.8.2.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if the initialization was successful, <code class="literal">FALSE</code> on failure.</p> -<p></p> </div> </div> <hr> @@ -566,7 +565,6 @@ number of known SSID-cloaking methods.</p> <div class="refsect3"> <a name="id-1.2.30.8.4.6"></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> -<p></p> </div> </div> <hr> @@ -606,7 +604,6 @@ be used for display of SSIDs.</p> <a name="id-1.2.30.8.5.6"></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> -<p></p> </div> </div> <hr> @@ -652,7 +649,6 @@ NULLs, even though that is functionally pointless.</p> <div class="refsect3"> <a name="id-1.2.30.8.6.6"></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> -<p></p> </div> </div> <hr> @@ -741,8 +737,9 @@ nm_utils_slist_free (<em class="parameter"><code><span class="type">GSList</span <p>use <code class="function">g_slist_free_full()</code>.</p> </div> <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.6"></a><h4>Parameters</h4> +<a name="id-1.2.30.8.9.7"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -840,7 +837,6 @@ e.g. (<a class="link" href="libnm-util-NetworkManager.html#NM-802-11-AP-SEC-PAIR <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> -<p></p> </div> </div> <hr> @@ -881,9 +877,8 @@ e.g. <a class="link" href="libnm-util-nm-utils.html#NMU-SEC-STATIC-WEP:CAPS"><sp <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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -919,9 +914,8 @@ nm_utils_wep_key_valid (<em class="parameter"><code>const <span class="type">cha <a name="id-1.2.30.8.12.6"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -949,9 +943,8 @@ nm_utils_wpa_psk_valid (<em class="parameter"><code>const <span class="type">cha <a name="id-1.2.30.8.13.6"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -1110,7 +1103,6 @@ nm_utils_ip4_netmask_to_prefix (<em class="parameter"><code><span class="type">g <div class="refsect3"> <a name="id-1.2.30.8.18.5"></a><h4>Returns</h4> <p> the CIDR prefix represented by the netmask</p> -<p></p> </div> </div> <hr> @@ -1136,7 +1128,6 @@ nm_utils_ip4_prefix_to_netmask (<em class="parameter"><code><span class="type">g <div class="refsect3"> <a name="id-1.2.30.8.19.5"></a><h4>Returns</h4> <p> the netmask represented by the prefix, in network byte order</p> -<p></p> </div> </div> <hr> @@ -1166,7 +1157,6 @@ falls in the predefined classes.</p> <div class="refsect3"> <a name="id-1.2.30.8.20.6"></a><h4>Returns</h4> <p> the default class prefix for the given IP</p> -<p></p> </div> </div> <hr> @@ -1311,8 +1301,9 @@ which should be unset by the caller (when no longer needed) with nm_utils_ip6_dns_from_gvalue (<em class="parameter"><code>const <span class="type">GValue</span> *value</code></em>);</pre> <p>Converts a <span class="type">GValue</span> containing a <span class="type">GPtrArray</span> of IP6 DNS, represented as <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.5"></a><h4>Parameters</h4> +<a name="id-1.2.30.8.25.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1327,9 +1318,8 @@ 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.6"></a><h4>Returns</h4> +<a name="id-1.2.30.8.25.7"></a><h4>Returns</h4> <p> a <span class="type">GSList</span> of IP6 addresses.</p> -<p></p> </div> </div> <hr> @@ -1343,8 +1333,9 @@ in6_addr</span></code> structs into a <span class="type">GPtrArray</span> of <sp representing each server's IPv6 addresses in network byte order. 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.5"></a><h4>Parameters</h4> +<a name="id-1.2.30.8.26.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1377,7 +1368,6 @@ nm_utils_uuid_generate (<em class="parameter"><code><span class="type">void</spa <a name="id-1.2.30.8.27.4"></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> -<p></p> </div> </div> <hr> @@ -1406,7 +1396,6 @@ nm_utils_uuid_generate_from_string (<em class="parameter"><code>const <span clas <a name="id-1.2.30.8.28.6"></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> -<p></p> </div> </div> <hr> @@ -1538,7 +1527,6 @@ nm_utils_file_is_pkcs12 (<em class="parameter"><code>const <span class="type">ch <div class="refsect3"> <a name="id-1.2.30.8.31.6"></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> -<p></p> </div> </div> <hr> @@ -1547,12 +1535,6 @@ nm_utils_file_is_pkcs12 (<em class="parameter"><code>const <span class="type">ch <pre class="programlisting"><span class="returnvalue">gboolean</span> <span class="c_punctuation">(</span>*NMUtilsFileSearchInPathsPredicate<span class="c_punctuation">)</span> (<em class="parameter"><code>const <span class="type">char</span> *filename</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> -<p> -</p> -<div class="refsect3"> -<a name="id-1.2.30.8.32.5"></a><h4>Returns</h4> -<p></p> -</div> </div> <hr> <div class="refsect2"> @@ -1659,7 +1641,6 @@ nm_utils_wifi_freq_to_channel (<em class="parameter"><code><span class="type">gu <div class="refsect3"> <a name="id-1.2.30.8.34.6"></a><h4>Returns</h4> <p> the channel represented by the frequency or 0</p> -<p></p> </div> </div> <hr> @@ -1696,7 +1677,6 @@ nm_utils_wifi_channel_to_freq (<em class="parameter"><code><span class="type">gu <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> -<p></p> </div> </div> <hr> @@ -1737,7 +1717,6 @@ nm_utils_wifi_find_next_channel (<em class="parameter"><code><span class="type"> <div class="refsect3"> <a name="id-1.2.30.8.36.6"></a><h4>Returns</h4> <p> the next channel in the specified direction or 0</p> -<p></p> </div> </div> <hr> @@ -1772,7 +1751,6 @@ nm_utils_wifi_is_channel_valid (<em class="parameter"><code><span class="type">g <div class="refsect3"> <a name="id-1.2.30.8.37.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> or <code class="literal">FALSE</code></p> -<p></p> </div> </div> <hr> @@ -1801,7 +1779,6 @@ nm_utils_hwaddr_len (<em class="parameter"><code><span class="type">int</span> t <div class="refsect3"> <a name="id-1.2.30.8.38.6"></a><h4>Returns</h4> <p> the positive length, or -1 if the type is unknown/unsupported.</p> -<p></p> </div> </div> <hr> @@ -1840,7 +1817,6 @@ a length; but you can just use <a class="link" href="libnm-util-nm-utils.html#nm <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> -<p></p> </div> </div> <hr> @@ -1970,7 +1946,6 @@ instead of a type.</p> <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> -<p></p> </div> </div> <hr> @@ -2010,7 +1985,7 @@ nm_utils_hwaddr_ntoa_len (<em class="parameter"><code><span class="type">gconstp . </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 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2059,9 +2034,8 @@ the size of the buffer in bytes.</p></td> couldn't be parsed or would be shorter or longer than <em class="parameter"><code>length</code></em> .</p> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2090,9 +2064,8 @@ nm_utils_hwaddr_valid (<em class="parameter"><code>const <span class="type">char <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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2140,7 +2113,7 @@ array</p></td> . </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 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2167,9 +2140,8 @@ nm_utils_hex2byte (<em class="parameter"><code>const <span class="type">char</sp <a name="id-1.2.30.8.47.6"></a><h4>Returns</h4> <p> a byte, or -1 if <em class="parameter"><code>hex</code></em> doesn't represent a hex byte</p> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2209,7 +2181,7 @@ string (it has to be even)</p></td> <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> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2236,9 +2208,8 @@ function in net/core/dev.c.</p> <div class="refsect3"> <a name="id-1.2.30.8.49.6"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> if interface name is valid, otherwise <code class="literal">FALSE</code> is returned.</p> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -2266,9 +2237,8 @@ nm_utils_is_uuid (<em class="parameter"><code>const <span class="type">char</spa <a name="id-1.2.30.8.50.6"></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> -<p></p> </div> -<p class="since">Since 0.9.8</p> +<p class="since">Since: 0.9.8</p> </div> <hr> <div class="refsect2"> @@ -2277,8 +2247,9 @@ is a UUID, <code class="literal">FALSE</code> if not</p> nm_utils_inet4_ntop (<em class="parameter"><code><span class="type">in_addr_t</span> inaddr</code></em>, <em class="parameter"><code><span class="type">char</span> *dst</code></em>);</pre> <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.5"></a><h4>Parameters</h4> +<a name="id-1.2.30.8.51.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2309,13 +2280,12 @@ buffer to avoid these issues.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.51.6"></a><h4>Returns</h4> +<a name="id-1.2.30.8.51.7"></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> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2324,8 +2294,9 @@ internal, static buffer. This function cannot fail.</p> nm_utils_inet6_ntop (<em class="parameter"><code>const <span class="type">struct in6_addr</span> *in6addr</code></em>, <em class="parameter"><code><span class="type">char</span> *dst</code></em>);</pre> <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.5"></a><h4>Parameters</h4> +<a name="id-1.2.30.8.52.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -2356,15 +2327,14 @@ buffer to avoid these issues.</p></td> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.30.8.52.6"></a><h4>Returns</h4> +<a name="id-1.2.30.8.52.7"></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> , otherwise, this function cannot fail.</p> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> <hr> <div class="refsect2"> @@ -2419,9 +2389,8 @@ underlying device driver.</p> <div class="refsect3"> <a name="id-1.2.30.8.53.9"></a><h4>Returns</h4> <p> <code class="literal">TRUE</code> or <code class="literal">FALSE</code></p> -<p></p> </div> -<p class="since">Since 0.9.10</p> +<p class="since">Since: 0.9.10</p> </div> </div> <div class="refsect1"> @@ -2529,7 +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.21</div> +<hr>Generated by GTK-Doc V1.24</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 144f60eb..2530e827 100644 --- a/docs/libnm-util/html/libnm-util.devhelp2 +++ b/docs/libnm-util/html/libnm-util.devhelp2 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="utf-8" standalone="no"?> -<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ""> <book xmlns="http://www.devhelp.net/book" title="libnm-util Reference Manual" link="index.html" author="" name="libnm-util" version="2" language="c"> <chapters> <sub name="libnm-util API Reference" link="ch01.html"> @@ -1332,5 +1331,368 @@ <keyword type="macro" name="NM_VPN_PLUGIN_IP6_CONFIG_DOMAINS" link="libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-DOMAINS:CAPS"/> <keyword type="macro" name="NM_VPN_PLUGIN_IP6_CONFIG_ROUTES" link="libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-ROUTES:CAPS"/> <keyword type="macro" name="NM_VPN_PLUGIN_IP6_CONFIG_NEVER_DEFAULT" link="libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-IP6-CONFIG-NEVER-DEFAULT:CAPS"/> + <keyword type="constant" name="NM_CONNECTION_ERROR_UNKNOWN" link="NMConnection.html#NM-CONNECTION-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_CONNECTION_ERROR_CONNECTION_SETTING_NOT_FOUND" link="NMConnection.html#NM-CONNECTION-ERROR-CONNECTION-SETTING-NOT-FOUND:CAPS"/> + <keyword type="constant" name="NM_CONNECTION_ERROR_CONNECTION_TYPE_INVALID" link="NMConnection.html#NM-CONNECTION-ERROR-CONNECTION-TYPE-INVALID:CAPS"/> + <keyword type="constant" name="NM_CONNECTION_ERROR_SETTING_NOT_FOUND" link="NMConnection.html#NM-CONNECTION-ERROR-SETTING-NOT-FOUND:CAPS"/> + <keyword type="constant" name="NM_CONNECTION_ERROR_INVALID_SETTING" link="NMConnection.html#NM-CONNECTION-ERROR-INVALID-SETTING:CAPS"/> + <keyword type="constant" name="NM_SETTING_ERROR_UNKNOWN" link="NMSetting.html#NM-SETTING-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_ERROR_PROPERTY_NOT_FOUND" link="NMSetting.html#NM-SETTING-ERROR-PROPERTY-NOT-FOUND:CAPS"/> + <keyword type="constant" name="NM_SETTING_ERROR_PROPERTY_NOT_SECRET" link="NMSetting.html#NM-SETTING-ERROR-PROPERTY-NOT-SECRET:CAPS"/> + <keyword type="constant" name="NM_SETTING_ERROR_PROPERTY_TYPE_MISMATCH" link="NMSetting.html#NM-SETTING-ERROR-PROPERTY-TYPE-MISMATCH:CAPS"/> + <keyword type="constant" name="NM_SETTING_SECRET_FLAG_NONE" link="NMSetting.html#NM-SETTING-SECRET-FLAG-NONE:CAPS"/> + <keyword type="constant" name="NM_SETTING_SECRET_FLAG_AGENT_OWNED" link="NMSetting.html#NM-SETTING-SECRET-FLAG-AGENT-OWNED:CAPS"/> + <keyword type="constant" name="NM_SETTING_SECRET_FLAG_NOT_SAVED" link="NMSetting.html#NM-SETTING-SECRET-FLAG-NOT-SAVED:CAPS"/> + <keyword type="constant" name="NM_SETTING_SECRET_FLAG_NOT_REQUIRED" link="NMSetting.html#NM-SETTING-SECRET-FLAG-NOT-REQUIRED:CAPS"/> + <keyword type="constant" name="NM_SETTING_COMPARE_FLAG_EXACT" link="NMSetting.html#NM-SETTING-COMPARE-FLAG-EXACT:CAPS"/> + <keyword type="constant" name="NM_SETTING_COMPARE_FLAG_FUZZY" link="NMSetting.html#NM-SETTING-COMPARE-FLAG-FUZZY:CAPS"/> + <keyword type="constant" name="NM_SETTING_COMPARE_FLAG_IGNORE_ID" link="NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-ID:CAPS"/> + <keyword type="constant" name="NM_SETTING_COMPARE_FLAG_IGNORE_SECRETS" link="NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-SECRETS:CAPS"/> + <keyword type="constant" name="NM_SETTING_COMPARE_FLAG_IGNORE_AGENT_OWNED_SECRETS" link="NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-AGENT-OWNED-SECRETS:CAPS"/> + <keyword type="constant" name="NM_SETTING_COMPARE_FLAG_IGNORE_NOT_SAVED_SECRETS" link="NMSetting.html#NM-SETTING-COMPARE-FLAG-IGNORE-NOT-SAVED-SECRETS:CAPS"/> + <keyword type="constant" name="NM_SETTING_COMPARE_FLAG_DIFF_RESULT_WITH_DEFAULT" link="NMSetting.html#NM-SETTING-COMPARE-FLAG-DIFF-RESULT-WITH-DEFAULT:CAPS"/> + <keyword type="constant" name="NM_SETTING_COMPARE_FLAG_DIFF_RESULT_NO_DEFAULT" link="NMSetting.html#NM-SETTING-COMPARE-FLAG-DIFF-RESULT-NO-DEFAULT:CAPS"/> + <keyword type="constant" name="NM_SETTING_HASH_FLAG_ALL" link="NMSetting.html#NM-SETTING-HASH-FLAG-ALL:CAPS"/> + <keyword type="constant" name="NM_SETTING_HASH_FLAG_NO_SECRETS" link="NMSetting.html#NM-SETTING-HASH-FLAG-NO-SECRETS:CAPS"/> + <keyword type="constant" name="NM_SETTING_HASH_FLAG_ONLY_SECRETS" link="NMSetting.html#NM-SETTING-HASH-FLAG-ONLY-SECRETS:CAPS"/> + <keyword type="constant" name="NM_SETTING_DIFF_RESULT_UNKNOWN" link="NMSetting.html#NM-SETTING-DIFF-RESULT-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_DIFF_RESULT_IN_A" link="NMSetting.html#NM-SETTING-DIFF-RESULT-IN-A:CAPS"/> + <keyword type="constant" name="NM_SETTING_DIFF_RESULT_IN_B" link="NMSetting.html#NM-SETTING-DIFF-RESULT-IN-B:CAPS"/> + <keyword type="constant" name="NM_SETTING_DIFF_RESULT_IN_A_DEFAULT" link="NMSetting.html#NM-SETTING-DIFF-RESULT-IN-A-DEFAULT:CAPS"/> + <keyword type="constant" name="NM_SETTING_DIFF_RESULT_IN_B_DEFAULT" link="NMSetting.html#NM-SETTING-DIFF-RESULT-IN-B-DEFAULT:CAPS"/> + <keyword type="constant" name="NM_SETTING_CONNECTION_ERROR_UNKNOWN" link="NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_CONNECTION_ERROR_INVALID_PROPERTY" link="NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_CONNECTION_ERROR_MISSING_PROPERTY" link="NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_CONNECTION_ERROR_TYPE_SETTING_NOT_FOUND" link="NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR-TYPE-SETTING-NOT-FOUND:CAPS"/> + <keyword type="constant" name="NM_SETTING_CONNECTION_ERROR_IP_CONFIG_NOT_ALLOWED" link="NMSettingConnection.html#NM-SETTING-CONNECTION-ERROR-IP-CONFIG-NOT-ALLOWED:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIRED_ERROR_UNKNOWN" link="NMSettingWired.html#NM-SETTING-WIRED-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIRED_ERROR_INVALID_PROPERTY" link="NMSettingWired.html#NM-SETTING-WIRED-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIRED_ERROR_MISSING_PROPERTY" link="NMSettingWired.html#NM-SETTING-WIRED-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIRELESS_ERROR_UNKNOWN" link="NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIRELESS_ERROR_INVALID_PROPERTY" link="NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIRELESS_ERROR_MISSING_PROPERTY" link="NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIRELESS_ERROR_MISSING_SECURITY_SETTING" link="NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR-MISSING-SECURITY-SETTING:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIRELESS_ERROR_CHANNEL_REQUIRES_BAND" link="NMSettingWireless.html#NM-SETTING-WIRELESS-ERROR-CHANNEL-REQUIRES-BAND:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIRELESS_SECURITY_ERROR_UNKNOWN" link="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIRELESS_SECURITY_ERROR_INVALID_PROPERTY" link="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIRELESS_SECURITY_ERROR_MISSING_PROPERTY" link="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIRELESS_SECURITY_ERROR_MISSING_802_1X_SETTING" link="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-MISSING-802-1X-SETTING:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIRELESS_SECURITY_ERROR_LEAP_REQUIRES_802_1X" link="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-LEAP-REQUIRES-802-1X:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIRELESS_SECURITY_ERROR_LEAP_REQUIRES_USERNAME" link="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-LEAP-REQUIRES-USERNAME:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIRELESS_SECURITY_ERROR_SHARED_KEY_REQUIRES_WEP" link="NMSettingWirelessSecurity.html#NM-SETTING-WIRELESS-SECURITY-ERROR-SHARED-KEY-REQUIRES-WEP:CAPS"/> + <keyword type="constant" name="NM_WEP_KEY_TYPE_UNKNOWN" link="NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_WEP_KEY_TYPE_KEY" link="NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-KEY:CAPS"/> + <keyword type="constant" name="NM_WEP_KEY_TYPE_PASSPHRASE" link="NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-PASSPHRASE:CAPS"/> + <keyword type="constant" name="NM_WEP_KEY_TYPE_LAST" link="NMSettingWirelessSecurity.html#NM-WEP-KEY-TYPE-LAST:CAPS"/> + <keyword type="constant" name="NM_SETTING_BLUETOOTH_ERROR_UNKNOWN" link="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_BLUETOOTH_ERROR_INVALID_PROPERTY" link="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_BLUETOOTH_ERROR_MISSING_PROPERTY" link="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_BLUETOOTH_ERROR_TYPE_SETTING_NOT_FOUND" link="NMSettingBluetooth.html#NM-SETTING-BLUETOOTH-ERROR-TYPE-SETTING-NOT-FOUND:CAPS"/> + <keyword type="constant" name="NM_SETTING_SERIAL_ERROR_UNKNOWN" link="NMSettingSerial.html#NM-SETTING-SERIAL-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_SERIAL_ERROR_INVALID_PROPERTY" link="NMSettingSerial.html#NM-SETTING-SERIAL-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_SERIAL_ERROR_MISSING_PROPERTY" link="NMSettingSerial.html#NM-SETTING-SERIAL-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_SERIAL_ERROR_MISSING_PPP_SETTING" link="NMSettingSerial.html#NM-SETTING-SERIAL-ERROR-MISSING-PPP-SETTING:CAPS"/> + <keyword type="constant" name="NM_SETTING_CDMA_ERROR_UNKNOWN" link="NMSettingCdma.html#NM-SETTING-CDMA-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_CDMA_ERROR_INVALID_PROPERTY" link="NMSettingCdma.html#NM-SETTING-CDMA-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_CDMA_ERROR_MISSING_PROPERTY" link="NMSettingCdma.html#NM-SETTING-CDMA-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_CDMA_ERROR_MISSING_SERIAL_SETTING" link="NMSettingCdma.html#NM-SETTING-CDMA-ERROR-MISSING-SERIAL-SETTING:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_ERROR_UNKNOWN" link="NMSettingGsm.html#NM-SETTING-GSM-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_ERROR_INVALID_PROPERTY" link="NMSettingGsm.html#NM-SETTING-GSM-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_ERROR_MISSING_PROPERTY" link="NMSettingGsm.html#NM-SETTING-GSM-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_ERROR_MISSING_SERIAL_SETTING" link="NMSettingGsm.html#NM-SETTING-GSM-ERROR-MISSING-SERIAL-SETTING:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_NETWORK_TYPE_ANY" link="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-ANY:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_NETWORK_TYPE_UMTS_HSPA" link="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-UMTS-HSPA:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_NETWORK_TYPE_GPRS_EDGE" link="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-GPRS-EDGE:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_NETWORK_TYPE_PREFER_UMTS_HSPA" link="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-PREFER-UMTS-HSPA:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_NETWORK_TYPE_PREFER_GPRS_EDGE" link="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-PREFER-GPRS-EDGE:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_NETWORK_TYPE_PREFER_4G" link="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-PREFER-4G:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_NETWORK_TYPE_4G" link="NMSettingGsm.html#NM-SETTING-GSM-NETWORK-TYPE-4G:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_BAND_UNKNOWN" link="NMSettingGsm.html#NM-SETTING-GSM-BAND-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_BAND_ANY" link="NMSettingGsm.html#NM-SETTING-GSM-BAND-ANY:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_BAND_EGSM" link="NMSettingGsm.html#NM-SETTING-GSM-BAND-EGSM:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_BAND_DCS" link="NMSettingGsm.html#NM-SETTING-GSM-BAND-DCS:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_BAND_PCS" link="NMSettingGsm.html#NM-SETTING-GSM-BAND-PCS:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_BAND_G850" link="NMSettingGsm.html#NM-SETTING-GSM-BAND-G850:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_BAND_U2100" link="NMSettingGsm.html#NM-SETTING-GSM-BAND-U2100:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_BAND_U1800" link="NMSettingGsm.html#NM-SETTING-GSM-BAND-U1800:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_BAND_U17IV" link="NMSettingGsm.html#NM-SETTING-GSM-BAND-U17IV:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_BAND_U800" link="NMSettingGsm.html#NM-SETTING-GSM-BAND-U800:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_BAND_U850" link="NMSettingGsm.html#NM-SETTING-GSM-BAND-U850:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_BAND_U900" link="NMSettingGsm.html#NM-SETTING-GSM-BAND-U900:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_BAND_U17IX" link="NMSettingGsm.html#NM-SETTING-GSM-BAND-U17IX:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_BAND_U1900" link="NMSettingGsm.html#NM-SETTING-GSM-BAND-U1900:CAPS"/> + <keyword type="constant" name="NM_SETTING_GSM_BAND_U2600" link="NMSettingGsm.html#NM-SETTING-GSM-BAND-U2600:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIMAX_ERROR_UNKNOWN" link="NMSettingWimax.html#NM-SETTING-WIMAX-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIMAX_ERROR_INVALID_PROPERTY" link="NMSettingWimax.html#NM-SETTING-WIMAX-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_WIMAX_ERROR_MISSING_PROPERTY" link="NMSettingWimax.html#NM-SETTING-WIMAX-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_BOND_ERROR_UNKNOWN" link="NMSettingBond.html#NM-SETTING-BOND-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_BOND_ERROR_INVALID_PROPERTY" link="NMSettingBond.html#NM-SETTING-BOND-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_BOND_ERROR_MISSING_PROPERTY" link="NMSettingBond.html#NM-SETTING-BOND-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_BOND_ERROR_INVALID_OPTION" link="NMSettingBond.html#NM-SETTING-BOND-ERROR-INVALID-OPTION:CAPS"/> + <keyword type="constant" name="NM_SETTING_BOND_ERROR_MISSING_OPTION" link="NMSettingBond.html#NM-SETTING-BOND-ERROR-MISSING-OPTION:CAPS"/> + <keyword type="constant" name="NM_SETTING_BRIDGE_ERROR_UNKNOWN" link="NMSettingBridge.html#NM-SETTING-BRIDGE-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_BRIDGE_ERROR_INVALID_PROPERTY" link="NMSettingBridge.html#NM-SETTING-BRIDGE-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_BRIDGE_ERROR_MISSING_PROPERTY" link="NMSettingBridge.html#NM-SETTING-BRIDGE-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_BRIDGE_PORT_ERROR_UNKNOWN" link="NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_BRIDGE_PORT_ERROR_INVALID_PROPERTY" link="NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_BRIDGE_PORT_ERROR_MISSING_PROPERTY" link="NMSettingBridgePort.html#NM-SETTING-BRIDGE-PORT-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_TEAM_ERROR_UNKNOWN" link="NMSettingTeam.html#NM-SETTING-TEAM-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_TEAM_ERROR_INVALID_PROPERTY" link="NMSettingTeam.html#NM-SETTING-TEAM-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_TEAM_ERROR_MISSING_PROPERTY" link="NMSettingTeam.html#NM-SETTING-TEAM-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_TEAM_PORT_ERROR_UNKNOWN" link="NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_TEAM_PORT_ERROR_INVALID_PROPERTY" link="NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_TEAM_PORT_ERROR_MISSING_PROPERTY" link="NMSettingTeamPort.html#NM-SETTING-TEAM-PORT-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_GENERIC_ERROR_UNKNOWN" link="NMSettingGeneric.html#NM-SETTING-GENERIC-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_GENERIC_ERROR_INVALID_PROPERTY" link="NMSettingGeneric.html#NM-SETTING-GENERIC-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_GENERIC_ERROR_MISSING_PROPERTY" link="NMSettingGeneric.html#NM-SETTING-GENERIC-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_INFINIBAND_ERROR_UNKNOWN" link="NMSettingInfiniband.html#NM-SETTING-INFINIBAND-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_INFINIBAND_ERROR_INVALID_PROPERTY" link="NMSettingInfiniband.html#NM-SETTING-INFINIBAND-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_INFINIBAND_ERROR_MISSING_PROPERTY" link="NMSettingInfiniband.html#NM-SETTING-INFINIBAND-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_VLAN_ERROR_UNKNOWN" link="NMSettingVlan.html#NM-SETTING-VLAN-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_VLAN_ERROR_INVALID_PROPERTY" link="NMSettingVlan.html#NM-SETTING-VLAN-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_VLAN_ERROR_MISSING_PROPERTY" link="NMSettingVlan.html#NM-SETTING-VLAN-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_VLAN_ERROR_INVALID_PARENT" link="NMSettingVlan.html#NM-SETTING-VLAN-ERROR-INVALID-PARENT:CAPS"/> + <keyword type="constant" name="NM_VLAN_INGRESS_MAP" link="NMSettingVlan.html#NM-VLAN-INGRESS-MAP:CAPS"/> + <keyword type="constant" name="NM_VLAN_EGRESS_MAP" link="NMSettingVlan.html#NM-VLAN-EGRESS-MAP:CAPS"/> + <keyword type="constant" name="NM_VLAN_FLAG_REORDER_HEADERS" link="NMSettingVlan.html#NM-VLAN-FLAG-REORDER-HEADERS:CAPS"/> + <keyword type="constant" name="NM_VLAN_FLAG_GVRP" link="NMSettingVlan.html#NM-VLAN-FLAG-GVRP:CAPS"/> + <keyword type="constant" name="NM_VLAN_FLAG_LOOSE_BINDING" link="NMSettingVlan.html#NM-VLAN-FLAG-LOOSE-BINDING:CAPS"/> + <keyword type="constant" name="NM_SETTING_OLPC_MESH_ERROR_UNKNOWN" link="NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_OLPC_MESH_ERROR_INVALID_PROPERTY" link="NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_OLPC_MESH_ERROR_MISSING_PROPERTY" link="NMSettingOlpcMesh.html#NM-SETTING-OLPC-MESH-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_ADSL_ERROR_UNKNOWN" link="NMSettingAdsl.html#NM-SETTING-ADSL-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_ADSL_ERROR_INVALID_PROPERTY" link="NMSettingAdsl.html#NM-SETTING-ADSL-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_ADSL_ERROR_MISSING_PROPERTY" link="NMSettingAdsl.html#NM-SETTING-ADSL-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_DCB_ERROR_UNKNOWN" link="NMSettingDcb.html#NM-SETTING-DCB-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_DCB_ERROR_INVALID_PROPERTY" link="NMSettingDcb.html#NM-SETTING-DCB-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_DCB_ERROR_MISSING_PROPERTY" link="NMSettingDcb.html#NM-SETTING-DCB-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_DCB_FLAG_NONE" link="NMSettingDcb.html#NM-SETTING-DCB-FLAG-NONE:CAPS"/> + <keyword type="constant" name="NM_SETTING_DCB_FLAG_ENABLE" link="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ENABLE:CAPS"/> + <keyword type="constant" name="NM_SETTING_DCB_FLAG_ADVERTISE" link="NMSettingDcb.html#NM-SETTING-DCB-FLAG-ADVERTISE:CAPS"/> + <keyword type="constant" name="NM_SETTING_DCB_FLAG_WILLING" link="NMSettingDcb.html#NM-SETTING-DCB-FLAG-WILLING:CAPS"/> + <keyword type="constant" name="NM_SETTING_802_1X_CK_FORMAT_UNKNOWN" link="NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_802_1X_CK_FORMAT_X509" link="NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-X509:CAPS"/> + <keyword type="constant" name="NM_SETTING_802_1X_CK_FORMAT_RAW_KEY" link="NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-RAW-KEY:CAPS"/> + <keyword type="constant" name="NM_SETTING_802_1X_CK_FORMAT_PKCS12" link="NMSetting8021x.html#NM-SETTING-802-1X-CK-FORMAT-PKCS12:CAPS"/> + <keyword type="constant" name="NM_SETTING_802_1X_CK_SCHEME_UNKNOWN" link="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_802_1X_CK_SCHEME_BLOB" link="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-BLOB:CAPS"/> + <keyword type="constant" name="NM_SETTING_802_1X_CK_SCHEME_PATH" link="NMSetting8021x.html#NM-SETTING-802-1X-CK-SCHEME-PATH:CAPS"/> + <keyword type="constant" name="NM_SETTING_802_1X_ERROR_UNKNOWN" link="NMSetting8021x.html#NM-SETTING-802-1X-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_802_1X_ERROR_INVALID_PROPERTY" link="NMSetting8021x.html#NM-SETTING-802-1X-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_802_1X_ERROR_MISSING_PROPERTY" link="NMSetting8021x.html#NM-SETTING-802-1X-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_IP4_CONFIG_ERROR_UNKNOWN" link="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_IP4_CONFIG_ERROR_INVALID_PROPERTY" link="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_IP4_CONFIG_ERROR_MISSING_PROPERTY" link="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_IP4_CONFIG_ERROR_NOT_ALLOWED_FOR_METHOD" link="NMSettingIP4Config.html#NM-SETTING-IP4-CONFIG-ERROR-NOT-ALLOWED-FOR-METHOD:CAPS"/> + <keyword type="constant" name="NM_SETTING_IP6_CONFIG_ERROR_UNKNOWN" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_IP6_CONFIG_ERROR_INVALID_PROPERTY" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_IP6_CONFIG_ERROR_MISSING_PROPERTY" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_IP6_CONFIG_ERROR_NOT_ALLOWED_FOR_METHOD" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-ERROR-NOT-ALLOWED-FOR-METHOD:CAPS"/> + <keyword type="constant" name="NM_SETTING_IP6_CONFIG_PRIVACY_UNKNOWN" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_IP6_CONFIG_PRIVACY_DISABLED" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-DISABLED:CAPS"/> + <keyword type="constant" name="NM_SETTING_IP6_CONFIG_PRIVACY_PREFER_PUBLIC_ADDR" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-PREFER-PUBLIC-ADDR:CAPS"/> + <keyword type="constant" name="NM_SETTING_IP6_CONFIG_PRIVACY_PREFER_TEMP_ADDR" link="NMSettingIP6Config.html#NM-SETTING-IP6-CONFIG-PRIVACY-PREFER-TEMP-ADDR:CAPS"/> + <keyword type="constant" name="NM_SETTING_PPP_ERROR_UNKNOWN" link="NMSettingPPP.html#NM-SETTING-PPP-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_PPP_ERROR_INVALID_PROPERTY" link="NMSettingPPP.html#NM-SETTING-PPP-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_PPP_ERROR_MISSING_PROPERTY" link="NMSettingPPP.html#NM-SETTING-PPP-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_PPP_ERROR_REQUIRE_MPPE_NOT_ALLOWED" link="NMSettingPPP.html#NM-SETTING-PPP-ERROR-REQUIRE-MPPE-NOT-ALLOWED:CAPS"/> + <keyword type="constant" name="NM_SETTING_PPPOE_ERROR_UNKNOWN" link="NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_PPPOE_ERROR_INVALID_PROPERTY" link="NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_PPPOE_ERROR_MISSING_PROPERTY" link="NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_PPPOE_ERROR_MISSING_PPP_SETTING" link="NMSettingPPPOE.html#NM-SETTING-PPPOE-ERROR-MISSING-PPP-SETTING:CAPS"/> + <keyword type="constant" name="NM_SETTING_VPN_ERROR_UNKNOWN" link="NMSettingVPN.html#NM-SETTING-VPN-ERROR-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_SETTING_VPN_ERROR_INVALID_PROPERTY" link="NMSettingVPN.html#NM-SETTING-VPN-ERROR-INVALID-PROPERTY:CAPS"/> + <keyword type="constant" name="NM_SETTING_VPN_ERROR_MISSING_PROPERTY" link="NMSettingVPN.html#NM-SETTING-VPN-ERROR-MISSING-PROPERTY:CAPS"/> + <keyword type="constant" name="NMU_SEC_INVALID" link="libnm-util-nm-utils.html#NMU-SEC-INVALID:CAPS"/> + <keyword type="constant" name="NMU_SEC_NONE" link="libnm-util-nm-utils.html#NMU-SEC-NONE:CAPS"/> + <keyword type="constant" name="NMU_SEC_STATIC_WEP" link="libnm-util-nm-utils.html#NMU-SEC-STATIC-WEP:CAPS"/> + <keyword type="constant" name="NMU_SEC_LEAP" link="libnm-util-nm-utils.html#NMU-SEC-LEAP:CAPS"/> + <keyword type="constant" name="NMU_SEC_DYNAMIC_WEP" link="libnm-util-nm-utils.html#NMU-SEC-DYNAMIC-WEP:CAPS"/> + <keyword type="constant" name="NMU_SEC_WPA_PSK" link="libnm-util-nm-utils.html#NMU-SEC-WPA-PSK:CAPS"/> + <keyword type="constant" name="NMU_SEC_WPA_ENTERPRISE" link="libnm-util-nm-utils.html#NMU-SEC-WPA-ENTERPRISE:CAPS"/> + <keyword type="constant" name="NMU_SEC_WPA2_PSK" link="libnm-util-nm-utils.html#NMU-SEC-WPA2-PSK:CAPS"/> + <keyword type="constant" name="NMU_SEC_WPA2_ENTERPRISE" link="libnm-util-nm-utils.html#NMU-SEC-WPA2-ENTERPRISE:CAPS"/> + <keyword type="constant" name="NM_STATE_UNKNOWN" link="libnm-util-NetworkManager.html#NM-STATE-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_STATE_ASLEEP" link="libnm-util-NetworkManager.html#NM-STATE-ASLEEP:CAPS"/> + <keyword type="constant" name="NM_STATE_DISCONNECTED" link="libnm-util-NetworkManager.html#NM-STATE-DISCONNECTED:CAPS"/> + <keyword type="constant" name="NM_STATE_DISCONNECTING" link="libnm-util-NetworkManager.html#NM-STATE-DISCONNECTING:CAPS"/> + <keyword type="constant" name="NM_STATE_CONNECTING" link="libnm-util-NetworkManager.html#NM-STATE-CONNECTING:CAPS"/> + <keyword type="constant" name="NM_STATE_CONNECTED_LOCAL" link="libnm-util-NetworkManager.html#NM-STATE-CONNECTED-LOCAL:CAPS"/> + <keyword type="constant" name="NM_STATE_CONNECTED_SITE" link="libnm-util-NetworkManager.html#NM-STATE-CONNECTED-SITE:CAPS"/> + <keyword type="constant" name="NM_STATE_CONNECTED_GLOBAL" link="libnm-util-NetworkManager.html#NM-STATE-CONNECTED-GLOBAL:CAPS"/> + <keyword type="constant" name="NM_CONNECTIVITY_UNKNOWN" link="libnm-util-NetworkManager.html#NM-CONNECTIVITY-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_CONNECTIVITY_NONE" link="libnm-util-NetworkManager.html#NM-CONNECTIVITY-NONE:CAPS"/> + <keyword type="constant" name="NM_CONNECTIVITY_PORTAL" link="libnm-util-NetworkManager.html#NM-CONNECTIVITY-PORTAL:CAPS"/> + <keyword type="constant" name="NM_CONNECTIVITY_LIMITED" link="libnm-util-NetworkManager.html#NM-CONNECTIVITY-LIMITED:CAPS"/> + <keyword type="constant" name="NM_CONNECTIVITY_FULL" link="libnm-util-NetworkManager.html#NM-CONNECTIVITY-FULL:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_UNKNOWN" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_ETHERNET" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-ETHERNET:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_WIFI" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-WIFI:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_UNUSED1" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-UNUSED1:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_UNUSED2" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-UNUSED2:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_BT" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-BT:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_OLPC_MESH" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-OLPC-MESH:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_WIMAX" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-WIMAX:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_MODEM" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-MODEM:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_INFINIBAND" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-INFINIBAND:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_BOND" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-BOND:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_VLAN" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-VLAN:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_ADSL" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-ADSL:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_BRIDGE" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-BRIDGE:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_GENERIC" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-GENERIC:CAPS"/> + <keyword type="constant" name="NM_DEVICE_TYPE_TEAM" link="libnm-util-NetworkManager.html#NM-DEVICE-TYPE-TEAM:CAPS"/> + <keyword type="constant" name="NM_DEVICE_CAP_NONE" link="libnm-util-NetworkManager.html#NM-DEVICE-CAP-NONE:CAPS"/> + <keyword type="constant" name="NM_DEVICE_CAP_NM_SUPPORTED" link="libnm-util-NetworkManager.html#NM-DEVICE-CAP-NM-SUPPORTED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_CAP_CARRIER_DETECT" link="libnm-util-NetworkManager.html#NM-DEVICE-CAP-CARRIER-DETECT:CAPS"/> + <keyword type="constant" name="NM_DEVICE_CAP_IS_SOFTWARE" link="libnm-util-NetworkManager.html#NM-DEVICE-CAP-IS-SOFTWARE:CAPS"/> + <keyword type="constant" name="NM_WIFI_DEVICE_CAP_NONE" link="libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-NONE:CAPS"/> + <keyword type="constant" name="NM_WIFI_DEVICE_CAP_CIPHER_WEP40" link="libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-CIPHER-WEP40:CAPS"/> + <keyword type="constant" name="NM_WIFI_DEVICE_CAP_CIPHER_WEP104" link="libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-CIPHER-WEP104:CAPS"/> + <keyword type="constant" name="NM_WIFI_DEVICE_CAP_CIPHER_TKIP" link="libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-CIPHER-TKIP:CAPS"/> + <keyword type="constant" name="NM_WIFI_DEVICE_CAP_CIPHER_CCMP" link="libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-CIPHER-CCMP:CAPS"/> + <keyword type="constant" name="NM_WIFI_DEVICE_CAP_WPA" link="libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-WPA:CAPS"/> + <keyword type="constant" name="NM_WIFI_DEVICE_CAP_RSN" link="libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-RSN:CAPS"/> + <keyword type="constant" name="NM_WIFI_DEVICE_CAP_AP" link="libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-AP:CAPS"/> + <keyword type="constant" name="NM_WIFI_DEVICE_CAP_ADHOC" link="libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-ADHOC:CAPS"/> + <keyword type="constant" name="NM_WIFI_DEVICE_CAP_FREQ_VALID" link="libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-FREQ-VALID:CAPS"/> + <keyword type="constant" name="NM_WIFI_DEVICE_CAP_FREQ_2GHZ" link="libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-FREQ-2GHZ:CAPS"/> + <keyword type="constant" name="NM_WIFI_DEVICE_CAP_FREQ_5GHZ" link="libnm-util-NetworkManager.html#NM-WIFI-DEVICE-CAP-FREQ-5GHZ:CAPS"/> + <keyword type="constant" name="NM_802_11_AP_FLAGS_NONE" link="libnm-util-NetworkManager.html#NM-802-11-AP-FLAGS-NONE:CAPS"/> + <keyword type="constant" name="NM_802_11_AP_FLAGS_PRIVACY" link="libnm-util-NetworkManager.html#NM-802-11-AP-FLAGS-PRIVACY:CAPS"/> + <keyword type="constant" name="NM_802_11_AP_SEC_NONE" link="libnm-util-NetworkManager.html#NM-802-11-AP-SEC-NONE:CAPS"/> + <keyword type="constant" name="NM_802_11_AP_SEC_PAIR_WEP40" link="libnm-util-NetworkManager.html#NM-802-11-AP-SEC-PAIR-WEP40:CAPS"/> + <keyword type="constant" name="NM_802_11_AP_SEC_PAIR_WEP104" link="libnm-util-NetworkManager.html#NM-802-11-AP-SEC-PAIR-WEP104:CAPS"/> + <keyword type="constant" name="NM_802_11_AP_SEC_PAIR_TKIP" link="libnm-util-NetworkManager.html#NM-802-11-AP-SEC-PAIR-TKIP:CAPS"/> + <keyword type="constant" name="NM_802_11_AP_SEC_PAIR_CCMP" link="libnm-util-NetworkManager.html#NM-802-11-AP-SEC-PAIR-CCMP:CAPS"/> + <keyword type="constant" name="NM_802_11_AP_SEC_GROUP_WEP40" link="libnm-util-NetworkManager.html#NM-802-11-AP-SEC-GROUP-WEP40:CAPS"/> + <keyword type="constant" name="NM_802_11_AP_SEC_GROUP_WEP104" link="libnm-util-NetworkManager.html#NM-802-11-AP-SEC-GROUP-WEP104:CAPS"/> + <keyword type="constant" name="NM_802_11_AP_SEC_GROUP_TKIP" link="libnm-util-NetworkManager.html#NM-802-11-AP-SEC-GROUP-TKIP:CAPS"/> + <keyword type="constant" name="NM_802_11_AP_SEC_GROUP_CCMP" link="libnm-util-NetworkManager.html#NM-802-11-AP-SEC-GROUP-CCMP:CAPS"/> + <keyword type="constant" name="NM_802_11_AP_SEC_KEY_MGMT_PSK" link="libnm-util-NetworkManager.html#NM-802-11-AP-SEC-KEY-MGMT-PSK:CAPS"/> + <keyword type="constant" name="NM_802_11_AP_SEC_KEY_MGMT_802_1X" link="libnm-util-NetworkManager.html#NM-802-11-AP-SEC-KEY-MGMT-802-1X:CAPS"/> + <keyword type="constant" name="NM_802_11_MODE_UNKNOWN" link="libnm-util-NetworkManager.html#NM-802-11-MODE-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_802_11_MODE_ADHOC" link="libnm-util-NetworkManager.html#NM-802-11-MODE-ADHOC:CAPS"/> + <keyword type="constant" name="NM_802_11_MODE_INFRA" link="libnm-util-NetworkManager.html#NM-802-11-MODE-INFRA:CAPS"/> + <keyword type="constant" name="NM_802_11_MODE_AP" link="libnm-util-NetworkManager.html#NM-802-11-MODE-AP:CAPS"/> + <keyword type="constant" name="NM_BT_CAPABILITY_NONE" link="libnm-util-NetworkManager.html#NM-BT-CAPABILITY-NONE:CAPS"/> + <keyword type="constant" name="NM_BT_CAPABILITY_DUN" link="libnm-util-NetworkManager.html#NM-BT-CAPABILITY-DUN:CAPS"/> + <keyword type="constant" name="NM_BT_CAPABILITY_NAP" link="libnm-util-NetworkManager.html#NM-BT-CAPABILITY-NAP:CAPS"/> + <keyword type="constant" name="NM_DEVICE_MODEM_CAPABILITY_NONE" link="libnm-util-NetworkManager.html#NM-DEVICE-MODEM-CAPABILITY-NONE:CAPS"/> + <keyword type="constant" name="NM_DEVICE_MODEM_CAPABILITY_POTS" link="libnm-util-NetworkManager.html#NM-DEVICE-MODEM-CAPABILITY-POTS:CAPS"/> + <keyword type="constant" name="NM_DEVICE_MODEM_CAPABILITY_CDMA_EVDO" link="libnm-util-NetworkManager.html#NM-DEVICE-MODEM-CAPABILITY-CDMA-EVDO:CAPS"/> + <keyword type="constant" name="NM_DEVICE_MODEM_CAPABILITY_GSM_UMTS" link="libnm-util-NetworkManager.html#NM-DEVICE-MODEM-CAPABILITY-GSM-UMTS:CAPS"/> + <keyword type="constant" name="NM_DEVICE_MODEM_CAPABILITY_LTE" link="libnm-util-NetworkManager.html#NM-DEVICE-MODEM-CAPABILITY-LTE:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_UNKNOWN" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_UNMANAGED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-UNMANAGED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_UNAVAILABLE" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-UNAVAILABLE:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_DISCONNECTED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-DISCONNECTED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_PREPARE" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-PREPARE:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_CONFIG" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-CONFIG:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_NEED_AUTH" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-NEED-AUTH:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_IP_CONFIG" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-IP-CONFIG:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_IP_CHECK" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-IP-CHECK:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_SECONDARIES" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-SECONDARIES:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_ACTIVATED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-ACTIVATED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_DEACTIVATING" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-DEACTIVATING:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_NONE" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-NONE:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_UNKNOWN" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_NOW_MANAGED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-NOW-MANAGED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_NOW_UNMANAGED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-NOW-UNMANAGED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_CONFIG_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-CONFIG-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_IP_CONFIG_UNAVAILABLE" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-IP-CONFIG-UNAVAILABLE:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_IP_CONFIG_EXPIRED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-IP-CONFIG-EXPIRED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_NO_SECRETS" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-NO-SECRETS:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_SUPPLICANT_DISCONNECT" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SUPPLICANT-DISCONNECT:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_SUPPLICANT_CONFIG_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SUPPLICANT-CONFIG-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_SUPPLICANT_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SUPPLICANT-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_SUPPLICANT_TIMEOUT" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SUPPLICANT-TIMEOUT:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_PPP_START_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-PPP-START-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_PPP_DISCONNECT" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-PPP-DISCONNECT:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_PPP_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-PPP-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_DHCP_START_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-DHCP-START-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_DHCP_ERROR" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-DHCP-ERROR:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_DHCP_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-DHCP-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_SHARED_START_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SHARED-START-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_SHARED_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SHARED-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_AUTOIP_START_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-AUTOIP-START-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_AUTOIP_ERROR" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-AUTOIP-ERROR:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_AUTOIP_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-AUTOIP-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_MODEM_BUSY" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-BUSY:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_MODEM_NO_DIAL_TONE" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-NO-DIAL-TONE:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_MODEM_NO_CARRIER" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-NO-CARRIER:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_MODEM_DIAL_TIMEOUT" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-DIAL-TIMEOUT:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_MODEM_DIAL_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-DIAL-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_MODEM_INIT_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-INIT-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_GSM_APN_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-APN-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_GSM_REGISTRATION_NOT_SEARCHING" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-NOT-SEARCHING:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_GSM_REGISTRATION_DENIED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-DENIED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_GSM_REGISTRATION_TIMEOUT" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-TIMEOUT:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_GSM_REGISTRATION_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-REGISTRATION-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_GSM_PIN_CHECK_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-PIN-CHECK-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_FIRMWARE_MISSING" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-FIRMWARE-MISSING:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_REMOVED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-REMOVED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_SLEEPING" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SLEEPING:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_CONNECTION_REMOVED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-CONNECTION-REMOVED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_USER_REQUESTED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-USER-REQUESTED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_CARRIER" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-CARRIER:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_CONNECTION_ASSUMED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-CONNECTION-ASSUMED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_SUPPLICANT_AVAILABLE" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SUPPLICANT-AVAILABLE:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_MODEM_NOT_FOUND" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-NOT-FOUND:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_BT_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-BT-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_GSM_SIM_NOT_INSERTED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-SIM-NOT-INSERTED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_GSM_SIM_PIN_REQUIRED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-SIM-PIN-REQUIRED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_GSM_SIM_PUK_REQUIRED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-SIM-PUK-REQUIRED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_GSM_SIM_WRONG" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-GSM-SIM-WRONG:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_INFINIBAND_MODE" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-INFINIBAND-MODE:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_DEPENDENCY_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-DEPENDENCY-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_BR2684_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-BR2684-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_MODEM_MANAGER_UNAVAILABLE" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-MANAGER-UNAVAILABLE:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_SSID_NOT_FOUND" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SSID-NOT-FOUND:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SECONDARY-CONNECTION-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_DCB_FCOE_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-DCB-FCOE-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_TEAMD_CONTROL_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-TEAMD-CONTROL-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_MODEM_FAILED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-FAILED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_MODEM_AVAILABLE" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-MODEM-AVAILABLE:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_SIM_PIN_INCORRECT" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-SIM-PIN-INCORRECT:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_NEW_ACTIVATION" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-NEW-ACTIVATION:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_PARENT_CHANGED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-PARENT-CHANGED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_PARENT_MANAGED_CHANGED" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-PARENT-MANAGED-CHANGED:CAPS"/> + <keyword type="constant" name="NM_DEVICE_STATE_REASON_LAST" link="libnm-util-NetworkManager.html#NM-DEVICE-STATE-REASON-LAST:CAPS"/> + <keyword type="constant" name="NM_ACTIVE_CONNECTION_STATE_UNKNOWN" link="libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_ACTIVE_CONNECTION_STATE_ACTIVATING" link="libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATING:CAPS"/> + <keyword type="constant" name="NM_ACTIVE_CONNECTION_STATE_ACTIVATED" link="libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-ACTIVATED:CAPS"/> + <keyword type="constant" name="NM_ACTIVE_CONNECTION_STATE_DEACTIVATING" link="libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-DEACTIVATING:CAPS"/> + <keyword type="constant" name="NM_ACTIVE_CONNECTION_STATE_DEACTIVATED" link="libnm-util-NetworkManager.html#NM-ACTIVE-CONNECTION-STATE-DEACTIVATED:CAPS"/> + <keyword type="constant" name="NM_VPN_SERVICE_STATE_UNKNOWN" link="libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_VPN_SERVICE_STATE_INIT" link="libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-INIT:CAPS"/> + <keyword type="constant" name="NM_VPN_SERVICE_STATE_SHUTDOWN" link="libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-SHUTDOWN:CAPS"/> + <keyword type="constant" name="NM_VPN_SERVICE_STATE_STARTING" link="libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-STARTING:CAPS"/> + <keyword type="constant" name="NM_VPN_SERVICE_STATE_STARTED" link="libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-STARTED:CAPS"/> + <keyword type="constant" name="NM_VPN_SERVICE_STATE_STOPPING" link="libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-STOPPING:CAPS"/> + <keyword type="constant" name="NM_VPN_SERVICE_STATE_STOPPED" link="libnm-util-NetworkManagerVPN.html#NM-VPN-SERVICE-STATE-STOPPED:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_UNKNOWN" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_PREPARE" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-PREPARE:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_NEED_AUTH" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-NEED-AUTH:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_CONNECT" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-CONNECT:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_IP_CONFIG_GET" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-IP-CONFIG-GET:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_ACTIVATED" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-ACTIVATED:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_FAILED" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-FAILED:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_DISCONNECTED" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-DISCONNECTED:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_REASON_UNKNOWN" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-UNKNOWN:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_REASON_NONE" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-NONE:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_REASON_USER_DISCONNECTED" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-USER-DISCONNECTED:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_REASON_DEVICE_DISCONNECTED" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-DEVICE-DISCONNECTED:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_REASON_SERVICE_STOPPED" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-SERVICE-STOPPED:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_REASON_IP_CONFIG_INVALID" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-IP-CONFIG-INVALID:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_REASON_CONNECT_TIMEOUT" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-CONNECT-TIMEOUT:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_REASON_SERVICE_START_TIMEOUT" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-SERVICE-START-TIMEOUT:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_REASON_SERVICE_START_FAILED" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-SERVICE-START-FAILED:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_REASON_NO_SECRETS" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-NO-SECRETS:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_REASON_LOGIN_FAILED" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-LOGIN-FAILED:CAPS"/> + <keyword type="constant" name="NM_VPN_CONNECTION_STATE_REASON_CONNECTION_REMOVED" link="libnm-util-NetworkManagerVPN.html#NM-VPN-CONNECTION-STATE-REASON-CONNECTION-REMOVED:CAPS"/> + <keyword type="constant" name="NM_VPN_PLUGIN_FAILURE_LOGIN_FAILED" link="libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-FAILURE-LOGIN-FAILED:CAPS"/> + <keyword type="constant" name="NM_VPN_PLUGIN_FAILURE_CONNECT_FAILED" link="libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-FAILURE-CONNECT-FAILED:CAPS"/> + <keyword type="constant" name="NM_VPN_PLUGIN_FAILURE_BAD_IP_CONFIG" link="libnm-util-NetworkManagerVPN.html#NM-VPN-PLUGIN-FAILURE-BAD-IP-CONFIG:CAPS"/> </functions> </book> diff --git a/docs/libnm-util/html/object-tree.html b/docs/libnm-util/html/object-tree.html index 0efce8c7..9c2eaa40 100644 --- a/docs/libnm-util/html/object-tree.html +++ b/docs/libnm-util/html/object-tree.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>libnm-util Reference Manual: Object Hierarchy</title> +<title>Object Hierarchy: libnm-util Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <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="libnm-util-NetworkManagerVPN.html" title="NetworkManagerVPN"> <link rel="next" href="api-index-full.html" title="API Index"> -<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -103,7 +103,6 @@ </pre> </div> <div class="footer"> -<hr> - Generated by GTK-Doc V1.21</div> +<hr>Generated by GTK-Doc V1.24</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-util/html/style.css b/docs/libnm-util/html/style.css index c141ddd2..36754209 100644 --- a/docs/libnm-util/html/style.css +++ b/docs/libnm-util/html/style.css @@ -60,7 +60,7 @@ a:hover div.informaltable table { border-collapse: separate; - border-spacing: 1em 0.5em; + border-spacing: 1em 0.3em; border: none; } @@ -148,6 +148,8 @@ div.table table th h4 { color: #555753; + margin-top: 1em; + margin-bottom: 1em; } hr @@ -166,17 +168,16 @@ dl.toc dt padding-bottom: 0.25em; } -dl.toc > dd > dl > dt +dl.toc > dt { padding-top: 0.25em; padding-bottom: 0.25em; + font-weight: bold; } -dl.toc > dt +dl.toc > dl { - padding-top: 1em; padding-bottom: 0.5em; - font-weight: bold; } .parameter @@ -346,7 +347,9 @@ acronym,abbr } @media screen { - sup a.footnote + /* these have a <sup> as a first child, but since there are no parent selectors + * we can't use that. */ + a.footnote { position: relative; top: 0em ! important; diff --git a/docs/libnm-util/tmpl/NetworkManager.sgml b/docs/libnm-util/tmpl/NetworkManager.sgml deleted file mode 100644 index 008d08b8..00000000 --- a/docs/libnm-util/tmpl/NetworkManager.sgml +++ /dev/null @@ -1,539 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NetworkManager - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_DBUS_SERVICE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_PATH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_WIRED ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_ADSL ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_WIRELESS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_BLUETOOTH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_OLPC_MESH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_PATH_ACCESS_POINT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_ACCESS_POINT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_MODEM ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_WIMAX ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_WIMAX_NSP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_PATH_WIMAX_NSP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_ACTIVE_CONNECTION ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_IP4_CONFIG ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DHCP4_CONFIG ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_IP6_CONFIG ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DHCP6_CONFIG ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_INFINIBAND ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_BOND ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_TEAM ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_VLAN ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_BRIDGE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_GENERIC ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_VETH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_TUN ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_MACVLAN ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_VXLAN ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_DEVICE_GRE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_IFACE_SETTINGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_PATH_SETTINGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_IFACE_SETTINGS_CONNECTION ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_PATH_SETTINGS_CONNECTION ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_IFACE_SETTINGS_CONNECTION_SECRETS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_AGENT_MANAGER ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_PATH_AGENT_MANAGER ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_SECRET_AGENT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_PATH_SECRET_AGENT ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMState ##### --> -<para> - -</para> - -@NM_STATE_UNKNOWN: -@NM_STATE_ASLEEP: -@NM_STATE_DISCONNECTED: -@NM_STATE_DISCONNECTING: -@NM_STATE_CONNECTING: -@NM_STATE_CONNECTED_LOCAL: -@NM_STATE_CONNECTED_SITE: -@NM_STATE_CONNECTED_GLOBAL: - -<!-- ##### MACRO NM_STATE_CONNECTED ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMConnectivityState ##### --> -<para> - -</para> - -@NM_CONNECTIVITY_UNKNOWN: -@NM_CONNECTIVITY_NONE: -@NM_CONNECTIVITY_PORTAL: -@NM_CONNECTIVITY_LIMITED: -@NM_CONNECTIVITY_FULL: - -<!-- ##### ENUM NMDeviceType ##### --> -<para> - -</para> - -@NM_DEVICE_TYPE_UNKNOWN: -@NM_DEVICE_TYPE_ETHERNET: -@NM_DEVICE_TYPE_WIFI: -@NM_DEVICE_TYPE_UNUSED1: -@NM_DEVICE_TYPE_UNUSED2: -@NM_DEVICE_TYPE_BT: -@NM_DEVICE_TYPE_OLPC_MESH: -@NM_DEVICE_TYPE_WIMAX: -@NM_DEVICE_TYPE_MODEM: -@NM_DEVICE_TYPE_INFINIBAND: -@NM_DEVICE_TYPE_BOND: -@NM_DEVICE_TYPE_VLAN: -@NM_DEVICE_TYPE_ADSL: -@NM_DEVICE_TYPE_BRIDGE: -@NM_DEVICE_TYPE_GENERIC: -@NM_DEVICE_TYPE_TEAM: - -<!-- ##### ENUM NMDeviceCapabilities ##### --> -<para> - -</para> - -@NM_DEVICE_CAP_NONE: -@NM_DEVICE_CAP_NM_SUPPORTED: -@NM_DEVICE_CAP_CARRIER_DETECT: -@NM_DEVICE_CAP_IS_SOFTWARE: - -<!-- ##### ENUM NMDeviceWifiCapabilities ##### --> -<para> - -</para> - -@NM_WIFI_DEVICE_CAP_NONE: -@NM_WIFI_DEVICE_CAP_CIPHER_WEP40: -@NM_WIFI_DEVICE_CAP_CIPHER_WEP104: -@NM_WIFI_DEVICE_CAP_CIPHER_TKIP: -@NM_WIFI_DEVICE_CAP_CIPHER_CCMP: -@NM_WIFI_DEVICE_CAP_WPA: -@NM_WIFI_DEVICE_CAP_RSN: -@NM_WIFI_DEVICE_CAP_AP: -@NM_WIFI_DEVICE_CAP_ADHOC: -@NM_WIFI_DEVICE_CAP_FREQ_VALID: -@NM_WIFI_DEVICE_CAP_FREQ_2GHZ: -@NM_WIFI_DEVICE_CAP_FREQ_5GHZ: - -<!-- ##### ENUM NM80211ApFlags ##### --> -<para> - -</para> - -@NM_802_11_AP_FLAGS_NONE: -@NM_802_11_AP_FLAGS_PRIVACY: - -<!-- ##### ENUM NM80211ApSecurityFlags ##### --> -<para> - -</para> - -@NM_802_11_AP_SEC_NONE: -@NM_802_11_AP_SEC_PAIR_WEP40: -@NM_802_11_AP_SEC_PAIR_WEP104: -@NM_802_11_AP_SEC_PAIR_TKIP: -@NM_802_11_AP_SEC_PAIR_CCMP: -@NM_802_11_AP_SEC_GROUP_WEP40: -@NM_802_11_AP_SEC_GROUP_WEP104: -@NM_802_11_AP_SEC_GROUP_TKIP: -@NM_802_11_AP_SEC_GROUP_CCMP: -@NM_802_11_AP_SEC_KEY_MGMT_PSK: -@NM_802_11_AP_SEC_KEY_MGMT_802_1X: - -<!-- ##### ENUM NM80211Mode ##### --> -<para> - -</para> - -@NM_802_11_MODE_UNKNOWN: -@NM_802_11_MODE_ADHOC: -@NM_802_11_MODE_INFRA: -@NM_802_11_MODE_AP: - -<!-- ##### ENUM NMBluetoothCapabilities ##### --> -<para> - -</para> - -@NM_BT_CAPABILITY_NONE: -@NM_BT_CAPABILITY_DUN: -@NM_BT_CAPABILITY_NAP: - -<!-- ##### ENUM NMDeviceModemCapabilities ##### --> -<para> - -</para> - -@NM_DEVICE_MODEM_CAPABILITY_NONE: -@NM_DEVICE_MODEM_CAPABILITY_POTS: -@NM_DEVICE_MODEM_CAPABILITY_CDMA_EVDO: -@NM_DEVICE_MODEM_CAPABILITY_GSM_UMTS: -@NM_DEVICE_MODEM_CAPABILITY_LTE: - -<!-- ##### ENUM NMDeviceState ##### --> -<para> - -</para> - -@NM_DEVICE_STATE_UNKNOWN: -@NM_DEVICE_STATE_UNMANAGED: -@NM_DEVICE_STATE_UNAVAILABLE: -@NM_DEVICE_STATE_DISCONNECTED: -@NM_DEVICE_STATE_PREPARE: -@NM_DEVICE_STATE_CONFIG: -@NM_DEVICE_STATE_NEED_AUTH: -@NM_DEVICE_STATE_IP_CONFIG: -@NM_DEVICE_STATE_IP_CHECK: -@NM_DEVICE_STATE_SECONDARIES: -@NM_DEVICE_STATE_ACTIVATED: -@NM_DEVICE_STATE_DEACTIVATING: -@NM_DEVICE_STATE_FAILED: - -<!-- ##### ENUM NMDeviceStateReason ##### --> -<para> - -</para> - -@NM_DEVICE_STATE_REASON_NONE: -@NM_DEVICE_STATE_REASON_UNKNOWN: -@NM_DEVICE_STATE_REASON_NOW_MANAGED: -@NM_DEVICE_STATE_REASON_NOW_UNMANAGED: -@NM_DEVICE_STATE_REASON_CONFIG_FAILED: -@NM_DEVICE_STATE_REASON_IP_CONFIG_UNAVAILABLE: -@NM_DEVICE_STATE_REASON_IP_CONFIG_EXPIRED: -@NM_DEVICE_STATE_REASON_NO_SECRETS: -@NM_DEVICE_STATE_REASON_SUPPLICANT_DISCONNECT: -@NM_DEVICE_STATE_REASON_SUPPLICANT_CONFIG_FAILED: -@NM_DEVICE_STATE_REASON_SUPPLICANT_FAILED: -@NM_DEVICE_STATE_REASON_SUPPLICANT_TIMEOUT: -@NM_DEVICE_STATE_REASON_PPP_START_FAILED: -@NM_DEVICE_STATE_REASON_PPP_DISCONNECT: -@NM_DEVICE_STATE_REASON_PPP_FAILED: -@NM_DEVICE_STATE_REASON_DHCP_START_FAILED: -@NM_DEVICE_STATE_REASON_DHCP_ERROR: -@NM_DEVICE_STATE_REASON_DHCP_FAILED: -@NM_DEVICE_STATE_REASON_SHARED_START_FAILED: -@NM_DEVICE_STATE_REASON_SHARED_FAILED: -@NM_DEVICE_STATE_REASON_AUTOIP_START_FAILED: -@NM_DEVICE_STATE_REASON_AUTOIP_ERROR: -@NM_DEVICE_STATE_REASON_AUTOIP_FAILED: -@NM_DEVICE_STATE_REASON_MODEM_BUSY: -@NM_DEVICE_STATE_REASON_MODEM_NO_DIAL_TONE: -@NM_DEVICE_STATE_REASON_MODEM_NO_CARRIER: -@NM_DEVICE_STATE_REASON_MODEM_DIAL_TIMEOUT: -@NM_DEVICE_STATE_REASON_MODEM_DIAL_FAILED: -@NM_DEVICE_STATE_REASON_MODEM_INIT_FAILED: -@NM_DEVICE_STATE_REASON_GSM_APN_FAILED: -@NM_DEVICE_STATE_REASON_GSM_REGISTRATION_NOT_SEARCHING: -@NM_DEVICE_STATE_REASON_GSM_REGISTRATION_DENIED: -@NM_DEVICE_STATE_REASON_GSM_REGISTRATION_TIMEOUT: -@NM_DEVICE_STATE_REASON_GSM_REGISTRATION_FAILED: -@NM_DEVICE_STATE_REASON_GSM_PIN_CHECK_FAILED: -@NM_DEVICE_STATE_REASON_FIRMWARE_MISSING: -@NM_DEVICE_STATE_REASON_REMOVED: -@NM_DEVICE_STATE_REASON_SLEEPING: -@NM_DEVICE_STATE_REASON_CONNECTION_REMOVED: -@NM_DEVICE_STATE_REASON_USER_REQUESTED: -@NM_DEVICE_STATE_REASON_CARRIER: -@NM_DEVICE_STATE_REASON_CONNECTION_ASSUMED: -@NM_DEVICE_STATE_REASON_SUPPLICANT_AVAILABLE: -@NM_DEVICE_STATE_REASON_MODEM_NOT_FOUND: -@NM_DEVICE_STATE_REASON_BT_FAILED: -@NM_DEVICE_STATE_REASON_GSM_SIM_NOT_INSERTED: -@NM_DEVICE_STATE_REASON_GSM_SIM_PIN_REQUIRED: -@NM_DEVICE_STATE_REASON_GSM_SIM_PUK_REQUIRED: -@NM_DEVICE_STATE_REASON_GSM_SIM_WRONG: -@NM_DEVICE_STATE_REASON_INFINIBAND_MODE: -@NM_DEVICE_STATE_REASON_DEPENDENCY_FAILED: -@NM_DEVICE_STATE_REASON_BR2684_FAILED: -@NM_DEVICE_STATE_REASON_MODEM_MANAGER_UNAVAILABLE: -@NM_DEVICE_STATE_REASON_SSID_NOT_FOUND: -@NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED: -@NM_DEVICE_STATE_REASON_DCB_FCOE_FAILED: -@NM_DEVICE_STATE_REASON_TEAMD_CONTROL_FAILED: -@NM_DEVICE_STATE_REASON_MODEM_FAILED: -@NM_DEVICE_STATE_REASON_MODEM_AVAILABLE: -@NM_DEVICE_STATE_REASON_SIM_PIN_INCORRECT: -@NM_DEVICE_STATE_REASON_NEW_ACTIVATION: -@NM_DEVICE_STATE_REASON_LAST: - -<!-- ##### ENUM NMActiveConnectionState ##### --> -<para> - -</para> - -@NM_ACTIVE_CONNECTION_STATE_UNKNOWN: -@NM_ACTIVE_CONNECTION_STATE_ACTIVATING: -@NM_ACTIVE_CONNECTION_STATE_ACTIVATED: -@NM_ACTIVE_CONNECTION_STATE_DEACTIVATING: -@NM_ACTIVE_CONNECTION_STATE_DEACTIVATED: - diff --git a/docs/libnm-util/tmpl/NetworkManagerVPN.sgml b/docs/libnm-util/tmpl/NetworkManagerVPN.sgml deleted file mode 100644 index 03b7f316..00000000 --- a/docs/libnm-util/tmpl/NetworkManagerVPN.sgml +++ /dev/null @@ -1,484 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NetworkManagerVPN - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_DBUS_PATH_VPN ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_VPN ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_PATH_VPN_CONNECTION ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INTERFACE_VPN_CONNECTION ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_DBUS_PLUGIN_PATH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_DBUS_PLUGIN_INTERFACE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_NO_ACTIVE_VPN_CONNECTION ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_NO_VPN_CONNECTIONS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_INVALID_VPN_CONNECTION ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_ERROR_PREFIX ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_STARTING_IN_PROGRESS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_ALREADY_STARTED ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_STOPPING_IN_PROGRESS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_ALREADY_STOPPED ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_WRONG_STATE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_BAD_ARGUMENTS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_INTERACTIVE_NOT_SUPPORTED ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_SIGNAL_LOGIN_BANNER ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_SIGNAL_LOGIN_FAILED ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_SIGNAL_LAUNCH_FAILED ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_SIGNAL_CONNECT_FAILED ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_SIGNAL_VPN_CONFIG_BAD ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_SIGNAL_IP_CONFIG_BAD ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_SIGNAL_STATE_CHANGE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_DBUS_VPN_SIGNAL_IP4_CONFIG ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMVPNServiceState ##### --> -<para> - -</para> - -@NM_VPN_SERVICE_STATE_UNKNOWN: -@NM_VPN_SERVICE_STATE_INIT: -@NM_VPN_SERVICE_STATE_SHUTDOWN: -@NM_VPN_SERVICE_STATE_STARTING: -@NM_VPN_SERVICE_STATE_STARTED: -@NM_VPN_SERVICE_STATE_STOPPING: -@NM_VPN_SERVICE_STATE_STOPPED: - -<!-- ##### ENUM NMVPNConnectionState ##### --> -<para> - -</para> - -@NM_VPN_CONNECTION_STATE_UNKNOWN: -@NM_VPN_CONNECTION_STATE_PREPARE: -@NM_VPN_CONNECTION_STATE_NEED_AUTH: -@NM_VPN_CONNECTION_STATE_CONNECT: -@NM_VPN_CONNECTION_STATE_IP_CONFIG_GET: -@NM_VPN_CONNECTION_STATE_ACTIVATED: -@NM_VPN_CONNECTION_STATE_FAILED: -@NM_VPN_CONNECTION_STATE_DISCONNECTED: - -<!-- ##### ENUM NMVPNConnectionStateReason ##### --> -<para> - -</para> - -@NM_VPN_CONNECTION_STATE_REASON_UNKNOWN: -@NM_VPN_CONNECTION_STATE_REASON_NONE: -@NM_VPN_CONNECTION_STATE_REASON_USER_DISCONNECTED: -@NM_VPN_CONNECTION_STATE_REASON_DEVICE_DISCONNECTED: -@NM_VPN_CONNECTION_STATE_REASON_SERVICE_STOPPED: -@NM_VPN_CONNECTION_STATE_REASON_IP_CONFIG_INVALID: -@NM_VPN_CONNECTION_STATE_REASON_CONNECT_TIMEOUT: -@NM_VPN_CONNECTION_STATE_REASON_SERVICE_START_TIMEOUT: -@NM_VPN_CONNECTION_STATE_REASON_SERVICE_START_FAILED: -@NM_VPN_CONNECTION_STATE_REASON_NO_SECRETS: -@NM_VPN_CONNECTION_STATE_REASON_LOGIN_FAILED: -@NM_VPN_CONNECTION_STATE_REASON_CONNECTION_REMOVED: - -<!-- ##### ENUM NMVPNPluginFailure ##### --> -<para> - -</para> - -@NM_VPN_PLUGIN_FAILURE_LOGIN_FAILED: -@NM_VPN_PLUGIN_FAILURE_CONNECT_FAILED: -@NM_VPN_PLUGIN_FAILURE_BAD_IP_CONFIG: - -<!-- ##### MACRO NM_VPN_PLUGIN_CONFIG_TUNDEV ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_CONFIG_BANNER ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_CONFIG_EXT_GATEWAY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_CONFIG_MTU ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_CONFIG_HAS_IP4 ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_CONFIG_HAS_IP6 ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_CAN_PERSIST ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_INT_GATEWAY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_ADDRESS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_PTP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_PREFIX ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_DNS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_NBNS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_MSS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_DOMAIN ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_DOMAINS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_ROUTES ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_NEVER_DEFAULT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_GATEWAY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_BANNER ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_EXT_GATEWAY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_MTU ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP4_CONFIG_TUNDEV ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP6_CONFIG_INT_GATEWAY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP6_CONFIG_ADDRESS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP6_CONFIG_PTP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP6_CONFIG_PREFIX ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP6_CONFIG_DNS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP6_CONFIG_MSS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP6_CONFIG_DOMAIN ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP6_CONFIG_DOMAINS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP6_CONFIG_ROUTES ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_VPN_PLUGIN_IP6_CONFIG_NEVER_DEFAULT ##### --> -<para> - -</para> - - - diff --git a/docs/libnm-util/tmpl/libnm-util-unused.sgml b/docs/libnm-util/tmpl/libnm-util-unused.sgml deleted file mode 100644 index e69de29b..00000000 --- a/docs/libnm-util/tmpl/libnm-util-unused.sgml +++ /dev/null diff --git a/docs/libnm-util/tmpl/nm-connection.sgml b/docs/libnm-util/tmpl/nm-connection.sgml deleted file mode 100644 index 27d34bb6..00000000 --- a/docs/libnm-util/tmpl/nm-connection.sgml +++ /dev/null @@ -1,663 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMConnection - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_CONNECTION_SECRETS_UPDATED ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_CONNECTION_SECRETS_CLEARED ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_CONNECTION_CHANGED ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_CONNECTION_PATH ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMConnectionError ##### --> -<para> - -</para> - -@NM_CONNECTION_ERROR_UNKNOWN: -@NM_CONNECTION_ERROR_CONNECTION_SETTING_NOT_FOUND: -@NM_CONNECTION_ERROR_CONNECTION_TYPE_INVALID: -@NM_CONNECTION_ERROR_SETTING_NOT_FOUND: -@NM_CONNECTION_ERROR_INVALID_SETTING: - -<!-- ##### MACRO NM_CONNECTION_NORMALIZE_PARAM_IP6_CONFIG_METHOD ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_CONNECTION_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_connection_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### STRUCT NMConnection ##### --> -<para> - -</para> - - -<!-- ##### SIGNAL NMConnection::changed ##### --> -<para> - -</para> - -@nmconnection: the object which received the signal. - -<!-- ##### SIGNAL NMConnection::secrets-cleared ##### --> -<para> - -</para> - -@nmconnection: the object which received the signal. - -<!-- ##### SIGNAL NMConnection::secrets-updated ##### --> -<para> - -</para> - -@nmconnection: the object which received the signal. -@arg1: - -<!-- ##### ARG NMConnection:path ##### --> -<para> - -</para> - -<!-- ##### FUNCTION nm_connection_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_connection_new_from_hash ##### --> -<para> - -</para> - -@hash: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_connection_duplicate ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_create_setting ##### --> -<para> - -</para> - -@name: -@Returns: - - -<!-- ##### FUNCTION nm_connection_add_setting ##### --> -<para> - -</para> - -@connection: -@setting: - - -<!-- ##### FUNCTION nm_connection_remove_setting ##### --> -<para> - -</para> - -@connection: -@setting_type: - - -<!-- ##### FUNCTION nm_connection_get_setting ##### --> -<para> - -</para> - -@connection: -@setting_type: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_by_name ##### --> -<para> - -</para> - -@connection: -@name: -@Returns: - - -<!-- ##### FUNCTION nm_connection_replace_settings ##### --> -<para> - -</para> - -@connection: -@new_settings: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_connection_replace_settings_from_connection ##### --> -<para> - -</para> - -@connection: -@new_connection: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_connection_compare ##### --> -<para> - -</para> - -@a: -@b: -@flags: -@Returns: - - -<!-- ##### FUNCTION nm_connection_diff ##### --> -<para> - -</para> - -@a: -@b: -@flags: -@out_settings: -@Returns: - - -<!-- ##### FUNCTION nm_connection_verify ##### --> -<para> - -</para> - -@connection: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_connection_normalize ##### --> -<para> - -</para> - -@connection: -@parameters: -@modified: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_connection_need_secrets ##### --> -<para> - -</para> - -@connection: -@hints: -@Returns: - - -<!-- ##### FUNCTION nm_connection_clear_secrets ##### --> -<para> - -</para> - -@connection: - - -<!-- ##### FUNCTION nm_connection_clear_secrets_with_flags ##### --> -<para> - -</para> - -@connection: -@func: -@user_data: - - -<!-- ##### FUNCTION nm_connection_update_secrets ##### --> -<para> - -</para> - -@connection: -@setting_name: -@secrets: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_connection_set_path ##### --> -<para> - -</para> - -@connection: -@path: - - -<!-- ##### FUNCTION nm_connection_get_path ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_virtual_iface_name ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_interface_name ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_is_type ##### --> -<para> - -</para> - -@connection: -@type: -@Returns: - - -<!-- ##### FUNCTION nm_connection_for_each_setting_value ##### --> -<para> - -</para> - -@connection: -@func: -@user_data: - - -<!-- ##### FUNCTION nm_connection_to_hash ##### --> -<para> - -</para> - -@connection: -@flags: -@Returns: - - -<!-- ##### FUNCTION nm_connection_dump ##### --> -<para> - -</para> - -@connection: - - -<!-- ##### FUNCTION nm_connection_lookup_setting_type ##### --> -<para> - -</para> - -@name: -@Returns: - - -<!-- ##### FUNCTION nm_connection_lookup_setting_type_by_quark ##### --> -<para> - -</para> - -@error_quark: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_uuid ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_id ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_connection_type ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_virtual_device_description ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_802_1x ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_bluetooth ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_bond ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_team ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_team_port ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_bridge ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_bridge_port ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_cdma ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_connection ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_dcb ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_generic ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_gsm ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_infiniband ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_ip4_config ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_ip6_config ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_olpc_mesh ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_ppp ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_pppoe ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_serial ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_vpn ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_wimax ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_adsl ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_wired ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_wireless ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_wireless_security ##### --> -<para> - -</para> - -@connection: -@Returns: - - -<!-- ##### FUNCTION nm_connection_get_setting_vlan ##### --> -<para> - -</para> - -@connection: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-8021x.sgml b/docs/libnm-util/tmpl/nm-setting-8021x.sgml deleted file mode 100644 index a5b6f315..00000000 --- a/docs/libnm-util/tmpl/nm-setting-8021x.sgml +++ /dev/null @@ -1,943 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSetting8021x - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### ENUM NMSetting8021xCKFormat ##### --> -<para> - -</para> - -@NM_SETTING_802_1X_CK_FORMAT_UNKNOWN: -@NM_SETTING_802_1X_CK_FORMAT_X509: -@NM_SETTING_802_1X_CK_FORMAT_RAW_KEY: -@NM_SETTING_802_1X_CK_FORMAT_PKCS12: - -<!-- ##### ENUM NMSetting8021xCKScheme ##### --> -<para> - -</para> - -@NM_SETTING_802_1X_CK_SCHEME_UNKNOWN: -@NM_SETTING_802_1X_CK_SCHEME_BLOB: -@NM_SETTING_802_1X_CK_SCHEME_PATH: - -<!-- ##### MACRO NM_SETTING_802_1X_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSetting8021xError ##### --> -<para> - -</para> - -@NM_SETTING_802_1X_ERROR_UNKNOWN: -@NM_SETTING_802_1X_ERROR_INVALID_PROPERTY: -@NM_SETTING_802_1X_ERROR_MISSING_PROPERTY: - -<!-- ##### MACRO NM_SETTING_802_1X_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_802_1x_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_802_1X_EAP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_IDENTITY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_ANONYMOUS_IDENTITY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PAC_FILE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_CA_CERT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_CA_PATH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_SUBJECT_MATCH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_ALTSUBJECT_MATCHES ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_CLIENT_CERT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PHASE1_PEAPVER ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PHASE1_PEAPLABEL ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PHASE1_FAST_PROVISIONING ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PHASE2_AUTH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PHASE2_AUTHEAP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PHASE2_CA_CERT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PHASE2_CA_PATH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PHASE2_SUBJECT_MATCH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PHASE2_ALTSUBJECT_MATCHES ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PHASE2_CLIENT_CERT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PASSWORD ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PASSWORD_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PASSWORD_RAW ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PASSWORD_RAW_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PRIVATE_KEY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PRIVATE_KEY_PASSWORD_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PHASE2_PRIVATE_KEY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PIN ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_PIN_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_802_1X_SYSTEM_CA_CERTS ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_802_1x_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_num_eap_methods ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_eap_method ##### --> -<para> - -</para> - -@setting: -@i: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_add_eap_method ##### --> -<para> - -</para> - -@setting: -@eap: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_remove_eap_method ##### --> -<para> - -</para> - -@setting: -@i: - - -<!-- ##### FUNCTION nm_setting_802_1x_remove_eap_method_by_value ##### --> -<para> - -</para> - -@setting: -@eap: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_clear_eap_methods ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_identity ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_anonymous_identity ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_pac_file ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_system_ca_certs ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_ca_path ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_ca_path ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_ca_cert_scheme ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_ca_cert_blob ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_ca_cert_path ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_set_ca_cert ##### --> -<para> - -</para> - -@setting: -@cert_path: -@scheme: -@out_format: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_subject_match ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_num_altsubject_matches ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_altsubject_match ##### --> -<para> - -</para> - -@setting: -@i: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_add_altsubject_match ##### --> -<para> - -</para> - -@setting: -@altsubject_match: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_remove_altsubject_match ##### --> -<para> - -</para> - -@setting: -@i: - - -<!-- ##### FUNCTION nm_setting_802_1x_remove_altsubject_match_by_value ##### --> -<para> - -</para> - -@setting: -@altsubject_match: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_clear_altsubject_matches ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_client_cert_scheme ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_client_cert_blob ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_client_cert_path ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_set_client_cert ##### --> -<para> - -</para> - -@setting: -@cert_path: -@scheme: -@out_format: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase1_peapver ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase1_peaplabel ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase1_fast_provisioning ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_auth ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_autheap ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_ca_cert_scheme ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_ca_cert_blob ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_ca_cert_path ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_set_phase2_ca_cert ##### --> -<para> - -</para> - -@setting: -@cert_path: -@scheme: -@out_format: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_subject_match ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_num_phase2_altsubject_matches ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_altsubject_match ##### --> -<para> - -</para> - -@setting: -@i: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_add_phase2_altsubject_match ##### --> -<para> - -</para> - -@setting: -@phase2_altsubject_match: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_remove_phase2_altsubject_match ##### --> -<para> - -</para> - -@setting: -@i: - - -<!-- ##### FUNCTION nm_setting_802_1x_remove_phase2_altsubject_match_by_value ##### --> -<para> - -</para> - -@setting: -@phase2_altsubject_match: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_clear_phase2_altsubject_matches ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_client_cert_scheme ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_client_cert_blob ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_client_cert_path ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_set_phase2_client_cert ##### --> -<para> - -</para> - -@setting: -@cert_path: -@scheme: -@out_format: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_password ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_password_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_password_raw ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_password_raw_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_pin ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_pin_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_private_key_scheme ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_private_key_blob ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_private_key_path ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_set_private_key ##### --> -<para> - -</para> - -@setting: -@key_path: -@password: -@scheme: -@out_format: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_private_key_password ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_private_key_password_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_private_key_format ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_private_key_scheme ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_private_key_blob ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_private_key_path ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_set_phase2_private_key ##### --> -<para> - -</para> - -@setting: -@key_path: -@password: -@scheme: -@out_format: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_private_key_password ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_private_key_password_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_802_1x_get_phase2_private_key_format ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-adsl.sgml b/docs/libnm-util/tmpl/nm-setting-adsl.sgml deleted file mode 100644 index aa9a1661..00000000 --- a/docs/libnm-util/tmpl/nm-setting-adsl.sgml +++ /dev/null @@ -1,212 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingAdsl - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_ADSL_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingAdslError ##### --> -<para> - -</para> - -@NM_SETTING_ADSL_ERROR_UNKNOWN: -@NM_SETTING_ADSL_ERROR_INVALID_PROPERTY: -@NM_SETTING_ADSL_ERROR_MISSING_PROPERTY: - -<!-- ##### MACRO NM_SETTING_ADSL_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_adsl_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_ADSL_USERNAME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_ADSL_PASSWORD ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_ADSL_PASSWORD_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_ADSL_PROTOCOL ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_ADSL_ENCAPSULATION ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_ADSL_VPI ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_ADSL_VCI ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_ADSL_PROTOCOL_PPPOA ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_ADSL_PROTOCOL_PPPOE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_ADSL_PROTOCOL_IPOATM ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_ADSL_ENCAPSULATION_VCMUX ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_ADSL_ENCAPSULATION_LLC ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_adsl_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_adsl_get_username ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_adsl_get_password ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_adsl_get_protocol ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_adsl_get_encapsulation ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_adsl_get_vpi ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_adsl_get_vci ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_adsl_get_password_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-bluetooth.sgml b/docs/libnm-util/tmpl/nm-setting-bluetooth.sgml deleted file mode 100644 index 058e98fc..00000000 --- a/docs/libnm-util/tmpl/nm-setting-bluetooth.sgml +++ /dev/null @@ -1,112 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingBluetooth - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_BLUETOOTH_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingBluetoothError ##### --> -<para> - -</para> - -@NM_SETTING_BLUETOOTH_ERROR_UNKNOWN: -@NM_SETTING_BLUETOOTH_ERROR_INVALID_PROPERTY: -@NM_SETTING_BLUETOOTH_ERROR_MISSING_PROPERTY: -@NM_SETTING_BLUETOOTH_ERROR_TYPE_SETTING_NOT_FOUND: - -<!-- ##### MACRO NM_SETTING_BLUETOOTH_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_bluetooth_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_BLUETOOTH_BDADDR ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BLUETOOTH_TYPE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BLUETOOTH_TYPE_DUN ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BLUETOOTH_TYPE_PANU ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_bluetooth_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bluetooth_get_bdaddr ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bluetooth_get_connection_type ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-bond.sgml b/docs/libnm-util/tmpl/nm-setting-bond.sgml deleted file mode 100644 index 2131ced0..00000000 --- a/docs/libnm-util/tmpl/nm-setting-bond.sgml +++ /dev/null @@ -1,276 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingBond - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_BOND_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingBondError ##### --> -<para> - -</para> - -@NM_SETTING_BOND_ERROR_UNKNOWN: -@NM_SETTING_BOND_ERROR_INVALID_PROPERTY: -@NM_SETTING_BOND_ERROR_MISSING_PROPERTY: -@NM_SETTING_BOND_ERROR_INVALID_OPTION: -@NM_SETTING_BOND_ERROR_MISSING_OPTION: - -<!-- ##### MACRO NM_SETTING_BOND_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_bond_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_BOND_INTERFACE_NAME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTIONS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTION_MODE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTION_MIIMON ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTION_DOWNDELAY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTION_UPDELAY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTION_ARP_INTERVAL ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTION_ARP_IP_TARGET ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTION_ARP_VALIDATE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTION_PRIMARY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTION_PRIMARY_RESELECT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTION_FAIL_OVER_MAC ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTION_USE_CARRIER ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTION_AD_SELECT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTION_XMIT_HASH_POLICY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTION_RESEND_IGMP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BOND_OPTION_LACP_RATE ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_bond_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bond_get_interface_name ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bond_get_num_options ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bond_get_option ##### --> -<para> - -</para> - -@setting: -@idx: -@out_name: -@out_value: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bond_get_option_by_name ##### --> -<para> - -</para> - -@setting: -@name: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bond_add_option ##### --> -<para> - -</para> - -@setting: -@name: -@value: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bond_remove_option ##### --> -<para> - -</para> - -@setting: -@name: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bond_validate_option ##### --> -<para> - -</para> - -@name: -@value: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bond_get_valid_options ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bond_get_option_default ##### --> -<para> - -</para> - -@setting: -@name: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-bridge-port.sgml b/docs/libnm-util/tmpl/nm-setting-bridge-port.sgml deleted file mode 100644 index ebbed6db..00000000 --- a/docs/libnm-util/tmpl/nm-setting-bridge-port.sgml +++ /dev/null @@ -1,113 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingBridgePort - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_BRIDGE_PORT_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingBridgePortError ##### --> -<para> - -</para> - -@NM_SETTING_BRIDGE_PORT_ERROR_UNKNOWN: -@NM_SETTING_BRIDGE_PORT_ERROR_INVALID_PROPERTY: -@NM_SETTING_BRIDGE_PORT_ERROR_MISSING_PROPERTY: - -<!-- ##### MACRO NM_SETTING_BRIDGE_PORT_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_bridge_port_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_BRIDGE_PORT_PRIORITY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BRIDGE_PORT_PATH_COST ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BRIDGE_PORT_HAIRPIN_MODE ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_bridge_port_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bridge_port_get_priority ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bridge_port_get_path_cost ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bridge_port_get_hairpin_mode ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-bridge.sgml b/docs/libnm-util/tmpl/nm-setting-bridge.sgml deleted file mode 100644 index 1b14c3d8..00000000 --- a/docs/libnm-util/tmpl/nm-setting-bridge.sgml +++ /dev/null @@ -1,193 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingBridge - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_BRIDGE_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingBridgeError ##### --> -<para> - -</para> - -@NM_SETTING_BRIDGE_ERROR_UNKNOWN: -@NM_SETTING_BRIDGE_ERROR_INVALID_PROPERTY: -@NM_SETTING_BRIDGE_ERROR_MISSING_PROPERTY: - -<!-- ##### MACRO NM_SETTING_BRIDGE_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_bridge_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_BRIDGE_INTERFACE_NAME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BRIDGE_MAC_ADDRESS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BRIDGE_STP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BRIDGE_PRIORITY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BRIDGE_FORWARD_DELAY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BRIDGE_HELLO_TIME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BRIDGE_MAX_AGE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_BRIDGE_AGEING_TIME ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_bridge_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bridge_get_interface_name ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bridge_get_mac_address ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bridge_get_stp ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bridge_get_priority ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bridge_get_forward_delay ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bridge_get_hello_time ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bridge_get_max_age ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_bridge_get_ageing_time ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-cdma.sgml b/docs/libnm-util/tmpl/nm-setting-cdma.sgml deleted file mode 100644 index fdcad0de..00000000 --- a/docs/libnm-util/tmpl/nm-setting-cdma.sgml +++ /dev/null @@ -1,130 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingCdma - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_CDMA_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingCdmaError ##### --> -<para> - -</para> - -@NM_SETTING_CDMA_ERROR_UNKNOWN: -@NM_SETTING_CDMA_ERROR_INVALID_PROPERTY: -@NM_SETTING_CDMA_ERROR_MISSING_PROPERTY: -@NM_SETTING_CDMA_ERROR_MISSING_SERIAL_SETTING: - -<!-- ##### MACRO NM_SETTING_CDMA_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_cdma_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_CDMA_NUMBER ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_CDMA_USERNAME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_CDMA_PASSWORD ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_CDMA_PASSWORD_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_cdma_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_cdma_get_number ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_cdma_get_username ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_cdma_get_password ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_cdma_get_password_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-connection.sgml b/docs/libnm-util/tmpl/nm-setting-connection.sgml deleted file mode 100644 index 732527f6..00000000 --- a/docs/libnm-util/tmpl/nm-setting-connection.sgml +++ /dev/null @@ -1,451 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingConnection - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_CONNECTION_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingConnectionError ##### --> -<para> - -</para> - -@NM_SETTING_CONNECTION_ERROR_UNKNOWN: -@NM_SETTING_CONNECTION_ERROR_INVALID_PROPERTY: -@NM_SETTING_CONNECTION_ERROR_MISSING_PROPERTY: -@NM_SETTING_CONNECTION_ERROR_TYPE_SETTING_NOT_FOUND: -@NM_SETTING_CONNECTION_ERROR_IP_CONFIG_NOT_ALLOWED: - -<!-- ##### MACRO NM_SETTING_CONNECTION_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_connection_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_CONNECTION_ID ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_CONNECTION_UUID ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_CONNECTION_INTERFACE_NAME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_CONNECTION_TYPE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_CONNECTION_AUTOCONNECT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_CONNECTION_TIMESTAMP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_CONNECTION_READ_ONLY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_CONNECTION_PERMISSIONS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_CONNECTION_ZONE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_CONNECTION_MASTER ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_CONNECTION_SLAVE_TYPE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_CONNECTION_SECONDARIES ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_CONNECTION_GATEWAY_PING_TIMEOUT ##### --> -<para> - -</para> - - - -<!-- ##### STRUCT NMSettingConnection ##### --> -<para> - -</para> - - -<!-- ##### ARG NMSettingConnection:autoconnect ##### --> -<para> - -</para> - -<!-- ##### ARG NMSettingConnection:gateway-ping-timeout ##### --> -<para> - -</para> - -<!-- ##### ARG NMSettingConnection:id ##### --> -<para> - -</para> - -<!-- ##### ARG NMSettingConnection:interface-name ##### --> -<para> - -</para> - -<!-- ##### ARG NMSettingConnection:master ##### --> -<para> - -</para> - -<!-- ##### ARG NMSettingConnection:permissions ##### --> -<para> - -</para> - -<!-- ##### ARG NMSettingConnection:read-only ##### --> -<para> - -</para> - -<!-- ##### ARG NMSettingConnection:secondaries ##### --> -<para> - -</para> - -<!-- ##### ARG NMSettingConnection:slave-type ##### --> -<para> - -</para> - -<!-- ##### ARG NMSettingConnection:timestamp ##### --> -<para> - -</para> - -<!-- ##### ARG NMSettingConnection:type ##### --> -<para> - -</para> - -<!-- ##### ARG NMSettingConnection:uuid ##### --> -<para> - -</para> - -<!-- ##### ARG NMSettingConnection:zone ##### --> -<para> - -</para> - -<!-- ##### FUNCTION nm_setting_connection_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_get_id ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_get_uuid ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_get_interface_name ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_get_connection_type ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_get_autoconnect ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_get_timestamp ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_get_read_only ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_get_num_permissions ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_get_permission ##### --> -<para> - -</para> - -@setting: -@idx: -@out_ptype: -@out_pitem: -@out_detail: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_get_zone ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_permissions_user_allowed ##### --> -<para> - -</para> - -@setting: -@uname: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_add_permission ##### --> -<para> - -</para> - -@setting: -@ptype: -@pitem: -@detail: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_remove_permission ##### --> -<para> - -</para> - -@setting: -@idx: - - -<!-- ##### FUNCTION nm_setting_connection_remove_permission_by_value ##### --> -<para> - -</para> - -@setting: -@ptype: -@pitem: -@detail: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_get_master ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_is_slave_type ##### --> -<para> - -</para> - -@setting: -@type: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_get_slave_type ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_get_num_secondaries ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_get_secondary ##### --> -<para> - -</para> - -@setting: -@idx: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_add_secondary ##### --> -<para> - -</para> - -@setting: -@sec_uuid: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_remove_secondary ##### --> -<para> - -</para> - -@setting: -@idx: - - -<!-- ##### FUNCTION nm_setting_connection_remove_secondary_by_value ##### --> -<para> - -</para> - -@setting: -@sec_uuid: -@Returns: - - -<!-- ##### FUNCTION nm_setting_connection_get_gateway_ping_timeout ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-dcb.sgml b/docs/libnm-util/tmpl/nm-setting-dcb.sgml deleted file mode 100644 index f7b8abb1..00000000 --- a/docs/libnm-util/tmpl/nm-setting-dcb.sgml +++ /dev/null @@ -1,395 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingDcb - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_DCB_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingDcbError ##### --> -<para> - -</para> - -@NM_SETTING_DCB_ERROR_UNKNOWN: -@NM_SETTING_DCB_ERROR_INVALID_PROPERTY: -@NM_SETTING_DCB_ERROR_MISSING_PROPERTY: - -<!-- ##### MACRO NM_SETTING_DCB_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_dcb_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### ENUM NMSettingDcbFlags ##### --> -<para> - -</para> - -@NM_SETTING_DCB_FLAG_NONE: -@NM_SETTING_DCB_FLAG_ENABLE: -@NM_SETTING_DCB_FLAG_ADVERTISE: -@NM_SETTING_DCB_FLAG_WILLING: - -<!-- ##### MACRO NM_SETTING_DCB_FCOE_MODE_FABRIC ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_FCOE_MODE_VN2VN ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_APP_FCOE_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_APP_FCOE_PRIORITY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_APP_FCOE_MODE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_APP_ISCSI_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_APP_ISCSI_PRIORITY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_APP_FIP_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_APP_FIP_PRIORITY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_PRIORITY_FLOW_CONTROL_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_PRIORITY_FLOW_CONTROL ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_PRIORITY_GROUP_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_PRIORITY_GROUP_ID ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_PRIORITY_GROUP_BANDWIDTH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_PRIORITY_BANDWIDTH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_PRIORITY_STRICT_BANDWIDTH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_DCB_PRIORITY_TRAFFIC_CLASS ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_dcb_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_get_app_fcoe_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_get_app_fcoe_priority ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_get_app_fcoe_mode ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_get_app_iscsi_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_get_app_iscsi_priority ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_get_app_fip_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_get_app_fip_priority ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_get_priority_flow_control_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_get_priority_flow_control ##### --> -<para> - -</para> - -@setting: -@user_priority: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_set_priority_flow_control ##### --> -<para> - -</para> - -@setting: -@user_priority: -@enabled: - - -<!-- ##### FUNCTION nm_setting_dcb_get_priority_group_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_get_priority_group_id ##### --> -<para> - -</para> - -@setting: -@user_priority: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_set_priority_group_id ##### --> -<para> - -</para> - -@setting: -@user_priority: -@group_id: - - -<!-- ##### FUNCTION nm_setting_dcb_get_priority_group_bandwidth ##### --> -<para> - -</para> - -@setting: -@group_id: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_set_priority_group_bandwidth ##### --> -<para> - -</para> - -@setting: -@group_id: -@bandwidth_percent: - - -<!-- ##### FUNCTION nm_setting_dcb_get_priority_bandwidth ##### --> -<para> - -</para> - -@setting: -@user_priority: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_set_priority_bandwidth ##### --> -<para> - -</para> - -@setting: -@user_priority: -@bandwidth_percent: - - -<!-- ##### FUNCTION nm_setting_dcb_get_priority_strict_bandwidth ##### --> -<para> - -</para> - -@setting: -@user_priority: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_set_priority_strict_bandwidth ##### --> -<para> - -</para> - -@setting: -@user_priority: -@strict: - - -<!-- ##### FUNCTION nm_setting_dcb_get_priority_traffic_class ##### --> -<para> - -</para> - -@setting: -@user_priority: -@Returns: - - -<!-- ##### FUNCTION nm_setting_dcb_set_priority_traffic_class ##### --> -<para> - -</para> - -@setting: -@user_priority: -@traffic_class: - - diff --git a/docs/libnm-util/tmpl/nm-setting-generic.sgml b/docs/libnm-util/tmpl/nm-setting-generic.sgml deleted file mode 100644 index 2c88c208..00000000 --- a/docs/libnm-util/tmpl/nm-setting-generic.sgml +++ /dev/null @@ -1,65 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingGeneric - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_GENERIC_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingGenericError ##### --> -<para> - -</para> - -@NM_SETTING_GENERIC_ERROR_UNKNOWN: -@NM_SETTING_GENERIC_ERROR_INVALID_PROPERTY: -@NM_SETTING_GENERIC_ERROR_MISSING_PROPERTY: - -<!-- ##### MACRO NM_SETTING_GENERIC_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_generic_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_generic_new ##### --> -<para> - -</para> - -@void: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-gsm.sgml b/docs/libnm-util/tmpl/nm-setting-gsm.sgml deleted file mode 100644 index 6dc2d3bf..00000000 --- a/docs/libnm-util/tmpl/nm-setting-gsm.sgml +++ /dev/null @@ -1,283 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingGsm - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_GSM_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingGsmError ##### --> -<para> - -</para> - -@NM_SETTING_GSM_ERROR_UNKNOWN: -@NM_SETTING_GSM_ERROR_INVALID_PROPERTY: -@NM_SETTING_GSM_ERROR_MISSING_PROPERTY: -@NM_SETTING_GSM_ERROR_MISSING_SERIAL_SETTING: - -<!-- ##### MACRO NM_SETTING_GSM_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_gsm_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_GSM_NUMBER ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_GSM_USERNAME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_GSM_PASSWORD ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_GSM_PASSWORD_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_GSM_APN ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_GSM_NETWORK_ID ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_GSM_PIN ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_GSM_PIN_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_GSM_HOME_ONLY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_GSM_ALLOWED_BANDS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_GSM_NETWORK_TYPE ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingGsmNetworkType ##### --> -<para> - -</para> - -@NM_SETTING_GSM_NETWORK_TYPE_ANY: -@NM_SETTING_GSM_NETWORK_TYPE_UMTS_HSPA: -@NM_SETTING_GSM_NETWORK_TYPE_GPRS_EDGE: -@NM_SETTING_GSM_NETWORK_TYPE_PREFER_UMTS_HSPA: -@NM_SETTING_GSM_NETWORK_TYPE_PREFER_GPRS_EDGE: -@NM_SETTING_GSM_NETWORK_TYPE_PREFER_4G: -@NM_SETTING_GSM_NETWORK_TYPE_4G: - -<!-- ##### ENUM NMSettingGsmNetworkBand ##### --> -<para> - -</para> - -@NM_SETTING_GSM_BAND_UNKNOWN: -@NM_SETTING_GSM_BAND_ANY: -@NM_SETTING_GSM_BAND_EGSM: -@NM_SETTING_GSM_BAND_DCS: -@NM_SETTING_GSM_BAND_PCS: -@NM_SETTING_GSM_BAND_G850: -@NM_SETTING_GSM_BAND_U2100: -@NM_SETTING_GSM_BAND_U1800: -@NM_SETTING_GSM_BAND_U17IV: -@NM_SETTING_GSM_BAND_U800: -@NM_SETTING_GSM_BAND_U850: -@NM_SETTING_GSM_BAND_U900: -@NM_SETTING_GSM_BAND_U17IX: -@NM_SETTING_GSM_BAND_U1900: -@NM_SETTING_GSM_BAND_U2600: - -<!-- ##### MACRO NM_SETTING_GSM_BANDS_MAX ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_gsm_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_gsm_get_number ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_gsm_get_username ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_gsm_get_password ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_gsm_get_apn ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_gsm_get_network_id ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_gsm_get_pin ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_gsm_get_home_only ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_gsm_get_pin_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_gsm_get_password_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_gsm_get_network_type ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_gsm_get_allowed_bands ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-infiniband.sgml b/docs/libnm-util/tmpl/nm-setting-infiniband.sgml deleted file mode 100644 index 7a695cdd..00000000 --- a/docs/libnm-util/tmpl/nm-setting-infiniband.sgml +++ /dev/null @@ -1,145 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingInfiniband - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_INFINIBAND_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingInfinibandError ##### --> -<para> - -</para> - -@NM_SETTING_INFINIBAND_ERROR_UNKNOWN: -@NM_SETTING_INFINIBAND_ERROR_INVALID_PROPERTY: -@NM_SETTING_INFINIBAND_ERROR_MISSING_PROPERTY: - -<!-- ##### MACRO NM_SETTING_INFINIBAND_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_infiniband_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_INFINIBAND_MAC_ADDRESS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_INFINIBAND_MTU ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_INFINIBAND_TRANSPORT_MODE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_INFINIBAND_P_KEY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_INFINIBAND_PARENT ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_infiniband_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_infiniband_get_mac_address ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_infiniband_get_mtu ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_infiniband_get_transport_mode ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_infiniband_get_p_key ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_infiniband_get_parent ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-ip4-config.sgml b/docs/libnm-util/tmpl/nm-setting-ip4-config.sgml deleted file mode 100644 index e035c493..00000000 --- a/docs/libnm-util/tmpl/nm-setting-ip4-config.sgml +++ /dev/null @@ -1,711 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingIP4Config - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingIP4ConfigError ##### --> -<para> - -</para> - -@NM_SETTING_IP4_CONFIG_ERROR_UNKNOWN: -@NM_SETTING_IP4_CONFIG_ERROR_INVALID_PROPERTY: -@NM_SETTING_IP4_CONFIG_ERROR_MISSING_PROPERTY: -@NM_SETTING_IP4_CONFIG_ERROR_NOT_ALLOWED_FOR_METHOD: - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_ip4_config_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_METHOD ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_DNS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_DNS_SEARCH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_ADDRESSES ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_ROUTES ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_ROUTE_METRIC ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_IGNORE_AUTO_ROUTES ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_IGNORE_AUTO_DNS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_DHCP_SEND_HOSTNAME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_DHCP_HOSTNAME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_NEVER_DEFAULT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_MAY_FAIL ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_METHOD_AUTO ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_METHOD_LINK_LOCAL ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_METHOD_MANUAL ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_METHOD_SHARED ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP4_CONFIG_METHOD_DISABLED ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_ip4_address_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_ip4_address_dup ##### --> -<para> - -</para> - -@source: -@Returns: - - -<!-- ##### FUNCTION nm_ip4_address_ref ##### --> -<para> - -</para> - -@address: - - -<!-- ##### FUNCTION nm_ip4_address_unref ##### --> -<para> - -</para> - -@address: - - -<!-- ##### FUNCTION nm_ip4_address_compare ##### --> -<para> - -</para> - -@address: -@other: -@Returns: - - -<!-- ##### FUNCTION nm_ip4_address_get_address ##### --> -<para> - -</para> - -@address: -@Returns: - - -<!-- ##### FUNCTION nm_ip4_address_set_address ##### --> -<para> - -</para> - -@address: -@addr: - - -<!-- ##### FUNCTION nm_ip4_address_get_prefix ##### --> -<para> - -</para> - -@address: -@Returns: - - -<!-- ##### FUNCTION nm_ip4_address_set_prefix ##### --> -<para> - -</para> - -@address: -@prefix: - - -<!-- ##### FUNCTION nm_ip4_address_get_gateway ##### --> -<para> - -</para> - -@address: -@Returns: - - -<!-- ##### FUNCTION nm_ip4_address_set_gateway ##### --> -<para> - -</para> - -@address: -@gateway: - - -<!-- ##### FUNCTION nm_ip4_route_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_ip4_route_dup ##### --> -<para> - -</para> - -@source: -@Returns: - - -<!-- ##### FUNCTION nm_ip4_route_ref ##### --> -<para> - -</para> - -@route: - - -<!-- ##### FUNCTION nm_ip4_route_unref ##### --> -<para> - -</para> - -@route: - - -<!-- ##### FUNCTION nm_ip4_route_compare ##### --> -<para> - -</para> - -@route: -@other: -@Returns: - - -<!-- ##### FUNCTION nm_ip4_route_get_dest ##### --> -<para> - -</para> - -@route: -@Returns: - - -<!-- ##### FUNCTION nm_ip4_route_set_dest ##### --> -<para> - -</para> - -@route: -@dest: - - -<!-- ##### FUNCTION nm_ip4_route_get_prefix ##### --> -<para> - -</para> - -@route: -@Returns: - - -<!-- ##### FUNCTION nm_ip4_route_set_prefix ##### --> -<para> - -</para> - -@route: -@prefix: - - -<!-- ##### FUNCTION nm_ip4_route_get_next_hop ##### --> -<para> - -</para> - -@route: -@Returns: - - -<!-- ##### FUNCTION nm_ip4_route_set_next_hop ##### --> -<para> - -</para> - -@route: -@next_hop: - - -<!-- ##### FUNCTION nm_ip4_route_get_metric ##### --> -<para> - -</para> - -@route: -@Returns: - - -<!-- ##### FUNCTION nm_ip4_route_set_metric ##### --> -<para> - -</para> - -@route: -@metric: - - -<!-- ##### FUNCTION nm_setting_ip4_config_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_method ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_num_dns ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_dns ##### --> -<para> - -</para> - -@setting: -@i: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_add_dns ##### --> -<para> - -</para> - -@setting: -@dns: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_remove_dns ##### --> -<para> - -</para> - -@setting: -@i: - - -<!-- ##### FUNCTION nm_setting_ip4_config_remove_dns_by_value ##### --> -<para> - -</para> - -@setting: -@dns: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_clear_dns ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_num_dns_searches ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_dns_search ##### --> -<para> - -</para> - -@setting: -@i: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_add_dns_search ##### --> -<para> - -</para> - -@setting: -@dns_search: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_remove_dns_search ##### --> -<para> - -</para> - -@setting: -@i: - - -<!-- ##### FUNCTION nm_setting_ip4_config_remove_dns_search_by_value ##### --> -<para> - -</para> - -@setting: -@dns_search: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_clear_dns_searches ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_num_addresses ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_address ##### --> -<para> - -</para> - -@setting: -@i: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_add_address ##### --> -<para> - -</para> - -@setting: -@address: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_remove_address ##### --> -<para> - -</para> - -@setting: -@i: - - -<!-- ##### FUNCTION nm_setting_ip4_config_remove_address_by_value ##### --> -<para> - -</para> - -@setting: -@address: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_clear_addresses ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_num_routes ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_route ##### --> -<para> - -</para> - -@setting: -@i: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_add_route ##### --> -<para> - -</para> - -@setting: -@route: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_remove_route ##### --> -<para> - -</para> - -@setting: -@i: - - -<!-- ##### FUNCTION nm_setting_ip4_config_remove_route_by_value ##### --> -<para> - -</para> - -@setting: -@route: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_clear_routes ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_route_metric ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_ignore_auto_routes ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_ignore_auto_dns ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_dhcp_client_id ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_dhcp_send_hostname ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_dhcp_hostname ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_never_default ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip4_config_get_may_fail ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-ip6-config.sgml b/docs/libnm-util/tmpl/nm-setting-ip6-config.sgml deleted file mode 100644 index 1f089c63..00000000 --- a/docs/libnm-util/tmpl/nm-setting-ip6-config.sgml +++ /dev/null @@ -1,712 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingIP6Config - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingIP6ConfigError ##### --> -<para> - -</para> - -@NM_SETTING_IP6_CONFIG_ERROR_UNKNOWN: -@NM_SETTING_IP6_CONFIG_ERROR_INVALID_PROPERTY: -@NM_SETTING_IP6_CONFIG_ERROR_MISSING_PROPERTY: -@NM_SETTING_IP6_CONFIG_ERROR_NOT_ALLOWED_FOR_METHOD: - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_ip6_config_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_METHOD ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_DNS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_DNS_SEARCH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_ADDRESSES ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_ROUTES ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_ROUTE_METRIC ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_IGNORE_AUTO_ROUTES ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_IGNORE_AUTO_DNS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_NEVER_DEFAULT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_MAY_FAIL ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_IP6_PRIVACY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_DHCP_HOSTNAME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_METHOD_IGNORE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_METHOD_AUTO ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_METHOD_DHCP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_METHOD_MANUAL ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_IP6_CONFIG_METHOD_SHARED ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingIP6ConfigPrivacy ##### --> -<para> - -</para> - -@NM_SETTING_IP6_CONFIG_PRIVACY_UNKNOWN: -@NM_SETTING_IP6_CONFIG_PRIVACY_DISABLED: -@NM_SETTING_IP6_CONFIG_PRIVACY_PREFER_PUBLIC_ADDR: -@NM_SETTING_IP6_CONFIG_PRIVACY_PREFER_TEMP_ADDR: - -<!-- ##### FUNCTION nm_ip6_address_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_ip6_address_dup ##### --> -<para> - -</para> - -@source: -@Returns: - - -<!-- ##### FUNCTION nm_ip6_address_ref ##### --> -<para> - -</para> - -@address: - - -<!-- ##### FUNCTION nm_ip6_address_unref ##### --> -<para> - -</para> - -@address: - - -<!-- ##### FUNCTION nm_ip6_address_compare ##### --> -<para> - -</para> - -@address: -@other: -@Returns: - - -<!-- ##### FUNCTION nm_ip6_address_get_address ##### --> -<para> - -</para> - -@address: -@Returns: - - -<!-- ##### FUNCTION nm_ip6_address_set_address ##### --> -<para> - -</para> - -@address: -@addr: - - -<!-- ##### FUNCTION nm_ip6_address_get_prefix ##### --> -<para> - -</para> - -@address: -@Returns: - - -<!-- ##### FUNCTION nm_ip6_address_set_prefix ##### --> -<para> - -</para> - -@address: -@prefix: - - -<!-- ##### FUNCTION nm_ip6_address_get_gateway ##### --> -<para> - -</para> - -@address: -@Returns: - - -<!-- ##### FUNCTION nm_ip6_address_set_gateway ##### --> -<para> - -</para> - -@address: -@gateway: - - -<!-- ##### FUNCTION nm_ip6_route_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_ip6_route_dup ##### --> -<para> - -</para> - -@source: -@Returns: - - -<!-- ##### FUNCTION nm_ip6_route_ref ##### --> -<para> - -</para> - -@route: - - -<!-- ##### FUNCTION nm_ip6_route_unref ##### --> -<para> - -</para> - -@route: - - -<!-- ##### FUNCTION nm_ip6_route_compare ##### --> -<para> - -</para> - -@route: -@other: -@Returns: - - -<!-- ##### FUNCTION nm_ip6_route_get_dest ##### --> -<para> - -</para> - -@route: -@Returns: - - -<!-- ##### FUNCTION nm_ip6_route_set_dest ##### --> -<para> - -</para> - -@route: -@dest: - - -<!-- ##### FUNCTION nm_ip6_route_get_prefix ##### --> -<para> - -</para> - -@route: -@Returns: - - -<!-- ##### FUNCTION nm_ip6_route_set_prefix ##### --> -<para> - -</para> - -@route: -@prefix: - - -<!-- ##### FUNCTION nm_ip6_route_get_next_hop ##### --> -<para> - -</para> - -@route: -@Returns: - - -<!-- ##### FUNCTION nm_ip6_route_set_next_hop ##### --> -<para> - -</para> - -@route: -@next_hop: - - -<!-- ##### FUNCTION nm_ip6_route_get_metric ##### --> -<para> - -</para> - -@route: -@Returns: - - -<!-- ##### FUNCTION nm_ip6_route_set_metric ##### --> -<para> - -</para> - -@route: -@metric: - - -<!-- ##### FUNCTION nm_setting_ip6_config_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_method ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_num_dns ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_dns ##### --> -<para> - -</para> - -@setting: -@i: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_add_dns ##### --> -<para> - -</para> - -@setting: -@dns: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_remove_dns ##### --> -<para> - -</para> - -@setting: -@i: - - -<!-- ##### FUNCTION nm_setting_ip6_config_remove_dns_by_value ##### --> -<para> - -</para> - -@setting: -@dns: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_clear_dns ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_num_dns_searches ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_dns_search ##### --> -<para> - -</para> - -@setting: -@i: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_add_dns_search ##### --> -<para> - -</para> - -@setting: -@dns_search: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_remove_dns_search ##### --> -<para> - -</para> - -@setting: -@i: - - -<!-- ##### FUNCTION nm_setting_ip6_config_remove_dns_search_by_value ##### --> -<para> - -</para> - -@setting: -@dns_search: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_clear_dns_searches ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_num_addresses ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_address ##### --> -<para> - -</para> - -@setting: -@i: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_add_address ##### --> -<para> - -</para> - -@setting: -@address: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_remove_address ##### --> -<para> - -</para> - -@setting: -@i: - - -<!-- ##### FUNCTION nm_setting_ip6_config_remove_address_by_value ##### --> -<para> - -</para> - -@setting: -@address: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_clear_addresses ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_num_routes ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_route ##### --> -<para> - -</para> - -@setting: -@i: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_add_route ##### --> -<para> - -</para> - -@setting: -@route: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_remove_route ##### --> -<para> - -</para> - -@setting: -@i: - - -<!-- ##### FUNCTION nm_setting_ip6_config_remove_route_by_value ##### --> -<para> - -</para> - -@setting: -@route: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_clear_routes ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_ignore_auto_routes ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_route_metric ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_ignore_auto_dns ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_dhcp_hostname ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_never_default ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_may_fail ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ip6_config_get_ip6_privacy ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-olpc-mesh.sgml b/docs/libnm-util/tmpl/nm-setting-olpc-mesh.sgml deleted file mode 100644 index c3971303..00000000 --- a/docs/libnm-util/tmpl/nm-setting-olpc-mesh.sgml +++ /dev/null @@ -1,113 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingOlpcMesh - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_OLPC_MESH_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingOlpcMeshError ##### --> -<para> - -</para> - -@NM_SETTING_OLPC_MESH_ERROR_UNKNOWN: -@NM_SETTING_OLPC_MESH_ERROR_INVALID_PROPERTY: -@NM_SETTING_OLPC_MESH_ERROR_MISSING_PROPERTY: - -<!-- ##### MACRO NM_SETTING_OLPC_MESH_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_olpc_mesh_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_OLPC_MESH_SSID ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_OLPC_MESH_CHANNEL ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_OLPC_MESH_DHCP_ANYCAST_ADDRESS ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_olpc_mesh_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_olpc_mesh_get_ssid ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_olpc_mesh_get_channel ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_olpc_mesh_get_dhcp_anycast_address ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-ppp.sgml b/docs/libnm-util/tmpl/nm-setting-ppp.sgml deleted file mode 100644 index ccf4f0d9..00000000 --- a/docs/libnm-util/tmpl/nm-setting-ppp.sgml +++ /dev/null @@ -1,354 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingPPP - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_PPP_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingPPPError ##### --> -<para> - -</para> - -@NM_SETTING_PPP_ERROR_UNKNOWN: -@NM_SETTING_PPP_ERROR_INVALID_PROPERTY: -@NM_SETTING_PPP_ERROR_MISSING_PROPERTY: -@NM_SETTING_PPP_ERROR_REQUIRE_MPPE_NOT_ALLOWED: - -<!-- ##### MACRO NM_SETTING_PPP_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_ppp_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_PPP_NOAUTH ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_REFUSE_EAP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_REFUSE_PAP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_REFUSE_CHAP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_REFUSE_MSCHAP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_REFUSE_MSCHAPV2 ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_NOBSDCOMP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_NODEFLATE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_NO_VJ_COMP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_REQUIRE_MPPE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_REQUIRE_MPPE_128 ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_MPPE_STATEFUL ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_CRTSCTS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_BAUD ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_MRU ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_MTU ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_LCP_ECHO_FAILURE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPP_LCP_ECHO_INTERVAL ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_ppp_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_noauth ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_refuse_eap ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_refuse_pap ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_refuse_chap ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_refuse_mschap ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_refuse_mschapv2 ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_nobsdcomp ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_nodeflate ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_no_vj_comp ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_require_mppe ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_require_mppe_128 ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_mppe_stateful ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_crtscts ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_baud ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_mru ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_mtu ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_lcp_echo_failure ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_ppp_get_lcp_echo_interval ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-pppoe.sgml b/docs/libnm-util/tmpl/nm-setting-pppoe.sgml deleted file mode 100644 index f34ba1d2..00000000 --- a/docs/libnm-util/tmpl/nm-setting-pppoe.sgml +++ /dev/null @@ -1,130 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingPPPOE - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_PPPOE_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingPPPOEError ##### --> -<para> - -</para> - -@NM_SETTING_PPPOE_ERROR_UNKNOWN: -@NM_SETTING_PPPOE_ERROR_INVALID_PROPERTY: -@NM_SETTING_PPPOE_ERROR_MISSING_PROPERTY: -@NM_SETTING_PPPOE_ERROR_MISSING_PPP_SETTING: - -<!-- ##### MACRO NM_SETTING_PPPOE_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_pppoe_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_PPPOE_SERVICE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPPOE_USERNAME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPPOE_PASSWORD ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PPPOE_PASSWORD_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_pppoe_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_pppoe_get_service ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_pppoe_get_username ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_pppoe_get_password ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_pppoe_get_password_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-serial.sgml b/docs/libnm-util/tmpl/nm-setting-serial.sgml deleted file mode 100644 index fcd7e170..00000000 --- a/docs/libnm-util/tmpl/nm-setting-serial.sgml +++ /dev/null @@ -1,146 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingSerial - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_SERIAL_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingSerialError ##### --> -<para> - -</para> - -@NM_SETTING_SERIAL_ERROR_UNKNOWN: -@NM_SETTING_SERIAL_ERROR_INVALID_PROPERTY: -@NM_SETTING_SERIAL_ERROR_MISSING_PROPERTY: -@NM_SETTING_SERIAL_ERROR_MISSING_PPP_SETTING: - -<!-- ##### MACRO NM_SETTING_SERIAL_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_serial_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_SERIAL_BAUD ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_SERIAL_BITS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_SERIAL_PARITY ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_SERIAL_STOPBITS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_SERIAL_SEND_DELAY ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_serial_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_serial_get_baud ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_serial_get_bits ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_serial_get_parity ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_serial_get_stopbits ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_serial_get_send_delay ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-team-port.sgml b/docs/libnm-util/tmpl/nm-setting-team-port.sgml deleted file mode 100644 index 37ed15ee..00000000 --- a/docs/libnm-util/tmpl/nm-setting-team-port.sgml +++ /dev/null @@ -1,81 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingTeamPort - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_TEAM_PORT_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingTeamPortError ##### --> -<para> - -</para> - -@NM_SETTING_TEAM_PORT_ERROR_UNKNOWN: -@NM_SETTING_TEAM_PORT_ERROR_INVALID_PROPERTY: -@NM_SETTING_TEAM_PORT_ERROR_MISSING_PROPERTY: - -<!-- ##### MACRO NM_SETTING_TEAM_PORT_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_team_port_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_TEAM_PORT_CONFIG ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_team_port_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_team_port_get_config ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-team.sgml b/docs/libnm-util/tmpl/nm-setting-team.sgml deleted file mode 100644 index 161fc193..00000000 --- a/docs/libnm-util/tmpl/nm-setting-team.sgml +++ /dev/null @@ -1,97 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingTeam - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_TEAM_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingTeamError ##### --> -<para> - -</para> - -@NM_SETTING_TEAM_ERROR_UNKNOWN: -@NM_SETTING_TEAM_ERROR_INVALID_PROPERTY: -@NM_SETTING_TEAM_ERROR_MISSING_PROPERTY: - -<!-- ##### MACRO NM_SETTING_TEAM_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_team_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_TEAM_INTERFACE_NAME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_TEAM_CONFIG ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_team_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_team_get_interface_name ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_team_get_config ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-vlan.sgml b/docs/libnm-util/tmpl/nm-setting-vlan.sgml deleted file mode 100644 index 79053ea5..00000000 --- a/docs/libnm-util/tmpl/nm-setting-vlan.sgml +++ /dev/null @@ -1,249 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingVlan - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_VLAN_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingVlanError ##### --> -<para> - -</para> - -@NM_SETTING_VLAN_ERROR_UNKNOWN: -@NM_SETTING_VLAN_ERROR_INVALID_PROPERTY: -@NM_SETTING_VLAN_ERROR_MISSING_PROPERTY: -@NM_SETTING_VLAN_ERROR_INVALID_PARENT: - -<!-- ##### MACRO NM_SETTING_VLAN_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_vlan_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_VLAN_INTERFACE_NAME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_VLAN_PARENT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_VLAN_ID ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_VLAN_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_VLAN_INGRESS_PRIORITY_MAP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_VLAN_EGRESS_PRIORITY_MAP ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMVlanPriorityMap ##### --> -<para> - -</para> - -@NM_VLAN_INGRESS_MAP: -@NM_VLAN_EGRESS_MAP: - -<!-- ##### ENUM NMVlanFlags ##### --> -<para> - -</para> - -@NM_VLAN_FLAG_REORDER_HEADERS: -@NM_VLAN_FLAG_GVRP: -@NM_VLAN_FLAG_LOOSE_BINDING: - -<!-- ##### FUNCTION nm_setting_vlan_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vlan_get_interface_name ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vlan_get_parent ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vlan_get_id ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vlan_get_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vlan_get_num_priorities ##### --> -<para> - -</para> - -@setting: -@map: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vlan_get_priority ##### --> -<para> - -</para> - -@setting: -@map: -@idx: -@out_from: -@out_to: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vlan_add_priority ##### --> -<para> - -</para> - -@setting: -@map: -@from: -@to: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vlan_remove_priority ##### --> -<para> - -</para> - -@setting: -@map: -@idx: - - -<!-- ##### FUNCTION nm_setting_vlan_remove_priority_by_value ##### --> -<para> - -</para> - -@setting: -@map: -@from: -@to: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vlan_remove_priority_str_by_value ##### --> -<para> - -</para> - -@setting: -@map: -@str: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vlan_clear_priorities ##### --> -<para> - -</para> - -@setting: -@map: - - -<!-- ##### FUNCTION nm_setting_vlan_add_priority_str ##### --> -<para> - -</para> - -@setting: -@map: -@str: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-vpn.sgml b/docs/libnm-util/tmpl/nm-setting-vpn.sgml deleted file mode 100644 index 3d2b9a3a..00000000 --- a/docs/libnm-util/tmpl/nm-setting-vpn.sgml +++ /dev/null @@ -1,235 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingVPN - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_VPN_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingVpnError ##### --> -<para> - -</para> - -@NM_SETTING_VPN_ERROR_UNKNOWN: -@NM_SETTING_VPN_ERROR_INVALID_PROPERTY: -@NM_SETTING_VPN_ERROR_MISSING_PROPERTY: - -<!-- ##### MACRO NM_SETTING_VPN_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_vpn_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_VPN_SERVICE_TYPE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_VPN_USER_NAME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_VPN_PERSISTENT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_VPN_DATA ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_VPN_SECRETS ##### --> -<para> - -</para> - - - -<!-- ##### USER_FUNCTION NMVPNIterFunc ##### --> -<para> - -</para> - -@key: -@value: -@user_data: - - -<!-- ##### FUNCTION nm_setting_vpn_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vpn_get_service_type ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vpn_get_user_name ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vpn_get_persistent ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vpn_get_num_data_items ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vpn_add_data_item ##### --> -<para> - -</para> - -@setting: -@key: -@item: - - -<!-- ##### FUNCTION nm_setting_vpn_get_data_item ##### --> -<para> - -</para> - -@setting: -@key: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vpn_remove_data_item ##### --> -<para> - -</para> - -@setting: -@key: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vpn_foreach_data_item ##### --> -<para> - -</para> - -@setting: -@func: -@user_data: - - -<!-- ##### FUNCTION nm_setting_vpn_get_num_secrets ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vpn_add_secret ##### --> -<para> - -</para> - -@setting: -@key: -@secret: - - -<!-- ##### FUNCTION nm_setting_vpn_get_secret ##### --> -<para> - -</para> - -@setting: -@key: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vpn_remove_secret ##### --> -<para> - -</para> - -@setting: -@key: -@Returns: - - -<!-- ##### FUNCTION nm_setting_vpn_foreach_secret ##### --> -<para> - -</para> - -@setting: -@func: -@user_data: - - diff --git a/docs/libnm-util/tmpl/nm-setting-wimax.sgml b/docs/libnm-util/tmpl/nm-setting-wimax.sgml deleted file mode 100644 index ebfbd61a..00000000 --- a/docs/libnm-util/tmpl/nm-setting-wimax.sgml +++ /dev/null @@ -1,97 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingWimax - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_WIMAX_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingWimaxError ##### --> -<para> - -</para> - -@NM_SETTING_WIMAX_ERROR_UNKNOWN: -@NM_SETTING_WIMAX_ERROR_INVALID_PROPERTY: -@NM_SETTING_WIMAX_ERROR_MISSING_PROPERTY: - -<!-- ##### MACRO NM_SETTING_WIMAX_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_wimax_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_WIMAX_NETWORK_NAME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIMAX_MAC_ADDRESS ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_wimax_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wimax_get_network_name ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wimax_get_mac_address ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-wired.sgml b/docs/libnm-util/tmpl/nm-setting-wired.sgml deleted file mode 100644 index fe4f2d32..00000000 --- a/docs/libnm-util/tmpl/nm-setting-wired.sgml +++ /dev/null @@ -1,349 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingWired - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_WIRED_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingWiredError ##### --> -<para> - -</para> - -@NM_SETTING_WIRED_ERROR_UNKNOWN: -@NM_SETTING_WIRED_ERROR_INVALID_PROPERTY: -@NM_SETTING_WIRED_ERROR_MISSING_PROPERTY: - -<!-- ##### MACRO NM_SETTING_WIRED_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_wired_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_WIRED_PORT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRED_SPEED ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRED_DUPLEX ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRED_AUTO_NEGOTIATE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRED_MAC_ADDRESS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRED_CLONED_MAC_ADDRESS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRED_MAC_ADDRESS_BLACKLIST ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRED_MTU ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRED_S390_SUBCHANNELS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRED_S390_NETTYPE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRED_S390_OPTIONS ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_wired_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_get_port ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_get_speed ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_get_duplex ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_get_auto_negotiate ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_get_mac_address ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_get_cloned_mac_address ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_get_mac_address_blacklist ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_get_num_mac_blacklist_items ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_get_mac_blacklist_item ##### --> -<para> - -</para> - -@setting: -@idx: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_add_mac_blacklist_item ##### --> -<para> - -</para> - -@setting: -@mac: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_remove_mac_blacklist_item ##### --> -<para> - -</para> - -@setting: -@idx: - - -<!-- ##### FUNCTION nm_setting_wired_remove_mac_blacklist_item_by_value ##### --> -<para> - -</para> - -@setting: -@mac: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_clear_mac_blacklist_items ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_wired_get_mtu ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_get_s390_subchannels ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_get_s390_nettype ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_get_num_s390_options ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_get_s390_option ##### --> -<para> - -</para> - -@setting: -@idx: -@out_key: -@out_value: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_get_s390_option_by_key ##### --> -<para> - -</para> - -@setting: -@key: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_add_s390_option ##### --> -<para> - -</para> - -@setting: -@key: -@value: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_remove_s390_option ##### --> -<para> - -</para> - -@setting: -@key: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wired_get_valid_s390_options ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-wireless-security.sgml b/docs/libnm-util/tmpl/nm-setting-wireless-security.sgml deleted file mode 100644 index dea50cd7..00000000 --- a/docs/libnm-util/tmpl/nm-setting-wireless-security.sgml +++ /dev/null @@ -1,476 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingWirelessSecurity - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingWirelessSecurityError ##### --> -<para> - -</para> - -@NM_SETTING_WIRELESS_SECURITY_ERROR_UNKNOWN: -@NM_SETTING_WIRELESS_SECURITY_ERROR_INVALID_PROPERTY: -@NM_SETTING_WIRELESS_SECURITY_ERROR_MISSING_PROPERTY: -@NM_SETTING_WIRELESS_SECURITY_ERROR_MISSING_802_1X_SETTING: -@NM_SETTING_WIRELESS_SECURITY_ERROR_LEAP_REQUIRES_802_1X: -@NM_SETTING_WIRELESS_SECURITY_ERROR_LEAP_REQUIRES_USERNAME: -@NM_SETTING_WIRELESS_SECURITY_ERROR_SHARED_KEY_REQUIRES_WEP: - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_wireless_security_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### ENUM NMWepKeyType ##### --> -<para> - -</para> - -@NM_WEP_KEY_TYPE_UNKNOWN: -@NM_WEP_KEY_TYPE_KEY: -@NM_WEP_KEY_TYPE_PASSPHRASE: -@NM_WEP_KEY_TYPE_LAST: - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_KEY_MGMT ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_AUTH_ALG ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_PROTO ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_PAIRWISE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_GROUP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_WEP_KEY0 ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_WEP_KEY1 ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_WEP_KEY2 ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_WEP_KEY3 ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_WEP_KEY_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_WEP_KEY_TYPE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_PSK ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_PSK_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SECURITY_LEAP_PASSWORD_FLAGS ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_wireless_security_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_key_mgmt ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_num_protos ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_proto ##### --> -<para> - -</para> - -@setting: -@i: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_add_proto ##### --> -<para> - -</para> - -@setting: -@proto: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_remove_proto ##### --> -<para> - -</para> - -@setting: -@i: - - -<!-- ##### FUNCTION nm_setting_wireless_security_remove_proto_by_value ##### --> -<para> - -</para> - -@setting: -@proto: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_clear_protos ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_num_pairwise ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_pairwise ##### --> -<para> - -</para> - -@setting: -@i: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_add_pairwise ##### --> -<para> - -</para> - -@setting: -@pairwise: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_remove_pairwise ##### --> -<para> - -</para> - -@setting: -@i: - - -<!-- ##### FUNCTION nm_setting_wireless_security_remove_pairwise_by_value ##### --> -<para> - -</para> - -@setting: -@pairwise: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_clear_pairwise ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_num_groups ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_group ##### --> -<para> - -</para> - -@setting: -@i: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_add_group ##### --> -<para> - -</para> - -@setting: -@group: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_remove_group ##### --> -<para> - -</para> - -@setting: -@i: - - -<!-- ##### FUNCTION nm_setting_wireless_security_remove_group_by_value ##### --> -<para> - -</para> - -@setting: -@group: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_clear_groups ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_psk ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_psk_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_leap_username ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_leap_password ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_leap_password_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_wep_key ##### --> -<para> - -</para> - -@setting: -@idx: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_set_wep_key ##### --> -<para> - -</para> - -@setting: -@idx: -@key: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_wep_tx_keyidx ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_auth_alg ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_wep_key_flags ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_security_get_wep_key_type ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting-wireless.sgml b/docs/libnm-util/tmpl/nm-setting-wireless.sgml deleted file mode 100644 index 08c526b1..00000000 --- a/docs/libnm-util/tmpl/nm-setting-wireless.sgml +++ /dev/null @@ -1,402 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSettingWireless - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingWirelessError ##### --> -<para> - -</para> - -@NM_SETTING_WIRELESS_ERROR_UNKNOWN: -@NM_SETTING_WIRELESS_ERROR_INVALID_PROPERTY: -@NM_SETTING_WIRELESS_ERROR_MISSING_PROPERTY: -@NM_SETTING_WIRELESS_ERROR_MISSING_SECURITY_SETTING: -@NM_SETTING_WIRELESS_ERROR_CHANNEL_REQUIRES_BAND: - -<!-- ##### MACRO NM_SETTING_WIRELESS_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_wireless_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SSID ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_MODE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_BAND ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_CHANNEL ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_BSSID ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_RATE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_TX_POWER ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_MAC_ADDRESS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_CLONED_MAC_ADDRESS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_MAC_ADDRESS_BLACKLIST ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_MTU ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SEEN_BSSIDS ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_HIDDEN ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_SEC ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_MODE_ADHOC ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_MODE_AP ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_WIRELESS_MODE_INFRA ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_wireless_new ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_ssid ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_mode ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_band ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_channel ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_bssid ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_rate ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_tx_power ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_mac_address ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_cloned_mac_address ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_mac_address_blacklist ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_num_mac_blacklist_items ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_mac_blacklist_item ##### --> -<para> - -</para> - -@setting: -@idx: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_add_mac_blacklist_item ##### --> -<para> - -</para> - -@setting: -@mac: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_remove_mac_blacklist_item ##### --> -<para> - -</para> - -@setting: -@idx: - - -<!-- ##### FUNCTION nm_setting_wireless_remove_mac_blacklist_item_by_value ##### --> -<para> - -</para> - -@setting: -@mac: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_clear_mac_blacklist_items ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_wireless_get_mtu ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_hidden ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_add_seen_bssid ##### --> -<para> - -</para> - -@setting: -@bssid: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_num_seen_bssids ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_seen_bssid ##### --> -<para> - -</para> - -@setting: -@i: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_ap_security_compatible ##### --> -<para> - -</para> - -@s_wireless: -@s_wireless_sec: -@ap_flags: -@ap_wpa: -@ap_rsn: -@ap_mode: -@Returns: - - -<!-- ##### FUNCTION nm_setting_wireless_get_security ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-setting.sgml b/docs/libnm-util/tmpl/nm-setting.sgml deleted file mode 100644 index 61a3bdc2..00000000 --- a/docs/libnm-util/tmpl/nm-setting.sgml +++ /dev/null @@ -1,327 +0,0 @@ -<!-- ##### SECTION Title ##### --> -NMSetting - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### ENUM NMSettingError ##### --> -<para> - -</para> - -@NM_SETTING_ERROR_UNKNOWN: -@NM_SETTING_ERROR_PROPERTY_NOT_FOUND: -@NM_SETTING_ERROR_PROPERTY_NOT_SECRET: -@NM_SETTING_ERROR_PROPERTY_TYPE_MISMATCH: - -<!-- ##### MACRO NM_SETTING_ERROR ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_setting_error_quark ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### MACRO NM_SETTING_PARAM_SERIALIZE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PARAM_REQUIRED ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PARAM_SECRET ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_PARAM_FUZZY_IGNORE ##### --> -<para> - -</para> - - - -<!-- ##### MACRO NM_SETTING_NAME ##### --> -<para> - -</para> - - - -<!-- ##### ENUM NMSettingSecretFlags ##### --> -<para> - -</para> - -@NM_SETTING_SECRET_FLAG_NONE: -@NM_SETTING_SECRET_FLAG_AGENT_OWNED: -@NM_SETTING_SECRET_FLAG_NOT_SAVED: -@NM_SETTING_SECRET_FLAG_NOT_REQUIRED: - -<!-- ##### ENUM NMSettingCompareFlags ##### --> -<para> - -</para> - -@NM_SETTING_COMPARE_FLAG_EXACT: -@NM_SETTING_COMPARE_FLAG_FUZZY: -@NM_SETTING_COMPARE_FLAG_IGNORE_ID: -@NM_SETTING_COMPARE_FLAG_IGNORE_SECRETS: -@NM_SETTING_COMPARE_FLAG_IGNORE_AGENT_OWNED_SECRETS: -@NM_SETTING_COMPARE_FLAG_IGNORE_NOT_SAVED_SECRETS: -@NM_SETTING_COMPARE_FLAG_DIFF_RESULT_WITH_DEFAULT: -@NM_SETTING_COMPARE_FLAG_DIFF_RESULT_NO_DEFAULT: - -<!-- ##### STRUCT NMSetting ##### --> -<para> - -</para> - - -<!-- ##### ARG NMSetting:name ##### --> -<para> - -</para> - -<!-- ##### USER_FUNCTION NMSettingClearSecretsWithFlagsFn ##### --> -<para> - -</para> - -@setting: -@secret: -@flags: -@user_data: -@Returns: - - -<!-- ##### USER_FUNCTION NMSettingValueIterFn ##### --> -<para> - -</para> - -@setting: -@key: -@value: -@flags: -@user_data: - - -<!-- ##### ENUM NMSettingHashFlags ##### --> -<para> - -</para> - -@NM_SETTING_HASH_FLAG_ALL: -@NM_SETTING_HASH_FLAG_NO_SECRETS: -@NM_SETTING_HASH_FLAG_ONLY_SECRETS: - -<!-- ##### FUNCTION nm_setting_to_hash ##### --> -<para> - -</para> - -@setting: -@flags: -@Returns: - - -<!-- ##### FUNCTION nm_setting_new_from_hash ##### --> -<para> - -</para> - -@setting_type: -@hash: -@Returns: - - -<!-- ##### FUNCTION nm_setting_duplicate ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_get_name ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_verify ##### --> -<para> - -</para> - -@setting: -@all_settings: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_setting_compare ##### --> -<para> - -</para> - -@a: -@b: -@flags: -@Returns: - - -<!-- ##### ENUM NMSettingDiffResult ##### --> -<para> - -</para> - -@NM_SETTING_DIFF_RESULT_UNKNOWN: -@NM_SETTING_DIFF_RESULT_IN_A: -@NM_SETTING_DIFF_RESULT_IN_B: -@NM_SETTING_DIFF_RESULT_IN_A_DEFAULT: -@NM_SETTING_DIFF_RESULT_IN_B_DEFAULT: - -<!-- ##### FUNCTION nm_setting_diff ##### --> -<para> - -</para> - -@a: -@b: -@flags: -@invert_results: -@results: -@Returns: - - -<!-- ##### FUNCTION nm_setting_enumerate_values ##### --> -<para> - -</para> - -@setting: -@func: -@user_data: - - -<!-- ##### FUNCTION nm_setting_to_string ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_clear_secrets ##### --> -<para> - -</para> - -@setting: - - -<!-- ##### FUNCTION nm_setting_clear_secrets_with_flags ##### --> -<para> - -</para> - -@setting: -@func: -@user_data: - - -<!-- ##### FUNCTION nm_setting_need_secrets ##### --> -<para> - -</para> - -@setting: -@Returns: - - -<!-- ##### FUNCTION nm_setting_update_secrets ##### --> -<para> - -</para> - -@setting: -@secrets: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_setting_get_secret_flags ##### --> -<para> - -</para> - -@setting: -@secret_name: -@out_flags: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_setting_set_secret_flags ##### --> -<para> - -</para> - -@setting: -@secret_name: -@flags: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_setting_get_virtual_iface_name ##### --> -<para> - -</para> - -@setting: -@Returns: - - diff --git a/docs/libnm-util/tmpl/nm-utils-enum-types.sgml b/docs/libnm-util/tmpl/nm-utils-enum-types.sgml deleted file mode 100644 index 82025822..00000000 --- a/docs/libnm-util/tmpl/nm-utils-enum-types.sgml +++ /dev/null @@ -1,24 +0,0 @@ -<!-- ##### SECTION Title ##### --> -nm-utils-enum-types - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - diff --git a/docs/libnm-util/tmpl/nm-utils.sgml b/docs/libnm-util/tmpl/nm-utils.sgml deleted file mode 100644 index 2bb22046..00000000 --- a/docs/libnm-util/tmpl/nm-utils.sgml +++ /dev/null @@ -1,562 +0,0 @@ -<!-- ##### SECTION Title ##### --> -nm-utils - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### SECTION Image ##### --> - - -<!-- ##### FUNCTION nm_utils_init ##### --> -<para> - -</para> - -@error: -@Returns: - - -<!-- ##### FUNCTION nm_utils_deinit ##### --> -<para> - -</para> - -@void: - - -<!-- ##### FUNCTION nm_utils_is_empty_ssid ##### --> -<para> - -</para> - -@ssid: -@len: -@Returns: - - -<!-- ##### FUNCTION nm_utils_escape_ssid ##### --> -<para> - -</para> - -@ssid: -@len: -@Returns: - - -<!-- ##### FUNCTION nm_utils_same_ssid ##### --> -<para> - -</para> - -@ssid1: -@ssid2: -@ignore_trailing_null: -@Returns: - - -<!-- ##### FUNCTION nm_utils_ssid_to_utf8 ##### --> -<para> - -</para> - -@ssid: -@Returns: - - -<!-- ##### FUNCTION nm_utils_gvalue_hash_dup ##### --> -<para> - -</para> - -@hash: -@Returns: - - -<!-- ##### FUNCTION nm_utils_slist_free ##### --> -<para> - -</para> - -@list: -@elem_destroy_fn: - - -<!-- ##### ENUM NMUtilsSecurityType ##### --> -<para> - -</para> - -@NMU_SEC_INVALID: -@NMU_SEC_NONE: -@NMU_SEC_STATIC_WEP: -@NMU_SEC_LEAP: -@NMU_SEC_DYNAMIC_WEP: -@NMU_SEC_WPA_PSK: -@NMU_SEC_WPA_ENTERPRISE: -@NMU_SEC_WPA2_PSK: -@NMU_SEC_WPA2_ENTERPRISE: - -<!-- ##### FUNCTION nm_utils_security_valid ##### --> -<para> - -</para> - -@type: -@wifi_caps: -@have_ap: -@adhoc: -@ap_flags: -@ap_wpa: -@ap_rsn: -@Returns: - - -<!-- ##### FUNCTION nm_utils_ap_mode_security_valid ##### --> -<para> - -</para> - -@type: -@wifi_caps: -@Returns: - - -<!-- ##### FUNCTION nm_utils_wep_key_valid ##### --> -<para> - -</para> - -@key: -@wep_type: -@Returns: - - -<!-- ##### FUNCTION nm_utils_wpa_psk_valid ##### --> -<para> - -</para> - -@psk: -@Returns: - - -<!-- ##### FUNCTION nm_utils_ip4_addresses_from_gvalue ##### --> -<para> - -</para> - -@value: -@Returns: - - -<!-- ##### FUNCTION nm_utils_ip4_addresses_to_gvalue ##### --> -<para> - -</para> - -@list: -@value: - - -<!-- ##### FUNCTION nm_utils_ip4_routes_from_gvalue ##### --> -<para> - -</para> - -@value: -@Returns: - - -<!-- ##### FUNCTION nm_utils_ip4_routes_to_gvalue ##### --> -<para> - -</para> - -@list: -@value: - - -<!-- ##### FUNCTION nm_utils_ip4_netmask_to_prefix ##### --> -<para> - -</para> - -@netmask: -@Returns: - - -<!-- ##### FUNCTION nm_utils_ip4_prefix_to_netmask ##### --> -<para> - -</para> - -@prefix: -@Returns: - - -<!-- ##### FUNCTION nm_utils_ip4_get_default_prefix ##### --> -<para> - -</para> - -@ip: -@Returns: - - -<!-- ##### FUNCTION nm_utils_ip6_addresses_from_gvalue ##### --> -<para> - -</para> - -@value: -@Returns: - - -<!-- ##### FUNCTION nm_utils_ip6_addresses_to_gvalue ##### --> -<para> - -</para> - -@list: -@value: - - -<!-- ##### FUNCTION nm_utils_ip6_routes_from_gvalue ##### --> -<para> - -</para> - -@value: -@Returns: - - -<!-- ##### FUNCTION nm_utils_ip6_routes_to_gvalue ##### --> -<para> - -</para> - -@list: -@value: - - -<!-- ##### FUNCTION nm_utils_ip6_dns_from_gvalue ##### --> -<para> - -</para> - -@value: -@Returns: - - -<!-- ##### FUNCTION nm_utils_ip6_dns_to_gvalue ##### --> -<para> - -</para> - -@list: -@value: - - -<!-- ##### FUNCTION nm_utils_uuid_generate ##### --> -<para> - -</para> - -@void: -@Returns: - - -<!-- ##### FUNCTION nm_utils_uuid_generate_from_string ##### --> -<para> - -</para> - -@s: -@Returns: - - -<!-- ##### FUNCTION nm_utils_rsa_key_encrypt ##### --> -<para> - -</para> - -@data: -@in_password: -@out_password: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_utils_rsa_key_encrypt_aes ##### --> -<para> - -</para> - -@data: -@in_password: -@out_password: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_utils_file_is_pkcs12 ##### --> -<para> - -</para> - -@filename: -@Returns: - - -<!-- ##### USER_FUNCTION NMUtilsFileSearchInPathsPredicate ##### --> -<para> - -</para> - -@filename: -@user_data: -@Returns: - - -<!-- ##### FUNCTION nm_utils_file_search_in_paths ##### --> -<para> - -</para> - -@progname: -@try_first: -@paths: -@file_test_flags: -@predicate: -@user_data: -@error: -@Returns: - - -<!-- ##### FUNCTION nm_utils_wifi_freq_to_channel ##### --> -<para> - -</para> - -@freq: -@Returns: - - -<!-- ##### FUNCTION nm_utils_wifi_channel_to_freq ##### --> -<para> - -</para> - -@channel: -@band: -@Returns: - - -<!-- ##### FUNCTION nm_utils_wifi_find_next_channel ##### --> -<para> - -</para> - -@channel: -@direction: -@band: -@Returns: - - -<!-- ##### FUNCTION nm_utils_wifi_is_channel_valid ##### --> -<para> - -</para> - -@channel: -@band: -@Returns: - - -<!-- ##### MACRO NM_UTILS_HWADDR_LEN_MAX ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_utils_hwaddr_len ##### --> -<para> - -</para> - -@type: -@Returns: - - -<!-- ##### FUNCTION nm_utils_hwaddr_type ##### --> -<para> - -</para> - -@len: -@Returns: - - -<!-- ##### FUNCTION nm_utils_hwaddr_ntoa ##### --> -<para> - -</para> - -@addr: -@type: -@Returns: - - -<!-- ##### FUNCTION nm_utils_hwaddr_atoba ##### --> -<para> - -</para> - -@asc: -@type: -@Returns: - - -<!-- ##### FUNCTION nm_utils_hwaddr_aton ##### --> -<para> - -</para> - -@asc: -@type: -@buffer: -@Returns: - - -<!-- ##### FUNCTION nm_utils_hwaddr_ntoa_len ##### --> -<para> - -</para> - -@addr: -@length: -@Returns: - - -<!-- ##### FUNCTION nm_utils_hwaddr_aton_len ##### --> -<para> - -</para> - -@asc: -@buffer: -@length: -@Returns: - - -<!-- ##### FUNCTION nm_utils_hwaddr_valid ##### --> -<para> - -</para> - -@asc: -@Returns: - - -<!-- ##### FUNCTION nm_utils_bin2hexstr ##### --> -<para> - -</para> - -@bytes: -@len: -@final_len: -@Returns: - - -<!-- ##### FUNCTION nm_utils_hex2byte ##### --> -<para> - -</para> - -@hex: -@Returns: - - -<!-- ##### FUNCTION nm_utils_hexstr2bin ##### --> -<para> - -</para> - -@hex: -@len: -@Returns: - - -<!-- ##### FUNCTION nm_utils_iface_valid_name ##### --> -<para> - -</para> - -@name: -@Returns: - - -<!-- ##### FUNCTION nm_utils_is_uuid ##### --> -<para> - -</para> - -@str: -@Returns: - - -<!-- ##### MACRO NM_UTILS_INET_ADDRSTRLEN ##### --> -<para> - -</para> - - - -<!-- ##### FUNCTION nm_utils_inet4_ntop ##### --> -<para> - -</para> - -@inaddr: -@dst: -@Returns: - - -<!-- ##### FUNCTION nm_utils_inet6_ntop ##### --> -<para> - -</para> - -@in6addr: -@dst: -@Returns: - - -<!-- ##### FUNCTION nm_utils_check_virtual_device_compatibility ##### --> -<para> - -</para> - -@virtual_type: -@other_type: -@Returns: - - diff --git a/docs/libnm-util/version.xml b/docs/libnm-util/version.xml index 6d7de6e6..ee90284c 100644 --- a/docs/libnm-util/version.xml +++ b/docs/libnm-util/version.xml @@ -1 +1 @@ -1.0.2 +1.0.4 |