From f75dd6fd1975146623052b843b182dc32c3fbe46 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 8 Apr 2011 07:30:59 +0200 Subject: Imported Upstream version 0.8.998 --- docs/libnm-util/html/NMSettingPPPOE.html | 156 +++++++++++++------------------ 1 file changed, 67 insertions(+), 89 deletions(-) (limited to 'docs/libnm-util/html/NMSettingPPPOE.html') diff --git a/docs/libnm-util/html/NMSettingPPPOE.html b/docs/libnm-util/html/NMSettingPPPOE.html index a94012fd..87669254 100644 --- a/docs/libnm-util/html/NMSettingPPPOE.html +++ b/docs/libnm-util/html/NMSettingPPPOE.html @@ -3,12 +3,12 @@ NMSettingPPPOE - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,16 +39,17 @@
-
+ -
+

Object Hierarchy

+
+  GEnum
+   +----NMSettingPPPOEError
+
   GObject
    +----NMSetting
          +----NMSettingPPPOE
 
-
+

Properties

   "password"                 gchar*                : Read / Write
+  "password-flags"           guint                 : Read / Write
   "service"                  gchar*                : Read / Write
   "username"                 gchar*                : Read / Write
 
-
+

Description

-
+

Details

-
+

NM_SETTING_PPPOE_SETTING_NAME

#define NM_SETTING_PPPOE_SETTING_NAME "pppoe"
 
@@ -89,7 +97,7 @@ const char * +

enum NMSettingPPPOEError

