From 8f7a3cbbdd0c0a48277c341dd3a8ec8743ae9735 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 8 Sep 2018 17:44:06 +0200 Subject: New upstream version 1.13.90 --- docs/libnm/html/NMConnection.html | 117 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 113 insertions(+), 4 deletions(-) (limited to 'docs/libnm/html/NMConnection.html') diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html index 1427a1f5..7b28796c 100644 --- a/docs/libnm/html/NMConnection.html +++ b/docs/libnm/html/NMConnection.html @@ -268,6 +268,14 @@ +NMSetting6Lowpan * + + +nm_connection_get_setting_6lowpan () + + + + NMSetting8021x * @@ -492,6 +500,14 @@ +NMSettingSriov * + + +nm_connection_get_setting_sriov () + + + + NMSettingTCConfig * @@ -570,6 +586,14 @@ nm_connection_get_setting_vxlan () + + +NMSettingWpan * + + +nm_connection_get_setting_wpan () + + @@ -1314,7 +1338,7 @@ failed (tried to update secrets for a setting that doesn't exist, etc)

nm_connection_set_path (NMConnection *connection, const char *path);

Sets the D-Bus path of the connection. This property is not serialized, and -is only for the reference of the caller. Sets the “path” +is only for the reference of the caller. Sets the “path” property.

Parameters

@@ -1522,9 +1546,10 @@ If the connection has no settings,

nm_connection_dump ()

void
 nm_connection_dump (NMConnection *connection);
-

Print the connection to stdout. For debugging purposes ONLY, should NOT -be used for serialization of the connection or machine-parsed in any way. The -output format is not guaranteed to be stable and may change at any time.

+

Print the connection (including secrets!) to stdout. For debugging +purposes ONLY, should NOT be used for serialization of the setting, +or machine-parsed in any way. The output format is not guaranteed to +be stable and may change at any time.

Parameters

@@ -1684,6 +1709,34 @@ 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);
@@ -2458,6 +2511,34 @@ 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);
@@ -2730,6 +2811,34 @@ 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

-- cgit 1.3.0-6-gf8a5