From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2015 19:38:58 +0200 Subject: Imported Upstream version 1.0.4 --- docs/libnm/html/NMSettingConnection.html | 206 +++++++++++++++++++------------ 1 file changed, 130 insertions(+), 76 deletions(-) (limited to 'docs/libnm/html/NMSettingConnection.html') diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index ebb16ae9..f33e2b88 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -2,13 +2,13 @@ -libnm Reference Manual: NMSettingConnection +NMSettingConnection: libnm Reference Manual - + @@ -188,6 +188,14 @@ +NMSettingConnectionAutoconnectSlaves + + +nm_setting_connection_get_autoconnect_slaves () + + + + guint32 @@ -256,6 +264,11 @@ Read / Write / Construct +NMSettingConnectionAutoconnectSlaves +autoconnect-slaves +Read / Write / Construct + + guint gateway-ping-timeout Read / Write / Construct @@ -399,6 +412,10 @@ #define +NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES + + +#define NM_SETTING_CONNECTION_SECONDARIES @@ -406,6 +423,10 @@ NM_SETTING_CONNECTION_GATEWAY_PING_TIMEOUT +enum +NMSettingConnectionAutoconnectSlaves + + struct NMSettingConnection @@ -414,7 +435,9 @@

Object Hierarchy

-
    GObject
+
    GEnum
+    ╰── NMSettingConnectionAutoconnectSlaves
+    GObject
     ╰── NMSetting
         ╰── NMSettingConnection
 
