From f408e27bccfacf347605a8d98649975a68f38a17 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 5 May 2015 17:48:57 +0200 Subject: Imported Upstream version 1.0.2 --- docs/libnm/html/NMSettingTeamPort.html | 234 +++++++++++++++++---------------- 1 file changed, 124 insertions(+), 110 deletions(-) (limited to 'docs/libnm/html/NMSettingTeamPort.html') diff --git a/docs/libnm/html/NMSettingTeamPort.html b/docs/libnm/html/NMSettingTeamPort.html index 90835aa5..e25e1e4e 100644 --- a/docs/libnm/html/NMSettingTeamPort.html +++ b/docs/libnm/html/NMSettingTeamPort.html @@ -2,34 +2,28 @@ -NMSettingTeamPort +libnm Reference Manual: NMSettingTeamPort - + - - - - - - - - - - + + + + + + +
@@ -37,132 +31,152 @@

NMSettingTeamPort

NMSettingTeamPort — Describes connection properties for team ports

- +
-
-

Object Hierarchy

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

Functions

+
++++ + + + + + + + + + + +
+NMSetting * + +nm_setting_team_port_new () +
const char * + +nm_setting_team_port_get_config () +

Properties

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

Types and Values

+
++++ + + + + + + + + + + +
#defineNM_SETTING_TEAM_PORT_SETTING_NAME
#defineNM_SETTING_TEAM_PORT_CONFIG
+
+
+

Object Hierarchy

+
    GObject
+    ╰── NMSetting
+        ╰── NMSettingTeamPort
 

Description

-

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

+

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

-

Details

+

Functions

-

NM_SETTING_TEAM_PORT_SETTING_NAME

-
#define NM_SETTING_TEAM_PORT_SETTING_NAME "team-port"
-
-

-

+

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_CONFIG

-
#define NM_SETTING_TEAM_PORT_CONFIG     "config"
-
-

-


-

struct NMSettingTeamPort

-
struct NMSettingTeamPort;
-

-

+

nm_setting_team_port_get_config ()

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

Parameters

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

setting

the NMSettingTeamPort

 
-
+
+

Returns

+

the “config” property of the setting

+

+
+
+
+
+

Types and Values

-

NMSettingTeamPortClass

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

NM_SETTING_TEAM_PORT_SETTING_NAME

+
#define NM_SETTING_TEAM_PORT_SETTING_NAME "team-port"
 


-

nm_setting_team_port_new ()

-
NMSetting *         nm_setting_team_port_new            (void);
+

NM_SETTING_TEAM_PORT_CONFIG

+
#define NM_SETTING_TEAM_PORT_CONFIG     "config"
+

-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. -

+

The “config” property

+
  “config”                   gchar *
+

+

Flags: Read / Write

Default value: NULL

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