![]() |
![]() |
![]() |
libnm-util Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#include <nm-setting-team-port.h> NMSettingTeamPort; NMSettingTeamPortClass; enum NMSettingTeamPortError; #define NM_SETTING_TEAM_PORT_CONFIG #define NM_SETTING_TEAM_PORT_ERROR #define NM_SETTING_TEAM_PORT_SETTING_NAME GQuark nm_setting_team_port_error_quark (void
); const char * nm_setting_team_port_get_config (NMSettingTeamPort *setting
); NMSetting * nm_setting_team_port_new (void
);
The NMSettingTeamPort object is a NMSetting subclass that describes optional properties that apply to team ports.
typedef struct { NMSettingClass parent; /* Padding for future expansion */ void (*_reserved1) (void); void (*_reserved2) (void); void (*_reserved3) (void); void (*_reserved4) (void); } NMSettingTeamPortClass;
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;
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
const char * nm_setting_team_port_get_config (NMSettingTeamPort *setting
);
|
the NMSettingTeamPort |
Returns : |
the "config" property of the setting |
Since 0.9.10
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
"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