typedef enum
 {
@@ -103,7 +111,7 @@ const char *        
+

NM_TYPE_SETTING_PPPOE_ERROR

#define NM_TYPE_SETTING_PPPOE_ERROR (nm_setting_pppoe_error_get_type ()) 
 
@@ -111,7 +119,7 @@ const char * +

NM_SETTING_PPPOE_ERROR

#define NM_SETTING_PPPOE_ERROR nm_setting_pppoe_error_quark ()
 
@@ -119,53 +127,53 @@ const char * +

nm_setting_pppoe_error_quark ()

GQuark              nm_setting_pppoe_error_quark        (void);

-
-- - - - -

Returns :

-

-
+

NM_SETTING_PPPOE_SERVICE

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


-
+

NM_SETTING_PPPOE_USERNAME

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


-
+

NM_SETTING_PPPOE_PASSWORD

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


-
+
+

NM_SETTING_PPPOE_PASSWORD_FLAGS

+
#define NM_SETTING_PPPOE_PASSWORD_FLAGS "password-flags"
+
+

+

+
+
+

NMSettingPPPOE

typedef struct _NMSettingPPPOE NMSettingPPPOE;


-
+

NMSettingPPPOEClass

typedef struct {
 	NMSettingClass parent;
@@ -181,105 +189,65 @@ const char *        
+

nm_setting_pppoe_get_type ()

GType               nm_setting_pppoe_get_type           (void);

-
-- - - - -

Returns :

-

-
+

nm_setting_pppoe_new ()

NMSetting *         nm_setting_pppoe_new                (void);

-
-- - - - -

Returns :

-

-
+

nm_setting_pppoe_get_service ()

const char *        nm_setting_pppoe_get_service        (NMSettingPPPOE *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_pppoe_get_username ()

const char *        nm_setting_pppoe_get_username       (NMSettingPPPOE *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_pppoe_get_password ()

const char *        nm_setting_pppoe_get_password       (NMSettingPPPOE *setting);

+
+
+
+

nm_setting_pppoe_get_password_flags ()

+
NMSettingSecretFlags  nm_setting_pppoe_get_password_flags
+                                                        (NMSettingPPPOE *setting);
- -

setting :

+the NMSettingPPPOE

Returns :

+the NMSettingSecretFlags pertaining to the "password"
-
+

Property Details

-
+

The "password" property

  "password"                 gchar*                : Read / Write

@@ -288,7 +256,17 @@ Password used to authenticate with the PPPoE service.

Default value: NULL


-
+
+

The "password-flags" property

+
  "password-flags"           guint                 : Read / Write
+

+Flags indicating how to handle "password":. +

+

Allowed values: <= 7

+

Default value: 0

+
+
+

The "service" property

  "service"                  gchar*                : Read / Write

@@ -300,7 +278,7 @@ access concentrators or a specific service is known to be required.

Default value: NULL


-
+

The "username" property

  "username"                 gchar*                : Read / Write

@@ -312,6 +290,6 @@ Username used to authenticate with the PPPoE service.

+ Generated by GTK-Doc V1.17
\ No newline at end of file -- cgit 1.3.0-6-gf8a5 From 8baa1aca8dfd35e3190d7d5655eb83b5b901e263 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 21 Apr 2011 10:42:53 +0200 Subject: Imported Upstream version 0.8.4.0 --- docs/libnm-util/html/NMSettingPPPOE.html | 154 ++++++++++++++++++------------- 1 file changed, 88 insertions(+), 66 deletions(-) (limited to 'docs/libnm-util/html/NMSettingPPPOE.html') diff --git a/docs/libnm-util/html/NMSettingPPPOE.html b/docs/libnm-util/html/NMSettingPPPOE.html index 87669254..46c551bb 100644 --- a/docs/libnm-util/html/NMSettingPPPOE.html +++ b/docs/libnm-util/html/NMSettingPPPOE.html @@ -8,7 +8,7 @@ - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,17 +39,16 @@
-
+ -
+

Object Hierarchy

-
-  GEnum
-   +----NMSettingPPPOEError
-
   GObject
    +----NMSetting
          +----NMSettingPPPOE
 
-
+

Properties

   "password"                 gchar*                : Read / Write
-  "password-flags"           guint                 : Read / Write
   "service"                  gchar*                : Read / Write
   "username"                 gchar*                : Read / Write
 
-
+

Description

-
+

Details

-
+

NM_SETTING_PPPOE_SETTING_NAME

#define NM_SETTING_PPPOE_SETTING_NAME "pppoe"
 
@@ -97,7 +89,7 @@ const char * +

enum NMSettingPPPOEError

typedef enum
 {
@@ -111,7 +103,7 @@ const char *        
+

NM_TYPE_SETTING_PPPOE_ERROR

#define NM_TYPE_SETTING_PPPOE_ERROR (nm_setting_pppoe_error_get_type ()) 
 
@@ -119,7 +111,7 @@ const char * +

NM_SETTING_PPPOE_ERROR

#define NM_SETTING_PPPOE_ERROR nm_setting_pppoe_error_quark ()
 
@@ -127,53 +119,53 @@ const char * +

nm_setting_pppoe_error_quark ()

GQuark              nm_setting_pppoe_error_quark        (void);

+
++ + + + +

Returns :

+

-
+

NM_SETTING_PPPOE_SERVICE

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


-
+

NM_SETTING_PPPOE_USERNAME

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


-
+

NM_SETTING_PPPOE_PASSWORD

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


-
-

NM_SETTING_PPPOE_PASSWORD_FLAGS

-
#define NM_SETTING_PPPOE_PASSWORD_FLAGS "password-flags"
-
-

-

-
-
-
+

NMSettingPPPOE

typedef struct _NMSettingPPPOE NMSettingPPPOE;


-
+

NMSettingPPPOEClass

typedef struct {
 	NMSettingClass parent;
@@ -189,65 +181,105 @@ const char *        
+

nm_setting_pppoe_get_type ()

GType               nm_setting_pppoe_get_type           (void);

+
++ + + + +

Returns :

+

-
+

nm_setting_pppoe_new ()

NMSetting *         nm_setting_pppoe_new                (void);

+
++ + + + +

Returns :

+

-
+

nm_setting_pppoe_get_service ()

const char *        nm_setting_pppoe_get_service        (NMSettingPPPOE *setting);

+
++ + + + + + + + + + +

setting :

+

Returns :

+

-
+

nm_setting_pppoe_get_username ()

const char *        nm_setting_pppoe_get_username       (NMSettingPPPOE *setting);

+
++ + + + + + + + + + +

setting :

+

Returns :

+

-
+

nm_setting_pppoe_get_password ()

const char *        nm_setting_pppoe_get_password       (NMSettingPPPOE *setting);

-
-
-
-

nm_setting_pppoe_get_password_flags ()

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

setting :

the NMSettingPPPOE +

Returns :

the NMSettingSecretFlags pertaining to the "password" +
-
+

Property Details

-
+

The "password" property

  "password"                 gchar*                : Read / Write

@@ -256,17 +288,7 @@ Password used to authenticate with the PPPoE service.

Default value: NULL


-
-

The "password-flags" property

-
  "password-flags"           guint                 : Read / Write
-

-Flags indicating how to handle "password":. -

-

Allowed values: <= 7

-

Default value: 0

-
-
-
+

The "service" property

  "service"                  gchar*                : Read / Write

@@ -278,7 +300,7 @@ access concentrators or a specific service is known to be required.

Default value: NULL


-
+

The "username" property

  "username"                 gchar*                : Read / Write

@@ -290,6 +312,6 @@ Username used to authenticate with the PPPoE service.

+ Generated by GTK-Doc V1.15
\ No newline at end of file -- cgit 1.3.0-6-gf8a5