summaryrefslogtreecommitdiff
path: root/docs/libnm-util/html/NMSettingPPP.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libnm-util/html/NMSettingPPP.html')
-rw-r--r--docs/libnm-util/html/NMSettingPPP.html446
1 files changed, 368 insertions, 78 deletions
diff --git a/docs/libnm-util/html/NMSettingPPP.html b/docs/libnm-util/html/NMSettingPPP.html
index eade54a59..6488a3f08 100644
--- a/docs/libnm-util/html/NMSettingPPP.html
+++ b/docs/libnm-util/html/NMSettingPPP.html
@@ -8,7 +8,7 @@
<link rel="up" href="ch01.html" title="libnm-util API Reference">
<link rel="prev" href="NMSettingIP6Config.html" title="NMSettingIP6Config">
<link rel="next" href="NMSettingPPPOE.html" title="NMSettingPPPOE">
-<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -30,7 +30,7 @@
<a href="#NMSettingPPP.properties" class="shortcut">Properties</a>
</td></tr>
</table>
-<div class="refentry">
+<div class="refentry" title="NMSettingPPP">
<a name="NMSettingPPP"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
@@ -39,10 +39,10 @@
</td>
<td valign="top" align="right"></td>
</tr></table></div>
-<div class="refsynopsisdiv">
+<div class="refsynopsisdiv" title="Synopsis">
<a name="NMSettingPPP.synopsis"></a><h2>Synopsis</h2>
-<a name="NMSettingPPPError"></a><pre class="synopsis">#define <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-SETTING-NAME:CAPS" title="NM_SETTING_PPP_SETTING_NAME">NM_SETTING_PPP_SETTING_NAME</a>
-enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">NMSettingPPPError</a>;
+<pre class="synopsis">#define <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-SETTING-NAME:CAPS" title="NM_SETTING_PPP_SETTING_NAME">NM_SETTING_PPP_SETTING_NAME</a>
+enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError" title="enum NMSettingPPPError">NMSettingPPPError</a>;
#define <a class="link" href="NMSettingPPP.html#NM-TYPE-SETTING-PPP-ERROR:CAPS" title="NM_TYPE_SETTING_PPP_ERROR">NM_TYPE_SETTING_PPP_ERROR</a>
#define <a class="link" href="NMSettingPPP.html#NM-SETTING-PPP-ERROR:CAPS" title="NM_SETTING_PPP_ERROR">NM_SETTING_PPP_ERROR</a>
<a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> <a class="link" href="NMSettingPPP.html#nm-setting-ppp-error-quark" title="nm_setting_ppp_error_quark ()">nm_setting_ppp_error_quark</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
@@ -89,19 +89,15 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
(<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);
</pre>
</div>
-<div class="refsect1">
+<div class="refsect1" title="Object Hierarchy">
<a name="NMSettingPPP.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
- GEnum
- +----NMSettingPPPError
-</pre>
-<pre class="synopsis">
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+----<a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a>
+----NMSettingPPP
</pre>
</div>
-<div class="refsect1">
+<div class="refsect1" title="Properties">
<a name="NMSettingPPP.properties"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="NMSettingPPP.html#NMSettingPPP--baud" title='The "baud" property'>baud</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct
@@ -124,14 +120,14 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
"<a class="link" href="NMSettingPPP.html#NMSettingPPP--require-mppe-128" title='The "require-mppe-128" property'>require-mppe-128</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct
</pre>
</div>
-<div class="refsect1">
+<div class="refsect1" title="Description">
<a name="NMSettingPPP.description"></a><h2>Description</h2>
<p>
</p>
</div>
-<div class="refsect1">
+<div class="refsect1" title="Details">
<a name="NMSettingPPP.details"></a><h2>Details</h2>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_SETTING_NAME">
<a name="NM-SETTING-PPP-SETTING-NAME:CAPS"></a><h3>NM_SETTING_PPP_SETTING_NAME</h3>
<pre class="programlisting">#define NM_SETTING_PPP_SETTING_NAME "ppp"
</pre>
@@ -139,7 +135,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="enum NMSettingPPPError">
<a name="NMSettingPPPError"></a><h3>enum NMSettingPPPError</h3>
<pre class="programlisting">typedef enum
{
@@ -153,7 +149,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_TYPE_SETTING_PPP_ERROR">
<a name="NM-TYPE-SETTING-PPP-ERROR:CAPS"></a><h3>NM_TYPE_SETTING_PPP_ERROR</h3>
<pre class="programlisting">#define NM_TYPE_SETTING_PPP_ERROR (nm_setting_ppp_error_get_type ())
</pre>
@@ -161,7 +157,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_ERROR">
<a name="NM-SETTING-PPP-ERROR:CAPS"></a><h3>NM_SETTING_PPP_ERROR</h3>
<pre class="programlisting">#define NM_SETTING_PPP_ERROR nm_setting_ppp_error_quark ()
</pre>
@@ -169,14 +165,22 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_error_quark ()">
<a name="nm-setting-ppp-error-quark"></a><h3>nm_setting_ppp_error_quark ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> nm_setting_ppp_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr></tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_NOAUTH">
<a name="NM-SETTING-PPP-NOAUTH:CAPS"></a><h3>NM_SETTING_PPP_NOAUTH</h3>
<pre class="programlisting">#define NM_SETTING_PPP_NOAUTH "noauth"
</pre>
@@ -184,7 +188,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_REFUSE_EAP">
<a name="NM-SETTING-PPP-REFUSE-EAP:CAPS"></a><h3>NM_SETTING_PPP_REFUSE_EAP</h3>
<pre class="programlisting">#define NM_SETTING_PPP_REFUSE_EAP "refuse-eap"
</pre>
@@ -192,7 +196,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_REFUSE_PAP">
<a name="NM-SETTING-PPP-REFUSE-PAP:CAPS"></a><h3>NM_SETTING_PPP_REFUSE_PAP</h3>
<pre class="programlisting">#define NM_SETTING_PPP_REFUSE_PAP "refuse-pap"
</pre>
@@ -200,7 +204,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_REFUSE_CHAP">
<a name="NM-SETTING-PPP-REFUSE-CHAP:CAPS"></a><h3>NM_SETTING_PPP_REFUSE_CHAP</h3>
<pre class="programlisting">#define NM_SETTING_PPP_REFUSE_CHAP "refuse-chap"
</pre>
@@ -208,7 +212,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_REFUSE_MSCHAP">
<a name="NM-SETTING-PPP-REFUSE-MSCHAP:CAPS"></a><h3>NM_SETTING_PPP_REFUSE_MSCHAP</h3>
<pre class="programlisting">#define NM_SETTING_PPP_REFUSE_MSCHAP "refuse-mschap"
</pre>
@@ -216,7 +220,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_REFUSE_MSCHAPV2">
<a name="NM-SETTING-PPP-REFUSE-MSCHAPV2:CAPS"></a><h3>NM_SETTING_PPP_REFUSE_MSCHAPV2</h3>
<pre class="programlisting">#define NM_SETTING_PPP_REFUSE_MSCHAPV2 "refuse-mschapv2"
</pre>
@@ -224,7 +228,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_NOBSDCOMP">
<a name="NM-SETTING-PPP-NOBSDCOMP:CAPS"></a><h3>NM_SETTING_PPP_NOBSDCOMP</h3>
<pre class="programlisting">#define NM_SETTING_PPP_NOBSDCOMP "nobsdcomp"
</pre>
@@ -232,7 +236,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_NODEFLATE">
<a name="NM-SETTING-PPP-NODEFLATE:CAPS"></a><h3>NM_SETTING_PPP_NODEFLATE</h3>
<pre class="programlisting">#define NM_SETTING_PPP_NODEFLATE "nodeflate"
</pre>
@@ -240,7 +244,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_NO_VJ_COMP">
<a name="NM-SETTING-PPP-NO-VJ-COMP:CAPS"></a><h3>NM_SETTING_PPP_NO_VJ_COMP</h3>
<pre class="programlisting">#define NM_SETTING_PPP_NO_VJ_COMP "no-vj-comp"
</pre>
@@ -248,7 +252,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_REQUIRE_MPPE">
<a name="NM-SETTING-PPP-REQUIRE-MPPE:CAPS"></a><h3>NM_SETTING_PPP_REQUIRE_MPPE</h3>
<pre class="programlisting">#define NM_SETTING_PPP_REQUIRE_MPPE "require-mppe"
</pre>
@@ -256,7 +260,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_REQUIRE_MPPE_128">
<a name="NM-SETTING-PPP-REQUIRE-MPPE-128:CAPS"></a><h3>NM_SETTING_PPP_REQUIRE_MPPE_128</h3>
<pre class="programlisting">#define NM_SETTING_PPP_REQUIRE_MPPE_128 "require-mppe-128"
</pre>
@@ -264,7 +268,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_MPPE_STATEFUL">
<a name="NM-SETTING-PPP-MPPE-STATEFUL:CAPS"></a><h3>NM_SETTING_PPP_MPPE_STATEFUL</h3>
<pre class="programlisting">#define NM_SETTING_PPP_MPPE_STATEFUL "mppe-stateful"
</pre>
@@ -272,7 +276,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_CRTSCTS">
<a name="NM-SETTING-PPP-CRTSCTS:CAPS"></a><h3>NM_SETTING_PPP_CRTSCTS</h3>
<pre class="programlisting">#define NM_SETTING_PPP_CRTSCTS "crtscts"
</pre>
@@ -280,7 +284,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_BAUD">
<a name="NM-SETTING-PPP-BAUD:CAPS"></a><h3>NM_SETTING_PPP_BAUD</h3>
<pre class="programlisting">#define NM_SETTING_PPP_BAUD "baud"
</pre>
@@ -288,7 +292,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_MRU">
<a name="NM-SETTING-PPP-MRU:CAPS"></a><h3>NM_SETTING_PPP_MRU</h3>
<pre class="programlisting">#define NM_SETTING_PPP_MRU "mru"
</pre>
@@ -296,7 +300,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_MTU">
<a name="NM-SETTING-PPP-MTU:CAPS"></a><h3>NM_SETTING_PPP_MTU</h3>
<pre class="programlisting">#define NM_SETTING_PPP_MTU "mtu"
</pre>
@@ -304,7 +308,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_LCP_ECHO_FAILURE">
<a name="NM-SETTING-PPP-LCP-ECHO-FAILURE:CAPS"></a><h3>NM_SETTING_PPP_LCP_ECHO_FAILURE</h3>
<pre class="programlisting">#define NM_SETTING_PPP_LCP_ECHO_FAILURE "lcp-echo-failure"
</pre>
@@ -312,7 +316,7 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NM_SETTING_PPP_LCP_ECHO_INTERVAL">
<a name="NM-SETTING-PPP-LCP-ECHO-INTERVAL:CAPS"></a><h3>NM_SETTING_PPP_LCP_ECHO_INTERVAL</h3>
<pre class="programlisting">#define NM_SETTING_PPP_LCP_ECHO_INTERVAL "lcp-echo-interval"
</pre>
@@ -320,14 +324,14 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NMSettingPPP">
<a name="NMSettingPPP-struct"></a><h3>NMSettingPPP</h3>
<pre class="programlisting">typedef struct _NMSettingPPP NMSettingPPP;</pre>
<p>
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="NMSettingPPPClass">
<a name="NMSettingPPPClass"></a><h3>NMSettingPPPClass</h3>
<pre class="programlisting">typedef struct {
NMSettingClass parent;
@@ -343,150 +347,436 @@ enum <a class="link" href="NMSettingPPP.html#NMSettingPPPError">N
</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_type ()">
<a name="nm-setting-ppp-get-type"></a><h3>nm_setting_ppp_get_type ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_setting_ppp_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr></tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_new ()">
<a name="nm-setting-ppp-new"></a><h3>nm_setting_ppp_new ()</h3>
<pre class="programlisting"><a class="link" href="NMSetting.html" title="NMSetting"><span class="returnvalue">NMSetting</span></a> * nm_setting_ppp_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr></tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_noauth ()">
<a name="nm-setting-ppp-get-noauth"></a><h3>nm_setting_ppp_get_noauth ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_setting_ppp_get_noauth (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_refuse_eap ()">
<a name="nm-setting-ppp-get-refuse-eap"></a><h3>nm_setting_ppp_get_refuse_eap ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_setting_ppp_get_refuse_eap (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_refuse_pap ()">
<a name="nm-setting-ppp-get-refuse-pap"></a><h3>nm_setting_ppp_get_refuse_pap ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_setting_ppp_get_refuse_pap (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_refuse_chap ()">
<a name="nm-setting-ppp-get-refuse-chap"></a><h3>nm_setting_ppp_get_refuse_chap ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_setting_ppp_get_refuse_chap (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_refuse_mschap ()">
<a name="nm-setting-ppp-get-refuse-mschap"></a><h3>nm_setting_ppp_get_refuse_mschap ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_setting_ppp_get_refuse_mschap (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_refuse_mschapv2 ()">
<a name="nm-setting-ppp-get-refuse-mschapv2"></a><h3>nm_setting_ppp_get_refuse_mschapv2 ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_setting_ppp_get_refuse_mschapv2 (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_nobsdcomp ()">
<a name="nm-setting-ppp-get-nobsdcomp"></a><h3>nm_setting_ppp_get_nobsdcomp ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_setting_ppp_get_nobsdcomp (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_nodeflate ()">
<a name="nm-setting-ppp-get-nodeflate"></a><h3>nm_setting_ppp_get_nodeflate ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_setting_ppp_get_nodeflate (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_no_vj_comp ()">
<a name="nm-setting-ppp-get-no-vj-comp"></a><h3>nm_setting_ppp_get_no_vj_comp ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_setting_ppp_get_no_vj_comp (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_require_mppe ()">
<a name="nm-setting-ppp-get-require-mppe"></a><h3>nm_setting_ppp_get_require_mppe ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_setting_ppp_get_require_mppe (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_require_mppe_128 ()">
<a name="nm-setting-ppp-get-require-mppe-128"></a><h3>nm_setting_ppp_get_require_mppe_128 ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_setting_ppp_get_require_mppe_128 (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_mppe_stateful ()">
<a name="nm-setting-ppp-get-mppe-stateful"></a><h3>nm_setting_ppp_get_mppe_stateful ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_setting_ppp_get_mppe_stateful (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_crtscts ()">
<a name="nm-setting-ppp-get-crtscts"></a><h3>nm_setting_ppp_get_crtscts ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_setting_ppp_get_crtscts (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_baud ()">
<a name="nm-setting-ppp-get-baud"></a><h3>nm_setting_ppp_get_baud ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_setting_ppp_get_baud (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_mru ()">
<a name="nm-setting-ppp-get-mru"></a><h3>nm_setting_ppp_get_mru ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_setting_ppp_get_mru (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_mtu ()">
<a name="nm-setting-ppp-get-mtu"></a><h3>nm_setting_ppp_get_mtu ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_setting_ppp_get_mtu (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_lcp_echo_failure ()">
<a name="nm-setting-ppp-get-lcp-echo-failure"></a><h3>nm_setting_ppp_get_lcp_echo_failure ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_setting_ppp_get_lcp_echo_failure (<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title="nm_setting_ppp_get_lcp_echo_interval ()">
<a name="nm-setting-ppp-get-lcp-echo-interval"></a><h3>nm_setting_ppp_get_lcp_echo_interval ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_setting_ppp_get_lcp_echo_interval
(<em class="parameter"><code><a class="link" href="NMSettingPPP.html" title="NMSettingPPP"><span class="type">NMSettingPPP</span></a> *setting</code></em>);</pre>
<p>
</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td>
+</td>
+</tr>
+</tbody>
+</table></div>
</div>
</div>
-<div class="refsect1">
+<div class="refsect1" title="Property Details">
<a name="NMSettingPPP.property-details"></a><h2>Property Details</h2>
-<div class="refsect2">
+<div class="refsect2" title='The "baud" property'>
<a name="NMSettingPPP--baud"></a><h3>The <code class="literal">"baud"</code> property</h3>
<pre class="programlisting"> "baud" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct</pre>
<p>
@@ -497,7 +787,7 @@ choose the speed.
<p>Default value: 0</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "crtscts" property'>
<a name="NMSettingPPP--crtscts"></a><h3>The <code class="literal">"crtscts"</code> property</h3>
<pre class="programlisting"> "crtscts" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
<p>
@@ -508,7 +798,7 @@ set to FALSE.
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "lcp-echo-failure" property'>
<a name="NMSettingPPP--lcp-echo-failure"></a><h3>The <code class="literal">"lcp-echo-failure"</code> property</h3>
<pre class="programlisting"> "lcp-echo-failure" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct</pre>
<p>
@@ -520,7 +810,7 @@ value if this property is used.
<p>Default value: 0</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "lcp-echo-interval" property'>
<a name="NMSettingPPP--lcp-echo-interval"></a><h3>The <code class="literal">"lcp-echo-interval"</code> property</h3>
<pre class="programlisting"> "lcp-echo-interval" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct</pre>
<p>
@@ -532,7 +822,7 @@ possible to autodetect this.
<p>Default value: 0</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "mppe-stateful" property'>
<a name="NMSettingPPP--mppe-stateful"></a><h3>The <code class="literal">"mppe-stateful"</code> property</h3>
<pre class="programlisting"> "mppe-stateful" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
<p>
@@ -542,7 +832,7 @@ information on stateful MPPE.",
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "mru" property'>
<a name="NMSettingPPP--mru"></a><h3>The <code class="literal">"mru"</code> property</h3>
<pre class="programlisting"> "mru" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct</pre>
<p>
@@ -554,7 +844,7 @@ larger than the specified size. If non-zero, the MRU should be between
<p>Default value: 0</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "mtu" property'>
<a name="NMSettingPPP--mtu"></a><h3>The <code class="literal">"mtu"</code> property</h3>
<pre class="programlisting"> "mtu" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write / Construct</pre>
<p>
@@ -564,7 +854,7 @@ size.
<p>Default value: 0</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "no-vj-comp" property'>
<a name="NMSettingPPP--no-vj-comp"></a><h3>The <code class="literal">"no-vj-comp"</code> property</h3>
<pre class="programlisting"> "no-vj-comp" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
<p>
@@ -573,7 +863,7 @@ If TRUE, Van Jacobsen TCP header compression will not be requested.
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "noauth" property'>
<a name="NMSettingPPP--noauth"></a><h3>The <code class="literal">"noauth"</code> property</h3>
<pre class="programlisting"> "noauth" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
<p>
@@ -584,7 +874,7 @@ the remote side. In almost all cases, this should be TRUE.
<p>Default value: TRUE</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "nobsdcomp" property'>
<a name="NMSettingPPP--nobsdcomp"></a><h3>The <code class="literal">"nobsdcomp"</code> property</h3>
<pre class="programlisting"> "nobsdcomp" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
<p>
@@ -593,7 +883,7 @@ If TRUE, BSD compression will not be requested.
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "nodeflate" property'>
<a name="NMSettingPPP--nodeflate"></a><h3>The <code class="literal">"nodeflate"</code> property</h3>
<pre class="programlisting"> "nodeflate" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
<p>
@@ -602,7 +892,7 @@ If TRUE, 'deflate' compression will not be requested.
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "refuse-chap" property'>
<a name="NMSettingPPP--refuse-chap"></a><h3>The <code class="literal">"refuse-chap"</code> property</h3>
<pre class="programlisting"> "refuse-chap" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
<p>
@@ -611,7 +901,7 @@ If TRUE, the CHAP authentication method will not be used.
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "refuse-eap" property'>
<a name="NMSettingPPP--refuse-eap"></a><h3>The <code class="literal">"refuse-eap"</code> property</h3>
<pre class="programlisting"> "refuse-eap" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
<p>
@@ -620,7 +910,7 @@ If TRUE, the EAP authentication method will not be used.
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "refuse-mschap" property'>
<a name="NMSettingPPP--refuse-mschap"></a><h3>The <code class="literal">"refuse-mschap"</code> property</h3>
<pre class="programlisting"> "refuse-mschap" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
<p>
@@ -629,7 +919,7 @@ If TRUE, the MSCHAP authentication method will not be used.
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "refuse-mschapv2" property'>
<a name="NMSettingPPP--refuse-mschapv2"></a><h3>The <code class="literal">"refuse-mschapv2"</code> property</h3>
<pre class="programlisting"> "refuse-mschapv2" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
<p>
@@ -638,7 +928,7 @@ If TRUE, the MSCHAPv2 authentication method will not be used.
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "refuse-pap" property'>
<a name="NMSettingPPP--refuse-pap"></a><h3>The <code class="literal">"refuse-pap"</code> property</h3>
<pre class="programlisting"> "refuse-pap" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
<p>
@@ -647,7 +937,7 @@ If TRUE, the PAP authentication method will not be used.
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "require-mppe" property'>
<a name="NMSettingPPP--require-mppe"></a><h3>The <code class="literal">"require-mppe"</code> property</h3>
<pre class="programlisting"> "require-mppe" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
<p>
@@ -659,7 +949,7 @@ connections.
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2">
+<div class="refsect2" title='The "require-mppe-128" property'>
<a name="NMSettingPPP--require-mppe-128"></a><h3>The <code class="literal">"require-mppe-128"</code> property</h3>
<pre class="programlisting"> "require-mppe-128" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
<p>
@@ -673,6 +963,6 @@ be set to TRUE. If 128-bit MPPE is not available the session will fail.
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.17</div>
+ Generated by GTK-Doc V1.15</div>
</body>
</html> \ No newline at end of file