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/NMSettingPPP.html | 448 ++++++--------------------------- 1 file changed, 79 insertions(+), 369 deletions(-) (limited to 'docs/libnm-util/html/NMSettingPPP.html') diff --git a/docs/libnm-util/html/NMSettingPPP.html b/docs/libnm-util/html/NMSettingPPP.html index 435c5b96..eade54a5 100644 --- a/docs/libnm-util/html/NMSettingPPP.html +++ b/docs/libnm-util/html/NMSettingPPP.html @@ -3,12 +3,12 @@ NMSettingPPP - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,10 +39,10 @@
-
+ -
+

Object Hierarchy

+
+  GEnum
+   +----NMSettingPPPError
+
   GObject
    +----NMSetting
          +----NMSettingPPP
 
-
+

Properties

   "baud"                     guint                 : Read / Write / Construct
@@ -120,14 +124,14 @@ enum                require-mppe-128"         gboolean              : Read / Write / Construct
 
-
+

Description

-
+

Details

-
+

NM_SETTING_PPP_SETTING_NAME

#define NM_SETTING_PPP_SETTING_NAME "ppp"
 
@@ -135,7 +139,7 @@ enum

-
+

enum NMSettingPPPError

typedef enum
 {
@@ -149,7 +153,7 @@ enum                
 

-
+

NM_TYPE_SETTING_PPP_ERROR

#define NM_TYPE_SETTING_PPP_ERROR (nm_setting_ppp_error_get_type ()) 
 
@@ -157,7 +161,7 @@ enum

-
+

NM_SETTING_PPP_ERROR

#define NM_SETTING_PPP_ERROR nm_setting_ppp_error_quark ()
 
@@ -165,22 +169,14 @@ enum

-
+

nm_setting_ppp_error_quark ()

GQuark              nm_setting_ppp_error_quark          (void);

-
-- - - - -

Returns :

-

-
+

NM_SETTING_PPP_NOAUTH

#define NM_SETTING_PPP_NOAUTH            "noauth"
 
@@ -188,7 +184,7 @@ enum

-
+

NM_SETTING_PPP_REFUSE_EAP

#define NM_SETTING_PPP_REFUSE_EAP        "refuse-eap"
 
@@ -196,7 +192,7 @@ enum

-
+

NM_SETTING_PPP_REFUSE_PAP

#define NM_SETTING_PPP_REFUSE_PAP        "refuse-pap"
 
@@ -204,7 +200,7 @@ enum

-
+

NM_SETTING_PPP_REFUSE_CHAP

#define NM_SETTING_PPP_REFUSE_CHAP       "refuse-chap"
 
@@ -212,7 +208,7 @@ enum

-
+

NM_SETTING_PPP_REFUSE_MSCHAP

#define NM_SETTING_PPP_REFUSE_MSCHAP     "refuse-mschap"
 
@@ -220,7 +216,7 @@ enum

-
+

NM_SETTING_PPP_REFUSE_MSCHAPV2

#define NM_SETTING_PPP_REFUSE_MSCHAPV2   "refuse-mschapv2"
 
@@ -228,7 +224,7 @@ enum

-
+

NM_SETTING_PPP_NOBSDCOMP

#define NM_SETTING_PPP_NOBSDCOMP         "nobsdcomp"
 
@@ -236,7 +232,7 @@ enum

-
+

NM_SETTING_PPP_NODEFLATE

#define NM_SETTING_PPP_NODEFLATE         "nodeflate"
 
@@ -244,7 +240,7 @@ enum

-
+

NM_SETTING_PPP_NO_VJ_COMP

#define NM_SETTING_PPP_NO_VJ_COMP        "no-vj-comp"
 
@@ -252,7 +248,7 @@ enum

-
+

NM_SETTING_PPP_REQUIRE_MPPE

#define NM_SETTING_PPP_REQUIRE_MPPE      "require-mppe"
 
@@ -260,7 +256,7 @@ enum

-
+

NM_SETTING_PPP_REQUIRE_MPPE_128

#define NM_SETTING_PPP_REQUIRE_MPPE_128  "require-mppe-128"
 
@@ -268,7 +264,7 @@ enum

-
+

NM_SETTING_PPP_MPPE_STATEFUL

#define NM_SETTING_PPP_MPPE_STATEFUL     "mppe-stateful"
 
@@ -276,7 +272,7 @@ enum

-
+

NM_SETTING_PPP_CRTSCTS

#define NM_SETTING_PPP_CRTSCTS           "crtscts"
 
@@ -284,7 +280,7 @@ enum

-
+

NM_SETTING_PPP_BAUD

#define NM_SETTING_PPP_BAUD              "baud"
 
@@ -292,7 +288,7 @@ enum

-
+

NM_SETTING_PPP_MRU

#define NM_SETTING_PPP_MRU               "mru"
 
@@ -300,7 +296,7 @@ enum

-
+

NM_SETTING_PPP_MTU

#define NM_SETTING_PPP_MTU               "mtu"
 
@@ -308,7 +304,7 @@ enum

-
+

NM_SETTING_PPP_LCP_ECHO_FAILURE

#define NM_SETTING_PPP_LCP_ECHO_FAILURE  "lcp-echo-failure"
 
@@ -316,7 +312,7 @@ enum

-
+

NM_SETTING_PPP_LCP_ECHO_INTERVAL

#define NM_SETTING_PPP_LCP_ECHO_INTERVAL "lcp-echo-interval"
 
@@ -324,14 +320,14 @@ enum

-
+

NMSettingPPP

typedef struct _NMSettingPPP NMSettingPPP;


-
+

NMSettingPPPClass

typedef struct {
 	NMSettingClass parent;
@@ -347,436 +343,150 @@ enum                
 

-
+

nm_setting_ppp_get_type ()

GType               nm_setting_ppp_get_type             (void);

-
-- - - - -

Returns :

-

-
+

nm_setting_ppp_new ()

NMSetting *         nm_setting_ppp_new                  (void);

-
-- - - - -

Returns :

-

-
+

nm_setting_ppp_get_noauth ()

gboolean            nm_setting_ppp_get_noauth           (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_refuse_eap ()

gboolean            nm_setting_ppp_get_refuse_eap       (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_refuse_pap ()

gboolean            nm_setting_ppp_get_refuse_pap       (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_refuse_chap ()

gboolean            nm_setting_ppp_get_refuse_chap      (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_refuse_mschap ()

gboolean            nm_setting_ppp_get_refuse_mschap    (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_refuse_mschapv2 ()

gboolean            nm_setting_ppp_get_refuse_mschapv2  (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_nobsdcomp ()

gboolean            nm_setting_ppp_get_nobsdcomp        (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_nodeflate ()

gboolean            nm_setting_ppp_get_nodeflate        (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_no_vj_comp ()

gboolean            nm_setting_ppp_get_no_vj_comp       (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_require_mppe ()

gboolean            nm_setting_ppp_get_require_mppe     (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_require_mppe_128 ()

gboolean            nm_setting_ppp_get_require_mppe_128 (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_mppe_stateful ()

gboolean            nm_setting_ppp_get_mppe_stateful    (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_crtscts ()

gboolean            nm_setting_ppp_get_crtscts          (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_baud ()

guint32             nm_setting_ppp_get_baud             (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_mru ()

guint32             nm_setting_ppp_get_mru              (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_mtu ()

guint32             nm_setting_ppp_get_mtu              (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_lcp_echo_failure ()

guint32             nm_setting_ppp_get_lcp_echo_failure (NMSettingPPP *setting);

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

setting :

-

Returns :

-

-
+

nm_setting_ppp_get_lcp_echo_interval ()

guint32             nm_setting_ppp_get_lcp_echo_interval
                                                         (NMSettingPPP *setting);

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

setting :

-

Returns :

-
-
+

Property Details

-
+

The "baud" property

  "baud"                     guint                 : Read / Write / Construct

@@ -787,7 +497,7 @@ choose the speed.

Default value: 0


-
+

The "crtscts" property

  "crtscts"                  gboolean              : Read / Write / Construct

@@ -798,7 +508,7 @@ set to FALSE.

Default value: FALSE


-
+

The "lcp-echo-failure" property

  "lcp-echo-failure"         guint                 : Read / Write / Construct

@@ -810,7 +520,7 @@ value if this property is used.

Default value: 0


-
+

The "lcp-echo-interval" property

  "lcp-echo-interval"        guint                 : Read / Write / Construct

@@ -822,7 +532,7 @@ possible to autodetect this.

Default value: 0


-
+

The "mppe-stateful" property

  "mppe-stateful"            gboolean              : Read / Write / Construct

@@ -832,7 +542,7 @@ information on stateful MPPE.",

Default value: FALSE


-
+

The "mru" property

  "mru"                      guint                 : Read / Write / Construct

@@ -844,7 +554,7 @@ larger than the specified size. If non-zero, the MRU should be between

Default value: 0


-
+

The "mtu" property

  "mtu"                      guint                 : Read / Write / Construct

@@ -854,7 +564,7 @@ size.

Default value: 0


-
+

The "no-vj-comp" property

  "no-vj-comp"               gboolean              : Read / Write / Construct

@@ -863,7 +573,7 @@ If TRUE, Van Jacobsen TCP header compression will not be requested.

Default value: FALSE


-
+

The "noauth" property

  "noauth"                   gboolean              : Read / Write / Construct

@@ -874,7 +584,7 @@ the remote side. In almost all cases, this should be TRUE.

Default value: TRUE


-
+

The "nobsdcomp" property

  "nobsdcomp"                gboolean              : Read / Write / Construct

@@ -883,7 +593,7 @@ If TRUE, BSD compression will not be requested.

Default value: FALSE


-
+

The "nodeflate" property

  "nodeflate"                gboolean              : Read / Write / Construct

@@ -892,7 +602,7 @@ If TRUE, 'deflate' compression will not be requested.

Default value: FALSE


-
+

The "refuse-chap" property

  "refuse-chap"              gboolean              : Read / Write / Construct

@@ -901,7 +611,7 @@ If TRUE, the CHAP authentication method will not be used.

Default value: FALSE


-
+

The "refuse-eap" property

  "refuse-eap"               gboolean              : Read / Write / Construct

@@ -910,7 +620,7 @@ If TRUE, the EAP authentication method will not be used.

Default value: FALSE


-
+

The "refuse-mschap" property

  "refuse-mschap"            gboolean              : Read / Write / Construct

@@ -919,7 +629,7 @@ If TRUE, the MSCHAP authentication method will not be used.

Default value: FALSE


-
+

The "refuse-mschapv2" property

  "refuse-mschapv2"          gboolean              : Read / Write / Construct

@@ -928,7 +638,7 @@ If TRUE, the MSCHAPv2 authentication method will not be used.

Default value: FALSE


-
+

The "refuse-pap" property

  "refuse-pap"               gboolean              : Read / Write / Construct

@@ -937,7 +647,7 @@ If TRUE, the PAP authentication method will not be used.

Default value: FALSE


-
+

The "require-mppe" property

  "require-mppe"             gboolean              : Read / Write / Construct

@@ -949,7 +659,7 @@ connections.

Default value: FALSE


-
+

The "require-mppe-128" property

  "require-mppe-128"         gboolean              : Read / Write / Construct

@@ -963,6 +673,6 @@ be set to TRUE. If 128-bit MPPE is not available the session will fail.

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