From 1372848511cb896b80b51ed1a3e9606bd9816631 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 10 Feb 2023 11:50:34 +0100 Subject: New upstream version 1.42.0 --- docs/libnm/html/NMSettingPppoe.html | 312 ------------------------------------ 1 file changed, 312 deletions(-) delete mode 100644 docs/libnm/html/NMSettingPppoe.html (limited to 'docs/libnm/html/NMSettingPppoe.html') diff --git a/docs/libnm/html/NMSettingPppoe.html b/docs/libnm/html/NMSettingPppoe.html deleted file mode 100644 index b4758f37..00000000 --- a/docs/libnm/html/NMSettingPppoe.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - -NMSettingPppoe: libnm Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMSettingPppoe

-

NMSettingPppoe — Describes PPPoE connection properties

-
-
-

Functions

-
---- - - - - - - - - - - - - - - - - - - - - - - - - - - -
-NMSetting * - -nm_setting_pppoe_new () -
const char * - -nm_setting_pppoe_get_parent () -
const char * - -nm_setting_pppoe_get_service () -
const char * - -nm_setting_pppoe_get_username () -
const char * - -nm_setting_pppoe_get_password () -
-NMSettingSecretFlags - -nm_setting_pppoe_get_password_flags () -
-
-
-

Types and Values

- -
-
-

Description

-

The NMSettingPppoe object is a NMSetting subclass that describes -properties necessary for connection to networks that require PPPoE connections -to provide IP transport, for example cable or DSL modems.

-
-
-

Functions

-
-

nm_setting_pppoe_new ()

-
NMSetting *
-nm_setting_pppoe_new (void);
-

Creates a new NMSettingPppoe object with default values.

-
-

Returns

-

the new empty NMSettingPppoe object.

-

[transfer full]

-
-
-
-
-

nm_setting_pppoe_get_parent ()

-
const char *
-nm_setting_pppoe_get_parent (NMSettingPppoe *setting);
-
-

Parameters

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

setting

the NMSettingPppoe

 
-
-
-

Returns

-

the “parent” property of the setting

-
-

Since: 1.10

-
-
-
-

nm_setting_pppoe_get_service ()

-
const char *
-nm_setting_pppoe_get_service (NMSettingPppoe *setting);
-
-

Parameters

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

setting

the NMSettingPppoe

 
-
-
-

Returns

-

the “service” property of the setting

-
-
-
-
-

nm_setting_pppoe_get_username ()

-
const char *
-nm_setting_pppoe_get_username (NMSettingPppoe *setting);
-
-

Parameters

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

setting

the NMSettingPppoe

 
-
-
-

Returns

-

the “username” property of the setting

-
-
-
-
-

nm_setting_pppoe_get_password ()

-
const char *
-nm_setting_pppoe_get_password (NMSettingPppoe *setting);
-
-

Parameters

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

setting

the NMSettingPppoe

 
-
-
-

Returns

-

the “password” property of the setting

-
-
-
-
-

nm_setting_pppoe_get_password_flags ()

-
NMSettingSecretFlags
-nm_setting_pppoe_get_password_flags (NMSettingPppoe *setting);
-
-

Parameters

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

setting

the NMSettingPppoe

 
-
-
-

Returns

-

the NMSettingSecretFlags pertaining to the “password”

-
-
-
-
-

Types and Values

-
-

NM_SETTING_PPPOE_SETTING_NAME

-
#define NM_SETTING_PPPOE_SETTING_NAME "pppoe"
-
-
-
-
-

NM_SETTING_PPPOE_PARENT

-
#define NM_SETTING_PPPOE_PARENT         "parent"
-
-
-
-
-

NM_SETTING_PPPOE_SERVICE

-
#define NM_SETTING_PPPOE_SERVICE        "service"
-
-
-
-
-

NM_SETTING_PPPOE_USERNAME

-
#define NM_SETTING_PPPOE_USERNAME       "username"
-
-
-
-
-

NM_SETTING_PPPOE_PASSWORD

-
#define NM_SETTING_PPPOE_PASSWORD       "password"
-
-
-
-
-

NM_SETTING_PPPOE_PASSWORD_FLAGS

-
#define NM_SETTING_PPPOE_PASSWORD_FLAGS "password-flags"
-
-
-
-
- - - \ No newline at end of file -- cgit 1.3.0-6-gf8a5