From 90e8691111889a7b5f3c812f5a41f15a8a058913 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 7 Nov 2017 00:14:39 +0100 Subject: New upstream version 1.9.90 --- docs/libnm/html/NMSettingPppoe.html | 75 +++++++++++++++++++++++++++++++++---- 1 file changed, 68 insertions(+), 7 deletions(-) (limited to 'docs/libnm/html/NMSettingPppoe.html') diff --git a/docs/libnm/html/NMSettingPppoe.html b/docs/libnm/html/NMSettingPppoe.html index 6d673bf0..1916df1a 100644 --- a/docs/libnm/html/NMSettingPppoe.html +++ b/docs/libnm/html/NMSettingPppoe.html @@ -53,6 +53,13 @@ const char * +nm_setting_pppoe_get_parent () + + + +const char * + + nm_setting_pppoe_get_service () @@ -92,7 +99,13 @@ -gchar * +gchar * +parent +Read / Write / Construct + + + +gchar * password Read / Write @@ -103,13 +116,13 @@ -gchar * +gchar * service Read / Write -gchar * +gchar * username Read / Write @@ -130,6 +143,10 @@ #define +NM_SETTING_PPPOE_PARENT + + +#define NM_SETTING_PPPOE_SERVICE @@ -153,7 +170,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMSetting
         ╰── NMSettingPppoe
 
@@ -179,6 +196,32 @@ nm_setting_pppoe_new (void

+

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);
@@ -287,6 +330,12 @@ nm_setting_pppoe_get_password_flags (
+

NM_SETTING_PPPOE_PARENT

+
#define NM_SETTING_PPPOE_PARENT         "parent"
+
+
+
+

NM_SETTING_PPPOE_SERVICE

#define NM_SETTING_PPPOE_SERVICE        "service"
 
@@ -319,8 +368,20 @@ nm_setting_pppoe_get_password_flags (

Property Details

+

The “parent” property

+
  “parent”                   gchar *
+

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.

+

Flags: Read / Write / Construct

+

Default value: NULL

+

Since: 1.10

+
+
+

The “password” property

-
  “password”                 gchar *
+
  “password”                 gchar *

Password used to authenticate with the PPPoE service.

Flags: Read / Write

Default value: NULL

@@ -335,7 +396,7 @@ nm_setting_pppoe_get_password_flags (

The “service” property

-
  “service”                  gchar *
+
  “service”                  gchar *

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 @@ -346,7 +407,7 @@ access concentrators or a specific service is known to be required.


The “username” property

-
  “username”                 gchar *
+
  “username”                 gchar *

Username used to authenticate with the PPPoE service.

Flags: Read / Write

Default value: NULL

-- cgit 1.3.0-6-gf8a5