From 2c032d8f1c6292c1338a615e6ec40252889ba85c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 22 Jan 2015 00:29:39 +0100 Subject: Imported Upstream version 1.0.0 --- docs/libnm/html/NMDeviceTeam.html | 243 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 docs/libnm/html/NMDeviceTeam.html (limited to 'docs/libnm/html/NMDeviceTeam.html') diff --git a/docs/libnm/html/NMDeviceTeam.html b/docs/libnm/html/NMDeviceTeam.html new file mode 100644 index 00000000..9edc63f6 --- /dev/null +++ b/docs/libnm/html/NMDeviceTeam.html @@ -0,0 +1,243 @@ + + + + +NMDeviceTeam + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMDeviceTeam

+

NMDeviceTeam

+
+ +
+

Object Hierarchy

+
+  GObject
+   +----NMObject
+         +----NMDevice
+               +----NMDeviceTeam
+
+
+
+

Implemented Interfaces

+

+NMDeviceTeam implements + GInitable and GAsyncInitable.

+
+
+

Properties

+
+  "carrier"                  gboolean              : Read
+  "hw-address"               gchar*                : Read
+  "slaves"                   GPtrArray*            : Read
+
+
+
+

Description

+

+

+
+
+

Details

+
+

NM_DEVICE_TEAM_HW_ADDRESS

+
#define NM_DEVICE_TEAM_HW_ADDRESS  "hw-address"
+
+

+

+
+
+
+

NM_DEVICE_TEAM_CARRIER

+
#define NM_DEVICE_TEAM_CARRIER     "carrier"
+
+

+

+
+
+
+

NM_DEVICE_TEAM_SLAVES

+
#define NM_DEVICE_TEAM_SLAVES      "slaves"
+
+

+

+
+
+
+

struct NMDeviceTeam

+
struct NMDeviceTeam;
+

+

+
+
+
+

NMDeviceTeamClass

+
typedef struct {
+	NMDeviceClass parent;
+} NMDeviceTeamClass;
+
+

+

+
+
+
+

nm_device_team_get_hw_address ()

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

+Gets the hardware (MAC) address of the NMDeviceTeam +

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

device :

a NMDeviceTeam +

Returns :

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

nm_device_team_get_carrier ()

+
gboolean            nm_device_team_get_carrier          (NMDeviceTeam *device);
+

+Whether the device has carrier. +

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

device :

a NMDeviceTeam +

Returns :

+TRUE if the device has carrier
+
+
+
+

nm_device_team_get_slaves ()

+
const GPtrArray *   nm_device_team_get_slaves           (NMDeviceTeam *device);
+

+Gets the devices currently enslaved to device. +

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

device :

a NMDeviceTeam +

Returns :

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

Property Details

+
+

The "carrier" property

+
  "carrier"                  gboolean              : Read
+

+Whether the device has carrier. +

+

Default value: FALSE

+
+
+
+

The "hw-address" property

+
  "hw-address"               gchar*                : Read
+

+The hardware (MAC) address of the device. +

+

Default value: NULL

+
+
+
+

The "slaves" property

+
  "slaves"                   GPtrArray*            : Read
+

+The devices enslaved to the team device. +

+

+Element-type: NMDevice +

+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5