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/NMSettingTeamPort.html | 168 +++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 docs/libnm/html/NMSettingTeamPort.html (limited to 'docs/libnm/html/NMSettingTeamPort.html') diff --git a/docs/libnm/html/NMSettingTeamPort.html b/docs/libnm/html/NMSettingTeamPort.html new file mode 100644 index 00000000..90835aa5 --- /dev/null +++ b/docs/libnm/html/NMSettingTeamPort.html @@ -0,0 +1,168 @@ + + + + +NMSettingTeamPort + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingTeamPort

+

NMSettingTeamPort — Describes connection properties for team ports

+
+ +
+

Object Hierarchy

+
+  GObject
+   +----NMSetting
+         +----NMSettingTeamPort
+
+
+
+

Properties

+
+  "config"                   gchar*                : Read / Write
+
+
+
+

Description

+

+The NMSettingTeamPort object is a NMSetting subclass that describes +optional properties that apply to team ports. +

+
+
+

Details

+
+

NM_SETTING_TEAM_PORT_SETTING_NAME

+
#define NM_SETTING_TEAM_PORT_SETTING_NAME "team-port"
+
+

+

+
+
+
+

NM_SETTING_TEAM_PORT_CONFIG

+
#define NM_SETTING_TEAM_PORT_CONFIG     "config"
+
+

+

+
+
+
+

struct NMSettingTeamPort

+
struct NMSettingTeamPort;
+

+

+
+
+
+

NMSettingTeamPortClass

+
typedef struct {
+	NMSettingClass parent;
+} NMSettingTeamPortClass;
+
+

+

+
+
+
+

nm_setting_team_port_new ()

+
NMSetting *         nm_setting_team_port_new            (void);
+

+Creates a new NMSettingTeamPort object with default values. +

+
++++ + + + + +

Returns :

the new empty NMSettingTeamPort object. [transfer full] +
+
+
+
+

nm_setting_team_port_get_config ()

+
const char *        nm_setting_team_port_get_config     (NMSettingTeamPort *setting);
+
++++ + + + + + + + + + + +

setting :

the NMSettingTeamPort +

Returns :

the "config" property of the setting
+
+
+
+

Property Details

+
+

The "config" property

+
  "config"                   gchar*                : Read / Write
+

+The JSON configuration for the team port. The property should contain raw +JSON configuration data suitable for teamd, because the value is passed +directly to teamd. If not specified, the default configuration is +used. See man teamd.conf for the format details. +

+

Default value: NULL

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