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-util/html/NMSettingTeamPort.html | 345 +++++++++++++++------------- 1 file changed, 182 insertions(+), 163 deletions(-) (limited to 'docs/libnm-util/html/NMSettingTeamPort.html') diff --git a/docs/libnm-util/html/NMSettingTeamPort.html b/docs/libnm-util/html/NMSettingTeamPort.html index e91aa68b..f29e7b88 100644 --- a/docs/libnm-util/html/NMSettingTeamPort.html +++ b/docs/libnm-util/html/NMSettingTeamPort.html @@ -2,34 +2,28 @@ -NMSettingTeamPort +libnm-util Reference Manual: NMSettingTeamPort - + - - - - - - - - - - + + + + + + +
@@ -37,51 +31,161 @@

NMSettingTeamPort

NMSettingTeamPort — Describes connection properties for team ports

- +
-
-

Synopsis

-
-#include <nm-setting-team-port.h>
-
-#define             NM_SETTING_TEAM_PORT_SETTING_NAME
-enum                NMSettingTeamPortError;
-#define             NM_SETTING_TEAM_PORT_ERROR
-GQuark              nm_setting_team_port_error_quark    (void);
-#define             NM_SETTING_TEAM_PORT_CONFIG
-                    NMSettingTeamPort;
-                    NMSettingTeamPortClass;
-NMSetting *         nm_setting_team_port_new            (void);
-const char *        nm_setting_team_port_get_config     (NMSettingTeamPort *setting);
-
+
+

Functions

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

Properties

+
+++++ + + + + + +
+gchar *configRead / Write
+
+
+

Types and Values

+

Object Hierarchy

-
-  GEnum
-   +----NMSettingTeamPortError
-
-
-  GObject
-   +----NMSetting
-         +----NMSettingTeamPort
+
    GEnum
+    ╰── NMSettingTeamPortError
+    GObject
+    ╰── NMSetting
+        ╰── NMSettingTeamPort
 
-

Properties

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

Includes

+
#include <nm-setting-team-port.h>
 

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.

+
+
+

Functions

+
+

nm_setting_team_port_error_quark ()

+
GQuark
+nm_setting_team_port_error_quark (void);
+

Registers an error quark for NMSettingTeamPort if necessary.

+
+

Returns

+

the error quark used for NMSettingTeamPort errors.

+

+
+

Since 0.9.10

+
+
+
+

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]

+
+

Since 0.9.10

+
+
+
+

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

+

+
+

Since 0.9.10

+
-

Details

+

Types and Values

NM_SETTING_TEAM_PORT_SETTING_NAME

#define NM_SETTING_TEAM_PORT_SETTING_NAME "team-port"
@@ -91,38 +195,42 @@ optional properties that apply to team ports.
 

-

enum NMSettingTeamPortError

-
typedef enum {
-	NM_SETTING_TEAM_PORT_ERROR_UNKNOWN = 0,      /*< nick=UnknownError >*/
-	NM_SETTING_TEAM_PORT_ERROR_INVALID_PROPERTY, /*< nick=InvalidProperty >*/
-	NM_SETTING_TEAM_PORT_ERROR_MISSING_PROPERTY, /*< nick=MissingProperty >*/
-} NMSettingTeamPortError;
-
-
+

enum NMSettingTeamPortError

+
+

Members

+
--+++ - - + + - - + + - - + +

NM_SETTING_TEAM_PORT_ERROR_UNKNOWN

unknown or unclassified error +

NM_SETTING_TEAM_PORT_ERROR_UNKNOWN

+

unknown or unclassified error

 

NM_SETTING_TEAM_PORT_ERROR_INVALID_PROPERTY

the property was invalid +

NM_SETTING_TEAM_PORT_ERROR_INVALID_PROPERTY

+

the property was invalid

 

NM_SETTING_TEAM_PORT_ERROR_MISSING_PROPERTY

the property was missing and -is required +

NM_SETTING_TEAM_PORT_ERROR_MISSING_PROPERTY

+

the property was missing and +is required

 
+

NM_SETTING_TEAM_PORT_ERROR

@@ -133,115 +241,26 @@ is required

-

nm_setting_team_port_error_quark ()

-
GQuark              nm_setting_team_port_error_quark    (void);
-

-Registers an error quark for NMSettingTeamPort if necessary. -

-
---- - - - - -

Returns :

the error quark used for NMSettingTeamPort errors.
-

Since 0.9.10

-
-
-

NM_SETTING_TEAM_PORT_CONFIG

#define NM_SETTING_TEAM_PORT_CONFIG     "config"
 

-
-
-

NMSettingTeamPort

-
typedef struct _NMSettingTeamPort NMSettingTeamPort;
-

-

-
-
-
-

NMSettingTeamPortClass

-
typedef struct {
-	NMSettingClass parent;
-
-	/* Padding for future expansion */
-	void (*_reserved1) (void);
-	void (*_reserved2) (void);
-	void (*_reserved3) (void);
-	void (*_reserved4) (void);
-} 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] -
-

Since 0.9.10

-
-
-
-

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
-

Since 0.9.10

-

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