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/NMDeviceTeam.html | 78 ++++++++++++++++++++++++++++++++++----- 1 file changed, 69 insertions(+), 9 deletions(-) (limited to 'docs/libnm/html/NMDeviceTeam.html') diff --git a/docs/libnm/html/NMDeviceTeam.html b/docs/libnm/html/NMDeviceTeam.html index ecfce255..25503461 100644 --- a/docs/libnm/html/NMDeviceTeam.html +++ b/docs/libnm/html/NMDeviceTeam.html @@ -8,7 +8,7 @@ - + @@ -64,6 +64,13 @@ nm_device_team_get_slaves () + +const char * + + +nm_device_team_get_config () + + @@ -84,6 +91,12 @@ gchar * +config +Read + + + +gchar * hw-address Read @@ -117,6 +130,10 @@ NM_DEVICE_TEAM_SLAVES +#define +NM_DEVICE_TEAM_CONFIG + +   NMDeviceTeam @@ -148,7 +165,7 @@ NMDeviceTeam implements nm_device_team_get_hw_address (NMDeviceTeam *device);

Gets the hardware (MAC) address of the NMDeviceTeam

-

Parameters

+

Parameters

@@ -163,7 +180,7 @@ nm_device_team_get_hw_address (
-

Returns

+

Returns

the hardware address. This is the internal string used by the device, and must not be modified.

@@ -175,7 +192,7 @@ device, and must not be modified.

nm_device_team_get_carrier (NMDeviceTeam *device);

Whether the device has carrier.

-

Parameters

+

Parameters

@@ -190,7 +207,7 @@ nm_device_team_get_carrier ( -

Returns

+

Returns

TRUE if the device has carrier

@@ -202,7 +219,7 @@ nm_device_team_get_slaves (device .

-

Parameters

+

Parameters

@@ -217,14 +234,42 @@ nm_device_team_get_slaves ( -

Returns

+

Returns

the GPtrArray containing -NMDevices that are slaves of device +NMDevices that are slaves of device . This is the internal copy used by the device, and must not be modified.

[element-type NMDevice]

+
+
+

nm_device_team_get_config ()

+
const char *
+nm_device_team_get_config (NMDeviceTeam *device);
+

Gets the current JSON configuration of the NMDeviceTeam

+
+

Parameters

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

device

a NMDeviceTeam

 
+
+
+

Returns

+

the current configuration. This is the internal string used by the +device, and must not be modified.

+
+

Since: 1.4

+

Types and Values

@@ -247,6 +292,12 @@ copy used by the device, and must not be modified.


+

NM_DEVICE_TEAM_CONFIG

+
#define NM_DEVICE_TEAM_CONFIG      "config"
+
+
+
+

NMDeviceTeam

typedef struct _NMDeviceTeam NMDeviceTeam;
@@ -262,6 +313,15 @@ copy used by the device, and must not be modified.


+

The “config” property

+
  “config”                   gchar *
+

The current JSON configuration of the device.

+

Flags: Read

+

Default value: NULL

+

Since: 1.4

+
+
+

The “hw-address” property

  “hw-address”               gchar *

The hardware (MAC) address of the device.

@@ -279,6 +339,6 @@ copy used by the device, and must not be modified.

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