From 7514efc2f38c9ace4557d4e69d68e7d380389030 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 26 Aug 2016 02:18:32 +0200 Subject: Imported Upstream version 1.4.0 --- docs/libnm/html/NMSettingConnection.html | 178 +++++++++++++++++++++---------- 1 file changed, 121 insertions(+), 57 deletions(-) (limited to 'docs/libnm/html/NMSettingConnection.html') diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index e69e8221..a11b4135 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -8,7 +8,7 @@ - + @@ -67,6 +67,13 @@ const char * +nm_setting_connection_get_stable_id () + + + +const char * + + nm_setting_connection_get_interface_name () @@ -339,6 +346,12 @@ Read / Write + +gchar * +stable-id +Read / Write + + guint64 timestamp Read / Write / Construct @@ -398,6 +411,10 @@ #define +NM_SETTING_CONNECTION_STABLE_ID + + +#define NM_SETTING_CONNECTION_INTERFACE_NAME @@ -496,7 +513,7 @@ a void);

Creates a new NMSettingConnection object with default values.

-

Returns

+

Returns

the new empty NMSettingConnection object

@@ -507,7 +524,7 @@ nm_setting_connection_new (voidNMSettingConnection *setting);

Returns the “id” property of the connection.

-

Parameters

+

Parameters

