From 35779c6675728fa6f0fd0a21cefb904408509c23 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 5 Jul 2021 20:35:03 +0200 Subject: New upstream version 1.32.2 --- docs/libnm/html/NMSettingPppoe.html | 125 ++---------------------------------- 1 file changed, 6 insertions(+), 119 deletions(-) (limited to 'docs/libnm/html/NMSettingPppoe.html') diff --git a/docs/libnm/html/NMSettingPppoe.html b/docs/libnm/html/NMSettingPppoe.html index 174f491d..b4758f37 100644 --- a/docs/libnm/html/NMSettingPppoe.html +++ b/docs/libnm/html/NMSettingPppoe.html @@ -15,9 +15,7 @@ @@ -89,47 +87,6 @@
-

Properties

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-char *parentRead / Write
-char *passwordRead / Write
NMSettingSecretFlagspassword-flagsRead / Write
-char *serviceRead / Write
-char *usernameRead / Write
-
-

Types and Values

@@ -161,21 +118,10 @@ - - - -
#define NM_SETTING_PPPOE_PASSWORD_FLAGS
 NMSettingPppoe
-

Object Hierarchy

-
    GObject
-    ╰── NMSetting
-        ╰── NMSettingPppoe
-
-
-

Description

The NMSettingPppoe object is a NMSetting subclass that describes properties necessary for connection to networks that require PPPoE connections @@ -216,7 +162,7 @@ nm_setting_pppoe_get_parent (

Returns

-

the “parent” property of the setting

+

the “parent” property of the setting

Since: 1.10

@@ -242,7 +188,7 @@ nm_setting_pppoe_get_service (

Returns

-

the “service” property of the setting

+

the “service” property of the setting


@@ -267,7 +213,7 @@ nm_setting_pppoe_get_username (

Returns

-

the “username” property of the setting

+

the “username” property of the setting


@@ -292,7 +238,7 @@ nm_setting_pppoe_get_password (

Returns

-

the “password” property of the setting

+

the “password” property of the setting


@@ -317,7 +263,7 @@ nm_setting_pppoe_get_password_flags (

Returns

-

the NMSettingSecretFlags pertaining to the “password”

+

the NMSettingSecretFlags pertaining to the “password”

@@ -358,65 +304,6 @@ nm_setting_pppoe_get_password_flags (#define NM_SETTING_PPPOE_PASSWORD_FLAGS "password-flags" -
-
-

NMSettingPppoe

-
typedef struct _NMSettingPppoe NMSettingPppoe;
-

PPP-over-Ethernet Settings

-
- -
-

Property Details

-
-

The “parent” property

-
  “parent”                   char *
-

If given, specifies the parent interface name on which this PPPoE -connection should be created. If this property is not specified, -the connection is activated on the interface specified in -“interface-name” of NMSettingConnection.

-

Owner: NMSettingPppoe

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.10

-
-
-
-

The “password” property

-
  “password”                 char *
-

Password used to authenticate with the PPPoE service.

-

Owner: NMSettingPppoe

-

Flags: Read / Write

-

Default value: NULL

-
-
-
-

The “password-flags” property

-
  “password-flags”           NMSettingSecretFlags
-

Flags indicating how to handle the “password” property.

-

Owner: NMSettingPppoe

-

Flags: Read / Write

-
-
-
-

The “service” property

-
  “service”                  char *
-

If specified, instruct PPPoE to only initiate sessions with access -concentrators that provide the specified service. For most providers, -this should be left blank. It is only required if there are multiple -access concentrators or a specific service is known to be required.

-

Owner: NMSettingPppoe

-

Flags: Read / Write

-

Default value: NULL

-
-
-
-

The “username” property

-
  “username”                 char *
-

Username used to authenticate with the PPPoE service.

-

Owner: NMSettingPppoe

-

Flags: Read / Write

-

Default value: NULL

-