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/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 +- 6 files changed, 5 insertions(+), 126 deletions(-) (limited to 'docs/libnm/html') 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.


-

nm_connection_get_setting_6lowpan ()

-
NMSetting6Lowpan *
-nm_connection_get_setting_6lowpan (NMConnection *connection);
-

A shortcut to return any NMSetting6Lowpan the connection might contain.

-
-

Parameters

-
----- - - - - - -

connection

the NMConnection

 
-
-
-

Returns

-

an NMSetting6Lowpan if the connection contains one, otherwise NULL.

-

[transfer none]

-
-

Since: 1.14

-
-
-

nm_connection_get_setting_802_1x ()

NMSetting8021x *
 nm_connection_get_setting_802_1x (NMConnection *connection);
@@ -2511,34 +2459,6 @@ nm_connection_get_setting_serial (
-

nm_connection_get_setting_sriov ()

-
NMSettingSriov *
-nm_connection_get_setting_sriov (NMConnection *connection);
-

A shortcut to return any NMSettingSriov the connection might contain.

-
-

Parameters

-
----- - - - - - -

connection

the NMConnection

 
-
-
-

Returns

-

an NMSettingSriov if the connection contains one, otherwise NULL.

-

[transfer none]

-
-

Since: 1.14

-
-
-

nm_connection_get_setting_tc_config ()

NMSettingTCConfig *
 nm_connection_get_setting_tc_config (NMConnection *connection);
@@ -2811,34 +2731,6 @@ nm_connection_get_setting_vxlan (

Since: 1.2

-
-
-

nm_connection_get_setting_wpan ()

-
NMSettingWpan *
-nm_connection_get_setting_wpan (NMConnection *connection);
-

A shortcut to return any NMSettingWpan the connection might contain.

-
-

Parameters

-
----- - - - - - -

connection

the NMConnection

 
-
-
-

Returns

-

an NMSettingWpan if the connection contains one, otherwise NULL.

-

[transfer none]

-
-

Since: 1.14

-

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
 
   $ 

-- cgit 1.3.0-6-gf8a5