From c240974325c552cad177c457d6ff04e381fd77a3 Mon Sep 17 00:00:00 2001
From: Michael Biebl
Date: Sat, 15 Sep 2018 01:04:32 +0200
Subject: New upstream version 1.14.0
---
docs/libnm/Makefile.am | 12 ++++
docs/libnm/Makefile.in | 46 ++++++++-------
docs/libnm/html/NMConnection.html | 108 ------------------------------------
docs/libnm/html/api-index-full.html | 12 ----
docs/libnm/html/index.html | 2 +-
docs/libnm/html/libnm-nm-utils.html | 4 +-
docs/libnm/html/libnm.devhelp2 | 3 -
docs/libnm/html/usage.html | 2 +-
docs/libnm/libnm-sections.txt | 3 -
docs/libnm/version.xml | 2 +-
10 files changed, 45 insertions(+), 149 deletions(-)
(limited to 'docs/libnm')
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am
index c5f2b836..7aa9810e 100644
--- a/docs/libnm/Makefile.am
+++ b/docs/libnm/Makefile.am
@@ -1,6 +1,8 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.6
+check_local =
+
# The name of the module
DOC_MODULE=libnm
@@ -94,3 +96,13 @@ CLEANFILES += \
tmpl/* \
xml/*
+if GTK_DOC_BUILD_HTML
+check-local-gtk-doc-patch:
+ @if grep -q -F 'nm-setting-user' "$(top_builddir)/docs/libnm/html/index.html"; then \
+ echo "WARNING: The generated documentation has issues. Patch your gtk-doc (see https://gitlab.gnome.org/GNOME/gtk-doc/merge_requests/2). Let this check fail with NMTST_CHECK_GTK_DOC=1"; \
+ test "$$NMTST_CHECK_GTK_DOC" != 1; \
+ fi
+check_local += check-local-gtk-doc-patch
+endif
+
+check-local: $(check_local)
diff --git a/docs/libnm/Makefile.in b/docs/libnm/Makefile.in
index 555ee4e8..ae36e0a6 100644
--- a/docs/libnm/Makefile.in
+++ b/docs/libnm/Makefile.in
@@ -111,6 +111,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
+@GTK_DOC_BUILD_HTML_TRUE@am__append_1 = check-local-gtk-doc-patch
subdir = docs/libnm
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \
@@ -187,14 +188,11 @@ DBUS_LIBS = @DBUS_LIBS@
DBUS_SYS_DIR = @DBUS_SYS_DIR@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
-DHCLIENT_PATH = @DHCLIENT_PATH@
-DHCPCANON_PATH = @DHCPCANON_PATH@
-DHCPCD_PATH = @DHCPCD_PATH@
DISTRO_NETWORK_SERVICE = @DISTRO_NETWORK_SERVICE@
DLLTOOL = @DLLTOOL@
DL_LIBS = @DL_LIBS@
DNSMASQ_PATH = @DNSMASQ_PATH@
-DNSSEC_TRIGGER_SCRIPT = @DNSSEC_TRIGGER_SCRIPT@
+DNSSEC_TRIGGER_PATH = @DNSSEC_TRIGGER_PATH@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
@@ -450,6 +448,7 @@ with_netconfig = @with_netconfig@
with_resolvconf = @with_resolvconf@
with_valgrind = @with_valgrind@
AUTOMAKE_OPTIONS = 1.6
+check_local = $(am__append_1)
# The name of the module
DOC_MODULE = libnm
@@ -692,6 +691,7 @@ distdir: $(DISTFILES)
top_distdir="$(top_distdir)" distdir="$(distdir)" \
dist-hook
check-am: all-am
+ $(MAKE) $(AM_MAKEFLAGS) check-local
check: check-am
@ENABLE_GTK_DOC_FALSE@all-local:
all-am: Makefile all-local
@@ -794,21 +794,21 @@ ps-am:
uninstall-am: uninstall-local
-.MAKE: install-am install-strip
-
-.PHONY: all all-am all-local check check-am clean clean-generic \
- clean-libtool clean-local cscopelist-am ctags-am dist-hook \
- distclean distclean-generic distclean-libtool distclean-local \
- distdir dvi dvi-am html html-am info info-am install \
- install-am install-data install-data-am install-data-local \
- install-dvi install-dvi-am install-exec install-exec-am \
- install-html install-html-am install-info install-info-am \
- install-man install-pdf install-pdf-am install-ps \
- install-ps-am install-strip installcheck installcheck-am \
- installdirs maintainer-clean maintainer-clean-generic \
- maintainer-clean-local mostlyclean mostlyclean-generic \
- mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
- uninstall-am uninstall-local
+.MAKE: check-am install-am install-strip
+
+.PHONY: all all-am all-local check check-am check-local clean \
+ clean-generic clean-libtool clean-local cscopelist-am ctags-am \
+ dist-hook distclean distclean-generic distclean-libtool \
+ distclean-local distdir dvi dvi-am html html-am info info-am \
+ install install-am install-data install-data-am \
+ install-data-local install-dvi install-dvi-am install-exec \
+ install-exec-am install-html install-html-am install-info \
+ install-info-am install-man install-pdf install-pdf-am \
+ install-ps install-ps-am install-strip installcheck \
+ installcheck-am installdirs maintainer-clean \
+ maintainer-clean-generic maintainer-clean-local mostlyclean \
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+ tags-am uninstall uninstall-am uninstall-local
.PRECIOUS: Makefile
@@ -1008,6 +1008,14 @@ dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local
.PHONY : dist-hook-local docs
+@GTK_DOC_BUILD_HTML_TRUE@check-local-gtk-doc-patch:
+@GTK_DOC_BUILD_HTML_TRUE@ @if grep -q -F 'nm-setting-user' "$(top_builddir)/docs/libnm/html/index.html"; then \
+@GTK_DOC_BUILD_HTML_TRUE@ echo "WARNING: The generated documentation has issues. Patch your gtk-doc (see https://gitlab.gnome.org/GNOME/gtk-doc/merge_requests/2). Let this check fail with NMTST_CHECK_GTK_DOC=1"; \
+@GTK_DOC_BUILD_HTML_TRUE@ test "$$NMTST_CHECK_GTK_DOC" != 1; \
+@GTK_DOC_BUILD_HTML_TRUE@ fi
+
+check-local: $(check_local)
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html
index 7b28796c..5389b26e 100644
--- a/docs/libnm/html/NMConnection.html
+++ b/docs/libnm/html/NMConnection.html
@@ -268,14 +268,6 @@
|
-NMSetting6Lowpan *
- |
-
-nm_connection_get_setting_6lowpan ()
- |
-
-
-|
NMSetting8021x *
|
@@ -500,14 +492,6 @@
|
|
-NMSettingSriov *
- |
-
-nm_connection_get_setting_sriov ()
- |
-
-
-|
NMSettingTCConfig *
|
@@ -586,14 +570,6 @@
nm_connection_get_setting_vxlan ()
|
-
-|
-NMSettingWpan *
- |
-
-nm_connection_get_setting_wpan ()
- |
-
@@ -1709,34 +1685,6 @@ is not a virtual connection type.
-
-
Types and Values
diff --git a/docs/libnm/html/api-index-full.html b/docs/libnm/html/api-index-full.html
index 6de91cd3..2e4a55aa 100644
--- a/docs/libnm/html/api-index-full.html
+++ b/docs/libnm/html/api-index-full.html
@@ -1211,10 +1211,6 @@ NMCheckpoint:rollback-timeout, object property in NMDeviceOvs
-nm_connection_get_setting_6lowpan, function in NMConnection
-
-
-
nm_connection_get_setting_802_1x, function in NMConnection
@@ -1327,10 +1323,6 @@ NMCheckpoint:rollback-timeout, object property in NMDeviceOvs
-nm_connection_get_setting_sriov, function in NMConnection
-
-
-
nm_connection_get_setting_tc_config, function in NMConnection
@@ -1375,10 +1367,6 @@ NMCheckpoint:rollback-timeout, object property in NMDeviceOvs
-nm_connection_get_setting_wpan, function in NMConnection
-
-
-
nm_connection_get_uuid, function in NMConnection
diff --git a/docs/libnm/html/index.html b/docs/libnm/html/index.html
index fe2418d4..26f5e72a 100644
--- a/docs/libnm/html/index.html
+++ b/docs/libnm/html/index.html
@@ -15,7 +15,7 @@
- for libnm 1.13.90
+ for libnm 1.14.0
The latest version of this documentation can be found on-line at
https://developer.gnome.org/libnm/stable/.
diff --git a/docs/libnm/html/libnm-nm-utils.html b/docs/libnm/html/libnm-nm-utils.html
index e032f0e9..c2a4a97e 100644
--- a/docs/libnm/html/libnm-nm-utils.html
+++ b/docs/libnm/html/libnm-nm-utils.html
@@ -3042,7 +3042,9 @@ nm_utils_parse_variant_attributes (const
Returns
a GHashTable mapping
-attribute names to GVariant values.
+attribute names to GVariant values. Warning: the variant are still floating
+references, owned by the hash table. If you take a reference, ensure to sink
+the one of the hash table first.
[transfer full][element-type utf8 GVariant]
Since: 1.8
diff --git a/docs/libnm/html/libnm.devhelp2 b/docs/libnm/html/libnm.devhelp2
index 1e58b459..e056858b 100644
--- a/docs/libnm/html/libnm.devhelp2
+++ b/docs/libnm/html/libnm.devhelp2
@@ -451,7 +451,6 @@
-
@@ -480,7 +479,6 @@
-
@@ -491,7 +489,6 @@
-
diff --git a/docs/libnm/html/usage.html b/docs/libnm/html/usage.html
index 51c40c19..5b96190f 100644
--- a/docs/libnm/html/usage.html
+++ b/docs/libnm/html/usage.html
@@ -96,7 +96,7 @@
$ cc $(pkg-config --libs --cflags libnm) -o hello-nm hello-nm.c
$ ./hello-nm
- NetworkManager version: 1.13.90
+ NetworkManager version: 1.14.0
$
diff --git a/docs/libnm/libnm-sections.txt b/docs/libnm/libnm-sections.txt
index 519d7fd0..02d31ad7 100644
--- a/docs/libnm/libnm-sections.txt
+++ b/docs/libnm/libnm-sections.txt
@@ -281,7 +281,6 @@ nm_connection_get_id
nm_connection_get_connection_type
nm_connection_is_virtual
nm_connection_get_virtual_device_description
-nm_connection_get_setting_6lowpan
nm_connection_get_setting_802_1x
nm_connection_get_setting_bluetooth
nm_connection_get_setting_bond
@@ -310,7 +309,6 @@ nm_connection_get_setting_ppp
nm_connection_get_setting_pppoe
nm_connection_get_setting_proxy
nm_connection_get_setting_serial
-nm_connection_get_setting_sriov
nm_connection_get_setting_tc_config
nm_connection_get_setting_tun
nm_connection_get_setting_vpn
@@ -321,7 +319,6 @@ nm_connection_get_setting_wireless
nm_connection_get_setting_wireless_security
nm_connection_get_setting_vlan
nm_connection_get_setting_vxlan
-nm_connection_get_setting_wpan
NM_CONNECTION
NM_CONNECTION_GET_INTERFACE
diff --git a/docs/libnm/version.xml b/docs/libnm/version.xml
index 48930ada..850e7424 100644
--- a/docs/libnm/version.xml
+++ b/docs/libnm/version.xml
@@ -1 +1 @@
-1.13.90
+1.14.0
--
cgit 1.3.0-6-gf8a5