diff options
Diffstat (limited to 'docs/libnm/html/NMSettingCdma.html')
| -rw-r--r-- | docs/libnm/html/NMSettingCdma.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/libnm/html/NMSettingCdma.html b/docs/libnm/html/NMSettingCdma.html index 08b1cc20..18180f06 100644 --- a/docs/libnm/html/NMSettingCdma.html +++ b/docs/libnm/html/NMSettingCdma.html @@ -92,13 +92,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">gchar</span> *</td> <td class="property_name"><a class="link" href="NMSettingCdma.html#NMSettingCdma--number" title="The “number” property">number</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">gchar</span> *</td> <td class="property_name"><a class="link" href="NMSettingCdma.html#NMSettingCdma--password" title="The “password” property">password</a></td> <td class="property_flags">Read / Write</td> </tr> @@ -109,7 +109,7 @@ </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">gchar</span> *</td> <td class="property_name"><a class="link" href="NMSettingCdma.html#NMSettingCdma--username" title="The “username” property">username</a></td> <td class="property_flags">Read / Write</td> </tr> @@ -149,7 +149,7 @@ </div> <div class="refsect1"> <a name="NMSettingCdma.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> +<pre class="screen"> GObject <span class="lineart">╰──</span> <a class="link" href="NMSetting.html" title="NMSetting">NMSetting</a> <span class="lineart">╰──</span> NMSettingCdma </pre> @@ -309,7 +309,7 @@ nm_setting_cdma_get_password_flags (<em class="parameter"><code><a class="link" <a name="NMSettingCdma.property-details"></a><h2>Property Details</h2> <div class="refsect2"> <a name="NMSettingCdma--number"></a><h3>The <code class="literal">“number”</code> property</h3> -<pre class="programlisting"> “number” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “number” <span class="type">gchar</span> *</pre> <p>The number to dial to establish the connection to the CDMA-based mobile broadband network, if any. If not specified, the default number (<span class="type">777</span>) is used when required.</p> @@ -319,7 +319,7 @@ is used when required.</p> <hr> <div class="refsect2"> <a name="NMSettingCdma--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">gchar</span> *</pre> <p>The password used to authenticate with the network, if required. Many providers do not require a password, or accept any password. But if a password is required, it is specified here.</p> @@ -336,7 +336,7 @@ password is required, it is specified here.</p> <hr> <div class="refsect2"> <a name="NMSettingCdma--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">gchar</span> *</pre> <p>The username used to authenticate with the network, if required. Many providers do not require a username, or accept any username. But if a username is required, it is specified here.</p> |