From de06e5715e780baade318f3490ac7a4c9ce84e32 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 24 Mar 2012 01:37:02 +0100 Subject: Imported Upstream version 0.9.4.0 --- docs/libnm-util/html/NMSettingPPPOE.html | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 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 43c795db..bdbeeead 100644 --- a/docs/libnm-util/html/NMSettingPPPOE.html +++ b/docs/libnm-util/html/NMSettingPPPOE.html @@ -47,6 +47,7 @@ NMSettingPPPOE; NMSettingPPPOEClass; enum NMSettingPPPOEError; +#define NM_SETTING_PPPOE_ERROR #define NM_SETTING_PPPOE_PASSWORD #define NM_SETTING_PPPOE_PASSWORD_FLAGS #define NM_SETTING_PPPOE_SERVICE @@ -54,7 +55,7 @@ enum NM_SETTING_PPPOE_USERNAME GQuark nm_setting_pppoe_error_quark (void); const char * nm_setting_pppoe_get_password (NMSettingPPPOE *setting); -NMSettingSecretFlags nm_setting_pppoe_get_password_flags +NMSettingSecretFlags nm_setting_pppoe_get_password_flags (NMSettingPPPOE *setting); const char * nm_setting_pppoe_get_service (NMSettingPPPOE *setting); const char * nm_setting_pppoe_get_username (NMSettingPPPOE *setting); @@ -118,10 +119,10 @@ to provide IP transport, for example cable or DSL modems.

enum NMSettingPPPOEError

typedef enum {
-	NM_SETTING_PPPOE_ERROR_UNKNOWN = 0,
-	NM_SETTING_PPPOE_ERROR_INVALID_PROPERTY,
-	NM_SETTING_PPPOE_ERROR_MISSING_PROPERTY,
-	NM_SETTING_PPPOE_ERROR_MISSING_PPP_SETTING
+	NM_SETTING_PPPOE_ERROR_UNKNOWN = 0,        /*< nick=UnknownError >*/
+	NM_SETTING_PPPOE_ERROR_INVALID_PROPERTY,   /*< nick=InvalidProperty >*/
+	NM_SETTING_PPPOE_ERROR_MISSING_PROPERTY,   /*< nick=MissingProperty >*/
+	NM_SETTING_PPPOE_ERROR_MISSING_PPP_SETTING /*< nick=MissingPPPSetting >*/
 } NMSettingPPPOEError;
 
@@ -154,6 +155,14 @@ did not contain a required PPP setting for PPP related options
+

NM_SETTING_PPPOE_ERROR

+
#define NM_SETTING_PPPOE_ERROR nm_setting_pppoe_error_quark ()
+
+

+

+
+
+

NM_SETTING_PPPOE_PASSWORD

#define NM_SETTING_PPPOE_PASSWORD       "password"
 
@@ -217,7 +226,7 @@ Registers an error quark for

nm_setting_pppoe_get_password_flags ()

-
NMSettingSecretFlags nm_setting_pppoe_get_password_flags
+
NMSettingSecretFlags nm_setting_pppoe_get_password_flags
                                                         (NMSettingPPPOE *setting);
@@ -229,7 +238,7 @@ Registers an error quark for Returns :

-
-- cgit 1.3.0-6-gf8a5
the NMSettingSecretFlags pertaining to the "password" +the NMSettingSecretFlags pertaining to the "password"