@@ -522,7 +539,7 @@ nm_setting_connection_get_id ( -

Returns

+

Returns

the connection ID

@@ -533,7 +550,7 @@ nm_setting_connection_get_id (NMSettingConnection *setting);

Returns the “uuid” property of the connection.

-

Parameters

+

Parameters

@@ -548,19 +565,46 @@ nm_setting_connection_get_uuid (
-

Returns

+

Returns

the connection UUID


+

nm_setting_connection_get_stable_id ()

+
const char *
+nm_setting_connection_get_stable_id (NMSettingConnection *setting);
+

Returns the “stable_id” property of the connection.

+
+

Parameters

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

setting

the NMSettingConnection

 
+
+
+

Returns

+

the stable-id for the connection

+
+

Since: 1.4

+ +
+

nm_setting_connection_get_interface_name ()

const char *
 nm_setting_connection_get_interface_name
                                (NMSettingConnection *setting);

Returns the “interface-name” property of the connection.

-

Parameters

+

Parameters

@@ -575,7 +619,7 @@ nm_setting_connection_get_interface_name
-

Returns

+

Returns

the connection's interface name

@@ -587,7 +631,7 @@ nm_setting_connection_get_connection_type (NMSettingConnection *setting);

Returns the “type” property of the connection.

-

Parameters

+

Parameters

@@ -602,7 +646,7 @@ nm_setting_connection_get_connection_type
-

Returns

+

Returns

the connection type

@@ -613,7 +657,7 @@ nm_setting_connection_get_connection_type nm_setting_connection_get_autoconnect (NMSettingConnection *setting);

Returns the “autoconnect” property of the connection.

-

Parameters

+

Parameters

@@ -628,7 +672,7 @@ nm_setting_connection_get_autoconnect ( -

Returns

+

Returns

the connection's autoconnect behavior

@@ -641,7 +685,7 @@ nm_setting_connection_get_autoconnect_priority

Returns the “autoconnect-priority” property of the connection. The higher number, the higher priority.

-

Parameters

+

Parameters

@@ -656,7 +700,7 @@ The higher number, the higher priority.

-

Returns

+

Returns

the connection's autoconnect priority

@@ -667,7 +711,7 @@ The higher number, the higher priority.

nm_setting_connection_get_timestamp (NMSettingConnection *setting);

Returns the “timestamp” property of the connection.

-

Parameters

+

Parameters

@@ -682,7 +726,7 @@ nm_setting_connection_get_timestamp (
-

Returns

+

Returns

the connection's timestamp

@@ -693,7 +737,7 @@ nm_setting_connection_get_timestamp (NMSettingConnection *setting);

Returns the “read-only” property of the connection.

-

Parameters

+

Parameters

@@ -708,7 +752,7 @@ nm_setting_connection_get_read_only (
-

Returns

+

Returns

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

@@ -721,7 +765,7 @@ nm_setting_connection_get_num_permissions

Returns the number of entires in the “permissions” property of this setting.

-

Parameters

+

Parameters

@@ -736,7 +780,7 @@ property of this setting.

-

Returns

+

Returns

the number of permissions entires

@@ -752,7 +796,7 @@ nm_setting_connection_get_permission (“permissions” property of this setting.

-

Parameters

+

Parameters

@@ -791,7 +835,7 @@ of this setting.

-

Returns

+

Returns

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

@@ -803,7 +847,7 @@ was invalid

nm_setting_connection_get_zone (NMSettingConnection *setting);

Returns the “zone” property of the connection.

-

Parameters

+

Parameters

@@ -818,7 +862,7 @@ nm_setting_connection_get_zone (
-

Returns

+

Returns

the trust level of a connection

@@ -831,7 +875,7 @@ nm_setting_connection_permissions_user_allowed const char *uname);

Checks whether the given username is allowed to view/access this connection.

-

Parameters

+

Parameters

@@ -853,7 +897,7 @@ nm_setting_connection_permissions_user_allowed
-

Returns

+

Returns

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

@@ -871,7 +915,7 @@ the "user" permission type is supported, and pitem“permissions”: for more details.

-

Parameters

+

Parameters

@@ -904,7 +948,7 @@ the "user" permission type is supported, and pitem
-

Returns

+

Returns

TRUE if the permission was unique and was successfully added to the list, FALSE if ptype or pitem @@ -922,7 +966,7 @@ nm_setting_connection_remove_permission

Removes the permission at index idx from the connection.

-

Parameters

+

Parameters

@@ -958,7 +1002,7 @@ At this time, only the "user" permission type is supported, and “permissions”: for more details.

-

Parameters

+

Parameters

@@ -991,7 +1035,7 @@ be a username. See -

Returns

+

Returns

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

@@ -1002,7 +1046,7 @@ be a username. See NMSettingConnection *setting
);

Returns the “master” property of the connection.

-

Parameters

+

Parameters

@@ -1017,7 +1061,7 @@ nm_setting_connection_get_master (
-

Returns

+

Returns

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

@@ -1029,7 +1073,7 @@ connection.

nm_setting_connection_is_slave_type (NMSettingConnection *setting, const char *type);
-

Parameters

+

Parameters

@@ -1053,7 +1097,7 @@ against setting
-

Returns

+

Returns

TRUE if connection is of the given slave type

@@ -1065,7 +1109,7 @@ against setting nm_setting_connection_get_slave_type (NMSettingConnection *setting);

Returns the “slave-type” property of the connection.

-

Parameters

+

Parameters

@@ -1080,7 +1124,7 @@ nm_setting_connection_get_slave_type ( -

Returns

+

Returns

the type of slave this connection is, if any

@@ -1092,7 +1136,7 @@ nm_setting_connection_get_autoconnect_slaves (NMSettingConnection *setting);

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

-

Parameters

+

Parameters

@@ -1107,7 +1151,7 @@ nm_setting_connection_get_autoconnect_slaves
-

Returns

+

Returns

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

@@ -1120,7 +1164,7 @@ with the connection.

nm_setting_connection_get_num_secondaries (NMSettingConnection *setting);
-

Parameters

+

Parameters

@@ -1135,7 +1179,7 @@ nm_setting_connection_get_num_secondaries
-

Returns

+

Returns

the number of configured secondary connection UUIDs

@@ -1146,7 +1190,7 @@ nm_setting_connection_get_num_secondaries nm_setting_connection_get_secondary (NMSettingConnection *setting, guint32 idx);
-

Parameters

+

Parameters

@@ -1168,7 +1212,7 @@ nm_setting_connection_get_secondary (
-

Returns

+

Returns

the secondary connection UUID at index idx

@@ -1181,7 +1225,7 @@ nm_setting_connection_add_secondary (const char *sec_uuid);

Adds a new secondary connetion UUID to the setting.

-

Parameters

+

Parameters

@@ -1203,7 +1247,7 @@ nm_setting_connection_add_secondary (
-

Returns

+

Returns

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

@@ -1218,7 +1262,7 @@ nm_setting_connection_remove_secondary

Removes the secondary coonnection UUID at index idx .

-

Parameters

+

Parameters

@@ -1250,7 +1294,7 @@ nm_setting_connection_remove_secondary_by_value

Removes the secondary coonnection UUID sec_uuid .

-

Parameters

+

Parameters

@@ -1272,7 +1316,7 @@ nm_setting_connection_remove_secondary_by_value
-

Returns

+

Returns

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

@@ -1283,7 +1327,7 @@ nm_setting_connection_remove_secondary_by_value nm_setting_connection_get_gateway_ping_timeout (NMSettingConnection *setting);
-

Parameters

+

Parameters

@@ -1298,7 +1342,7 @@ nm_setting_connection_get_gateway_ping_timeout
-

Returns

+

Returns

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

@@ -1309,7 +1353,7 @@ property.

NMMetered
 nm_setting_connection_get_metered (NMSettingConnection *setting);
-

Parameters

+

Parameters

@@ -1324,7 +1368,7 @@ nm_setting_connection_get_metered (
-

Returns

+

Returns

the “metered” property of the setting.

Since: 1.2

@@ -1336,7 +1380,7 @@ nm_setting_connection_get_metered (NMSettingConnection *setting);

Returns the “lldp” property of the connection.

-

Parameters

+

Parameters

@@ -1351,7 +1395,7 @@ nm_setting_connection_get_lldp (
-

Returns

+

Returns

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

@@ -1397,6 +1441,12 @@ enabled for the connection.


+

NM_SETTING_CONNECTION_STABLE_ID

+
#define NM_SETTING_CONNECTION_STABLE_ID      "stable-id"
+
+
+
+

NM_SETTING_CONNECTION_INTERFACE_NAME

#define NM_SETTING_CONNECTION_INTERFACE_NAME "interface-name"
 
@@ -1491,7 +1541,7 @@ enabled for the connection.

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

-

Members

+

Members

@@ -1531,7 +1581,7 @@ should be activated when master is activated.

enum NMSettingConnectionLldp

NMSettingConnectionLldp values indicate whether LLDP should be enabled.

-

Members

+

Members

@@ -1720,6 +1770,20 @@ slave.


+

The “stable-id” property

+
  “stable-id”                gchar *
+

This token to generate stable IDs for the connection. If unset, +the UUID will be used instead.

+

The stable-id is used instead of the connection UUID for generating +IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. +It is also used to seed the generated cloned MAC address for +ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable.

+

Flags: Read / Write

+

Default value: NULL

+

Since: 1.4

+
+
+

The “timestamp” property

  “timestamp”                guint64

The time, in seconds since the Unix Epoch, that the connection was last @@ -1777,6 +1841,6 @@ the change takes effect immediately.

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