diff options
Diffstat (limited to 'docs/libnm/html/NMSettingAdsl.html')
| -rw-r--r-- | docs/libnm/html/NMSettingAdsl.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/libnm/html/NMSettingAdsl.html b/docs/libnm/html/NMSettingAdsl.html index b7ac1385..32f07ac3 100644 --- a/docs/libnm/html/NMSettingAdsl.html +++ b/docs/libnm/html/NMSettingAdsl.html @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Connection and Setting API Reference"> <link rel="prev" href="NMSetting8021x.html" title="NMSetting8021x"> <link rel="next" href="NMSettingBluetooth.html" title="NMSettingBluetooth"> -<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -115,13 +115,13 @@ <tbody> <tr> <td class="property_type"> -<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<span class="type">char</span> *</td> <td class="property_name"><a class="link" href="NMSettingAdsl.html#NMSettingAdsl--encapsulation" title="The “encapsulation” property">encapsulation</a></td> <td class="property_flags">Read / Write</td> </tr> <tr> <td class="property_type"> -<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<span class="type">char</span> *</td> <td class="property_name"><a class="link" href="NMSettingAdsl.html#NMSettingAdsl--password" title="The “password” property">password</a></td> <td class="property_flags">Read / Write</td> </tr> @@ -132,13 +132,13 @@ </tr> <tr> <td class="property_type"> -<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<span class="type">char</span> *</td> <td class="property_name"><a class="link" href="NMSettingAdsl.html#NMSettingAdsl--protocol" title="The “protocol” property">protocol</a></td> <td class="property_flags">Read / Write</td> </tr> <tr> <td class="property_type"> -<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<span class="type">char</span> *</td> <td class="property_name"><a class="link" href="NMSettingAdsl.html#NMSettingAdsl--username" title="The “username” property">username</a></td> <td class="property_flags">Read / Write</td> </tr> @@ -512,7 +512,7 @@ nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" <a name="NMSettingAdsl.property-details"></a><h2>Property Details</h2> <div class="refsect2"> <a name="NMSettingAdsl--encapsulation"></a><h3>The <code class="literal">“encapsulation”</code> property</h3> -<pre class="programlisting"> “encapsulation” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “encapsulation” <span class="type">char</span> *</pre> <p>Encapsulation of ADSL connection. Can be "vcmux" or "llc".</p> <p>Owner: NMSettingAdsl</p> <p>Flags: Read / Write</p> @@ -521,7 +521,7 @@ nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" <hr> <div class="refsect2"> <a name="NMSettingAdsl--password"></a><h3>The <code class="literal">“password”</code> property</h3> -<pre class="programlisting"> “password” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “password” <span class="type">char</span> *</pre> <p>Password used to authenticate with the ADSL service.</p> <p>Owner: NMSettingAdsl</p> <p>Flags: Read / Write</p> @@ -538,7 +538,7 @@ nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" <hr> <div class="refsect2"> <a name="NMSettingAdsl--protocol"></a><h3>The <code class="literal">“protocol”</code> property</h3> -<pre class="programlisting"> “protocol” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “protocol” <span class="type">char</span> *</pre> <p>ADSL connection protocol. Can be "pppoa", "pppoe" or "ipoatm".</p> <p>Owner: NMSettingAdsl</p> <p>Flags: Read / Write</p> @@ -547,7 +547,7 @@ nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" <hr> <div class="refsect2"> <a name="NMSettingAdsl--username"></a><h3>The <code class="literal">“username”</code> property</h3> -<pre class="programlisting"> “username” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “username” <span class="type">char</span> *</pre> <p>Username used to authenticate with the ADSL service.</p> <p>Owner: NMSettingAdsl</p> <p>Flags: Read / Write</p> @@ -576,6 +576,6 @@ nm_setting_adsl_get_password_flags (<em class="parameter"><code><a class="link" </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.32</div> +<hr>Generated by GTK-Doc V1.33.1</div> </body> </html> \ No newline at end of file |