From 494f296a3baab08522617b24b1f126d8f9a17502 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 20 Jan 2016 16:26:51 +0100 Subject: Imported Upstream version 1.1.90 --- docs/libnm/html/NMSettingConnection.html | 121 +++++++++++++++++++++++++++++-- 1 file changed, 114 insertions(+), 7 deletions(-) (limited to 'docs/libnm/html/NMSettingConnection.html') diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index f6ab97cc..8c845502 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -249,6 +249,14 @@ nm_setting_connection_get_metered () + + +NMSettingConnectionLldp + + +nm_setting_connection_get_lldp () + + @@ -294,6 +302,11 @@ Read / Write +gint +lldp +Read / Write / Construct + + gchar * master @@ -440,10 +453,18 @@ NM_SETTING_CONNECTION_METERED +#define +NM_SETTING_CONNECTION_LLDP + + enum NMSettingConnectionAutoconnectSlaves +enum +NMSettingConnectionLldp + + struct NMSettingConnection @@ -452,8 +473,9 @@

Object Hierarchy

-
    GEnum
-    ╰── NMSettingConnectionAutoconnectSlaves
+
    GEnum
+    ├── NMSettingConnectionAutoconnectSlaves
+    ╰── NMSettingConnectionLldp
     GObject
     ╰── NMSetting
         ╰── NMSettingConnection
@@ -1089,7 +1111,7 @@ nm_setting_connection_get_autoconnect_slaves
 

whether slaves of the connection should be activated together with the connection.

-

Since: 1.0.4

+

Since: 1.2


@@ -1305,7 +1327,35 @@ nm_setting_connection_get_metered (

Returns

the “metered” property of the setting.

-

Since: 1.0.6

+

Since: 1.2

+ +
+
+

nm_setting_connection_get_lldp ()

+
NMSettingConnectionLldp
+nm_setting_connection_get_lldp (NMSettingConnection *setting);
+

Returns the “lldp” property of the connection.

+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingConnection

 
+
+
+

Returns

+

a NMSettingConnectionLldp which indicates whether LLDP must be +enabled for the connection.

+
+

Since: 1.2

@@ -1431,11 +1481,17 @@ nm_setting_connection_get_metered (
+

NM_SETTING_CONNECTION_LLDP

+
#define NM_SETTING_CONNECTION_LLDP           "lldp"
+
+
+
+

enum NMSettingConnectionAutoconnectSlaves

NMSettingConnectionAutoconnectSlaves values indicate whether slave connections should be activated when master is activated.

-

Members

+

Members

@@ -1472,6 +1528,44 @@ should be activated when master is activated.


+

enum NMSettingConnectionLldp

+

NMSettingConnectionLldp values indicate whether LLDP should be enabled.

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + +

NM_SETTING_CONNECTION_LLDP_DEFAULT

+

default value

+
 

NM_SETTING_CONNECTION_LLDP_DISABLE

+

disable LLDP

+
 

NM_SETTING_CONNECTION_LLDP_ENABLE_RX

+

enable reception of LLDP frames

+
 
+
+
+
+

struct NMSettingConnection

struct NMSettingConnection;

The NMSettingConnection struct contains only private data. @@ -1514,7 +1608,7 @@ If -1 (default) is set, global connection.autoconnect-slaves is read to determine the real value. If it is default as well, this fallbacks to 0.

Flags: Read / Write / Construct

Default value: NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES_DEFAULT

-

Since: 1.0.4

+

Since: 1.2


@@ -1553,6 +1647,15 @@ connection may be applied to the wrong interface.


+

The “lldp” property

+
  “lldp”                     gint
+

Whether LLDP is enabled for the connection.

+

Flags: Read / Write / Construct

+

Default value: -1

+

Since: 1.2

+
+
+

The “master” property

  “master”                   gchar *

Interface name of the master device or UUID of the master connection.

@@ -1564,9 +1667,11 @@ connection may be applied to the wrong interface.

The “metered” property

  “metered”                  NMMetered

Whether the connection is metered.

+

When updating this property on a currently activated connection, +the change takes effect immediately.

Flags: Read / Write

Default value: NM_METERED_UNKNOWN

-

Since: 1.0.6

+

Since: 1.2


-- cgit 1.3.0-6-gf8a5