@@ -436,7 +459,6 @@ nm_setting_connection_new (void

Returns

the new empty NMSettingConnection object

-


@@ -463,7 +485,6 @@ nm_setting_connection_get_id (

Returns

the connection ID

-


@@ -490,7 +511,6 @@ nm_setting_connection_get_uuid (

Returns

the connection UUID

-


@@ -518,7 +538,6 @@ nm_setting_connection_get_interface_name

Returns

the connection's interface name

-


@@ -546,7 +565,6 @@ nm_setting_connection_get_connection_type

Returns

the connection type

-


@@ -573,7 +591,6 @@ nm_setting_connection_get_autoconnect (

Returns

the connection's autoconnect behavior

-


@@ -602,7 +619,6 @@ The higher number, the higher priority.

Returns

the connection's autoconnect priority

-


@@ -629,7 +645,6 @@ nm_setting_connection_get_timestamp (

Returns

the connection's timestamp

-


@@ -656,7 +671,6 @@ nm_setting_connection_get_read_only (

Returns

TRUE if the connection is read-only, FALSE if it is not

-


@@ -685,7 +699,6 @@ property of this setting.

Returns

the number of permissions entires

-


@@ -742,7 +755,6 @@ of this setting.

Returns

TRUE if a permission was returned, FALSE if idx was invalid

-


@@ -769,7 +781,6 @@ nm_setting_connection_get_zone (

Returns

the trust level of a connection

-


@@ -806,7 +817,6 @@ nm_setting_connection_permissions_user_allowed

Returns

TRUE if the requested user is allowed to view this connection, FALSE if the given user is not allowed to view this connection

-


@@ -861,7 +871,6 @@ list, FALSE if ptypepitem was invalid or it the permission was already present in the list

-


@@ -945,7 +954,6 @@ be a username. See

Returns

TRUE if the permission was found and removed; FALSE if it was not.

-


@@ -973,7 +981,6 @@ nm_setting_connection_get_master (

Returns

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

-


@@ -1010,7 +1017,6 @@ against setting

Returns

TRUE if connection is of the given slave type

-


@@ -1037,17 +1043,45 @@ nm_setting_connection_get_slave_type (

Returns

the type of slave this connection is, if any

-


+

nm_setting_connection_get_autoconnect_slaves ()

+
NMSettingConnectionAutoconnectSlaves
+nm_setting_connection_get_autoconnect_slaves
+                               (NMSettingConnection *setting);
+

Returns the “autoconnect-slaves” property of the connection.

+
+

Parameters

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

setting

the NMSettingConnection

 
+
+
+

Returns

+

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

+
+

Since: 1.0.4

+
+
+

nm_setting_connection_get_num_secondaries ()

guint32
 nm_setting_connection_get_num_secondaries
                                (NMSettingConnection *setting);
-

Parameters

+

Parameters

@@ -1062,9 +1096,8 @@ nm_setting_connection_get_num_secondaries
-

Returns

+

Returns

the number of configured secondary connection UUIDs

-


@@ -1074,7 +1107,7 @@ nm_setting_connection_get_num_secondaries nm_setting_connection_get_secondary (NMSettingConnection *setting, guint32 idx);
-

Parameters

+

Parameters

@@ -1096,10 +1129,9 @@ nm_setting_connection_get_secondary (
-

Returns

+

Returns

the secondary connection UUID at index idx

-


@@ -1110,7 +1142,7 @@ nm_setting_connection_add_secondary (const char *sec_uuid);

Adds a new secondary connetion UUID to the setting.

-

Parameters

+

Parameters

@@ -1132,10 +1164,9 @@ nm_setting_connection_add_secondary (
-

Returns

+

Returns

TRUE if the secondary connection UUID was added; FALSE if the UUID was already present

-


@@ -1148,7 +1179,7 @@ nm_setting_connection_remove_secondary

Removes the secondary coonnection UUID at index idx .

-

Parameters

+

Parameters

@@ -1180,7 +1211,7 @@ nm_setting_connection_remove_secondary_by_value

Removes the secondary coonnection UUID sec_uuid .

-

Parameters

+

Parameters

@@ -1202,9 +1233,8 @@ nm_setting_connection_remove_secondary_by_value
-

Returns

+

Returns

TRUE if the secondary connection UUID was found and removed; FALSE if it was not.

-


@@ -1214,7 +1244,7 @@ nm_setting_connection_remove_secondary_by_value nm_setting_connection_get_gateway_ping_timeout (NMSettingConnection *setting);
-

Parameters

+

Parameters

@@ -1229,10 +1259,9 @@ nm_setting_connection_get_gateway_ping_timeout
-

Returns

+

Returns

the value contained in the “gateway-ping-timeout” property.

-

@@ -1242,144 +1271,155 @@ property.

NM_SETTING_CONNECTION_SETTING_NAME

#define NM_SETTING_CONNECTION_SETTING_NAME "connection"
 
-

-


NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY_MIN

#define NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY_MIN -999
 
-

-


NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY_MAX

#define NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY_MAX 999
 
-

-


NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY_DEFAULT

#define NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY_DEFAULT 0
 
-

-


NM_SETTING_CONNECTION_ID

#define NM_SETTING_CONNECTION_ID             "id"
 
-

-


NM_SETTING_CONNECTION_UUID

#define NM_SETTING_CONNECTION_UUID           "uuid"
 
-

-


NM_SETTING_CONNECTION_INTERFACE_NAME

#define NM_SETTING_CONNECTION_INTERFACE_NAME "interface-name"
 
-

-


NM_SETTING_CONNECTION_TYPE

#define NM_SETTING_CONNECTION_TYPE           "type"
 
-

-


NM_SETTING_CONNECTION_AUTOCONNECT

#define NM_SETTING_CONNECTION_AUTOCONNECT    "autoconnect"
 
-

-


NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY

#define NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY "autoconnect-priority"
 
-

-


NM_SETTING_CONNECTION_TIMESTAMP

#define NM_SETTING_CONNECTION_TIMESTAMP      "timestamp"
 
-

-


NM_SETTING_CONNECTION_READ_ONLY

#define NM_SETTING_CONNECTION_READ_ONLY      "read-only"
 
-

-


NM_SETTING_CONNECTION_PERMISSIONS

#define NM_SETTING_CONNECTION_PERMISSIONS    "permissions"
 
-

-


NM_SETTING_CONNECTION_ZONE

#define NM_SETTING_CONNECTION_ZONE           "zone"
 
-

-


NM_SETTING_CONNECTION_MASTER

#define NM_SETTING_CONNECTION_MASTER         "master"
 
-

-


NM_SETTING_CONNECTION_SLAVE_TYPE

#define NM_SETTING_CONNECTION_SLAVE_TYPE     "slave-type"
 
-

-

+
+
+
+

NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES

+
#define NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES "autoconnect-slaves"
+

NM_SETTING_CONNECTION_SECONDARIES

#define NM_SETTING_CONNECTION_SECONDARIES    "secondaries"
 
-

-


NM_SETTING_CONNECTION_GATEWAY_PING_TIMEOUT

#define NM_SETTING_CONNECTION_GATEWAY_PING_TIMEOUT "gateway-ping-timeout"
 
-

-

+
+
+
+

enum NMSettingConnectionAutoconnectSlaves

+

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

+
+

Members

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

NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES_DEFAULT

+

default value

+
 

NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES_NO

+

slaves are not brought up when + master is activated

+
 

NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES_YES

+

slaves are brought up when + master is activated

+
 
+

@@ -1414,12 +1454,27 @@ The higher number means higher priority.


+

The “autoconnect-slaves” property

+
  “autoconnect-slaves”       NMSettingConnectionAutoconnectSlaves
+

Whether or not slaves of this connection should be automatically brought up +when NetworkManager activates this connection. This only has a real effect +for master connections. +The permitted values are: 0: leave slave connections untouched, +1: activate all the slave connections with this connection, -1: default. +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

+
+
+

The “gateway-ping-timeout” property

  “gateway-ping-timeout”     guint

If greater than zero, delay success of IP addressing until either the timeout is reached, or an IP gateway replies to a ping.

Flags: Read / Write / Construct

-

Allowed values: <= 30

+

Allowed values: <= 600

Default value: 0


@@ -1557,7 +1612,6 @@ firewall.

+
Generated by GTK-Doc V1.24 \ No newline at end of file -- cgit 1.3.0-6-gf8a5