From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 31 Jul 2019 10:51:42 +0200 Subject: New upstream version 1.19.90 --- docs/libnm-util/html/NMSettingTeam.html | 319 -------------------------------- 1 file changed, 319 deletions(-) delete mode 100644 docs/libnm-util/html/NMSettingTeam.html (limited to 'docs/libnm-util/html/NMSettingTeam.html') diff --git a/docs/libnm-util/html/NMSettingTeam.html b/docs/libnm-util/html/NMSettingTeam.html deleted file mode 100644 index 37322bb9..00000000 --- a/docs/libnm-util/html/NMSettingTeam.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - -NMSettingTeam: libnm-util Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMSettingTeam

-

NMSettingTeam — Describes connection properties for teams

-
-
-

Functions

-
---- - - - - - - - - - - - - - - - - - - -
-GQuark - -nm_setting_team_error_quark () -
-NMSetting * - -nm_setting_team_new () -
const char * - -nm_setting_team_get_interface_name () -
const char * - -nm_setting_team_get_config () -
-
-
-

Properties

-
----- - - - - - - - - - - - - -
-gchar *configRead / Write
-gchar *interface-nameRead / Write
-
-
-

Types and Values

-
---- - - - - - - - - - - - - - - - - - - - - - - -
#defineNM_SETTING_TEAM_SETTING_NAME
enumNMSettingTeamError
#defineNM_SETTING_TEAM_ERROR
#defineNM_SETTING_TEAM_INTERFACE_NAME
#defineNM_SETTING_TEAM_CONFIG
-
-
-

Object Hierarchy

-
    GEnum
-    ╰── NMSettingTeamError
-    GObject
-    ╰── NMSetting
-        ╰── NMSettingTeam
-
-
-
-

Includes

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

Description

-

The NMSettingTeam object is a NMSetting subclass that describes properties -necessary for team connections.

-
-
-

Functions

-
-

nm_setting_team_error_quark ()

-
GQuark
-nm_setting_team_error_quark (void);
-

Registers an error quark for NMSettingTeam if necessary.

-
-

Returns

-

the error quark used for NMSettingTeam errors.

-
-

Since: 0.9.10

-
-
-
-

nm_setting_team_new ()

-
NMSetting *
-nm_setting_team_new (void);
-

Creates a new NMSettingTeam object with default values.

-
-

Returns

-

the new empty NMSettingTeam object.

-

[transfer full]

-
-

Since: 0.9.10

-
-
-
-

nm_setting_team_get_interface_name ()

-
const char *
-nm_setting_team_get_interface_name (NMSettingTeam *setting);
-
-

Parameters

-
----- - - - - - -

setting

the NMSettingTeam

 
-
-
-

Returns

-

the “interface-name” property of the setting

-
-

Since: 0.9.10

-
-
-
-

nm_setting_team_get_config ()

-
const char *
-nm_setting_team_get_config (NMSettingTeam *setting);
-
-

Parameters

-
----- - - - - - -

setting

the NMSettingTeam

 
-
-
-

Returns

-

the “config” property of the setting

-
-

Since: 0.9.10

-
-
-
-

Types and Values

-
-

NM_SETTING_TEAM_SETTING_NAME

-
#define NM_SETTING_TEAM_SETTING_NAME "team"
-
-
-
-
-

enum NMSettingTeamError

-
-

Members

-
----- - - - - - - - - - - - - - - - - - -

NM_SETTING_TEAM_ERROR_UNKNOWN

-

unknown or unclassified error

-
 

NM_SETTING_TEAM_ERROR_INVALID_PROPERTY

-

the property was invalid

-
 

NM_SETTING_TEAM_ERROR_MISSING_PROPERTY

-

the property was missing and is -required

-
 
-
-
-
-
-

NM_SETTING_TEAM_ERROR

-
#define NM_SETTING_TEAM_ERROR nm_setting_team_error_quark ()
-
-
-
-
-

NM_SETTING_TEAM_INTERFACE_NAME

-
#define NM_SETTING_TEAM_INTERFACE_NAME "interface-name"
-
-
-
-
-

NM_SETTING_TEAM_CONFIG

-
#define NM_SETTING_TEAM_CONFIG "config"
-
-
-
-
-

Property Details

-
-

The “config” property

-
  “config”                   gchar *
-

The JSON configuration for the team network interface. 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.

-

Flags: Read / Write

-

Default value: NULL

-
-
-
-

The “interface-name” property

-
  “interface-name”           gchar *
-

The name of the virtual in-kernel team network interface

-

Flags: Read / Write

-

Default value: NULL

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