From 8f7a3cbbdd0c0a48277c341dd3a8ec8743ae9735 Mon Sep 17 00:00:00 2001
From: Michael Biebl
+
+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 ()
+
@@ -1314,7 +1338,7 @@ failed (tried to update secrets for a setting that doesn't exist, etc)
+NMSettingWpan *
+
+
+nm_connection_get_setting_wpan ()
+
+
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.
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.
NMSetting6Lowpan *
-nm_connection_get_setting_6lowpan (NMConnection *connection);
-A shortcut to return any NMSetting6Lowpan the connection might contain.
- - -Since: 1.14
-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.
-
-
-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.
-
-
-Since: 1.14
-
void
nm_connection_dump (NMConnection *connection);
-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.
+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.